@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87%;
	color: #373737;
	margin: 0;
	padding: .5em 0;
	}
	
div,dl,dt,dd,h1,h2,h4,h5,h6,pre,form,blockquote,th,td,html,label,table,tr,image {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
th {
	padding: 2px;
	font-size: 1.1em;
	color: #fff;
	text-align: left;
	}

img,a img,:link img,:visited img {
	border: 0;
	}
	
fieldset {
	border: 1px solid #575757;
	padding: 20px;
	}
	
ul {
	}
	
p, li {
	font-size: 1em;
	line-height: 1.5em;
	}

hr {
	border: none 0;
	border-top: 1px solid #575757;
	height: 1px;
	}

h1 {
	font-size: 2.2em;
	color: #ab1d1d;
	font-weight: normal;
	}
	
h2 {
	font-size: 1.5em;
	}
	
h3 {
	font-size: 1em;
	color: #ab1d1d;
	line-height: .7em;
	}
	
h4 {
	font-size: 1em;
	}
	
a {
	color: #598ed2;
	
	}
a:hover {
    text-decoration: none;
    color: #000000;
}
	
/****** Layout ******/

#page {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	}
	
#header {
	width: 989px;
	margin: 0 auto;
	height: 108px;
	}
	
#logo {
	width: 244px;
	height: 108px;
	float: left;
	}
	
#utility-links {
	width: 725px;
	height: 108px;
	padding-right: 20px;
	float: left;
	background-image: url(../images/252-633-1174.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#wrapper { /* holds main page columns */
	width: 989px;
	margin: 0 auto;
	clear: both;
	}
	
#column-main {
	float: right;
	width: 745px;
	}
	
#column-left {
	float: left;
	width: 244px;
	}

#news-snippet {
    padding-left: 20px;
}

#awards_image {
    padding-top: 13px;
}

#column-right {
	width: 217px;
	margin-left: 10px;
	padding-left: 20px;
	float: right;
	border-left: 1px solid #000;
	}
	
#column-right p {
	font-size: .9em;
	}
	
#primary {
	width: 745px;
	height: 28px;
	}
	
#secondary {
	width: 244px;
	}
	
#service-links {
	width: 244px;
	}
	
#content {
	margin: 20px;
	}
	
#footer {
	width: 988px;
	height: 36px;
	background-image: url(../images/footer-nav-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	}
	
#closure {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: .85em;
	}
	
#closure p {
	color: #b0b0b0;
	}
	
/****** Menus & Links ******/

#utility-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#utility-links ul li {
	margin: 0 0 0 2em;
	padding: 0;
	float: right;
	font-size: .9em;
	}
	
#utility-links a:link, #utility-links a:visited {
	color: #373737;
	text-decoration: none;
	}
	
#utility-links a:hover, #utility-links a:active {
	text-decoration: underline;
	}
	
#primary ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#primary ul li {
	width: 149px;
	height: 23px;
	padding: 5px 0 0;
	float: left;
	background-image: url(../images/tab.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: .9em;
	text-transform: uppercase;
	text-align: center;
	}
	
#primary a {
	color: #fff;
	text-decoration: none;
	}
	
#secondary ul,
#service-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#secondary ul li,
#service-links ul li {
	margin: 0;
	padding: 15px 0 0 20px;
	font-size: 1.2em;
	line-height: 1em;
	width: 224px;
	}
	
#secondary ul li {
    height: 45px;
    background-image: url(../images/side-top-tab-mid.jpg);
    background-position: top left;
    background-repeat: no-repeat;
	}
	
#secondary ul li.top {
	height: 47px;
	background-image: url(../images/side-top-tab-top.jpg);
	}
	
#secondary ul li.bottom {
	height: 43px;
	background-image: url(../images/side-top-tab-btm.jpg);
	}
	
#service-links ul li {
	height: 48px;
	background-image: url(../images/side-btm-tab-mid.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#service-links ul li.top {
    height: 47px;
    background-image: url(../images/side-top-tab-top.jpg);
	}
	
#service-links ul li.bottom {
	height: 43px;
	background-image: url(../images/side-top-tab-btm.jpg);
	}
	
#secondary ul li .small,
#service-links ul li .small {
	font-size: .7em;
	}
	
#secondary a,
#service-links a {
	color: #fff;
	text-decoration: none;
	}
	
#footer ul {
	list-style: none;
	padding-top: 8px;
	}
	
#footer ul li {
	margin: 0 1.5em;
	padding: 0;
	display: inline;
	font-size: .9em;
	}
	
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
	}
	
#closure a:link, #closure a:visited {
	color: #b0b0b0;
	text-decoration: none;
	}
	
#closure a:hover, #closure a:active {
	color: #b0b0b0;
	text-decoration: underline;
	}
	
/****** Misc Styles ******/

.clear {
	clear: both;
	}

/*** Specific Form Styles ***/
#claim_form tr td {
    padding: 2px 5px 2px 5px;
}

#certificate_form tr td {
    padding: 2px 5px 2px 5px;
}

#quote_type {
    width: 46%;
}
#quote_top tr td {
    padding: 2px 5px 2px 5px;
}

table#nested_table tr td {
    padding-left: 0px;
    border: 0px;
}

table#home_owner_table tr td {
    padding-left: 0px;
    line-height: 1.6em;
    border: 0px;
}

#quote_bottom tr td {
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #d9d9d9;
}

#carriers tr td {
    padding: 5px 10px 5px 10px;
    font-size: 1.2em;
}

#carriers tr td a {
    text-decoration: none;
}

#carriers tr td a:hover {
    text-decoration: underline;
    color: #000000;
}

#coverage tr td {
    padding: 5px 10px 5px 10px;
    font-size: 1.2em;
}

#contact-form table tr td {
    padding: 5px 0px 5px 10px;
}

td#left_contact {
    border-right: 1px solid #d9d9d9;
    padding-right: 10px;
    vertical-align: top;
}

.right_contact {
    vertical-align: top;
    padding-left: 10px;
}

#employee-table tr td {
    padding: 5px 10px 5px 10px;
}

td#contact-info {
    vertical-align: top;
}