/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #575787;
	/*Below sets a base for em percentage used. x-small generally is about 12px*/
	font-size: x-small;		
}

*html body{
 	font-size: x-small /* for IE5/Win*/
	f\ont-size: small;/*for  all other older verions of IE */
	}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Redefines the p tag: text set universally in body tag */
p { 	
	color: #333;
	/*font percentage based on base declared in body tag*/
	font-size: 140%;
	margin: 0px 10px 10px 10px;
	line-height: 1.3em;
}

p span{
	color: #575787;
	font-weight: 900;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #575787;
	margin: 10px 0px 15px 10px;
	width: 700px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #575787;
	margin: 20px 0px 10px 10px;
	border-bottom: 1px solid #ccc;
	width: 700px;
}


h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #575787;
	text-align: center;
	text-transform: uppercase;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #575787;
	font-weight: bold;
	background: #eee;
	border-bottom: 1px solid #ccc;
	width: 330px;
	margin-bottom: 8px;
	padding: 10px 0px 15px 10px;
}

h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #575787;
	font-weight: bold;
	padding: 10px 0px 15px 10px;
	
}

#pagetext li {
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #333;
	margin: 0px 0px 0px 30px;
	line-height: 140%;	
}


/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #cc0000;
	text-decoration: underline;
	
}
a:visited {
	color: #cc0000;
	text-decoration: underline;	
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 100%	;
	background: url(images/bg.gif) repeat-x #aaa7a7;
}


div#container { 
	width:990px; 
	margin: 0px auto;
	position: relative;
		background: #e7dbef;
	}
	

div#header { 
	background: url(images/header.gif);
	width: 990px;
	height: 223px;
	margin:0px auto;
	position: relative;
 }
 


/*container for pagetext and left coloum */
div#content {
	width: 990px;
	margin: 0px;	
 }
 
div#cta{
	width: 562px;
	height: 95px;
	background: url(images/cta.jpg);
	margin: 4px 0px 5px 8px;
	
} 

div#pagetext {
	width: 725px;
	float: left;
	position:relative;	
	display: inline;
	margin-top: 10px;
	border: 1px solid #808080;	
	background: #fff;	
}

div#indexpagetext {
	width: 725px;
	float: left;
	position:relative;	
	display: inline;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #808080;	
	padding: 10px 0px 10px 0px;
}



div#left{
	width: 225px;
	float: left;
	display: inline;
	background: #fff;
	margin: 10px 10px 10px 13px;
	border: 1px solid #808080;
	font-size: 10px;
}

div#left img{
	margin-bottom: 10px;	
}


div#left a:link{
	color: #000066;
	font-size: 10px;
	margin: 2px;
	padding: 2px;
}

div#left a:visited, div#left a:hover, div#left a:active{
	color: #0000CC;
	font-size: 10px;
	margin: 2px;
	padding: 2px;
}


  #right p{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align:left;
	
}



address{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 1.1em;
	margin: 10px 0px 0px 10px;
	font-weight: 900;
	font-style: normal;
	border: 1px solid #eee;
	padding: 5px;
	background: #eee;
	width: 85%;
	border: 1px solid #ccc;
	
}

div#footer {
	width: 990px;
	height: 90px;
	background: url(images/footer.gif);
	clear: both;
	margin: 0px auto;
}

#print a{
	font-size: 140%;
}

#flash{
	width: 340px;
	height: 340px;
	border: 1px solid #000;
	float: left;
	margin: 0px 10px 10px 20px;
	display: inline;
}

#indextext{
	width: 340px;
	height: 340px;
	border: 1px solid #808080;
	float: left;
	background: #fff;
	display: inline;
}
	
#indextext li{
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #333;
	margin: 0px 0px 0px 30px;
	line-height: 120%;	

}	
	
	
#logos{
 width: 692px;
 height: 75px;
 margin-top: 10px;
 margin-left:20px;
 clear: both;
 border: 1px solid #808080;
 background: #fff;
}	
	
 /* ----------------- IMAGE ELEMENTS ----------------- */


.right{
	font-size: 1.5em;
	font-weight: 900;
	text-align: center;
	float: right;
	color: #575787;
}

.left{ 
	float: left;
	text-align: center;
	color: #006600;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: bold;
	border-bottom: 1px dashed #006600;
}

.right img{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 0px;

}


.left img{
	margin: 5px;
	border: 1px solid #808080;

	padding: 10px;

}

 #copyright {
 	width: 720px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;

 }
 
 #copyright a{
 	color: #fff;
	}


/* ---------------------- MAIN NAVIGATION---------------------- */	
		#mainnav{
			margin-left: 0px;
			
		}	
	
		#mainnav ul{
		margin: 0px auto;
		height: 38px;
		width: 988px;
		background: url(images/navbg.gif);
		 border-right: 1px solid #363654;
		 border-left: 1px solid #363654;
		 text-transform: uppercase;
		}
		
		#mainnav ul li{
		display: inline;
		}
		
		
		#mainnav ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	float: left;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #363654;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 11px;
	padding-left: 6px;
		}
		/*
		#mainnav ul li a:visited{
			}
		*/
		
		#mainnav ul li a:hover{ 
		color:#cecece;
		background: transparent url(images/pointer.gif) bottom center no-repeat;
		}
		
		#mainnav ul li .current{
		color: #cecece;
		background: transparent url(images/pointer.gif) bottom center no-repeat;
		}
	
	
	/* ----------------- NAVIGATION for audio and sign in buttons----------------- */
	 #nav2 {
	width:249px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:normal;
	position: absolute;
	left: 773px;
	top: 187px;
			  }
			#nav2 ul {
			margin:0;
			padding:10px 10px 0px 0px;
			list-style:none;
			  }
			#nav2 li {
			  display:inline;
			  margin:0;
			  padding:0;
			  }
			#nav2 a {
			  float:left;
			  background:url("images/navleft.gif") no-repeat left top;
			  margin-left: 1px;
			  padding:0 4px 0 12px;
			  text-decoration:none;
			  
			  }
			#nav2 a span {
			  float:left;
			  display:block;
			  background:url("images/navright.gif") no-repeat right top;
			  padding:6px 9px 4px 0px;
			  color:#fff;
			  }
			/* Commented Backslash Hack hides rule from IE5-Mac \*/
			#nav2 a span {float:none;}
			/* End IE5-Mac hack */
			#nav2 a:hover span {
			  color:#fff;
			  }
			#nav2 a:hover {
			  background-position:0% -42px;
			  }
			#nav2 a:hover span {
			  background-position:100% -42px;
			  }  
			  
			 #nav2 a.current {
			   background-position:0% -42px;
			   color: #fff;
			  }
		 
			 #nav2 a.current span{
			   background-position:100% -42px;
			   color: #fff;
			  }
		

/* ----------------- UTILITY NAVIGATION ----------------- */



	ul#utilitynav {
		margin: 0px auto;
		padding: 0px;
		width: 990px;
		height: 25px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #fff;
		display: block;
		float: left;
		font-size: 9px;
		font-weight: bold;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
	
	}
	
	
	ul#utilitynav li a:hover {
		color: #ff0;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #fff;
		width: auto;
	}



.clear{
	clear: both;
}

.center{
	text-align: center;
}

.column1{
	width: 200px;
	height: 100px;
	float: left;
	margin-left: 35px;
	border: 1px solid #808080;
	background: #eee;
	padding: 10px;
}
div#flashheader {
	height: 223px;
	width: 762px;
}
#formpad {
	padding-left: 20px;
}
#map {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}


