/* CSS Document */

body	{
	background: #00426B url(/images/png/08sites_backgroundimage.png) top center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00426B;
	margin: 0;
	padding: 0;
}

div#wrapper	{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 960px;
}

div#header	{
	margin: 25px 0 20px 0;
	padding: 0 0 0 0;
	width: 960px;
	float: left;
	position: relative;
}

#header img	{
	float: left;
}

#header	a.buttons	{
	margin: 0;
	padding: 5px 10px;
	float: left;
	background: #457C9F;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #00426B;
	visibility: hidden;
}

#header span a.contactUs	{
	position: absolute;
	z-index: 3;
	top: 0;
	right: 20px;
	height: 75px;
	width: 250px;
	background:url(../images/requestinfo.jpg) top left no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	border:2px solid #ffffff;

}

#header div#contactForm	{
	margin: 0;
	padding: 5px 0 0 0;
	position: absolute;
	z-index: 4;
	top: 75px;
	right: 20px;
	width: 250px;
	background: #0f6b00;
	display: none;
	border: 2px solid #ffffff;
	border-top: none;
	font-size:1.2em;
}

#header div#contactForm form,p	{
	margin: 0;
	padding: 0;
}

#header div#contactForm form	{
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}

#header div#contactForm form p	{
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 5px;
}

#header div#contactForm a	{
	color: #FFFFFF;
	text-decoration: none;
	background: #FF0000;
	border: 1px solid #9bacb7;
	padding: 3px 3px;
	font-size: .7em;
	font-weight: bold;
	float:right;
	margin-right:20px;
}
	
#mainContent	{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	width: 960px;
	float: left;
}

.mainNav ul	{
	margin: 0;
	padding: 5px 0;
	width: 960px;
	list-style: none;
	background: url(/images/navigation_background.jpg) top left repeat-x;
}

.mainNav li	{
	display: inline;
}

.mainNav a	{
	margin: 0 0 0 0;
	padding: 5px 0 0 35px;
	text-decoration: none;
	color: #00426B;
	font-weight: bold;
}

.mainNav a:hover	{
	color: #457C9F;
}

div.footerNav	{
	margin: 0;
	padding: 0 0 0 0;
	width: 950px;
	text-align: center;
}

.footerNav ul	{
	list-style: none;
}

.footerNav li	{
	display: inline;
	font-size: 12px;
	color: #00426B;
}

.footerNav a	{
	text-decoration: none;
	color: #00426B;
}

.footerNav a:hover	{
	text-decoration: underline;
}
