/* CSS Document */

html, body
{
	background-color:#cdd8de;
	background-image:url(images/bodybglight.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:88%;
}

.page
{
	width:978px;
	margin:0px auto 0px auto;
	padding-bottom:5px;
}

.banner
{
	width:978px;
	height:204px;
	background-image: url(images/banner.jpg);
	background-repeat:no-repeat;
}


.mainNav {
	clear:both;
	width:978px;
	height:39px;
	padding-top:156px;
	background-image:url(images/navbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.mainNav ul {
	margin:0; 
	padding:0; 
	display:inline;	
}

.mainNav ul li {
	list-style:none; display:inline; 
	float:left;
	padding-top:7px;
	margin:0;
	padding-right:2px;
	padding-left:8px;

}

.mainNav ul li a {
	float:left; 
	display:block;
	color:#fff; 
	font-weight:bold;
	padding: .4em 2.1em .4em 2.2em;
	text-decoration:none;
	background-color:#88b3cb;
	background-image:url(images/navbuttonbg.jpg);
	background-repeat:repeat-x;
}

.mainNav ul li a:hover, 
.mainNav ul li.on a 
{	text-decoration:none;
	color: #fff;
	font-weight:bold;
	background-image:url(images/navhover.jpg);
	background-repeat:repeat-x;
}

.outercontentContainer
{
	width:978px;
	background-color:#fff;
	padding-bottom:5px;
}

.innercontentContainer
{
	width:960px;
	border:1px solid #cccccc;
	margin:6px auto 10px auto;
}

.textContainer
{
	float:left;
	width:615px;
	padding:15px;
	color:#7e7e7e;
	
}

.textContainer h1
{
	font-size:220%;
	color:#ffb165;
	font-weight:lighter;
}

.textContainer h2
{
	font-size:130%;
	color:#ffb165;
}

.textContainer a, .textContainer a:link, .textContainer a:visited
{	text-decoration: underline;

	color:#87b4cb;
	font-weight:bold;

}

.textContainer a:hover, .textContainer a:active
{	text-decoration: none;
	color:#87b4cb;
font-weight:bold;

}


.rightContainer
{
	float:right;
	width:300px;
	padding-top:20px;
}


#applyform { width:360px; border:0; margin: 0; padding:10px; text-align: right; border: #bdc0a3 solid 1px; }

#applyform form { margin: 0; padding: 0; }

#applyform fieldset { border: 0; padding: 0; margin: 0; }

#applyform label { vertical-align: top; line-height: 1.6em; }

#applyform ol { list-style: none; margin: 0; padding: 0; }

#applyform li { list-style: none; margin: 0; padding: 5px 0 5px 0; border-bottom: #bdc0a3 solid 1px; border-top: #FFFFFF solid 1px; }

#applyform input { width: 17em; padding: 2px; font-size: small; font-family: Arial, Verdana, sans-serif;  }

#applyform input.radio { width: auto; margin-right: 2em; }

#applyform input.Submit { width: 10em; color: #455560; font-weight: bold; background-color:#e1ddcb; }

#applyform textarea { width: 17em; padding: 2px; font-size: small; font-family: Arial, Verdana, sans-serif; }



#applyform file { width: 15em; padding: 2px; font-size: small; font-family: Arial, Verdana, sans-serif; border: #bdc0a3 solid 1px; }

#applyform li.startinput { border-top: none; padding-top: 0; }

#applyform li.submitinput { padding-top: 2em; }

#applyform li.endinput { border-bottom: none; padding-bottom: 0; color: #c11933; }

#applyform p { margin: 0; }


#footer { padding-top: 16px; padding-left:15px; padding-bottom:10px; font-size: 0.95em; position: relative; color:#95bdd6; margin: 0px auto 6px auto; width:944px; height:20px; border:1px solid #cccccc; background-color:#fff;}
#footer a { margin: 0.3em 0.5em;}
#footer a:link, #footer a:visited { color: #95bdd6; text-decoration: underline;  }
#footer a:hover, #footer a:focus { color: #95bdd6; text-decoration: none; }
#footer a img { border: none;  margin: -10px 7px 0 0; position: relative; }
#footer a.hayslogo { border: none; float:left; }

.clearer
{
	clear:both;
}
