@import url('forms.css');

body {
	background-color: #ededed;
	background-image: url('../images/Background.jpg');
	background-repeat: repeat-x;
	color: #464646;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}


h1, h2, h3, p {
	margin-top: 0;	
}

h1 {
	color: #f1614f;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 1.25em;
}

.CallToAction {
	color: #f1614f;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1.25em;
}

h2 {
	color: #f1614f;
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 0.5em;
}

a {
	color: #0883fe;
}

a:visited {
	color: #055bb0;
}

a:hover {
	color: #000;	
}

.Clear {
	clear: both;
	height: 0;
	overflow:hidden;
}

.Error {
	color: #c00;	
}

.Required {
	font-size: 1.3em;
	color: #c00;
}
.InnerCol1 {
	display: inline;
	float: left;
	width: 588px;
}

.InnerCol2 {
	display: inline;
	float: left;
	margin-left: 40px;
	width: 242px;	
}

#OuterBox {
	background-image: url('../images/ContentBackground.png');	
	background-repeat: repeat-y;
	margin: auto;
	padding: 0 9px;
	width: 950px;
}

#FootShadow {
	background-image: url('../images/FootShadow.png');
	height: 14px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 968px;
}

#HeadLogo {
	background-image: url('../images/Header.jpg');	
	background-repeat: no-repeat;
	display: block;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding-top: 160px;
}

/** http://www.cssplay.co.uk/menus/centered.html **/

#Nav {
	background-image: url('../images/MenuBackground.jpg');
	background-repeat: repeat-x;
	height: 35px;
	margin-bottom: 20px;
	/* overflow: hidden; */
	text-align: center;
}

#Nav ul {
	float: left;
	left: 50%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#Nav li {
	position: relative;
	float: left;	
	right: 50%;
	height: 35px;
}

#Nav li a {
	background: url('../images/MenuSeperator.jpg') no-repeat right center;
	color: #fff;
	display: block;	
	font-size: 1.1em;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	padding: 0 30px;
	text-decoration: none;
}

#Nav li.Last a {
	background-image: none;	
}

#Nav a:hover, #Nav li:hover a {
	background-color: #0883fe;
}

#Nav ul li ul {
	display: none;
	left: 0;
	position: absolute;
	top: 35px;
}

#Nav ul li:hover ul {
	display: block;	
}

#Nav ul li ul li {
	background-image: none;
	display: block;
	float: none;
	height: auto;
	left: 0;
}

#Nav ul li ul li a {
	background-color: #0883fe;
	background-image: none;
	font-size: 0.9em;
	height: auto;
	line-height: normal;
	padding: 0;
	text-align: left;
	padding: 10px;
}

#Nav ul li ul li a:hover {
	background-color: #0668c9;
}

#ContentArea {
	margin: 0 40px 40px 40px;	
}

#Footer {
	color: #000;
	font-size: 0.9em;
	padding: 10px;
	text-align: center;	
}

#HomeFeatures {
	list-style: none;
	margin: 0 0 0 33px;
	padding: 0;
	width: 170px;
}

#HomeFeatures li {
	margin-bottom: 40px;	
}

#HomeFeatures li img {
	border: none;
	display: block;
}

#HomeFeatures li span {
	background-color: #0883fe;
	color: #fff;
	display: block;	
	font-weight: bold;
	padding: 10px;
	text-align: center;
	
}

.GuageLeft {
	float: left;
	width: 50%;
	text-align: center;	
}

.GuageRight {
	float: left;
	width: 50%;
	text-align: center;	
}
