* {
	margin: 0px;
	padding: 0px;
}



body {
	background: url(images/bg.gif) repeat-x #6ba4d9;
	/*Below sets a base for percentage used. x-small generally is about 10px*/
	font-size: x-small;	
}

.indexbody{
	background: #7bc2e0;
}

*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: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333;
	margin: 10px 20px 0px 5px;
	line-height: 1.6em;
}



h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:200%;
	color: #981b1e;
	width: 560px;
	border-bottom: 1px solid #044726;
	margin: 10px 0px 10px 5px;
	text-transform:uppercase;	
}

h2{ font-size:18px;
}	

h6{
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 20px 0px 5px;
	font-weight: normal;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;	
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 880px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);
		position:relative;
	 
}


div#indexwrapper{
	width: 895px;
	height: 517px;
	margin: 0px auto;
	border: 1px solid red;
	background: url(images/index_container.gif);

}

div#container {
	width:880px;
	position: relative;
	margin: 0px auto;

 }
 
div#header { 
	background: url(images/header.jpg);
	width: 935px;
	height: 338px;
	position: relative;

 }
 
div#top{
	background: url(images/top.gif);
	width: 880px;
	height: 44px;
	position: relative;
} 
 


div#textright li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333;
	line-height: 1.5;
	list-style-image:url(images/arrow.gif);
	margin: 10px 20px 10px 40px;
	
	}


div#textleft{
	float: left;
	width: 279px;
	height: 450px;
	display: inline;
	margin-left: 0px;
	
}


div#textleft img{
	display: block;
	margin: -1px 0px 0px 6px;
}


div#textright{
	background: none;
	float: left;	
	width: 592px;
	display:inline;
	background: url(images/main_bg.gif) repeat-x;
		
}


div#textright a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#064280;
	text-decoration:underline;
	font-weight:bold;
}

div#textright a:visited{
	color:#064280;	
	text-decoration:underline;
	font-weight:bold;	
}

blockquote{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  color: #f00;
  font-style:italic;
  width: 250px;
  border-top: 1px dashed #808080;
  border-bottom: 1px dashed #808080;
  float: right;
  margin: 15px;
  font-size: 180%;
  padding: 15px 0px 15px 0px;
}



address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;

}


 
 
  div#bottom{
  	background: url(images/bg_footer.gif) no-repeat;
 	width: 880px;
	height: 77px;
	margin:0px   auto;
	position: relative;
	clear: both;
 }
 
 
 div#toolbox{
	width: 168px;
	height: 165px;
	background: url(images/toolbox.gif);
	position: absolute;
	left: 762px;
	top: -88px;
 
 }
 
 
   div#indexbottom{
   width: 895px;
   height: 114px;
   margin: 0px auto;
 }
 
	div#indexbottom img{
		margin-top: -1px;
		display: block;
	
	}

 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 5px 15px 5px 5px;
	float: right;
}

.right img{
	border: 1px solid #000;
	
}

img.left {


}


 #copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear: both;
	padding: 10px 0px 10px 0px;
 }
 
 #copyright img{
 	margin-top: 10px;
 }
 
 #copyright a{
 	color: #fff;
 }
 
 
  div#login{
 	width: 880px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }
 
  div#login img{
  	float: right;
  }


/* ---------------------- nav ---------------------- */


/* ---------------------- MAIN NAVIGATION---------------------- */	
		#mainnav{
			margin-left: 0px;
		
		}	
	
		#mainnav ul{
	position: absolute;
	left: 1px;
	top: 0px;
	height: 46px;
	width: 931px;
	
		}
		
		#mainnav ul li{
		display: inline;
		}
		
		
		#mainnav ul li a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 120%;
		float: left;
		color: #fff;
		font-weight: bold;
		padding: 12px 15px 16px 14px;
		text-decoration: none;
		border-right: 1px solid #ccc;
		border-left: 1px solid #1c4aa6;
		}
		/*
		#mainnav ul li a:visited{
			}
		*/
		
		#mainnav ul li a:hover{ 
		color: #f00;
		background:  #ff0;
		}
		
		#mainnav ul li .current{
		color: #1c4aa6;
		background:  #ff0;
		}

	 /* ----------------- end NAVIGATION ----------------- */
	 
	 
	 
	 
	 
	 
	 
	 /* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
	margin: 0px auto;
	padding-top: 20px;
	width: 813px;
	height: 25px;
	position: absolute;
	left: 54px;
	top: 42px;

	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #000;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 10px 10px 0px 0px;
		text-decoration: none;	

	
	}
	
	
	ul#utilitynav li a:hover {
		color: #003399;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #243f8f;
		width: auto;
	}
	
	
	
	
	
	
	

/*---------------------------------------Custom classes-----------------------------------------*/

.clear{
	clear: both;
	}
		
	
.center{
	text-align: center;
}

/*============NO WEB AUDIO FOR WEST COAST SITES=====================
#audio{
	position: absolute;
	height: 26px;
	width: 244px;
	left: 532px;
	top: -49px;
}
*/


.column1{
	width: 160px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-right: 10px;
	border-right: 1px solid dotted #808080;
}




#audio{
	position: absolute;
	left: 714px;
	top: 91px;
	
}


#flash{
	position: absolute;
	left: 436px;
	top: 17px;
}


div#whatnew {
	position:absolute;
	left: 58px;
	top: 225px;
}

div#whatnew h1{ border:0px; width:150px; font-family:Helvetica, sans-serif;}

div#whatnew h1 a { color:#c2282b;}

.indent { text-indent:20px;}

hr { width:550px;}

img.space{ padding-top:105px;
padding-left: 450px;
width:426px;
height:233px;
}
img.space2{padding-left: 20px;
}
.apDiv1 {
	position:absolute;
	left:310px;
	top:62px;
	width:563px;
	height:70px;
	z-index:1;

}
div#video{
	width: 270px;
	background: url(images/cta-background.jpg) no-repeat;
	margin-left: 6px;
	padding-left: 10px;
}

#mapped{ width:300px;
		height:350px;
	border:1px solid #003366;
	margin:0;
	padding:0;
		}
		
#maptext{ width:300px;
float:right;
margin:5px 28px 0 15px;
padding:0;
border:none;
text-align:center;}		



.bbb{
	position: absolute;
	left: 34px;
	top: 796px;
}

