* {
	margin: 0px;
	padding: 0px;
}


body {
	background: url(images/bg.gif) repeat-x #284c51;
	/*Below sets a base for em percentage used. x-small generally is about 12px*/
	font-size: x-small;		
}

	
/* 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 { 	
	color: #000;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 40px 10px 40px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

p span{
	color: #009900;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	color: #284c51;
	margin: 0px 0px 10px 40px;
	font-weight:normal;
	width: 94%;
}


h2 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	color: #009900;
	margin: 0px 0px 10px 40px;
	font-weight:normal;
	width: 94%;
}


h1 span{
	font-size: 250px;
	font-weight: bold;
}



/*
ul{
  	

}
*/

#pagetext li {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #333;
	line-height: 1.5em;	
	margin: 0px 30px 0px 80px;

}




/* Creates the general link style for the site. This is not the main navigation.  */

#content a:link {
	color: #000;
	text-decoration: none;
	text-decoration: underline;
}
#content a:visited {
	color: #000;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	text-decoration: underline;
}
#content a:active {
	text-decoration: none;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	margin: 0px auto;
	width: 988px;
	background:url(images/bg_wrapper.gif);
}


div#top{
	background: none;
	width: 988px;
	height: 31px;
	position: relative;
	background: url(images/top.jpg);
}


div#container { 
	width:988px; 
	margin: 0px auto;
	position: relative;
	}





/*container for pagetext and left coloum */


div#pagetext {
	background: url(images/bg_top.jpg) no-repeat;
	width: 631px;
	float: left;
	display: inline;
	margin: 0px;
			
}

div#content{
	width: 628px;
	margin-top: 170px;
	
}


div#right{
	width: 357px;
	height: 675px;
	float: right;
	display: inline;
	position: relative;
	background: url(images/bg_rightpic.jpg);
}


address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 10px;
	width: 345px;
	position: absolute;
	left: 12px;
	top: 460px;
	height: 175px;
}

address .p1{
	float: left;
	margin: 5px;
	width: 150px;
	color: #fff;
	border-right: 1px solid #fff;
	padding-right: 10px;
}

address .p2{
	float: right;
	margin: 5px 10px 5px 0px; 
	width: 150px;
	color: #fff;
	
}

.p1 a:link, a:visited{
	color: #fff;
}

div#bottom {
	width: 988px;
	height: 94px;
	background: url(images/footer.jpg);
	position: relative;
	clear:both;
	margin: 0px auto;

}

 
#flash{
	position: absolute;
	top: 13px;
	left: 161px;
}

 
 div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }
 
 div#login a:link {
 	color: #fff;
	font-weight: bold;

 }
 

 /* ----------------- IMAGE ELEMENTS ----------------- */

.right{
	float: right;
	margin-right: 30px;
	margin-left: 10px;
	font-size: 11px;
	text-align: center;
	
}

.right img{
border: 1px solid #ccc;
	padding: 2px;
}

 #copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	width: 988px;
 }
 

 #copyright img{
 	float: right;
	margin-top: -20px;
	
 }
 
  #copyright a{
 	color: #fff;
	}
	
	
 /* ----------------- NAVIGATION ----------------- */
/* ---------------------- MAIN NAVIGATION---------------------- */	

#navcontainer {
	width:987px;
	height: 29px;
	position: relative;
	border-left: 1px solid #042024;
      }
	  
	#mainnav{
	
		
	}	
	
	#mainnav ul{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 31px;
	width: 985px;
	
		}
		
		#mainnav ul li{
		display: inline;
		}
		
		
		#mainnav ul li a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 110%;
		float: left;
		color: #fff;
		font-weight: bold;
		padding: 7px 50px 10px 50px;
		text-decoration: none;
		border-right: 1px solid #000;
	
		}
		/*
		#mainnav ul li a:visited{
			}
		*/
		
		#mainnav ul li a:hover{ 
		background: #043f47;
		color: #fff;
		
		}
		
		#mainnav ul li .current{
		background: #fff;
		color: #333;
		}
	 /* ----------------- end NAVIGATION ----------------- */



	
/* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
	position: absolute;
	padding: 0px;
	left: 39px;
	top: 14px;
	width: 516px;
	
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #2c3246;
		display: block;
		float: left;
		font-size: 10px;
		font-weight: bold;
		padding: 0px 4px 0px 4px;
		text-decoration: none;	
		margin-bottom: 20px;
	}
	
	
	ul#utilitynav li a:hover {
		color: #2c3246;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #2c3246;
		width: auto;
	}



.clear{
	clear: both;
}


.column1{
	width: 250px;
	float: left;
	color: #000;
	margin-left: 40px;

}

.column1 p{
  margin: 0px;
}

.center{
	text-align: center;
}

.cta img{
	display: inline;
}

/*
 table{
	width: 633px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	font-size: 120%;
}

table tr{
	padding: 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;
	color: #333;
	background: #fff;
	
}

td li{
	color: #333;
	font-size: 110%;
}
*/
#audio{
	position: absolute;
	left: 119px;
	top: 376px;
	width: 1px;
}

.indextext{
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
	font-size: 125%;
	color: #900;
	font-weight:  bold;
}

.border{
	border: 1px solid #ccc;
	padding: 2px;
}

table{
	margin-left: 40px;
}
