@charset "iso-8859-1"; 

/* CSS Document */
/* global styles*/
body {
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	margin: 0px;
	padding: 0px;
	color: #636363;
}
img {
	border:none 0;
}
a, p, ul, li {
	margin: 1px;
	padding: 0px;
}
p {
	line-height: 1.5em;
}
h1, h2, h3 {
	color: #03AAE8;
	font-weight:normal;
}
/* positional classes*/	
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-none
{
	float: none;
}
.hidden
{
	display:none;
}
.shown
{
}
/*main layout*/
#container {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 900px;
}
/* header styles*/
#header {
	height: 145px;
}
#container #header img {
	margin: 20px 20px 0px 20px;
}
#header .strap {
	clear: both;
	float: right;
}
#header .strap p {
	color: #c1c1c1;
	font-style: italic;
	font-weight: bold;
	margin: 0px 20px 0px 0px;
}
/*top navigation styles*/
#nav {
	background-image: url(images/nav_bg.gif);
	height: 38px;
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav ul {
	padding-top:10px;
}
#nav a {
	padding: 0px 45px;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}
#nav a:hover {
	color: #07A8E4;
}
/*main content*/
#main {
	margin-top: 20px;
	height: auto;
}
/*left column*/
#left {
	width: 250px;
	float: left;
	height: auto;
	background-image: url(images/main_bg.gif);
	background-position: left bottom;
	min-height:490px;
	margin-bottom:30px;
}
#container #main #left p {
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#container #main #left h2 {
	font-size: 1em;
	color: #636363;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#container #main #left ul {
	padding-left: 25px;
	margin: 0px;
	padding-top: 0px;
}
#container #main #left li {
	font-size: 0.9em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #main #left a {
	color: #0DADE7;
	text-decoration: none;
}
#container #main #left a:hover {
	color: #2e3291;
}
#container #main #left .dark {
	background-color: #E6E6E6;
	margin-top: 30px;
}
/*left box buttons*/
#container #main #left .left_link {
	display: block;
	height: 78px;
	width: 250px;
	border-bottom: solid 2px #fff;
}
a.first {
	background-image: url(images/obtain-quote.gif);
	background-repeat: no-repeat;
}
a:hover.first {
	background-image: url(images/obtain-quote_over.gif);
}
a.second {
	background-image: url(images/apllications.gif);
	background-repeat: no-repeat;
}
a:hover.second {
	background-image: url(images/applications_over.gif);
}
a.third {
	background-image: url(images/information.gif);
	background-repeat: no-repeat;
}
a:hover.third {
	background-image: url(images/information_over.gif);
}
a.fourth {
	background-image: url(images/online.gif);
	background-repeat: no-repeat;
}
a:hover.fourth {
	background-image: url(images/online_over.gif);
}
a.online {
	background-image: url(images/online.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
}
a:hover.online {
	background-image: url(images/online_over.gif);
}
/*main page content styles*/
#content {
	width: 630px;
	float: right;
	height: auto;
	min-height:490px;
	margin-bottom:30px;
}
#container #main #content h1 {
	font-size: 1.5em;
	margin: 30px 0px 20px 0px;
}
#container #main #content h2 {
	font-size: 1.2em;
	margin: 30px 0px 20px 0px;
}
#container #main #content p {
	margin-top: 15px;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-right: 20px;
}
#container #main #content a {
	color: #18B1EA;
}
#container #main #content a:hover {
	color: #2E3291;
}
/*footer styles*/
#container #footer1 {
	background-color: #c4ecfb;
	margin-top: 20px;
}
#container #footer1 p {
	font-size: 0.9em;
	padding: 20px 0px 20px 15px;
}
#container #footer1 a, #container #footer2 #footer3 a {
	color: #00ADEE;
	text-decoration: none;
}
#container #footer1 a:hover, #container #footer2 #footer3 a:hover {
	color: #636363;
}
#container #footer2 p {
	font-size: 0.9em;
	padding: 10px 0px 20px 10px;
}
#container #footer3 p {
	/*color: #03AAE8;*/
	font-size: 0.9em;
	padding: 10px 0px 20px 10px;
}
/*form styles*/
#contact label, #policies label {
	float: left;
	clear: both;
	width: 235px;
	padding-right: 15px;
	font-size: 0.9em;
}
#contact input, #contact textarea, #contact select, #policies input, #policies textarea, #policies select {
	border: 1px solid #CCCCCC;
	width: 350px;
	margin-bottom: 5px;
}
#container #main #content #policies hr {
	clear: both;
	color: #FFFFFF;
	position: relative;
	width: 600px;
	background-color: #FFFFFF;
	border-top: solid 1px #C4ECFB;
	margin: 30px 0px 30px 0px;
}
#contact submit {
	width: 100px;
	float: right;
	background-color: #00ADEE;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	margin: 15px 30px 0px 0px;
	border:none 0;
}