@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	background: #fff;
	font: 100.1% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
input, textarea, select, option {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.container {
	width: 766px;
	margin: 0 auto;
}

a {
	color: #39618c;
}
.fl {
    float: left;
}

/* {{{ header */
.header {
	position: relative;
	height: 397px;
	background: url(../images/splash/bg_top.jpg) no-repeat bottom;
	margin-bottom: 25px;
}
.logo {
	position: absolute;
	left: 47px;
	top: 5px;
	text-decoration: none;
}
.logo .company {
    font-size: 24px;
    font-weight: bold;
    color: #39618c;
}
.logo .slogan {
    font: bold 12px Verdana, Arial, sans-serif;
    color: #8caccf;
    display: block;
}
.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.service-menu {
	position: absolute;
	right: 27px;
	top: 10px;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
}
.service-menu li {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
}
.s-home,
.s-contact,
.s-sitemap {
	background-image: url(../images/splash/smenu_icons.gif);
	background-repeat: no-repeat;
	padding-left: 25px!important;
}
.s-home {
	background-position: 0 0;
}
.s-contact {
	background-position: 0 -30px;
}
.s-sitemap {
	background-position: 0 -60px;
}
.service-menu a {
	color: #333;
	text-decoration: none;
}
.address {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #ababab;
	position: absolute;
	right: 35px;
	top: 38px;
}
.address span {
	display: block;
	text-align: right;
}

.main-menu {
	z-index:10;
	position: absolute;
	left: 10px;
	top: 105px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.main-menu li {
	float: left;
	height: 34px;
	line-height: 34px;
	background: url(../images/splash/bg_menuitem.gif) no-repeat right bottom;
}
.main-menu li.last {
	background: none;
}
.main-menu a {
	color: #39618c;
	text-decoration: none;
	float: left;
	white-space: nowrap;
}
.main-menu a span {
	float: left;
}
.main-menu a b {
	float: left;
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
	cursor: pointer;
}

.main-menu a:hover
{
	color: #d9eafd;
	background: url(../images/splash/bg_m_over.gif) repeat-x top;
}
.main-menu a:hover span
{
	background: url(../images/splash/bg_m_overl.gif) no-repeat left;
}
.main-menu a:hover b
{
	background: url(../images/splash/bg_m_overr.gif) no-repeat right;
}

.main_menu_item
{
	color: #d9eafd;
	background: none;
}
.main_menu_item  span
{
	background: none;
}
.main_menu_item  b
{
	background: none;
}

.main_menu_item2
{
	background: url(../images/splash/bg_m_over.gif) repeat-x top;
}
.main_menu_item2 span
{
	color: #d9eafd;
	background: url(../images/splash/bg_m_overl.gif) no-repeat left;
}
.main_menu_item2 b
{
	background: url(../images/splash/bg_m_overr.gif) no-repeat right;
}


.main-menu li.last a:hover b{
	background: url(../images/splash/bg_m_overr_last.gif) no-repeat right;
}

.sub_menu a
{
	margin: 3px 0px 0px 20px;
	color:#d9eafd;
}
.sub_menu a:hover
{
	color:white;
	background: none;
}


.menuItems
{
	left:-6px;
	position:absolute;
	top:100%;
	height:43px;
	width:758px;
	background: url(../images/splash/submenu_background.png) repeat-x top;
	z-index:9999;
	display:block;
	visibility:hidden;
}

.get-quote {
	position: absolute;
	z-index:5;
	top: 154px;
	left: 24px;
	width: 450px;
	height: 125px;
}
.get-quote h2 {
	font-weight: normal;
	font-size: 18px;
	color: #b0c6de;
	margin: 0 0 20px 0;
	padding: 0;
}
.get-quote h2 span {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	display: block;
}
.get-quote label {
	font-size: 13px;
	color: #f9f3d3;
	font-weight :bold;
}
.get-quote input,
.get-quote select,
.get-quote option {
	font-size: 11px;
	font-weight :bold;
}
#btn_get_quote {
	position: absolute;
	right: 0;
	bottom: 0;
}
.get-quote table {
	margin-left: 35px;
	border-collapse: collapse;
}
.get-quote table td {
	padding: 2px;
}
.about {
	position: absolute;
	top: 300px;
	left: 14px;
	width: 425px;
	font-size: 11px;
}
.about h2 {
	margin: 0 0 2px 0;
	padding: 0;
	color: #c40000;
	font-size: 13px;
	font-weight: bold;
}
.about p {
	margin: 0;
	padding: 0;
}
.about table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.about td {
    width: 33%;
}

.address2 {
	position: absolute;
	top: 300px;
	right: 10px;
	padding-left: 20px;
	border-left: 1px solid #ababab;
	width: 280px;
	font-size: 13px;
	color: #696969;
}
.address2 strong {
	color: #39618c;
}
.address2 span {
	display: block;
}
.address2 td {
	width: 50%;
	white-space: nowrap;
	vertical-align: top;
}
/* }}} header */

/* {{{ content */
.content_border
{
	width: 100%;
	height:100%;
	background: #F2F4FA
		url(../images/splash/content_bg_top.gif) 
		no-repeat 
		left top;
		z-index:20;
}

.content 
{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 13px;
	margin-bottom: 0px;
}
.col1, .col2 {
	padding: 0 0px;
	vertical-align: top;
}
.col3
{

}
.col1
{
	background: #F2F4FA url(../images/splash/content_bg_bottom.gif) no-repeat left bottom;
}
.content h1,
.content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #c40000;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}
.content h1 {
    text-align: left;
	text-indent: 20px;
}
.content p {
	text-indent: 20px;
}
.retrieve {
	background: #FFFFFF url(../images/splash/bg_retrieve.png) no-repeat 0 0;
	min-height: 147px;
	padding: 20px 0 0 25px;
	width: 235px;
	position: relative;
	left: -11px;
}
* html .retrieve {
	height: 147px;
}
.retrieve h2 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}
.retrieve select,
.retrieve option {
	font-size: 11px;
}
.retrieve label {
	font-size: 13px;
	color: #f9f3d3;
}
.retrieve .button {
	display: block;
	margin: 25px auto 0;
}

.main_text_div
{
	padding-left:10px;
}
/* }}} content */

/* {{{ footer */
.footer 
{
	margin-top:25px;
	position: relative;
	padding-bottom: 10px;
}
.footer-menu-wrapper {
	background: #a1c8f3 url(../images/splash/bmenu_right.gif) no-repeat right top;
}
.footer-menu {
	color: #fff;
	margin: 0;
	padding: 0 25px;
	list-style: none;
	height: 57px;
	line-height: 57px;
	font-size: 12px;
	background: url(../images/splash/bmenu_left.gif) no-repeat left top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.footer-menu li {
	display: inline;
	margin-right: 5px;
}
.footer-menu a {
	color: #fff;
	text-decoration: none;
}
.footer-menu a:hover {
	text-decoration: underline;
}

.copy {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #505050;
	margin: 18px 0 0 150px;
	background: #e5e5e5 url(../images/splash/bg_copy.gif) no-repeat left;
	height: 37px;
	line-height: 37px;
	padding-left: 145px;
}

.designed {
	LEFT: 0px; BOTTOM: 20px; POSITION: relative;
}

/* }}} footer */



#formsLst 
{
	width: 130px;
}
#zipcode_edit
{
	width: 80px;
}