* {
	margin: 0px;
	padding: 0px;
}



body {
	background: url(images/bg.gif) repeat-x #fff;
	/*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;
}



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{
}	


/* 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);
}


div#indexwrapper{
	width: 895px;
	height: 517px;
	margin: 0px auto;
	
	background: url(images/index_container.gif);
}

div#container {
	width:880px;
	position: relative;
	margin: 0px auto;

 }
 
div#header { 
	background: url(images/header.jpg);
	width: 880px;
	height: 259px;
	position: relative;

 }
 
div#top{
	background: url(images/top.gif);
	width: 880px;
	height: 64px;
	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;
	display: inline;
	margin-left: 0px;
	
}


div#textleft img{
	display: block;
	margin: -1px 0px 0px 6px;	
}


div#textright{
	background: none;
	float: left;	
	margin-left: 5px;
	width: 589px;
	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:#666600;		
}

div#textright a:visited{
	color:#666600;		
}


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: #0000ff;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear: both;
	padding: 10px 0px 10px 0px;
 }
 
 #copyright img{
 	margin-top: 10px;
 }
 
 #copyright a{
 	color: #0000ff;
 }
 
 
  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: 24px;
	top: 24px;
	height: 35px;
	width: 814px;
	
		}
		
		#mainnav ul li{
		display: inline;
		}
		
		
		#mainnav ul li a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 120%;
		float: left;
		color: #2b3087;
		font-weight: bold;
		padding: 4px 30px 4px 30px;
		text-decoration: none;
		
	
		}
		/*
		#mainnav ul li a:visited{
			}
		*/
		
		#mainnav ul li a:hover{ 
		color: #fff;
		
		background:  #990000;
		}
		
		#mainnav ul li .current{
		color: #ff0;
		background:  #990000;
		}

	 /* ----------------- end NAVIGATION ----------------- */
	 
	 
	 
	 
	 
	 
	 
	 /* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
	margin: 0px auto;
	padding: 0px;
	width: 577px;
	height: 25px;
	position: absolute;
	left: 293px;
	top: 19px;
	}
	
	
	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: 250px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-right: 10px;
	border-right: 1px solid dotted #808080;
}

iframe{
	margin-left: 10px;
}


#audio{
	position: absolute;
	left: 714px;
	top: 91px;
	
}


#flash{
	position: absolute;
	left: 4px;
	top: -15px;
}
