/* Common Classes */

.mir {letter-spacing: -1000em;}/* Malarkey Image Replacement */
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
/* End of hack */ 





/* Elements */

body {
	font-size: 1.0em;
	color: black;
	background-color: white;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}


/* DIV properties */

div#ContainerMain{
	min-height: 630px;
	width: 985px;
}

div#TopSection{
	height: 160px;
	width: 985px;
}

div#Divider{
	height: 8px;
	width: 985px;
	background-color: #7d3a5e;
}

div#BottomSection{
	width: 985px;
	min-height: 462px;
}

div#CorpLogo{
	height: 160px;
	width: 145px;
	float: left;
	background-image: url(images/CorpLogo.png);
}

div#CorpName{
	height: 160px;
	width: 355px;
	float: left;
	background-image: url(images/CorpName_Gradient.png);
}

div#CorpSlogan{
	height: 160px;
	width: 485px;
	float: left;
	background-image: url(images/CorpSlogan.png);
}

div#MenuBar{
	width: 150px;
	min-height: 462px;
	float: left;
	background-image: url(images/NavList_BG.png);
}

div#NavList{
	width: 150px;
}

div .hidden{
	visibility: hidden;
	width:0px;
	height:0px;
}

#NavList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#NavList li {
	background: transparent url(images/navbutton.jpg);
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

#NavList a{
	display: block;
	width: 150px;
	height: 35px;
	color: white;
	text-decoration: none;
	line-height: 35px;
}

#NavList li.ThisPage {
		background: transparent url(images/navbutton_over.jpg);
}

#NavList a.ThisPage {
	color: #7d3a5e;
}

div#NapoLogo{
	width: 114px;
	height: 83px;
	background-image: url(images/seattle_mem_sm.jpg);
	margin-left: 12px;
	margin-top: 135px;
}

div#ContentMain{
	width: 835px;
	min-height: 462px;
	float: left;
}

div#ImgMain{
	float: right;
	margin: 10px 20px 10px 10px;
}

.ImgHome{
	height: 169px;
	width: 225px;
	background-image: url(images/ImgMain_Folders.jpg) 
}

.ImgContact{
	height: 150px;
	width: 225px;
	background-image: url(images/ImgMain_Hangers.jpg);
}

.ImgServices{
	height: 152px;
	width: 225px;
	background-image: url(images/ImgMain_Spoons.jpg);
}

.ImgResources{
	height: 153px;
	width: 225px;
	background-image: url(images/ImgMain_Binders.jpg);
}

.ImgAbout{
	height: 174px;
	width: 150px;
	background-image: url(images/ImgMain_Towels.jpg);
}

.ImgGettingStarted{
	height: 150px;
	width: 225px;
	background-image: url(images/ImgMain_Forks.jpg);
}

div#TextMain{
	width: 800px;
	min-height: 462px;
	margin: 10px;

}

#TextMain li {
	margin-bottom: 12px;
	list-style-image: url(images/custom_bullet.gif);
	list-style-position: outside;
}

#TextMain li.sublist {
	margin-bottom: 0px;
}


/* SPAN properties */

span.CorpName {
	color: #7d3a5e;
	font-style: italic;
	font-weight: bold;
}

span.FirstLetter {
	color: #7d3a5e;
	font-weight: bold;
	font-size: 1.2em;
}


/* Resources Page */
div .ResourceType {
	margin-bottom: 2em;
}

div .ResourceType h1 {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bolder;
	font-size: 1.2em;
	margin-bottom: 1em;
}

div .ResourceItem {
	font-weight: bold;
	margin-bottom: 1em;
}

a.ResourceLink {
	text-decoration: underline;
	font-weight: normal;
}

/* Getting Started Page */

div #TextMain.GettingStarted > h1 {
	font-size: 1.2em;
}

div #TextMain.GettingStarted > h2 {
	font-size: 1em;
	text-decoration: underline;
}


/* Contact Page */
div #ContactFormSection {
	margin-top: 3em;
}

div #ContactFormSection > h1 {
	font-size: 1.2em;
}

div .ContactFormItem {
	margin-bottom: 1em;
}

p.OwnerName {
	font-size: 1.2em;
	font-weight: bold;
}
