body {
	background:  url(images/bg.gif) repeat-x #1c4b11;
	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: 12px;
	color: #333;
	margin-right: 20px;
	margin-left: 15px;
}



h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:18px;
	color: #000;
	margin: 0px 0px 5px 15px;
	text-transform:uppercase;	
	width: 515px;
	border-bottom: 1px solid #333;
}



div #pagetext img{
margin: 5px 0px 5px 0px;
}

/* 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: 790px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);
}


div#indexwrapper{
	width: 790px;
	margin: 0px auto;
	background: url(images/index_wrapper.gif);
}

div#container {
	width:770px;
	
	position: relative;
	margin: 0px auto;

 }
 
div#header { 
	background: url(images/header.jpg);
	width: 790px;
	height: 207px;
	position: relative;

 }
 
div#flash{
	position: absolute;
	left: 244px;
	top: 61px;

}


div#pagetext {
	width:770px;
	background: url(images/left_top.gif) no-repeat;	
	left: 15px;
	top: 26px;
	left: 18px;
	top: 39px;
	left: 22px;
	top: 37px;
}


div#textright li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
	list-style-image:url(images/arrow.gif);
	}

div#textleft{
	float: left;
	width: 201px;
	margin-left: 11px;
	display: inline;
	
}

div#textleft img{
	display: block;
	margin-top: -1px;
	margin-left: -3px;	
}


div#textright{
	background: none;
	float: left;	
	width: 540px;
	display:inline;
	background: url(images/main_bg.gif) repeat-x #fff;
		
}


div#textright a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666600;		
}

div#textright a:visited{
	color:#666600;		
}

div#cta{
	width: 208px;
	height: 272px;
	background:url(images/cta.gif);
	border-bottom: 1px solid #333;
}

address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 5px;
}



 
 div#links {
 	width: 760px;
	height: 25px;
 	color:#004675;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	background: #6699cc;
 }
 
 div#links a:link, a:visited{
 	font-size: 12px;
	color:#004675;
 }
 
  div#bottom{
  	background: url(images/bottom.gif) no-repeat;
 	width: 790px;
	height: 113px;
	margin:0px auto;
	position: relative;
 }
 
 
   div#indexbottom{
  	background: url(images/index_bottom.gif) no-repeat;
 	width: 790px;
	height: 113px;
	margin:0px auto;
	position: relative;
 }
 


 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 5px 15px 5px 5px;
	float: right;
	font-size: 11px;
	margin: 10px;
	width: 205px;
	font-weight: bold;
}

.right img{
	border: 1px solid #808080;
	padding: 2px;
}

img.left {
	float: left;
}


 #copyright {
 	width: 770px;
 	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 a{
 	color: #fff;
 }
 
 
  div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }



/* ---------------------- nav ---------------------- */
 /* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 17px;
	left: 420px;
	width: 344px;}
	
div#nav li a.current, div#nav li a.current:hover{
	background: url(images/nav_current1.gif) top left no-repeat;
	color: #1c4b11;}
	
div#nav li a.current span, div#nav li a.current:hover span{
	background: url(images/nav_current2.gif) top right no-repeat;}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
} 

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:#fff;
	text-decoration:none;
	background:url(images/nav_off1.gif) top left no-repeat;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;}
	
div#nav li a span {
	display: block;
	padding: 3px 8px 5px 0;
	background: url(images/nav_off2.gif) top right no-repeat;}

/**/* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: url(images/nav_on1.gif) top left no-repeat;
	color: #fff;}

div#nav li a:hover span {
	background: url(images/nav_on2.gif) top right no-repeat;}
	 /* ----------------- end NAVIGATION ----------------- */
	  
	 iframe{
	 	margin-left: 10px;
	 } 
	 /* ----------------- end NAVIGATION ----------------- */
	 
	 
	 
	 
	 
	 
	 
	 /* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
	margin: 0px auto;
	padding: 0px;
	width: 589px;
	height: 25px;
	position: absolute;
	left: 116px;
	top: 47px;
	}
	
	
	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 27px 0px 25px;
		text-decoration: none;	

	
	}
	
	
	ul#utilitynav li a:hover {
		color: #fff;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #fff;
		width: auto;
	}
/*---------------------------------------Custom classes-----------------------------------------*/

.clear{
	clear: both;
	}
		
	
.center{
	text-align: center;
}


#audio{
	position: absolute;
	height: 26px;
	width: 244px;
	left: 532px;
	top: -49px;
}

#address{
	width: 530px;
	height: 135px;
	margin-left: 5px;
	border: 1px solid #808080;
}

#column1{
	width: 150px;
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	border-right: 1px solid dotted #808080;
}


#column2{
	width: 250px;
	float: left;
	margin-top: 10px;
}
