* {
	margin: 0px;
	padding: 0px;
}



body {
	background: #eee;
	/*Below sets a base for percentage used. x-small generally is about 10px*/
	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: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333;
	margin: 10px 20px 0px 40px;
	line-height: 1.5;
}



h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:160%;
	color: #356868;
	text-transform:uppercase;
	margin: 30px 0px 10px 40px;	
}

h2{
}	


/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: underline;	
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;	
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 990px;
	margin: 0px auto;
	background: url(images/bg_wrapper.jpg);
}



div#container {
	width:990px;
	position: relative;
	margin: 0px auto;

 }
 
div#header { 
	background: url(images/header.gif);
	width: 990px;
	height: 76px;
	position: relative;

 }
 
div#top{
	width: 741px;
	height: 233px;
	position: relative;
	float: right;
} 
  


div#flash{
	position: absolute;
	left: 425px;
	top: -85px;
	z-index: auto;
}


div#textbox1{
	position: absolute;
	width: 492px;
	top: 29px;
	left: -14px;
}


div#textleft{
	float: left;
	width: 249px;
	display: inline;
	margin-left: 0px;
}


div#cta{
	width: 249px;
	height: 364px;
	background: url(images/left.jpg);
	position: relative;
}


div#textright{
	background: url(images/bg_main.jpg) no-repeat #fff;
	float: right;	
	width: 741px;
	display:inline;		
}


div#textright p{
	margin-left: 20px;
}

div#textright h1{
	font-size: 160%;
	color:#356868;
	margin: 10px 0px 0px 20px;
}

div#textright a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;		
}

div#textright a:visited{
	color:#fff;		
}

#textright li{
	color: #333;
	font-size: 120%;
	margin-left: 30px;
	line-height: 1.5;
}




.textbox{
	width: 240px;
	float: left;
	display: inline;
	margin:5px 0px 5px 6px;
	background: url(images/textbox.gif) no-repeat;
}



.textbox p{
	margin-left: 15px;
}


address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin-left: 10px;
	text-align: center;
}


 
 
  div#bottom{
  	background: url(images/bg_footer.gif);
 	width: 990px;
	height: 49px;
	margin:0px auto;
	position: relative;
	clear: both;
 }


 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 20px 15px 5px 5px;
	float: right;
}

.right img{
	border: 1px solid #808080;
	padding: 5px;
	
}

img.left {


}


 #copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #015b70;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear: both;
	width: 990px;
	padding: 5px 0px 10px 0px;
	
 }
 
 
 #copyright a{
 	color: #015b70;
 }
 
 #copyright img{
	margin-top: 10px;
 }
 
  div#login{
 	width: 990px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }
 
  div#login img{
  	float: right;
  }
  
  div#login a{
  	color: #015b70;
}


/* ---------------------- nav ---------------------- */


/* ---------------------- MAIN NAVIGATION---------------------- */	
		#mainnav{
			margin-left: 0px;
			z-index: 3;
		}	
	
		#mainnav ul{
	position: absolute;
	left: 11px;
	top: 4px;
	width: 744px;
		}
		
		#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: 15px 8px 15px 8px;
		text-decoration: none;
		}
		/*
		#mainnav ul li a:visited{
			}
		*/
		
		#mainnav ul li a:hover{ 
		color:#fff;
		background: #ff9900;
		}
		
		#mainnav ul li .current{
		color: #fff;
		background: #487575;
		}

	 /* ----------------- end NAVIGATION ----------------- */
	 
	 
	 
	 
	 
	 
	 
	 /* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
	margin: 0px auto;
	padding: 0px;
	width: 700px;
	border-top: 1px solid #ccc;
	height: 25px;
	position: absolute;
	left: 267px;
	top: 6px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #336666;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 10px 10px 0px 0px;
		text-decoration: none;	

	
	}
	
	
	ul#utilitynav li a:hover {
		color: #336666;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #336666;
		width: auto;
	}
	

/*---------------------------------------Custom classes-----------------------------------------*/

.clear{
	clear: both;
	}
		
	
.center{
	text-align: center;
}

#audio{
	position: absolute;
	left: 64px;
	top: 61px;
}



.column1{
	width: 200px;
	float: left;
	margin-top: 10px;

	border-right: 1px solid dotted #808080;
}

iframe{
	margin-left: 30px;
}

.border{
	border: 1px solid #fff;
}
