@charset "utf-8";
html, body {
	height: 100%;
}
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/blue-top-bar.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.clear {
	clear: both;
	height: -1px;
}
.font-h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	;
	;
	font-size: 16px;
	color: #030E8E;
	font-weight: bold;
}
.font-h2 {
	font-weight: bold;
	color: #030E8E;
}
.font-h3 {
	font-size: 20px;
	color: #030E8E;
	font-weight: bold;
}
.font-h4 {
	font-size: 9px;
}

#blue-band {
	background-color: #030e8e;
	height: 5px;
	width: 100%;
	margin-bottom: 10px;
}
#spacer-15 {
	height: 15px;
	background-image: url(../images/blue-bar-top.png);
	background-repeat: repeat;
}
#page-wrap {
	width: 914px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -69px auto;
	background-image: url(../images/bkg.png);
}
#header-wrap {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
}
#header-wrap #header {
	color: #030E8E;
	text-align: right;
	padding: 30px 30px 0px 0px;
	font-size: 18px;
	height: 57px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation {
	height: 22px;
	padding: 10px 10px 0px 10px;
}
#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation li {
	float: left;
}
#navigation a {
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #030e8e;
	font-family: Arial, Helvetica, sans-serif;
}
#main-bkg a {
	color: #030e8e;
}
#main-bkg a:hover {
	color: #00CC00;
}
#navigation  a:hover, #navigation #currentpage a{
	color: #00CC00;
}
#navigation .blue-line a {
	border-left: 1px solid #030e8e;
}
#main-bkg {
	width: 900px;
	padding: 0px 7px 0px 7px;
}
#main-bkg p {
	padding: 0px 20px 0px 20px;
	text-align: justify;
}
.pix-right {
	float: right;
	padding: 5px 0px 10px 10px;
}
#form {
	float: right;
	width: 400px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	min-height: 250px;
	margin: 20px 0px 20px 0px;
	padding: 0px 30px 0px 30px;
}
#form label, input, select {
	display: block;
	float: left;
	margin-bottom: 10px;
}
#form label {
	padding-right: 10px;
	width: 100px;
	text-align: right;
	font-weight: bold;
	color: #030E8E;
}
#form br {
	clear: left;
}
#form #zip-width {
	width: 85px;
}
#buttom-submitemail {
	margin-left: 110px;
	margin-top: 10px;
}
#buttom-back {
	margin-top: 10px;
}
#form #buttom-clear {
	margin-left: 5px;
	margin-top: 10px;
}
#buttom-back {
	margin-top: 10px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #030E8E;
	font-weight: bold;
}
fieldset {
	border: 1px solid #CACACA;
	padding: 10px 10px 10px 15px;
}
#float-left {
	float: left;
}
#absolute {
	position: absolute;
	right: 100000px;
	top: 0px;
}
#footer, .push {
	height: 69px;
}
#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #030e8e;
	line-height: 22px;
}
#footer #footer-wrap {
	width: 870px;
	margin: 0 auto 0 auto;
	color: #FFFFFF;
	padding: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer #footer-wrap .left {
	float: left;
}
#footer #footer-wrap .right {
	float: right;
	text-align: right;
	background-color: #030E8E;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #00CC00;
	text-decoration: underline;
}

