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-family:Arial, Helvetica, sans-serif;
	min-width:960px;
	background:url(images/bg.jpg) repeat-x #80d8ff;
}
@font-face {
    font-family: 'corbelregular';
    src: url('font/corbel_3-webfont.eot');
    src: url('font/corbel_3-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/corbel_3-webfont.woff') format('woff'),
         url('font/corbel_3-webfont.ttf') format('truetype'),
         url('font/corbel_3-webfont.svg#corbelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'caflisch_scriptregular';
    src: url('font/caflisch_script_regular-webfont.eot');
    src: url('font/caflisch_script_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/caflisch_script_regular-webfont.woff') format('woff'),
         url('font/caflisch_script_regular-webfont.ttf') format('truetype'),
         url('font/caflisch_script_regular-webfont.svg#caflisch_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
 @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: '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;
}
a{
	-webkit-transition: color linear .2s;
	-moz-transition: color linear .2s;
	-o-transition: color linear .2s;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.home_bg{
	background:url(images/home_bg.png) no-repeat center top;
}
.quote_bg{
	background:url(images/quote_bg.jpg) no-repeat center top #FFF;
}
/*=========================================== Header Start ==============================================*/
.header_container{
	width:960px;
	height:auto;
	margin:auto;
}
.logo{
	float:left;
	margin-top:45px;
}
.call_menu_container{
	float:right;
	margin-top:25px;
}
.call_now{
	font-size:34px;
	color:#000;
	font-family: 'corbelregular';
	font-weight:normal;
}
.call_now span{
	font-size:49px;
}
/*-------------------------- Navigation Start --------------------------*/
.navigation{
	text-align:center;
}
.navigation ul li{
	list-style:none;
	display:inline;
	text-align:center;
}
.navigation ul li a{
	color:#58595b;
	font-size:15px;
	font-family: 'oswaldbold';
	text-decoration:none;
	text-transform:uppercase;
	padding:0px 6px;
}
.navigation ul li a:hover{
	color:#3f0036;
}
/*-------------------------- Navigation End --------------------------*/
.compare_top_insurance{
	margin-top:120px;
	text-align:center;
	color:#000;
	font-family: 'corbelregular';
}
.compare_top_insurance h1{
	font-size:50px;
	font-weight:normal;
}
.compare_top_insurance h4{
	font-size:27px;
	font-weight:normal;
}
.enter_zip{
	margin-top:40px;
	text-align:center;
}
.enter_zip input[type="text"]{
	border:1px solid #949da4;
	padding:20px 0px;
	color:#706f6f;
	font-size:33px;
	font-family: 'corbelregular';
	float:left;
	width:49%;
	text-indent:20px;
}
.enter_zip input[type="button"]{
	background:#3f0036;
	padding:20px 0px;
	color:#fff;
	font-size:33px;
	font-family: 'corbelregular';
	float:right;
	width:49%;
	border:none;
	cursor:pointer;
}
/*=========================================== Body Start ==============================================*/
h1,
h2,
h3,
h4{
	color:#707270;
	font-family: 'corbelregular';
	padding-top:15px;
	font-weight:normal;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child{
	padding-top:0px;
}
h1{
	font-size:40px;
}
h2{
	font-size:30px;
}
h3{
	font-size:23px;
}
h4{
	font-size:18px;
}
p{
	color:#707270;
	font-family: 'corbelregular';
	padding-top:14px;
	font-weight:normal;
	font-size:15px;
}
p a{
	color:#3f0036;
	text-decoration:none;
}
p a:hover{
	color:#222;
}
ol,
ul{
	margin-top:15px;
}
ol li,
ul li{
	color:#707270;
	font-family: 'corbelregular';
	padding-top:14px;
	font-weight:normal;
	font-size:15px;
	margin-left:20px;
	padding:0px;
}
/*-------------------------- Home Body --------------------------*/
.home_body{
	width:960px;
	margin:auto;
	margin-top:250px;
}
.home_body_left{
	float:left;
	width:340px;
	height:auto;
	padding:20px;
	-moz-box-shadow: 1px 1px 5px #7e7e7e;
	-webkit-box-shadow: 1px 1px 5px #7e7e7e;
	box-shadow: 1px 1px 5px #7e7e7e;
}
.insurance_resource_center_logo{
	text-align:center;
	margin-top:10px;
}
.is_children{
	border-top:1px dashed #bdbfc1;
	border-bottom:1px dashed #bdbfc1;
	padding:12px 0px;
	margin-top:20px;
	font-family: 'corbelregular';
	font-size:15px;
	color:#707270;
	line-height:30px;
}
.home_body_right{
	float:right;
	height:auto;
	width:535px;
}
/*-------------------------- Inner Body --------------------------*/
.inner_content{
	width:960px;
	margin:auto;
	padding-top:40px;
}
.inner_content_box{
	-moz-box-shadow: 1px 1px 5px #7e7e7e;
	-webkit-box-shadow: 1px 1px 5px #7e7e7e;
	box-shadow: 1px 1px 5px #7e7e7e;
	background:#FFF;
	text-align:center;
	padding-bottom:30px;
}
.inner_logo{
	margin-top:27px;
}
.content{
	width:760px;
	margin:auto;
	text-align:left;
}
.content_left{
	width:552px;
	height:auto;
	float:left;
	border:2px solid #f0f0f0;
	margin-left:30px;
	margin-top:30px;
	padding:10px;
	text-align:left;
}
.content_right{
	width:290px;
	height:auto;
	float:right;
	border:2px solid #f0f0f0;
	margin-right:30px;
	margin-top:30px;
	padding:10px;
}
.contlf{
	font-size:13px;
}
/*-------------------------- Contact Us Body --------------------------*/
.contact_container{
	margin-bottom:30px;
	text-align:center;
}
.contact_box{
	background:#f2f2f0;
	padding:25px;
	text-align:left;
	padding-bottom:90px;
}
.contact_left{
	float:left;
	width:453px;
}
.contact_right{
	float:right;
	width:430px;
}
.contact_box p input[type="text"]{
	width:425px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	border-top:1px solid #ebebeb;
	border-left:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	border-bottom:1px solid #e2e2e1;
	padding:10px;
	margin-top:5px;
	font-family: 'corbelregular';
	font-size:13px;
}
.contact_box p textarea{
	display:block;
	width:404px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	border-top:1px solid #ebebeb;
	border-left:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	border-bottom:1px solid #e2e2e1;
	padding:10px;
	margin-top:5px;
	font-family: 'corbelregular';
	font-size:13px;
	height:243px;
}
.contact_box input[type="button"]{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	background:#00aeef;
	color:#FFF;
	font-family: 'corbelregular';
	font-size:16px;
	border:none;
	cursor:pointer;
	float:right;
	padding:3px 10px;
	margin-right:5px;
	margin-top:10px;
}
/*-------------------------------- Geta Quote Page ------------------------*/
.no_obligation{
	text-align:center;
	padding-top:30px;
}
.quote_form_box{
	width:745px;
	height:auto;
	margin:auto;
	margin-top:40px;
}
.quote_form_box h1{
	font-family: 'caflisch_scriptregular';
	color:#7c7c79;
	font-size:39px;
}
.quote_form_box h1 span{
	background:url(images/black.png) no-repeat left 5px;
    color: #FFFFFF;
    font-family: 'caflisch_scriptregular';
    font-size: 39px;
    margin-right: 4px;
    padding: 0 14px 0px 8px;
    text-align: center;
}
.form_box{
	border:1px solid #d2d2d2;
	margin-top:15px;
	padding:20px;
	color:#474747;
	font-weight:normal;
	font-size:17px;
	font-family: 'corbelregular';
}
.form_box input[type="text"]{
	width:172px;
	border:1px solid #474747;
	padding:2px;
	font-family: 'corbelregular';
	font-size:16px;
}
.form_box select{
	width:178px;
	border:1px solid #474747;
	padding:2px;
	font-family: 'corbelregular';
	font-size:16px;
}
.form_box input[type="radio"] {
	margin-left:10px;
}
.form_box input[type="radio"] {
	display:none;
}
.form_box input[type="radio"] + label {
	color:#474747;
	font-weight:normal;
	font-size:15px;
	margin-right:1px;
	font-family: 'corbelregular';
	margin-left:0px;
}
.form_box input[type="radio"] + label span {
	display:inline-block;
	width:21px;
	height:22px;
	margin:-3px 2px 0 0;
	vertical-align:middle;
	background:url(images/checkbox_radio.png) -22px top no-repeat;
	cursor:pointer;
}
.form_box input[type="radio"]:checked + label span {
	background:url(images/checkbox_radio.png) 0px top no-repeat;
}
.get_free_quote_button{
	text-align:center;
	margin-top:30px;
}
.your_information{
	text-align:center;
	margin-top:10px;
}
.by_requsting{
	color:#000;
	font-family: 'corbelregular';
	font-size:14px;
	padding-top:10px;
}
/*=========================================== Footer Start ==============================================*/
.footer_container{
	background:#3c3c3b;
	margin-top:40px;
	width:100%;
	height:auto;
}
.footer_box{
	width:960px;
	height:auto;
	margin:auto;
	padding:3px 0px;
}
.footer_logo{
	float:left;
	font-family: 'corbelregular';
	color:#FFF;
	font-size:18px;
}
.footer_menu{
	float:right;
	font-family: 'corbelregular';
	color:#FFF;
	font-size:14px;
	padding-top:3px;
}
.footer_menu a{
	font-family: 'corbelregular';
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	padding:0px 10px;
}
.footer_menu a:hover{
	color:#000;
}
.clear{
	clear:both;
}
