﻿/*--- UNIVERSAL SETTINGS ---*/
* {
	margin: 0;
}
a {
	font: normal 11px Tahoma;
}
tr {
	font: normal 11px Tahoma;
}
td {
	font: normal 11px Tahoma;
}
table {
	font: normal 11px Tahoma;
	padding: 4px;
}
p {
	font: normal 11px Tahoma;
}
a {
	color: #3f62c0;
	font-size: 11px;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #3f62CC;
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
}

h1 {
	font: bold 18px Arial, Helvetica, Geneva, sans-serif;
	color: #458ebb;
	margin: 0px 10px 10px 0px;
	border-bottom: 1px #ccc dotted;
	padding-top: 20px;
	text-align: left;	
}

h2 {
	font: bold 18px Arial, Helvetica, Geneva, sans-serif;
	color: #cd7e1c;
	margin: 5px 0 10px 0;
}

img {
	border: none;
}

strong {
	font-weight: bold;
}

/*--- carrierLogos ---*/

.siteFooter {
	text-align: center;
	border-top: 1px #b6c2d0 dotted;
	border-bottom: 1px #b6c2d0 dotted;
	padding: 5px 0px 5px 0px;
}
.siteFooterCopyright {
	text-align: center;
	padding-top: 10px;	
}
.stateHeader {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	height: 25px;
	font-weight: bold;
	font-variant: normal;
	font-size:12pt;
	text-decoration: none;
	text-align: center;
}
.stateSubHeader {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
}
.stateSubHeaderNoTop {
	border-bottom: 1px solid #C0C0C0;
	height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
}

/*--- SITE FRAMEWORK ---*/

body {
	padding: 0;
	text-align: center;
	background: #FFF url("../img/bg.jpg");
}
	
#wrap {
	width: 980px;
	margin: 20px auto;
	text-align: left;
	position: relative;
	background-color: #fff;
}

.serviceBox {
	background: #fff url("../img/service_box.png") no-repeat;
	width: 320px;
	height: 160px;
	vertical-align: top;
}

.serviceBoxHeader {
	margin: 25px 10px 5px 25px;
	font: bold 16px arial;
	color: #3a6e84;
}

.serviceBoxDescription {
	margin: 15px 10px 2px 25px;
	height: 72px;	
	width: 260px;
}

.serviceBoxQuoteNow {
	margin: 0px 35px 16px 0px;
	text-align: right;
}
#container_infoentry{
	position: relative;
	width: 640px;
	height: 315px;
	background: #fff url("../img/bg_mainPhoto.jpg") no-repeat;	
	vertical-align: bottom;
	text-align: right;
}
#container_infoentry_table{
	position:absolute;
	top:120px;
	right:0;
	width:410px;
}

#quoteBox {
	width: 400px;
	margin: 0px 0px 0px 40px;
}
.quoteRadio {
	margin: 0px 0px 0px 120px;
	text-align: left;
}
.quoteRadio p {
	padding: 0px 0px;
	border-bottom: 1px #ccc dotted;
	text-align: left;
}
.quoteInput {
	margin: 0px 0px 0px 120px;
	text-align: left;
	vertical-align: top;
}

#mainContentHome {
	background: url("bg_homepage_content.jpg") repeat-y;
}

#mainContent {
	background: url("bg_homepage_content.png") repeat-y;
	}
#bodyContent {
	width: 780px;
	margin: 0 auto;
	padding: 0px;	
}

.leftColumn {
	width: 284px;
}
.middleColumn {
	width: 253px;
	border-left: 1px #ccc dashed;
	border-right: 1px #ccc dashed;	
}
.rightColumn {
	width: 290px;
}
.leftColumnText {
	margin: 10px 10px 10px 36px;
	text-align: left;
}
.middleColumnText {
	margin: 10px 10px 10px 8px;
	text-align: left;
}
.rightColumnText {
	margin: 10px 38px 10px 8px;
	text-align: left;	
}
.zipInput {
	font-size: 20px;
	width: 120px;
	background-color:#FFFF99;
	vertical-align:top;
}
#onlineAppLink {
	background: url("../img/bg_webOnlineAppLink.jpg") no-repeat;
	width: 980px;
	height: 136px;
	text-align: center;
}
#onlineAppLink img {
	padding: 55px 5px 0px 5px;
	border: 0px;
}

/* SPANS, FONT, LISTS, IMAGE CLASSES */

#ourServicesNav ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	}
	
#ourServicesNav li {
	list-style: none;
	background: url("arrow.png") 0% 50% no-repeat;
	padding-left: 20px;	
	color: #273d77;
	margin: 2px 0 2px 10px;
	padding: 5px 5px 5px 22px;
	border-bottom: 1px dotted #ccc;
}