﻿body
{
	background: #e7eff1;
	font-family: Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px
}
body,div,span,td
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}
a
{
	color: #488fb6;
	text-decoration: none;
}
a:hover
{
	background: #eeeeee;
}

div#mainwrapperdiv
{
	margin: 0px auto;
	width: 762px;
	background: transparent url('/images/body_bgd.gif') left top repeat-y;
	min-height: 600px;
}
div#contentfooterdiv
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #2c576f;
	margin-left: 50px;
	width: 660px;
	height: 50px;
	border-top: 1px solid #91a7b4;
}
div#mainfooterdiv
{
	margin: 0px auto;
	width: 762px;
	height: 12px;
	background: transparent url('/images/body_footer_bgd.gif') left top no-repeat
}
div#pageheadertopdiv
{
	margin-left: 10px;
	width: 740px;
	height: 175px;
	background: white url('/images/header_bgd.gif') left top repeat-y;
}
div#pageheaderbottomdiv
{
	margin-left: 10px;
	width: 740px;
	height: 90px;
	background: white url('/images/header_stripe_bgd.gif') left top no-repeat
}
div#pageheaderleft
{
	float: left;
	margin-left: 52px;
	display: inline;
}
div#pageheaderright
{
	float: right;
	width: 400px;
	height: 175px;
	background: white url('/images/header_truck.jpg') left 10px no-repeat;
	display: inline;
}
div#logodiv
{
	margin-top: 14px;
	width: 168px;
	height: 43px
}
div#logodiv a:hover
{
	background:transparent;
}
div#quotebtndiv
{
	float: left;
	margin-left: 12px;
	width: 248px;
	height: 78px;
	display: inline;
}
div#headerblurbdiv
{
	padding-top: 20px;
	text-align: center;
	color: White;
	float: right;
	width: 400px;
	height: 78px;
	display: inline;
}
div#headerblurbdiv span.callusspan
{
	font-size: 1.6em;
	font-weight: bold;
}
div#headerblurbdiv span.auxspan
{
	font-style: italic;
}

/* content */
div#pagecontentdiv
{
	float: left;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 660px;
	color: #377599;
	line-height: 150%;
	min-height: 300px;
	display: inline;
}
div#pagecontentdiv div.twocolleft
{
	float: left;
	width: 380px;
}
div#pagecontentdiv div.twocolright
{
	float: right;
	width: 254px;
}
div.quotediv
{
	color: #555555;
	width: 252px;
	float: right;
	line-height: 150%;
}
div.quotetopdiv
{
	margin: 0px;
	padding: 0px;
	width: 252px;
	height: 6px;
	background: white url('/images/quote_top.gif') left top no-repeat;
}
div.quotetopwithstardiv
{
	margin: 0px;
	padding: 0px;
	height: 62px;
	padding-top: 10px;
	background: white url('/images/quote_top_withstar.gif') left top no-repeat;
	color: White;
	text-align: center;
	line-height: normal;
}
div.quotebodydiv
{
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: white url('/images/quote_middle.gif') left top repeat-y;
}
div.quotebottomdiv
{
	margin: 0px;
	padding: 0px;
	height: 6px;
	background: white url('/images/quote_bottom.gif') left top no-repeat;
}
div.quotesigdiv
{
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: right;
	font-style: italic;
}
/* end of content */
h1
{
	margin: 0px 0px 20px 0px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 2em;
	font-weight: bold;
	color: #6091ae;
}
span.subtitlespan
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #6091ae;
}
div.subtitlecontentdiv
{
	margin-left: 10px;
	margin-bottom: 10px;
}

td
{
	vertical-align:top;
}
span.requiredstarspan
{
	font-size: 18px;
	color: Red
}
span.errorspan
{
	color: Red
}
span.successspan
{
	color: Green
}
div.resultpaneldiv
{
	text-align:center;
	margin-top:100px;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
}

/* navigation menu */
ul#topmenuul
{
	list-style-type:none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
ul#topmenuul li
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-bottom: 1px solid white;
}
ul#topmenuul li.selected
{
	background: transparent url('/images/menu_current_indicator.gif') left center no-repeat;
}
ul#topmenuul li a
{
	color: #2e6381;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration:none;
}
ul#topmenuul li a:hover
{
	color: #999999;
	background: transparent;
}
ul#topmenuul li.selected a
{
	color: #ff6600;
}
/* end of navigation menu */

/* quote form */
table#quotetable
{
	width:660px;
	border-left: 1px solid #4697c5;
	border-bottom: 1px solid #4697c5;
}
table#quotetable td
{
	border-right: 1px solid #4697c5;
}
table#quotetable td.headertd
{
	background-color:#4697c5;
	color: White;
	font-weight: bold;
	font-size: 1.2em;
	padding: 4px;
	border: none;
}
table#quotetable td.blocktitletd
{
	font-weight: bold;
	background: #eeeeee;
}
/* end of quote form */

.validationsummary ul
{
	list-style-type: none;
}