html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	margin:auto;
	padding:0px;
}
@font-face {
 font-family: 'MyriadWebProRegular';
 src: url('font/myriad-web-pro.eot');
 src: url('font/myriad-web-pro.eot') format('embedded-opentype'),  
      url('font/myriad-web-pro.woff') format('woff'),  
	  url('font/myriad-web-pro.ttf') format('truetype'),  
	  url('font/myriad-web-pro.svg#MyriadWebProRegular') format('svg');
}
@font-face {
    font-family: 'oswaldlight';
    src: url('font/oswald-light-webfont.eot');
    src: url('font/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/oswald-light-webfont.woff') format('woff'),
         url('font/oswald-light-webfont.ttf') format('truetype'),
         url('font/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldregular';
    src: url('font/oswald-regular-webfont.eot');
    src: url('font/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/oswald-regular-webfont.woff') format('woff'),
         url('font/oswald-regular-webfont.ttf') format('truetype'),
         url('font/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldbold';
    src: url('font/oswald.bold-webfont.eot');
    src: url('font/oswald.bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/oswald.bold-webfont.woff') format('woff'),
         url('font/oswald.bold-webfont.ttf') format('truetype'),
         url('font/oswald.bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
 font-family: 'GillSansMTRegular';
 src: url('font/gil_____2.eot');
 src: url('font/gil_____2.eot') format('embedded-opentype'),  
      url('font/gil_____2.woff') format('woff'),  
	  url('font/gil_____2.ttf') format('truetype'),  
	  url('font/gil_____2.svg#GillSansMTRegular') format('svg');
}
@font-face {
 font-family: 'GillSansMTBold';
 src: url('font/gilb____2.eot');
 src: url('font/gilb____2.eot') format('embedded-opentype'),  
      url('font/gilb____2.woff') format('woff'),  
	  url('font/gilb____2.ttf') format('truetype'),  
	  url('font/gilb____2.svg#GillSansMTBold') format('svg');
}
a {
 -webkit-transition: color linear .2s;
 -moz-transition: color linear .2s;
 -o-transition: color linear .2s;
}
#wrapper {
	width:100%;
	height:auto;
	margin:auto;
	padding:0px;
	min-width:980px;
}
.content_wrapper {
	width:980px;
	height:auto;
	margin:auto;
}
/*=========================================== Header Container ==============================================*/
.header_wrapper {
	background:url(images/header_bg.png) repeat-x;
	width:100%;
	height:92px;
}
.logo {
	float:left;
	margin-top:12px;
}
.main_menu {
	float:right;
	width:620px;
	height:92px;
	overflow:hidden;
}
.main_menu ul {
	text-align:right;
	float:right;
}
.main_menu ul li {
	list-style:none;
	float:left;
	text-align:center;
	width:102px;
	height:88px;
	line-height:88px;
}
.main_menu ul li span {
	color:#231f20;
	font-family: 'MyriadWebProRegular';
	font-size:23px;
}
.main_menu ul li span img {
	float:left;
	margin-right: 5px;
	margin-top: 33px;
}
.main_menu ul li a {
	font-family: 'oswaldbold';
	color:#3c3c3b;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
}
.main_menu ul li a:hover {
	color:#0855a3;
}
.main_menu ul li.active {
	background:url(images/menu_hover.png) no-repeat;
}
.main_menu ul li:last-child {
	width:160px;
	margin-left:40px;
}
/*------------------------------ Banner --------------------------------*/
.banner_container {
	background:url(images/banner.jpg) no-repeat;
	width:1118px;
	height:472px;
	margin:auto;
}
.banner_container h1 {
	text-align:right;
	font-family: 'oswaldbold';
	font-size: 60px;
	padding-right: 80px;
	padding-top: 30px;
	color:#5b5a5a;
}
.banner_container h1 span {
	color:#3aaa35;
}
.average {
	width:460px;
	height:auto;
	float:right;
	text-align:center;
	position:relative;
	margin-right:145px;
}
.arrow {
	position:absolute;
	left: 423px;
	top: 6px;
}
.average h3 {
	color:#56524f;
	font-size:40px;
	font-weight:normal;
	font-family: 'oswaldlight';
}
.average input[type="text"] {
	-moz-box-shadow: 0px 0px 5px #767676 inset;
	-webkit-box-shadow: 0px 0px 5px #767676 inset;
	box-shadow: 0px 0px 5px #767676 inset;
	font-size:27px;
	color:#535454;
	padding: 10px 15px;
	width:323px;
	font-family: 'oswaldlight';
	border:1px solid #a3a3a4;
	margin-top:25px;
}
.compare {
	color:#56524f;
	font-size:20px;
	font-weight:normal;
	font-family: 'oswaldlight';
	padding-top:10px;
	padding-bottom:5px;
}
/*---------------------- No Save Free --------------------*/
.nosavefree {
	background:url(images/nosavefree_bg.png) repeat-x;
	width:100%;
	height:98px;
	line-height:98px;
	color:#56524f;
	font-weight:normal;
	font-family: 'oswaldlight';
	font-size:27px;
}
.nosavefree strong {
	font-weight:normal;
	font-family: 'oswaldbold';
}
/*------------------ Resource Center ------------------*/
.resource_center {
	width:980px;
	height:auto;
	margin:auto;
	margin-top:60px;
	border-bottom:1px solid #c2d5e8;
	padding-bottom:40px;
}
.resource_box {
	width:158px;
	height:auto;
	background:#dfe9f3;
	float:left;
	padding:10px;
	margin-top:20px;
	margin-left:9px;
	margin-right:9px;
	text-align:right;
}
.resource_box h4 {
	text-align:center;
	font-family: 'MyriadWebProRegular';
	font-size:13px;
	color:#000;
	min-height:45px;
	line-height:20px;
	font-weight:normal;
}
.resource_box p {
	text-align:left;
	font-family: 'MyriadWebProRegular';
	font-size:13px;
	color:#5b5957;
	padding-bottom:5px;
	min-height:105px;
}
.resource_box a {
	font-family: 'MyriadWebProRegular';
	font-size:12px;
	color:#0855a3;
	text-decoration:underline;
}
.resource_box a:hover {
	text-decoration:none;
	color:#000;
}
.re_inner {
	border-top:1px solid #c2d5e8;
	padding-bottom:0px;
	border-bottom:none;
}
/*=========================================== Body Container ==============================================*/
.home_content {
	width:850px;
	height:auto;
	margin:auto;
	margin-top:75px;
}
.content {
	width:980px;
	height:auto;
	margin:auto;
	margin-top:25px;
}
.home_content h1 {
	font-family: 'MyriadWebProRegular';
	font-size:34px;
	color:#000;
	font-weight:normal;
	text-align:center;
	line-height:40px;
}
.home_content h1 strong {
	color:#0855a3;
	font-size:35px;
}
.home_content p {
	font-family: 'MyriadWebProRegular';
	font-size:15px;
	color:#3e3f3e;
	font-weight:normal;
	padding-top:25px;
	line-height:20px;
}
.body_wrapper {
	padding-top:20px;
	padding-bottom:80px;
}
/*----------------------- Inner Pages ------------------*/
.page_title {
	width:980px;
	height:auto;
	margin:auto;
}
.page_title h1 {
	color:#0855a3;
	font-size:31px;
	text-align:center;
	font-family: 'oswaldbold';
	background:url(images/resouce_title_bg.jpg) repeat-x center;
	font-weight:normal;
}
.page_title h1 span {
	background:#FFF;
	padding:0px 20px;
}
.about_banner {
	background:url(images/about_banner.jpg) no-repeat center;
	width:100%;
	height:392px;
	margin-top:20px;
}
.about_title {
	width:590px;
	height:auto;
	float:right;
	margin-top:185px;
	text-align:center;
}
.about_title h2 {
	color:#FFF;
	font-size:41px;
	font-family: 'GillSansMTBold';
	font-weight:normal;
}
.about_title h3 {
	color:#FFF;
	font-size:29px;
	font-family: 'GillSansMTBold';
	font-weight:normal;
}
.about_title p {
	color:#FFF;
	font-size:18px;
	font-family: 'GillSansMTRegular';
	font-weight:normal;
	padding-top:15px;
}
.about_title p strong {
	font-family: 'GillSansMTBold';
	font-weight:normal;
}
.content h1 {
	font-family: 'MyriadWebProRegular';
	font-size:34px;
	color:#000;
	font-weight:normal;
	text-align:center;
	line-height:40px;
}
.content h2 {
	font-family: 'MyriadWebProRegular';
	font-size:21px;
	color:#000;
	font-weight:normal;
	padding-top:25px;
}
.content p {
	font-family: 'MyriadWebProRegular';
	font-size:15px;
	color:#3e3f3e;
	font-weight:normal;
	padding-top:25px;
	line-height:20px;
}
.content p strong {
	color:#0855a3;
}
.content p a {
	color:#0855a3;
	text-decoration:underline;
}
.content p a:hover {
	color:#000;
	text-decoration:none;
}
/*-------------------------- Contact Page ---------------------------*/
.contact_page {
	background:url(images/contact_banner.jpg) no-repeat center top;
	margin-top:20px;
	padding-top:64px;
}
.contactform_shadow {
	background:url(images/form_bg.png) repeat;
	width:838px;
	height:auto;
	margin:auto;
	padding:10px;
}
.contact_form {
	background:url(images/contact_shadow.jpg) no-repeat center bottom #FFF;
	padding:20px;
}
.contact_form p {
	text-align:center;
	font-size:18px;
	color:#4b4b4b;
	font-family: 'MyriadWebProRegular';
	font-weight:normal;
}
.c_form {
	width:650px;
	height:auto;
	margin:auto;
	margin-top:30px;
	color:#787878;
	font-size:16px;
	font-family: 'MyriadWebProRegular';
}
.c_form input[type="text"] {
	border: 1px solid #d4d4d4;
	color: #585858;
	font-family: 'MyriadWebProRegular';
	font-size: 15px;
	padding: 10px;
	width: 294px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
 -webkit-transition: border linear .2s;
 -moz-transition: border linear .2s;
 -o-transition: border linear .2s;
}
.c_form textarea {
	border: 1px solid #d4d4d4;
	color: #585858;
	font-family: 'MyriadWebProRegular';
	font-size: 15px;
	padding: 10px;
	width: 628px;
	height:150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
 -webkit-transition: border linear .2s;
 -moz-transition: border linear .2s;
 -o-transition: border linear .2s;
}
.c_form input[type="text"]:focus, .c_form textarea:focus {
	border: 1px solid #747474;
}
.c_form input[type="submit"] {
	background:#00aeef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	color: #fff;
	font-family: 'MyriadWebProRegular';
	font-size:24px;
	text-align:center;
	padding:10px 40px;
	border:none;
 -webkit-transition: background linear .2s;
 -moz-transition: background linear .2s;
 -o-transition: background linear .2s;
	cursor:pointer;
}
.c_form input[type="submit"]:hover {
	background:#222;
	color:#FFF;
}
/*-------------------------------------------- Get Quote Page ---------------------------------------------*/
.quote {
	background:url(images/quote_bg.jpg) repeat;
}
.quote_title {
	width:980px;
	height:auto;
	margin:auto;
}
.quote_title h1 {
	color:#fff;
	font-size:67px;
	text-align:center;
	font-family: 'oswaldbold';
}
.quote_title h2 {
	font-family: 'oswaldlight';
	font-size:37px;
	text-align:center;
	color:#FFF;
	font-weight:normal;
	background:url(images/quote_title_bg.png) repeat-x center;
}
.quote_title h2 span {
	padding:0px 20px;
	background:url(images/quote_bg.jpg) repeat-x;
}
.quote_page {
	background:#FFF;
	width:970px;
	height:auto;
	margin:auto;
	padding:15px;
	margin-top:50px;
}
.quote_left {
	background:url(images/quote_left_bg.jpg) repeat-x top #ededed;
	width:314px;
	height:auto;
	padding-bottom:20px;
	float:left;
}
.quote_image img {
	margin-top:-35px;
}
.quote_left ul {
	padding-bottom:15px;
	margin-top:10px;
	border-bottom:1px solid #dadad9;
}
.quote_left ul li {
	list-style:none;
	background:url(images/qli.png) no-repeat left 42px;
	color:#5b5656;
	margin-left: 40px;
	padding-left: 50px;
	padding-top:25px;
	font-family: 'MyriadWebProRegular';
	font-size:24px;
	font-weight:normal;
	line-height:30px;
}
.quote_left p {
	font-family: 'MyriadWebProRegular';
	font-size:17px;
	font-weight:normal;
	color:#1e1d1d;
	padding:10px;
}
.quote_right {
	float:right;
	width:635px;
}
.quote_form_box_container {
	height:auto;
	margin-bottom:20px;
	position:relative;
}
.quote_title_vdc {
	position:absolute;
	left:0px;
	top:-1px;
}
.quote_fotm {
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	clear:both;
	background:url(images/quote_form_bg.jpg) repeat-x top #ededed;
	padding:20px;
	font-family: 'MyriadWebProRegular';
	font-size:14px;
	padding-top:0px;
}
.quote_form_bor1 {
	border:3px solid #3aaa35;
}
.quote_form_bor2 {
	border:3px solid #f39200;
}
.quote_form_bor3 {
	border:3px solid #36a9e1;
}
.quote_fotm table {
/*	border-bottom:1px solid #d4d4ca;
	padding-bottom:15px;*/
}
.primary_vehicle {
	background:#3aaa35;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	float:right;
	color:#FFF;
	padding:4px 10px;
}
.primary_driver {
	background:#f39200;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	float:right;
	color:#FFF;
	padding:4px 10px;
}
.quote_fotm select {
	border:1px solid #9e9b9b;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	padding:5px;
	width:250px;
	height:27px;
	line-height:27px;
}
.quote_fotm input[type="text"] {
	border:1px solid #9e9b9b;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	padding:5px;
	width:238px;
}
.add_button {
	text-align:right;
	margin-top:10px;
	font-size:14px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	line-height:24px;
	text-align:right;
	cursor:pointer;
}
.add_button img {
	float:right;
	margin-left:10px;
}
.get_quote_button {
	text-align:center;
}
.secure {
	text-align:center;
	margin-top:10px;
}
.buy_clicking {
	color:#414042;
	font-size:13px;
	font-family: 'MyriadWebProRegular';
	padding-top:20px;
}
.another_primary_vehicle, .another_primary_driver, .another_primary_contactinfo {
	display:none;
}
/*====================== Quote Update ========================*/
.quote_updated{
	width:auto;
	padding:35px 90px;
}
.vehicleinfo{
	width:123px !important;
}
.quote_fotm_table_bor {
	border-bottom:1px solid #d4d4ca;
	padding-bottom:15px;
}
/*=========================================== Footer Container ==============================================*/
.footer_wrapper {
	background:url(images/footer_bg.jpg) repeat;
	height:auto;
	padding-bottom:10px;
}
.footer_shadow {
	background:url(images/footer_shadow.png) no-repeat center top;
	padding-top:55px;
}
.footer {
	width:600px;
	height:auto;
	margin:auto;
}
.footer_logo {
	margin-top:-20px;
	text-align:center;
}
.footer_menu {
	margin-top:13px;
	border-top:2px solid #a0a09e;
	border-bottom:2px solid #a0a09e;
	text-align:center;
	padding:10px 0px;
}
.footer_menu ul li {
	list-style:none;
	display:inline;
	text-align:center;
	padding:0px 20px;
}
.footer_menu ul li a {
	font-family: 'oswaldbold';
	color:#3c3c3b;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
}
.footer_menu ul li a:hover {
	color:#0855a3;
}
.copy {
	text-align:center;
	padding-top:10px;
	color:#2b2b2a;
	font-family: 'MyriadWebProRegular';
	font-size:15px;
}
.copy a {
	color:#2b2b2a;
	font-family: 'MyriadWebProRegular';
	font-size:15px;
	text-decoration:none;
}
.copy a:hover {
	color:#000;
}
.clear {
	clear:both;
}
