* {
	margin: 0px;
	padding: 0px;
}


body {
	background: url(images/bg.jpg) repeat-x #860000;
	/*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: 140%;
	margin: 10px 40px 10px 40px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	color: #62161a;
	margin: 0px 0px 10px 40px;
	font-weight:normal;
	width: 94%;
	
}

h1 span{
	font-size: 250px;
	font-weight: bold;
}




ul.left{
  	float: left;
	width: 250px;
}


#pagetext li {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #333;
	line-height: 1.5em;	
	margin-left: 80px;
}

#pagtext li a:link{
	font-family: Georgia, "Times New Roman", Times, serifl;
}


/* 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.jpg);
}


div#top{
	background: none;
	width: 988px;
	height: 31px;
	position: relative;
	background: url(images/top.jpg);
}


div#container { 
	width:988px; 
	margin: 0px auto;
	position: relative;
	background:url(images/bg_wrapper.jpg);

	}





/*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: 625px;
	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: 16px;
	width: 165px;
	position: absolute;
	left: 85px;
	top: 460px;
	height: 137px;
	text-align: center;
}

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{
	float: right;
	width: 250px;
	height: 203px;
	border: 1px solid #ccc;
	margin: 0px 30px 0px 10px;
}

 
 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---------------------- */	

div#navcontainer{
	width: 990px;
	height: 30px;
	position: relative;

}


div#nav {
	position: absolute;
	top: 4px;
	left: 19px;
	width: 726px;
}
	
div#nav li a.current, div#nav li a.current:hover{
	background: url(images/nav_current1.gif) top left no-repeat;
	color: #fff;}
	
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:10px;
	text-transform: uppercase;
} 

div#nav li {
	list-style: none;
	float:left;
	margin-left: 10px;
	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-size: 11px;
	font-family: Arial, Helvetica, sans-serif;}
	
div#nav li a span {
	display: block;
	padding: 4px 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: #900;}

div#nav li a:hover span {
	background: url(images/nav_on2.gif) top right no-repeat;}
	 /* ----------------- end NAVIGATION ----------------- */



	
/* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
	position: absolute;
	padding: 0px;
	left: 39px;
	top: 32px;
	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: 121px;
	top: 386px;
	width: 1px;
	bottom: 72px;
}

.indextext{
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
	font-size: 125%;
	color: #900;
	font-weight:  bold;
}
