@charset "UTF-8";
/* CSS Document */

/* ------------------ RESET ------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-indent: 0px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ---------------------- END RESET -----------------------*/
body{
	background: #ffffff ;
}
p{
	color:#333;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}
h1{
	color:#333;
	font-size:1.4em;
	font-family:Verdana, Geneva, sans-serif;
}
h2{
	color:#333;
	font-size:1.2em;
	font-family:Verdana, Geneva, sans-serif;
}
h3{
	color:#333;
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif;
}
#wrapper{
	width:1125px;
	margin:auto;
}
#wrapper2{
	width:960px;
	margin:auto;
}
#header {
	float:left;
	background:url(../images/header_bg.jpg);
	width:960px;
	height:130px;
	margin:auto;
}
#header2 {
	background:url(../images/header_bg.jpg);
	width:960px;
	height:130px;
	margin:auto;
}
.headertext {
	/*padding-top:20px;
	padding-left:20px;*/
}

.headertext a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:2.5em;
	text-decoration:none;
	}


#nav {
	float:left;
	background: url(../images/nav_bg.jpg) repeat-x;
	width:960px;
	height:37px;
	margin:2px auto 0;
}

.nav1{
	color: #FFFFFF;
	font-weight:bold;
}

#nav ul {
	float: right;
	 width: 960px;
	list-style:none; 
	text-align:center; 
	margin:0; 
	padding:0; }
#nav ul li { 
	float:left;
	padding:10px 0;

}


#nav ul li a {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	border-right:1px solid #fafafa;
	/*border-left:1px solid #fff;*/
	padding: 10px 37px;
	
	
}
#nav2 {
	background: url(../images/nav_bg.jpg) repeat-x;
	width:960px;
	height:37px;
	margin:2px auto 0;
}
#nav2 ul {
	float: right;
	 width: 960px;
	list-style:none; 
	text-align:center; 
	margin:0; 
	padding:0; }
#nav2 ul li { 
	float:left;
	padding:10px 0;

}


#nav2 ul li a {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	border-right:1px solid #fafafa;
	/*border-left:1px solid #fff;*/
	padding: 10px 37px;
	
	
}
/*#nav a:hover{
 	background-color:#000;
	filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;
color:#fff
}*/
#images {
	float:left;
	width:960px;
	height:267px;
	margin:14px auto;
}
#images2 {
	width:960px;
	height:267px;
	margin:14px auto;
}
#box1{
	background:url(../images/box1.jpg)  no-repeat;
	width:188px;
	height:189px;
	float:left;
	margin-right:5px;
}
#box2{
	background:url(../images/box2.jpg)  no-repeat;
	width:188px;
	height:189px;
	float:left;
	margin-right:5px;
}
#box3{
	background:url(../images/box3.jpg)  no-repeat;
	width:188px;
	height:189px;
	float:left;
	margin-right:5px;
}
#box4{
	background:url(../images/box4.jpg)  no-repeat;
	width:188px;
	height:189px;
	float:left;
	margin-right:5px;
}
#box5{
	background:url(../images/box5.jpg) no-repeat;
	width:188px;
	height:189px;
	float:left;
	margin-bottom:30px;
}
.zip{
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:12px;
}
.input-sm {
	position: relative;
	top:94px;
	left: 46px;
	border: 0;
}
input.center-txt-sm {
     width:125px;
	 height:15px;
}

input[type="text"] { /*FF, Opera*/
	border: 3px solid #a7a7a7;	
}
#content{
	margin:0 auto 20px;
	
}
#content_auto{
	background:url(../images/content_auto.jpg) no-repeat;
	width:960px;
	height:246px;
}
#content_home{
	background:url(../images/content_home.jpg) no-repeat;
	width:960px;
	height:247px;
}
#content_health{
	background:url(../images/content_health.jpg) no-repeat;
	width:960px;
	height:247px;
}
#content_life{
	background:url(../images/content_life.jpg) no-repeat;
	width:960px;
	height:247px;
}
#content_business{
	background:url(../images/content_business.jpg) no-repeat;
	width:960px;
	height:247px;
}
#click{
	
	position:relative;
	top:122px;
	left: 12px;
	
}
.input-sm2 {
	position: relative;
	top:96px;
	left: 627px;
	border: 0;
}
input.center-txt-sm2 {
     width:218px;
	 height:28px;
	 margin-bottom:4px;
}
.submit{
	position: relative;
	top:4px;
	left: -41px;
	border: 0;

}
#click2{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:15px;
    font-weight:bold;
	position:relative;
	top:120px;
	left: 630px;
	text-decoration:none;
}
#info{
	width:572px;
	margin:30px auto ;
}
#info_home{
	width:840px;
	margin: 30px auto 20px ;
	
}

#google{
	float:right;
	margin:92px 0 0;
}