@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial, sans-serif;
	font-size: 85%;
	color: #000000;
	text-align:center;
	border:0px;
	margin:0px;
	background-color:#798e9b;
}

.clearer
{	clear:both;
}

.container
{	margin: 10px auto;
	border: 0px;
	padding: 0px;
	width: 780px;
	text-align:left;
	background-color: #FFFFFF;
}

.topCurve
{	position:relative;
	width:780px;
	background-image:url(IMAGES/top-curve.gif);
	height:9px;
	background-repeat:no-repeat;
}

.topbanner
{	position:relative;
	width:780px;
	height:130px;
	background-image:url(IMAGES/topbanner.jpg);
}

.mainNav {
	margin: 0 0 0 0;
	clear:both;
	width:780px;
	color:#fff;
	font-weight:bold;
	background-color: #265e6d;	
}

.mainNav ul {
	margin:0; 
	padding:0; 
	display:inline;
	font-weight:bold;	
}

.mainNav ul li {
	list-style:none; display:inline; 
	float:left;
	padding:0;
	margin:0;
	font-weight:bold;  

}
.mainNav ul li a {
	float:left; 
	display:block;
	color:#FFFFFF; 
	padding: .4em 1em .6em 1em;
	margin-top:0px;
	text-decoration:none;
}

.mainNav ul li a:hover 
{	float:left; 
	display:block;
	color:#FFFFFF; 
	margin-top:0px;
	background-color:#87acbc;
	 	
}

.mainNav ul li.on a 
{	
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#87acbc;
}


.contentContainer1
{	position:relative;
	width:780px;
	min-height:420px;
	_height:420px;
	background-image:url(IMAGES/bg1.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

.contentContainer2
{	position:relative;
	width:780px;
	background-image:url(IMAGES/bg2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.contentContainer3
{	position:relative;
	width:780px;
	background-image:url(IMAGES/bg3.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.textContainer
{	position:relative;
	width: 500px;
	padding: 20px;
	min-height:420px;
	_height:420px;
}

.textContainer h1
{	font-size: 130%;
	color:#5a7580;
}

.textContainer h2
{	font-size: 120%;
	color:#5a7580;
}

.textContainer strong
{	font-weight:bold;
	color:#5a7580;
}

.textContainer a, .textContainer a:link, .textContainer a:visited
{	color:#265e6d;
	text-decoration:underline;
}

.textContainer a:hover, .textContainer a:active
{	color:#265e6d;
	text-decoration:none;
}

.bottomImage
{	position:relative;
	width:780px;
	border-top: 4px solid #265e6d;
}

.bottomcurve
{	position:relative;
	widows:780px;
	height:9px;
	background-image:url(IMAGES/bottom-curve.gif);
	background-repeat:no-repeat;
}

.footer
{	position:relative;
	width: 780px;
	padding-top: 10px;
	color:#FFFFFF;
	margin: 0 auto;
	font-size: 100%;
}

.footer a, .footer a:link .footer:visited
{	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover .footer:active
{	color: #FFFFFF;
	text-decoration: underline;
}

.footer a img 

{ 	border: none;
	float: left;
	margin: -7px 7px 0 0;
	position: relative;
}

.footer a.hayslogo 

{	border: none;

}	

