body{
	background:url(/images/index_body_bg.jpg) 0 0 repeat-x;
}
.index_header {
	display:block;
	clear:both;
	height:630px;
	background:url(/images/icons_index_header.jpg) 0 0 no-repeat;
	margin-top:30px;
}
.index_header #zipcode {
	border:1px solid #145b84;
	width:136px;

	float:left;
	padding:15px 0px;
	color:#777;
	font-style:italic;
	font-size:20px;
	font-weight:normal;
	text-align:center;

	background:url(/images/input_drop_shadow.gif) 0 0 no-repeat;

}
.index_header .form {
	display:block;
	position:absolute;
	width:530px;
	height:100px;
	margin:430px 0 0 45px;
}
.form .button_input {
	float:left;
	background:url(/images/quote_sprite.png) 0 0 no-repeat;
	height:52px;
	width:153px;
	margin:0px 5px;
}
.form .button_input:hover {
	background-position: 0 -52px !important;
}
.row {
	display:table;
	width:100%;
	padding:20px 0;
    clear:both;
}
.row h1 {
	color:#222;
}
.row p {
	font-size:12px;
	color:#444;
}
.row .large_text {
	display:block;
	font-weight:bold;
	color:#444;
	font-size:19px;
	margin-top:25px;
	line-height:28px;
}
.row a {
	color: #309DC8;
    text-decoration: none;
}
.row a:hover {
	color:#444;
	text-decoration:none;
}
.row .img_left {
	display:block;
	float:left;
	width:240px;
}
.img_left img {
	display:block;
	width:70px;
	height:70px;
	margin:15px auto 0;

}
.img_right {
	display:block;
	float:left;
	width:680px
}
.row .types_box {
	display:block;
	float:left;
	height:386px;
	width:210px;
	border:1px solid #dedbd1;
}
.types_box .banner_back {
	position:absolute;
	background:url(/images/banner_back.gif) 0 0 no-repeat;
	margin:10px 0 0 -4px;
	height:37px;
	width:185px;
}
.banner_back h3 {
	font-weight:bold;
	font-size:15px;
	margin:8px 0 0 12px;
	padding:0;
}
.banner_back h3 a {
	color:#fff;
	text-decoration:none;
}
.banner_back h3 a:hover {
	color:#fff;
	text-decoration:none;
}
.types_box ul {
	margin:50px 0 0 0;
	padding:0px;
	width:210px;
	position:absolute;
}
.types_box ul li {
	list-style:none;
	padding:0 6px 5px;
	height:38px;
	border-bottom:1px solid #dedbd1;
}
.types_box .button_form {
	position:absolute;
	width:155px;
	height:34px;
	margin:334px 0 0 26px;
	background:url(/images/get_rate_quotes_spr.gif) 0 0 no-repeat;
}
.types_box .button_form:hover {
	background-position: 0 -34px !important;
}
.row .right_margin{
	margin-right:24px;
}
#footer-wrapper a {
	text-decoration:none;
	color:#353535;
}
.greybox {
    display:block;
    clear:both;
    width:290px;
    margin-top:35px;
    background:url(/images/greybox_rpt.png) 0 0 repeat-y;
}
.greybox_int {
    background:url(/images/greybox_bg.png) 0 0 no-repeat;
    padding-top:75px;
}
.greybox_int ul {
    margin:0;
    padding:0;
}
.greybox_int ul li {
    list-style: none;
}
.greybox_int ul li a {
    font-weight:bold;
    text-decoration:none;
}
.greybox_int ul li a:hover {
    text-decoration:none !important;
}