body {
	background: url(images/bg.gif) repeat-x #003399;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* 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: 14px;
	line-height: 1.6;
	color: #333;
	margin-right: 30px;
	margin-left: 20px;
}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #102150;
	margin: 0px 10px 20px 20px;	
	font-weight:normal;
	display:inline;
}




h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #102150;
	text-transform:uppercase;	
	font-weight:normal;
	text-align:center;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #102150;
	text-transform:uppercase;	
	font-weight:normal;
	margin-left: 20px;
}

h6{
	font-size: 12px;
	text-align: center;
	color: #102150;
}

blockquote{
color: #102150;
font-size: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
}



/* 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: 960px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);

}



div#container {
	width:960px;;
	position: relative;
	margin: 0px auto;
 }
 

 
 
div#header { 
	background: url(images/header.jpg);
	width: 960px;
	height: 295px;
	position: relative;
	clear: both;
 }

#indexpic{
	margin-left: 35px;
}


 #flash{
	width: 944px;
	height: 97px;
	position: absolute;
	left: 10px;
	top: 141px;
 }
 
 
 #audio{
 	position: absolute;
 }
 

div#pagetext {
	width:960px;;
}


.list ul{


}

.list li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: url(images/arrow.gif);
	line-height: 1.6;
}



div#textleft{
	float: left;
	width: 212px;
	display: inline;
}

div#textleft img{
	margin: 0px;
	display: inline;
}


div#textright{
	background: none;
	float: right;	
	width: 945px;
	display: inline;
	position: relative;
		
}


div#textright a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#102150;		
}

div#textright a:visited{
	color:#666600;		
}

div#cta{
	width: 212px;
	height: 236px;
}

address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 15px;
	padding-top: 10px;
}

address a:link{
	color: #333;
	text-decoration: underline;
}

 
  div#bottom{
  	background: url(images/footer.gif) no-repeat;
 	width: 960px;;
	height: 44px;
	margin:0px auto;
 }
 


 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 5px 20px 5px 10px;
	float: right;
	display: inline;
}

.right img{
	border: 1px solid #808080;
	padding: 2px;
}

img.left {
	float: left;
}


#copyright {
 	width: 960px;;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	text-align: left; 
	clear: both;
	padding: 10px 0px 10px 0px;
 }
 
 
 #copyright a{
 	color: #fff;
 }
 
 #copyright img{
 	margin-top: -30px;
	float: right;
 }
  
.locations{
	width: 300px;
	float: left;
	border-top: 1px solid #ccc;
	margin-right: 5px;
}


/* ---------------------- nav ---------------------- */



  /* ----------------- NAVIGATION ----------------- */
		
	/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 111px;
	left: 15px;
	width: 953px;
}
	
div#nav li a.current, div#nav li a.current:hover{
	background: url(images/nav_off1.gif) top left no-repeat;
	color: #fff;}
	
div#nav li a.current span, div#nav li a.current:hover span{
	background: url(images/nav_off2.gif) top right no-repeat;}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:10px;
	text-transform: uppercase;
} 

div#nav li {
	list-style: none;
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding-left: 8px;
	/*width: 100px;*/
	color:#04162a;
	text-decoration:none;
	background:url(images/nav_current1.gif) top left no-repeat;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

	}
	
div#nav li a span {
	display: block;
	padding: 5px 8px 5px 0;
	background: url(images/nav_current2.gif) top right no-repeat;}

/**/* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: url(images/nav_hover1.gif) top left no-repeat;
	color: #fff;}

div#nav li a:hover span {
	background: url(images/nav_hover2.gif) top right no-repeat;}
	 /* ----------------- end NAVIGATION ----------------- */
	 
	 
	 
	 
	 
	 
	 
	 /* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
		
		margin: 0px auto;
		padding: 0px;
		width: 960px;
		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: 11px;
		font-weight: bold;
		padding: 0px 8px 0px 8px;
		text-decoration: none;	
		
	}
	
	
	ul#utilitynav li a:hover {
		color: #ff0;
		width: auto;
		text-decoration: underline;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #ff0;
		text-decoration: underline;
		width: auto;
	}
/*---------------------------------------Custom classes-----------------------------------------*/

.clear{
	clear: both;
	}
		
	
.center{
	text-align: center;
}


#audio{
	position: absolute;
	height: 27px;
	width: 118px;
	left: 781px;
	top: 75px;
}




.column1{
	width: 280px;
	float: left;
	color: #333;
	margin-left: 20px;
	margin-top: 20px;
	padding: 0px;
	display: inline;
}

.column1 p{
	margin: 0px 0px 10px 0px;
}

.column1 img{
	
}





table{
	width: 90%;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	font-size: 12px;

}

table tr{
	padding-bottom: 5px;
}

 th{
	background: #015b7e;
	color: #fff;
	font-size: 12px;
	height: 21px;
	text-align: left;
	padding: 5px;
	text-align: center;
	border-right: 1px solid #fff;
	text-align: center;
}

td{
padding: 5px;
border-bottom: 1px solid #ccc;
}

.border{
	border: 1px solid #ccc;	
}

#red{
	background-color:#660000;
	height: 250px;
}

#red p{
	color: #fff;
	padding: 15px;
}


#blue{
	background-color:#0066cc;
	height: 250px;
}

#blue p{
	color: #fff;
	padding: 15px;
}

#blue a{
	color: #ff0;
}
