body {
	background: url(images/bg.gif) repeat-x #214472;
	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: 20px;
}



h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:18px;
	color: #000;
	margin: 10px 0px 5px 20px;
	text-indent: 0px;
	text-transform:uppercase;	
	width: 520px;
	border-bottom: 1px solid #808080;
}

h2{
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:18px;
	color: #000;
	margin-left: 20px;
	text-indent: 0px;
}	

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	margin-right: 20px;
	margin-left: 20px;
}


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: 770px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);

}


div#container {
	width:770px;
	position: relative;
	margin: 0px auto;
 }
 
 
 
 
div#header { 
	background: url(images/header.jpg);
	width: 770px;
	height: 121px;
	position: relative;
	clear: both;
 }
 

div#pagetext {
	width:770px;
}

div#indexpagetext{
	width: 770px;
	height: 400px;
	display: inline;
}




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: 212px;
	display: inline;
}

div#textleft img{
	margin: 0px;
	display: inline;
}


div#textright{
	background: none;
	float: left;	
	width: 558px;
	display:inline;
		
}


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: 212px;
	height: 236px;
}

address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-left: 15px;
}


 
  div#bottom{
  	background: url(images/bottom.gif) no-repeat;
 	width: 770px;
	height: 44px;
	margin:0px auto;
 }
 


 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 5px 30px 5px 10px;
	float: right;
}

.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{
	width: 770px;
	height: 80px;
	margin: 0px auto;
	position: relative;
	background: url(images/top.jpg);
}

  /* ----------------- NAVIGATION ----------------- */
		
	ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 405px;
	background: none;
	height: 80px;
	position: absolute;
	left: 375px;
	top: 1px;
	}
	
	
	ul#mainnav li {
		display: inline; 
		list-style: none;
	}
	
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
		color: #fff;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 32px 8px 33px;
		text-decoration: none;	
		border-right: 1px solid #900;
	}
	
	
	ul#mainnav li a:hover {
		background: #900;
		color: #ff0;
		width: auto;		
	}
	
	ul#mainnav li a.current:link, ul#mainnav a.current:visited {
		background: #600;
		color: #fff;
		width: auto;
	}
	 /* ----------------- end NAVIGATION ----------------- */
	 
	 
	 
	 
	 
	 
	 
	 /* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
		float: right;
		margin: 0px auto;
		padding: 0px;
		width: 770px;
		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: #fff;
		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;
}

#player{
	position: absolute;
	left: 12px;
	top: 12px;
	width: 107px;
	height: 56px;
}


#audio{
	position: absolute;

	height: 34px;
	width: 252px;
	left: 493px;
	top: -6px;
}




.column1{
	width: 230px;
	height: 90px;
	float: left;
	color: #fff;
	margin-top: 5px;
	margin-left: 10px;
	padding: 10px;
	background: #123c72;
	border: 2px solid #fff;
}

iframe{
	margin-left: 10px;
}

#audio{
	width: 187px;
	height: 21px;
	margin-left: 5px;
	margin-bottom: 10px;
	position: absolute;
	left: 560px;
	top: 0px;
}
