/* General */

* {
	margin: 0;
}

body {
	background: #012150;
	font: 12px Tahoma,Geneva,Kalimati,sans-serif;;
	color: #000;
}

a:link {
	color: #012150;
}

a:hover, a:active {
	text-decoration: underline;
	color: #6f849c;
}

a:visited {
	color: #486d98;
}

.clear {
	clear: both;
}

.imgalignright {
	float: right;
	padding: 0px 0px 10px 10px;
}

.imgalignleft {
	float: left;
	padding: 0px 10px 10px 0px;
}

img.border {
	border: 1px solid #000;
}

img.a {
	border: 0px;
}

.noborder {
	border: 0px;
}

.center {
	margin: 0px auto;
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.superscript {
	vertical-align: super;
	font-size: 12px;
}

#pagewrapper {
	margin: 0px auto;
	width: 1007px;
}

#wrapper-top {
	background: #012150 url(../img/site/site/wrapper-top.png) no-repeat;
	width: 1007px;
	height: 1px;
}

#wrapper {
	background: #012150 url(../img/site/wrapper-bg.png) repeat-y;
	width: 1007px;
}

#wrapper-bottom {
	background: #012150 url(../img/site/wrapper-bottom.png) no-repeat;
	width: 1007px;
	height: 37px;
}

/* Header */

#header {
	padding: 10px 33px 10px 33px;
}

#logo {
	background: #fff;
	height: 55px;
	width: 166px;
	margin: 0px 0px 10px 10px;
}

/* Navigaiton */

#nav {
	background: #fff url(../img/site/nav-bg.png) repeat-x;
	height: 60px;
	width: 937px;
	border-right: 1px solid #6f849c;
	border-left: 1px solid #6f849c;	
}

#nav2 {
	background: #fff url(../img/site/nav2-bg.png) repeat-x;
	height: 20px;
	width: 937px;
	border-right: 1px solid #6f849c;
	border-left: 1px solid #6f849c;	
}

#nav-top {
	padding: 2px 0px 2px 0px;
	height: 36px;
}

#nav-top ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
}

#nav-top ul li {
	float:left; 
	position:relative;
	border-right: 1px solid #27446c;
}

#nav-top ul li a, #nav-top ul li a:visited {
	display:block; 
	text-decoration:none; 
	padding: 10px 34px 8px 34px;
	color: #fff; 
	font-size:13px;
	font-weight: bold;
}

#nav-top ul li a:hover, #nav-top ul li a:active {
	background: #537395 url(../img/site/nav-bg-hover.png) repeat-x;
	color: #fff200;
}

#nav-top .border-left {
	height: 36px;
	width: 1px;
	background: #6f849c;
	float: left;
}

#nav-bot {

}

/* Main Content */

#content {
	padding: 10px 53px 10px 53px;
}

#maincontent {
	float: left;
	width: 592px;
	margin: 0;
	padding: 0px 20px 0px 0px;
}

#maincontent h2 {
	padding-bottom: 15px;
	color: #bd1f2e;
	font-size: 24px;
	}

#maincontent p {
	padding-bottom: 10px;
}

#banner {
	height: 257px;
	width: 592px;
	background: #fff url(../img/site/banner.png) no-repeat;
	margin-bottom: 20px;
}

.quickquotebox {
	width: 132px;
	margin-right: 8px;
	margin-bottom: 20px;
	border: 5px solid #b1cbe0;
	float: left;
}

.quickquotebox2 {
	margin-right: 0px;
}

.quickquotebox ul {
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
}

.quickquotebox ul li {
	padding: 10px 5px 10px 5px;
	border-top: dotted #ccc 1px;
	text-align: center;
}

.quickquotebox .header {
	padding: 5px;
	text-align: center;
	color: #bd1f2e;
	font-size: 14px;
	font-weight: bold;
	background: #ebf2f7;
}

.quickquotebox .comparerates {
	margin: 0px auto;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.quickquotebox .comparerates img {
	border: 0px;
}

/* Sidebar */

.sidebar {
	float: left;
	width: 286px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	}

.sidebar h2 {
	background: #fff url(../img/site/sidebar-header-bg.png) repeat-x;
	height: 28px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 29px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px;
	}

.sidebar ul li a: hover {
	color: #25A;
	}

.sidebar ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 5px 0 5px 8px;
	}

.sidebar ul li ul {
	list-style: square outside;
	margin: 0;
	padding: 10px 0px 10px 25px;
	border: 1px #27446c solid;
	border-top: 0px;
	background: #ebf2f7;
	color: #000;
	font-size: 14px;
	}

.sidebar ul li ul li a:link, .sidebar ul li ul li a:visited {
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom: 0px solid #014599;
	margin: 0;
	padding: 5px 0 5px 0px;
	font-size: 12px;
	}

.sidebar ul li ul li a:hover, .sidebar ul li ul li a:active {
	color: #bd1f2e;
	text-decoration: underline;
	}

.sidebarcontent {
	width: 284px;
	border: 1px solid #27446c;
	border-top: 0px;	
}

/* Quote */

#quoteheadline {
	width: 816px;
}

#quoteheadline .text1 {
	float: left;
	padding-right: 18px;
	padding-bottom: 10px;
}

#quoteheadline .text2 {
	float: left;
	padding-bottom: 10px;
}

#quote {
	width: 500px;
	height: 600px;
	background: #fff;
	margin: 0px auto;
}

#quote #header {
	height: 38px;
	font-size: 18px;
	font-weight: bold;

}

#quote #headera {
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #bd1f2e;
}

#quote #headerb {
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 10px 20px;
}

#quote form {
	width: 470px;
	padding-left: 11px;
	margin: 0px auto;
	font: 11px verdana;
}

#quote .radio {
	padding: 0px 0px 0px 18px;
	font-weight: bold;
	line-height: 18px;
}

#quote .select {
	padding: 0px 0px 0px 18px;
	font-weight: bold;
}

#quote .question {
	font-weight: bold;
}

#quote2 {
	width: 500px;
	height: 600px;
	background: #fff;
	margin: 0px auto;
}

#quote2 #header {
	height: 38px;
	font-size: 18px;
	font-weight: bold;

}

#quote2 #headera {
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #bd1f2e;
}

#quote2 #headerb {
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 10px 20px;
}

#quote2 form {
	width: 470px;
	padding-left: 11px;
	margin: 0px auto;
	font: 11px verdana;
}

#quote2 .radio {
	padding: 0px 0px 0px 18px;
	font-weight: bold;
	line-height: 18px;
}

#quote2 .select {
	padding: 0px 0px 0px 18px;
	font-weight: bold;
}

#quote2 .question {
	font-weight: bold;
}

#bannerquoteheader {
	float: right;
	width: 330px;
	height: 60px;
	padding-top: 10px;
}

#bannerquoteheader h2 {
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	padding: 0px 0px 2px 0px;
	text-align: center;
}

#bannerquoteheader h3 {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#bannerquote {
	float: right;
	width: 235px;
	height: 187px;
	margin: 0px auto;
	font: 11px verdana;
}

#bannerquote .select {
	font-size: 10px;
	width: 120px;
	float: right;
}

#bannerquote .continue {
	margin: 0px auto;
	text-align: center;
	padding-top: 10px;
}

#bannerquote .text3 {
	color: #fff;
	font-weight: bold;
	padding-bottom: 12px;
	padding-right: 10px;
}

#bannerquote2 {
	float: right;
	width: 142px;
	padding: 20px 8px;
	margin: 0px auto;
	font: 11px verdana;
	margin: 0px auto;
	border: 1px solid #27446c;
}

#bannerquote2 .select {
	font-size: 10px;
	width: 120px;
	float: right;
}

#bannerquote2 .continue {
	float: right;
	text-align: center;
	padding-top: 10px;
}

#bannerquote2 .text3 {
	color: #000;
	font-weight: bold;
	padding-bottom: 12px;
	padding-right: 10px;
	text-align: right;
}


#quote-bottom-nav {
	position: relative;	/* IE fix */
	padding: 10px 0px 10px 0px;
	text-align: center;
}

#quote-bottom-nav .link {
	padding-left: 20px;
	padding-right: 20px;
}

/* Footer */


#footer {
	position: relative;	/* IE fix */
	padding: 10px 53px 10px 53px;
	color: #b7b7b7;
	text-align: center;
	font-size: 10px;
	background: #012150;
}

#footer .link {
	padding-left: 20px;
	padding-right: 20px;
}

#footer a:link, #footer a:visited {
	color: #b7b7b7;
	text-decoration:none; 
	
}

#footer a:visited {
	color: #959595;
}

#footer a:hover, #footer a:active {
	color: #fff;
}
