@import url(http://fonts.googleapis.com/css?family=Amaranth|Michroma|Quattrocento);

html, body {margin:0; padding:0 1% 1% 1%; height:96%}
body {font-family: verdana, sans-serif; font-size: 80%;background: #FFFFFF;}

#header {
	height: 200px; /* Change this to header image height */
    background:  #273482 ; 
	color: #FFFFFF; /* controls color of menu seperator < / > */
}

#clearheader{
	height:200px; /*needed to make room for header - same height as header image */
}	

#adsense_header {
	position:relative;
	width:728px;
	height:90px;
	z-index:1;
	left: -63px; /* left side of adsense banner in HEADER.PHP */
	top: -113px; /* top of adsense banner in HEADER.PHP */
}
#header_menu {
	position:relative;
	width:700px;
	height:15px;
	z-index:1;
	left: -70px; /* left side of menu below header graphic in HEADER.PHP */
	top: -109px; /* left side of menu below header graphic in HEADER.PHP */
}
#nav_network {
	position:relative;
	width:200px;
	height:15px;
	z-index:1;
	left: 7px;
	top: 50px;
}

#content {
	position:relative;
	height:100%;
	min-height:100%;
	border-right:none;
	margin-bottom:-80px;
}
* html #content {height:100%}
body>#content {height:auto}
#contentinner {margin-left:210px}
* html #contentinner {height:1%}/* combat ie 3 pixel jog */
html>body #content{height:auto}

h1, h2 { font-family: 'Quattrocento', arial, serif; font-weight:700}
h1 {font-size:24px;}
h2 {font-size:22px;}
h3.navigation {font-family: 'Amaranth', arial, serif;margin-bottom:0;padding-bottom:0}


div#footer {
	position:relative;
	height: 70px;
	background: #233B6B;
	clear: both;
	color: #ee8;
}

.copy a:link,.copy a:visited{
	color:#FFFF66;
	text-decoration: underline;
}
.copy a:hover,.copy a:active{
	color:#FFF;
	text-decoration: none;
}

abbr {cursor:pointer;border-bottom:1px dashed #000;color:666666}


#clearfooter{clear:both;height:80px;}/*needed to make room for footer*/

#nav {
	float:left;
	width: 200px;
	text-align:center;
	color: #ee8;
	background-color: #273482; /* nav menu background color */
	padding-bottom:20px;
}

p.introhm {border-bottom:2px solid #5e8657;}

#insertbottom {
	position:relative;
	clear:both;
	height:4px;
	border-top:4px solid #5e8657;
}

/* below is additions for nav text styles */

a.navText1:link, a.navText1:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 150%;
}

a.navText1:hover, a.navText1:active{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: normal;
	color: #FFFF00;
	line-height: 150%;
	text-decoration: underline;
}

a.inquireme {color:#bbb !important}

a.navText2:link, a.navText2:visited{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: normal;
	color: #F16022;
}

a.navText2:hover, a.navText2:active{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: normal;
	color: #1C67A8;
	text-decoration: none;
}
a.navText1 {
    min-width: 125px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */	
    margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
	text-decoration: none;
}
a.navText2 {
    position: relative;
	z-index: 2;	
	top: 6px;
    margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
}

a.navText3:link, a.navText3:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 150%;
}

a.navText3:hover, a.navText3:active{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	color: #FFFF00;
	line-height: 150%;
	text-decoration: underline;
}
a:link, a:visited  {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
	font-weight: bold;
	color: #ff0000;
}

