@charset "utf-8";

html{
   height: 100%;
}




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-image: url(../imgs/header_bg.jpg);
	background-repeat: repeat-x;
}

* {
	/* [disabled]margin: 0; */
}


h1 {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	color: #039;
	font-weight: normal;
	line-height: 30px;
}






h2 {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #039;
	font-weight: normal;
	line-height: 20px;
}

div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
	background-image: url(../imgs/splash_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
div.subwrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
	background-image: url(../imgs/sub_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


div.footer {
	width: 100%;
	clear: both;
	position: relative;
bottom: 0px;
	margin: 0 auto;
	/* [disabled]border-top-color:#999; */
	/* [disabled]border-top-width: 1px; */
	/* [disabled]border-top-style:dashed; */
	padding-top: 20px;
	padding-bottom: 40px;
	height: 20px;
	background-color: #808080;
	color: #CCC;
}
.footer, .push {
	height: 80px; /* .push must be the same height as .footer */
}


div.header {
	height: 46px;
	width: 925px;
	clear: both;
	position: relative;
	margin: 0 auto;
}
div.content {
	height: auto;
	width: 925px;
	clear: both;
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
}
div.form1 {
	height: 554px;
	width: 925px;
	clear: both;
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../imgs/form1_bg.jpg);
	color: #036;
	font-weight: bold;
	background-repeat: no-repeat;
}
div.form1_1 {
	height: 745px;
	width: 925px;
	clear: both;
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../imgs/form1_bg1.jpg);
	color: #036;
	font-weight: bold;
	background-repeat: no-repeat;
}
div.form2 {
	height: 385px;
	width: 925px;
	clear: both;
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../imgs/form2_bg.jpg);
	color: #036;
	font-weight: bold;
}

div.title1 {
	height: auto;
	width: 925px;
	clear: both;
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
}
div.text {
	height: auto;
	width: 925px;
	clear: both;
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
}
div.breaker {
	height: auto;
	width: 925px;
	clear: both;
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
}





#splash {
	width: 1000px;
	height: 600px;
	text-align:center;
	position: relative;
	margin: 0 auto;
	/* [disabled]background-image: url(../imgs/splash_bg.jpg); */
	/* [disabled]background-repeat: repeat-x; */
	/* [disabled]background-position: top left; */
}



.floatleft {
	width: auto;
	height: auto;
	text-align:left;
	position: static;
	float: left;
}


.floatright {
	width: auto;
	height: auto;
	text-align:left;
	position: static;
	float: right;
}
.phone {
	width: auto;
	height: auto;
	text-align:left;
	position: static;
	float: right;
	padding-top: 12px;
	color: #FFF;
	font-size: 18px;
}


#apDiv1 {
	position:absolute;
	width:676px;
	z-index:1;
	left: 24px;
	top: 53px;
}
#apDiv2 {
	position:absolute;
	width:863px;
	height:308px;
	z-index:1;
	left: 24px;
	top: 53px;
}
.tableborder {
	border: 1px solid #CCC;
}

.hide
{
 
    display:none;
 
}

.texthide
{
 
    display:none;
 
}
.button {
    border: none;
    background: url('../imgs/btn_getaquote.png') no-repeat top left;
    padding: 2px 8px;
	width:160px;
	height:55px;
	cursor:pointer;
}