body{
color: #666;
background: #fff url(../_images/generalPageBG2.png) no-repeat;
font-family: Arial, Verdana, sans-serif;
}
	
img{
border: none;
outline: none;
}



/* HOMEPAGE SPECIFIC 
++++++++++++++++++++++++++++++++++++++++++++++++ */


body.home{
background: #00528c;
/* font-family: Arial, Verdana, sans-serif; */
}
	
#homeWrap{
background: transparent url(../_images/homeBG3.jpg) no-repeat center 0;
height: 745px;
}

#homeText{
padding: 40px 0 0 97px;
}

ul#homeNav{
margin:43px 0 0 229px;
}

	
	
	

/* SIDEBAR
++++++++++++++++++++++++++++++++++++++++++++++++ */

	
#sidebar{
	}
	#sidebar ul#pageNav{
	margin: 216px 0 0 40px;
	}
	#sidebar ul#pageNav li{
	margin-bottom: 14px;
	}
	
	
	
	

/* FORM 
++++++++++++++++++++++++++++++++++++++++++++++++ */


form{
font-size: 0.9em;
margin-left: 139px;
}

form div{
margin-bottom: 5px;
}

label{
float: left;
width: 200px;
	}
	label span{
	color: red;
	margin-left: 5px;
	}
	
input{
width: 200px;
}

div#cr-submit{
clear:both;
margin-left: 200px;
text-align: left;
width: 30px;
}

#cr-submit input{
background:#bfd3eb;
border:1px solid #082d89;
color:#082d89;
padding:2px 1em;
width: 90px;
}




	
/* TYPOGRAPHY, LISTS & LINKS 
++++++++++++++++++++++++++++++++++++++++++++++++ */



p{
font-size: 0.9em;
line-height: 1.2em;
margin: 0 0 20px 139px;
}

p span.small{
font-size: 0.8em;
}

a{
color: #082d89;
text-decoration: none;
	}
	a:hover{
	text-decoration: underline;
	}

h1.about,
h1.compass36,
h1.contact,
h1.downloads{
height: 196px;
margin-top: 20px;
text-indent: -9999px;
width: 139px;
	}
	h1.about{ background:url(../_images/aboutH1.png) no-repeat; }
	h1.compass36{ background:url(../_images/compass36H1.png) no-repeat; }
	h1.contact{ background:url(../_images/contactUsH1.png) no-repeat; }
	h1.downloads{ background:url(../_images/downloadsH1.png) no-repeat; }
	
h2{
color: #082d89;
margin: 0 0 20px 139px;
}

ul#memberList,
ul#compass36list{
font-size: 0.9em;
margin: 0 0 0 139px;
	}
	ul#memberList li{
	margin-bottom: 3px;
	}
	ul#compass36list li{
	margin-bottom: 7px;
	}
	
ul.compass36list{

}

strong, .strong{
color: #082d89;
}

.download-icon{
height: 56px;
margin: 0 0 0 139px;
width: 348px;
}




/* FOOTER
++++++++++++++++++++++++++++++++++++++++++++++++ */


#homeFooter{
background: transparent url(../_images/footerIcon.png) no-repeat 40px 0;
height: 55px;
margin-top: 70px;
	}
	#homeFooter p{
	color: #fff;
	font-size: 0.75em;
	margin: 0 0 0 139px;
	padding: 20px 0 0 0;
	}
	
#footer{
background: transparent url(../_images/footerIconDark.png) no-repeat 40px 20px;
/* height: 55px; */
margin: 70px 0 50px 0;
	}
	#footer p{
	color: #666;
	font-size: 0.75em;
	margin: 0 0 0 139px;
	/* padding: 20px 0 0 50px; */
	}
	
	#footer p.disclaimer{
	color: #aaa;
	font-size: 0.7em;
	margin: 20px 20px 20px 139px;
	}


