@charset "utf-8";
body {
	margin: 0px ;
	padding: 0px;
	
}

#wrapper {
	margin:0px auto;
	padding:0px;
	width:982px;
}

#top {
	height:81px;
	float:left;
	width:982px;
	background-color:#e7e7e4;
}

#logo {
	float:left;
	padding-left:26px;
	padding-top:14px;
	width:311px;
	height:67px;
}

#logo_id {
	float:left;
	width:311px;
	height:67px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
}

#menu_box {
	float:right;
	height:31px;
	width:590px;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	margin-top:50px;
	margin-left:21px;
}

#menu_lft {
	float:left;
	height:31px;
	width:24px;
	background-image:url(images/menu_lft.jpg);
	background-repeat:no-repeat;
}
	
#menu_rht {
	float:right;
	height:31px;
	width:26px;
	background-image:url(images/menu_rth.jpg);
	background-repeat:no-repeat;
}



#menu_mid {
	margin:0px;
	padding:0px;
}

#menu_mid ul{
	margin:0px;
	padding:0px;
	margin-top:6px;
	margin-left:5px;
	float:left;
}


#menu_mid li{
	list-style-type:none;
	display:inline;
	margin:0px 4px;
	padding-top:12px;
}


#menu_mid li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}


#menu_mid li a:hover{
	color:#e64b32;
}



#header {
	float:left;
	height:212px;
}

#header_img1{
	float:left;
	height:212px;
	width:375px;
	background-image:url(images/header_img1.jpg);
	background-repeat:no-repeat;
}


#header_img2{
	float:left;
	height:212px;
	width:322px;
	background-image:url(images/header_img2.jpg);
	background-repeat:no-repeat;
}

#header_img3{
	float:left;
	height:212px;
	width:285px;
	background-image:url(images/header_img3.jpg);
	background-repeat:no-repeat;
}

.clear {
	clear:both;
}


#mid_box {
	width:965px;
	float:left;
	height:172px;
	margin-left:8px;
	margin-top:8px;
}

#service_box {	
	float:left;
	background-image:url(images/link_box.jpg);
	background-repeat:no-repeat;
	height:172px;
	width:428px;
}

#img_box {	
	float:right;
	background-image:url(images/img_box.jpg);
	background-repeat:no-repeat;
	height:172px;
	width:526px;
}

#service_links {
	margin:0px;
	padding:0px;
}


#service_links ul{
	margin:0px;
	padding:0px;
	float:left;
	margin-top:10px;
}

#service_links li {
	list-style-type:none;
	display:block;
	background-image:url(images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:left;
	margin-left:10px;
}

#service_links li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#636363;
	text-decoration:none;
	margin-left:15px;
}

#service_links li a:hover {
	color:#33CCFF;
}

.h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#3cb6ef;
	margin-top:10px;
	margin-left:25px;
}

.h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-top:12px;
	margin-left:15px;
}

.h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-top:3px;
	margin-left:20px;
}


#container {
	margin:0 auto;
	width:982px;
	margin-top:5px;
}

#container_lft {
	float:left;
	margin:0px;
	padding:0px;
	width:734px;
	margin-left:10px;
	margin-right:10px;
}

#container_rht {
	float:right;
	margin:0px auto;
	padding:0px;
	width:210px;
}

.txt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#565656;
	line-height:18px;
}

#article_box{
	float:left;
	width:200px;
	padding-top:7px;
}

#article_top{
	float:left;
	background-image:url(images/article_top.jpg);
	background-repeat:no-repeat;
	height:27px;
	width:195px;
}

#article_bg {
	float:left;
	background-image:url(images/article_bg.jpg);
	width:195px;
	background-repeat:repeat-y;
}

#article_footer {
	float:left;
	background-image:url(images/article_bottom.jpg);
	background-repeat:no-repeat;
	height:8px;
	width:195px;
}


#article_links {
	margin:0px;
	padding:0px;
}

#article_links ul{
	float:left;
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-left:3px;
}

#article_links li {
	list-style-type:none;
	display:block;
	background-image:url(images/bullet2.jpg);
	background-repeat:no-repeat;
	background-position:left;
}


#article_links li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#636363;
	text-decoration:none;
	margin-left:13px;
}


#article_links li a:hover {
	color:#87d300;
}

.more{
	margin:5px;
	margin-left:15px;
	float:right;
	text-decoration:none;
}

.more img{
	border:none;
	padding-right:5px;
	}

.more a{
	color:#94c947;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.more a:hover {
	color:#000000;
}


#footer_img {
	margin:0px;
	padding:0px;
	margin-top:7px;
	float:left;
	background-image:url(images/footer_img.jpg);
	background-repeat:no-repeat;
	height:139px;
	width:210px;
}


#footer_box{
	float:left;
	background-image:url(images/cheaplifeinsurance_37.jpg);
	background-repeat:repeat-x;
	width:982px;
	height:43px;
}


#footer_links {
	margin:0px;
	padding:0px;
	padding-right: 20px;
}
	
	
#footer_links ul{
	float:right;
	margin:0px;
	padding:0px;
	
}

#footer_links li {
	list-style-type:none;
	display:inline;
	margin:0px 3px;
	padding-left:4px;
}

#footer_links li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

#footer_links li a:hover {
	color:#e64b32;
}

#copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	margin-top:26px;
}


#copyright a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	margin-top:26px;
	text-decoration:none;
}

#copyright a:hover {	
	text-decoration:underline;
}




#sub_links {
	padding:0px;
	margin:0px;
}

#sub_links ul{
	float:Left;
	margin:0px;
	padding:0px;
	padding-left:12px;
	padding-top:20px;
}

#sub_links li {
	list-style-type:none;
	display:inline;
}

#sub_links li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f99d28;
	text-decoration:none;
	text-align:center;
}

#sub_links li a:hover {
	color:#94c947;
}


.img1 {
	float: left;
	width: 160px;
	padding-top:115px;
	background-image:url(images/img1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	
}


.img2 {
	float: left;
	width: 160px;
	padding-top: 115px;
	background-image:url(images/img2.jpg);
	background-repeat: no-repeat;
	background-position:top;
	text-align: center;
	padding-left:7px;
	padding-right:7px;
}

.img3 {
	float: left;
	width: 160px;
	padding-top: 115px;
	background-image:url(images/img3.jpg);
	background-repeat: no-repeat;
	background-position:top;
	text-align: center;
}
.article_news {
	margin:0;
}

.article_news ul{
}

.article_news ul li{
	background-image:url(images/bullet2.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	list-style-type:none;
}

.article_news ul li a {
	color:#636363;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-left:13px;
	text-decoration:none;
}

.article_news ul li a:hover {
	color:#87D300;
}


.txt  a {
	color:#636363;
	text-decoration:none;
	font-weight:bold;
}

.txt  a:hover {
	color:#87D300;
}

#sitemap {
	margin:0px;
	padding:0px;
}


#sitemap ul{
	margin:0px;
	padding:0px;
	float:left;
	margin-top:10px;
	width:300px;
}

#sitemap li {
	list-style-type:none;
	display:block;
	background-image:url(images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:left;
	margin-left:10px;
}

#sitemap li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#636363;
	text-decoration:none;
	margin-left:15px;
}

#sitemap li a:hover {
	color:#33CCFF;
}


#adsense{


	margin:0px auto;


	width:468px;


	height:60px;


	margin-top:10px;


}





#adsense1{


	float:left;


	width:234px;


	height:60px;


}





#adsense2{


	float: right;


	width:234px;


	height:60px;


}