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

*{
	margin:0px;
	padding:0px;
	}
	
img {
	border:none;
	}
a {
	text-decoration:none;
	}
	
h1 {
	font-family:Tahoma, sans-serif;
	font-size:18px;
	color:#333;
	}
	
h2 {
	font-size:16px;
	text-align:center;
	color:#24488d;
	padding:12px;
	}
	
body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;	
	}
	
p {
	padding:5px;
	font-family:arial;
	font-size:13px;
	line-height:18px;
	}

#container {
	/*background:url(/images_new/menu_bg.gif) repeat-y scroll 0 0 transparent;*/
	width:980px;
	margin:0 auto;
	height:100%;
	}
	
#left_nav{
	background:url(/images_new/menu_bg.gif) repeat-y scroll 0 0 transparent;
	width:210px;
	float:left;
	height:100%;
	background:100%;
	}
#left_nav ul{
	width:210px;
	float:left;
	list-style:none;
	}	
#left_nav ul li{
	width:210px;
	height:44px;
	list-style:none;
	background:#fff url(/images_new/menu.gif) no-repeat top;
	display:block;
	text-align:left;
	clear:both;
	font-size:12px;
	}
	
#left_nav a{
	font-size:13px;
	color:#666;
	font-weight:800;
	display:block;
	width:200px;
	height:18px;
	padding-top:13px;
	padding-bottom:13px;
	padding-left:12px;
	}

#left_nav a:hover {
	background:#fff url(/images_new/hover.gif) no-repeat top;
	color:#014277;
	}
	
#left_nav a.active{
	background:#fff url(/images_new/hover.gif) no-repeat top;
	color:#014277;
	}	
#left_nav ul li ul{
	width:187px;
	float:left;
	list-style:none;
	}	
#left_nav ul li ul li{
	width:187px;
	height:32px;
	list-style:none;
	background:#fff url(/images_new/submenu.gif) no-repeat top;
	display:block;
	text-align:right;
	clear:both;
	float:left;
	}
	
#left_nav ul li ul li a{
	font-size:12px;
	font-weight:500;
	color:#666;
	display:block;
	width:160px;
	height:32px;
	float:left;
	padding-top:5px;
	}
	
#left_nav ul li ul li a:hover{
	background:none;
	font-weight:bold;
	}

#left_nav ul li ul li a.active{
	background:none;
	display:block;
	font-weight:bold;
	}

.right_sidebar{
	width:250px;
	float:left;
	margin-left:30px;
	color:#000;
	}
.right_box{
	float:left;
	width:100%;
	padding:10px;
	margin-top:10px;
	background-color:#EFEFEF;
	border:#999;
	line-height:20px;
	
	
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
	}
.right_box h3{
	color:#1457A4;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	}
	
.green_header {
	width:100%;
	float:left;
	height:20px;
	border-bottom:solid 1px #36AF38;
	margin-top:10px;
	padding:10px;
	background-color:#ABDEAC;
	
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	}
	
.green_box{
	float:left;
	width:100%;
	padding:10px;	
	background-color:#C7F3C8;
	border:#36AF38;
	
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	

	}

.green_header h3 {
	font-size:14px;
	color:#36AF38;
	font-weight:bold;
	}
.green_box strong {
	color:#0A450C;
	}
.result{
	width:980px;
	margin:0 auto;
	}
	

.index {
	width:770px;
	float:left;
	<!--background:url(/images_new/index_bg.jpg) no-repeat top #fff;-->
	padding-bottom:20px;
}
.index .index_top {
	width:100%;
	float:left;
	height:319px;
	}
.index_top .img {
	float:left;
	width:205px;
	}
.index_top .text{
	font-size:24px;
	font-family:"Helvetica", Arial, Trebuchet MS, sans-serif;
	font-weight:bold;
	float:left;
	text-align:left;
	color:#0000ff;
	width:600px;
	margin-left:-42px;
	margin-top:5px;

}
.index_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	width:100%;
	border-top:1px solid #CCCCCC;
	}
.index_content h4{
	padding-top:10px;
	padding-bottom:10px;
	font-size:15px;
	color:#3DA4EF;
	}

.guaranty_boxes {
	width:287px;
	float:right;
	margin-top:-5px;
	}

.coupon	{
	float:left;
	margin-top:60px;
	}
		 
.right_nav {
	width:770px;
	float:left;
	min-height:600px;
	}

.index .bottom {
	float:left;
	height:71px;
	padding-left:2px;
	padding-bottom:40px;
	}	
.left{
	width:550px;
	float:left;
	background-color:#fff;
	}	
	
.front_img{
	width:535px;
	height:298px;
	float:left;
	}
.boxes {
	width:220px;
	float:left;
	margin-left:0px;
	margin-top:13px;
	}
	
.boxes .box_1 {
	width:200px;
	height:95px;
	background:url(/images_new/search_bg.jpg) no-repeat;
	float:left;
	margin-top:20px;
	padding:10px;
	}

.lists{
	width:100%;
	background:url(/images_new/small_boxarrow.gif) no-repeat #EBF1FA;
	margin-bottom:15px;
	padding:10px;
	text-align:left;
	float:left;
	font-size:12px;
	line-height:18px;
	}

.boxes .box_2 {
	width:200px;
	height:95px;
	background:url(/images_new/business_bg.jpg) no-repeat;
	float:left;
	margin-top:20px;
	padding:10px;
}
.boxes .box_3 {
	width:200px;
	height:95px;
	background:url(/images_new/marketing_bg.jpg) no-repeat;
	float:left;
	margin-top:20px;
	padding:10px;
	}
.boxes h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#161616;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	float:left;

	}
.boxes h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#242425;
	padding-top:10px;
	float:left;
	padding-left:10px;

	}
.boxes h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6c6c6c;
	float:left;
	padding-left:10px;
	}
.tab_box {
	width:770px;
	float:left;
	height:250px;
	text-align:left
	}	

.coupon_bg {
	float:left;
	margin-left:1px;
	width:265px;
	height:130px;
	background:url(/images_new/coupon_bg.jpg) no-repeat;
	margin-top:-10px;
	}	
.coupon_bg p {
	font-size:15px;
	text-align:center;
	font-weight:bold;
	padding-top:25px;
	line-height:25px;
	}
.main .rect_box{
	width:629px;
	min-height:255px;
	background:#ECECEC;
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:15px;
	border-top:solid 3px #DCDCDC;
	border-right:solid 3px #DCDCDC;
	border-bottom:solid 3px #DCDCDC;
	border-left:solid 3px #DCDCDC;
	}

.main a{
	color:#333;
	}	
.main .banner {
	float:left;
	width:960px;
	margin-left:8px;
	padding-top:10px;
	}	
.rect_box .box_header{
	width:610px;
	min-height:40px;
	float:left;
	margin-top:15px;
	margin-left:20px;
	}

.main .small_box_top{
	width:302px;
	min-height:265px;
	/*background:url(../../images_new/small_box_top.gif) no-repeat #eaf4ff;*/
	float:left;
	margin-left:10px;
	margin-top:10px;
}

.small_box_top .box_header{
	width:300px;
	min-height:40px;
	float:left;
	margin-top:15px;
	margin-left:20px;
	}
		
.main .small_box{
	width:302px;
	min-height:212px;
	/*background:url(../../images_new/small_box.gif) no-repeat #eaf4ff;*/
	float:left;
	margin-left:10px;
	margin-top:10px;
	}
	
.main .small_box_legal{
	width:302px;
	min-height:212px;
	/*background:url(../../images_new/small_box.gif) no-repeat #eaf4ff;*/
	float:left;
	margin-left:10px;
	margin-top:10px;
	}
	
.small_box .box_header{
	width:300px;
	min-height:47px;
	float:left;
	padding-top:15px;
	padding-left:20px;
	}
	
#content {
	width:980px;
	padding-top:10px;
	clear:both;
	margin:0 auto;
	height:100%;
	}	
	
.main .rect_box ul{
	width:105px;
	float:left;
	color:#ececec;
	font-size:11px;
	margin-left:10px;
	}
	
.main .rect_box ul li{
	color:#ececec;
	margin-left:25px;
	padding-top:5px;
	list-style-position:outside;
	}
	
.main .small ul{
	width:100px;
	float:left;
	margin-left:40px;
	list-style:url(../../images_new/arrow.gif);
	}	
	
.main .small_legal ul{
	width:130px;
	float:left;
	margin-left:20px;
	}
	
.main .small_legal ul li{
	list-style:url(../../images/businesslist_legal_forms_icon.png);
	padding-top:8px;
	list-style-position:outside;
	font-size:12px;
	float:left;
	}
	
.main .small ul li{
	list-style:url(../../images/businesslist_blue_triangle.png);
	padding-top:8px;
	list-style-position:outside;
	font-size:12px;
	padding-bottom:2px;
	}	
	
	
.main .bottom_box{
	width:960px;
	/*background:url(../../images_new/bottom_box.gif) no-repeat;*/
	margin:10px;
	float:left;
	}
		
.bottom_box .white_box{
	width:300px;
	min-height:275px;
	float:left;
	margin-top:2px;
	background-color:#F2F2F2;
	border:solid 1px #a6c8ec;
	padding:8px;
	}
	
.bottom_box .white_box ul{
	width:120px;
	float:left;
	margin-left:30px;
	
	}
	
.bottom_box .white_box ul li{
	list-style:url(../../images/businesslist_blue_triangle.png);;
	list-style-position:outside;
	font-size:12px;
	
	}	
	
.small_box .form {
	width:326px;
	min-height:20px;
	float:left;
	margin-top:166px;
	margin-left:2px;
	}

.contener p{
	margin:0px;
	padding:0px;
	}
	
.fltleft{
	float:left;
}
.fltrit{
	float:right;
}


.contener{
	background-color:#FFFFFF;
	margin:0 auto;

}
.contener_Top{
	height:20px;
	font-size:0;
	line-height:0;
}


.login_bg{
	-moz-background-inline-policy:continuous;
	-moz-border-radius:0 0 5px 5px;
	-moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1);
	background:url("/images_new/bg_form.jpg") no-repeat scroll 0 0 #FFFFFF;
	height:260px;
	width:770px;
	margin-bottom:20px;
	padding:0;
	position:relative;
	float:left;
	}
	
.login_bg_1{
	-moz-background-inline-policy:continuous;
	-moz-border-radius:0 0 5px 5px;
	-moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1);
	background:url("/images_new/bg_form.jpg") no-repeat scroll 0 0 #FFFFFF;
	height:680px;
	width:770px;
	margin-bottom:20px;
	padding:0;
	position:relative;
	float:left;
	}
	
.login_form{
	-moz-box-shadow:25px 25px 0 rgba(0, 0, 0, 0.1);
	background:none repeat scroll 0 0 #FFFFFF !important;
	border:1px solid #DDDDDD;
	margin-left:115px !important;
	margin-top:0px !important;
	padding:20px 80px !important;
	width:400px;
}

.login_bg h2 {
	text-align:left;
	margin-top:10px;}	


.contener_middle{
	padding:0 18px;
	height:100%;
	overflow:hidden;
}
.contener_middle_bottom{
	margin:31px 0 0 0;
	border-top:solid 1px #C7C7C7;
	padding:23px 0 10px 0;
	height:100%;
	overflow:hidden;
}
.contener_middle_bottom h3{
	font-size:18px;
	line-height:20px;
	color:#000000;
}
.contener_middle_bottom p{
	line-height:18px;
	color:#444444;
	padding:0 75px 0 0;
}
.contener_middle_bottom img{
	float:left;
	margin:0 16px 0 0;
	}
.bottom_contener{
	width:721px;
	background:url(../../images/bottom-contain-bg.gif) repeat-x 0 0;
	margin:25px 0 0 0;
}

.bottom_right{
	
	background:url(../../images/dot.gif) repeat-y 100% 0;
	
}
.bottom_left{
	
	background:url(../../images/dot.gif) repeat-y 0 0;
	
}
.bottom_bottom{
	
	background:url(../../images/dot.gif) repeat-x 0 100%;
	
}
.bottom_contener_lefttop{
	
	background:url(../../images/cont_bottom_curv01.gif) no-repeat 0 0;
	}
	
.bottom_contener_leftbottom{
	background:url(../../images/cont_bottom_curv03.gif) no-repeat 0 100%;
	
	}
.bottom_contener_righttop{
	
	background:url(../../images/cont_bottom_curv02.gif) no-repeat 100% 0;
	
	}
.bottom_contener_rightbottom{
	
	background:url(../../images/cont_bottom_curv04.gif) no-repeat 100% 100%;
	width:100%;
	
	}
.bottom_contener_middle{
height:100%; overflow:hidden;
}

.bottom_contenerpan{
	float:left;
	width:200px;
	height:100%;
	overflow:hidden;
	padding:0 8px 0 8px;
	border-right:1px solid #C7C7C7;
}
.bottom_contenerpan h4{
	font-size:15px;
	line-height:18px;
	color:#000000;
	text-align:center;
	padding:25px 0 0 0;
}
.bottom_contenerpan img{
	margin:0 0 5px 44px;
	}
.bottom_contenerpan p{
	font-size:12px;
	line-height:20px;
	color:#767676;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}
.bottom_contenerpan2{
	float:left;
	width:222px;
	overflow:hidden;
	border-right:1px solid #C7C7C7;
	padding:0 15px;
}

.bottom_contenerpan2 h4{
	font-size:15px;
	line-height:18px;
	color:#000000;
	text-align:center;
	text-transform:uppercase;
	padding:25px 0 0 0;
}
.bottom_contenerpan2 span{
	font-size:14px;
	line-height:16px;
	text-align:center;
	color:#0082C3;
}
.bottom_contenerpan2 img{
	float:left;
	width:auto;
	display:block;
	padding:12px 4px 14px 0
	}
.bottom_contenerpan2 p{
	font-size:11px;
	line-height:18px;
	color:#444444;
	padding:20px 10px 10px 10px;
	}
.bottom_contenerpan2 a.detail{
	background:url(../../images/blue-bullate.gif) no-repeat 75% 7px;
	display:block;
	font-size:12px;
	line-height:18px;
	color:#0082C3;
	text-decoration:none;
	}
.bottom_contenerpan2 a.detail:hover{
	color:#BE8510;
	}
.bottom_contenerpan3{
	background:url(../../images/new-img.gif) no-repeat 0 0;
	float:left;
	width:214px;
	height:100%;
	overflow:hidden;
	border-right:1px solid #C7C7C7;
	padding:0 18px;
}
.bottom_contenerpan3 h4{
	font-size:14px;
	line-height:18px;
	color:#000000;
	padding:25px 0 0 0;
}
.bottom_contenerpan3 span{
	font-size:12px;
	line-height:18px;
	color:#767676;
}
.bottom_contenerpan3 img{
	float:left;
	width:auto;
	display:block;
	margin:10px 4px 14px 0;
	}
.bottom_contenerpan3 p{
	font-size:11px;
	line-height:18px;
	color:#444444;
	padding:15px 10px 10px 10px;
	}
.bottom_contenerpan3 a.detail{
	background:url(../../images/blue-bullate.gif) no-repeat 75% 7px;
	display:block;
	font-size:12px;
	line-height:18px;
	color:#0082C3;
	text-decoration:none;
	}
.bottom_contenerpan3 a.detail:hover{
	color:#BE8510;
	}
.bottom_contenerpan4{
	float:left;
	width:200px;
	height:100%;
	overflow:hidden;
	padding:0 18px;
}
.bottom_contenerpan4 h4{
	font-size:14px;
	line-height:18px;
	color:#000000;
	text-align:center;
	padding:25px 0 0 0;
}
.bottom_contenerpan4 p{
	font-size:12px;
	line-height:20px;
	color:#767676;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 6px 0;
	}
.bottom_contenerpan4 img{
	float:left;
	width:auto;
	display:block;
	margin:0 4px 14px 0;
	}
.bottom_contenerpan4 span{
	font-size:11px;
	line-height:18px;
	color:#444444;
	}
.bottom_contenerpan4 a.detail{
	background:url(../../images/blue-bullate.gif) no-repeat 78% 12px;
	display:block;
	font-size:12px;
	line-height:18px;
	color:#0082C3;
	text-decoration:none;
	padding:5px 0 0 0;
	}
.bottom_contenerpan4 a.detail:hover{
	color:#BE8510;
	}


.contener_botom{
	height:23px;
	font-size:0;
	line-height:0;
	background:url(../../images/dot-bg.gif) repeat-x 0 100%;
}


.loan_office ul{
	float: left; 
	padding-bottom: 10px; 
	width: 180px; 
	}
.loan_office ul li{
	line-height:25px;}	
.tip-detail{
	width:100%;
	float:left;
	padding:20px;
	line-height:20px;
	font-size:13px;
	}
	
.tip-detail p{
	padding:10px;
	}

.demo01 { float:left;}
.demo01 a{ float:left;}
.demo01 img{
	float:left;
	margin-right:0px;
	margin-right:16px;
	display:block;
	float:left;
}


.database{
	padding:44px 0 42px 0;
	height:100%;
	overflow:hidden;
}

.datablock_main{
	width:323px;
	float:left;
	margin-right:8px;
}
.datablock_main01{
	margin-right:0;
}
.datablock_top{
	height:62px;
	background:url(../../images/newhome_images/bluebg.gif) no-repeat 0 0;
}
.datablock_top02{
	height:62px;
	background:url(../../images/newhome_images/bluebg02.gif) no-repeat 0 0;
}
.datablock_top03{
	height:62px;
	background:url(../../images/newhome_images/bluebg03.gif) no-repeat 0 0;
}
.datablock_top h3{
	padding:19px 0 0 30px;
	font-weight:bold;
}
.datablock_middle{
	background:url(../../images/newhome_images/block_middlebg.gif) repeat-y 0 0;
}
.datablock_middle p{
	line-height:18px;
	color:#666666;
	padding:0 16px 12px 30px;
}
.datablock_middle_iner{
	padding:0 0 0 17px;
	height:100%;
	overflow:hidden;
}
.datablock_middle_iner_pic{
	float:left;
	margin-right:27px;
}
.datablock_middle_iner p{
	width:auto;
	float:left;
	padding:6px 0 0 0;
	font-weight:bold;
	font-size:21px;
	line-height:41px;
	color:#BBA201;
}
.datablock_middle_iner img{
	margin-bottom:5px;
} 
	
.datablock_botom{
	height:18px;
	background:url(../../images/newhome_images/blockbottom.gif) no-repeat 0 0;
}

.body_cont{
	padding-bottom:55px;
	height:100%;
	overflow:hidden;
}
.body_cont_right{
	width:323px;
	float:right;
}
.datablock_top_watch{
	height:65px;
	background:url(../../images/newhome_images/watchbg.gif) no-repeat 0 0;
}
.vedio{
	padding:0 0 0 30px;
}
.datablock_main_watch{
	margin-bottom:20px;
}
.datablock_middle p.blogTxt{
	line-height:15px;
	color:#888888;
	padding:4px 5px 13px 30px;
}
.datablock_middle h4{
	padding:4px 0 0 30px;
	
}
.datablock_middle h4 a{ color:#0B5596;}

.body_cont_left{

}

.body_line_top{
color:#03386E;
	line-height:27px;
	padding-bottom:6px;
	background:url(../../images/newhome_images/linebg.gif) repeat-x 0 100%;
	display:block;
	font-weight:bold;
	float:left;
	width:770px;
}

.body_line_bottom{
	color:#03386E;
	line-height:27px;
	padding-top:10px;
	padding-bottom:6px;
	background:url(../../images/newhome_images/linebg.gif) repeat-x 0 100%;
	display:block;
	font-weight:bold;
	float:left;
	width:770px;
}

.body_cont_left h2{
	color:#03386E;
	line-height:27px;
	padding-bottom:6px;
	background:url(../../images/newhome_images/linebg.gif) repeat-x 0 100%;
	display:block;
	font-weight:bold;
}
.body_cont_left h2 span{
	color:#4F9703;
}

.candodetail{
	padding:19px 0 0 0;
	height:100%;
	overflow:hidden;
	/*width:100%;*/
	width:730px;
	text-align:justify;
}
.candodetail_left{
	width:350px;
	float:left;
}
.detail_block01{
	padding-bottom:20px;
	padding-left:41px;
	background:url(../../images/newhome_images/block01.gif) no-repeat 0 0;
}
.detail_block02{
	background:url(../../images/newhome_images/block02.gif) no-repeat 0 0;
}
.detail_block03{
	background:url(../../images/newhome_images/block03.gif) no-repeat 0 0;
}
.detail_block04{
	background:url(../../images/newhome_images/block04.gif) no-repeat 0 0;
	padding-left:48px;
}
.detail_block05{
	background:url(../../images/newhome_images/block05.gif) no-repeat 0 0;
	padding-left:48px;
}
.detail_block06{
	background:url(../../images/newhome_images/block06.gif) no-repeat 0 0;
	padding-left:48px;
}

.detail_block01 h3{
	font-size:18px;
	color:#0B5596;
	font-weight:bold;
}
.detail_block01 h3 a{
	color:#0B5596;
}
.detail_block01 p{
	line-height:18px;
	color:#888888;
	padding-top:5px;
}

.headerImg {
	float:left;
	height:300px;
	margin-left:10px;
	margin-top:30px;
	text-align:center;
	width:220px;
	}
.headerImg h2{
	color:#0B5596;
	font-size:20px;
	padding-bottom:10px;
	}
.headerImg h3 {
	color:#0B5596;
	font-size:12px;
	padding-top:10px;
	}
.candodetail_right{
	width:350px;
	margin-left:20px;
	float:left;
}
.money{
	padding:22px 0 0 0;
	height:100%;
	overflow:hidden;
}
.money_block{
	float:left;
}
.money_block_iner{

}
.money_block_iner h4{
	text-transform:uppercase;
	line-height:20px;
}
.money_block_iner p{
	line-height:18px;
	padding-top:7px;
}
.money_block_iner p span{
	font-weight:bold;
	color:#03386E;
	display:block;
	text-align:right;
	padding-top:11px;
}
.money_block01{
	margin-right:0;
}


.sidebar {
	float:right;
	width:270px;
	}
.divContent {
border:1px solid #CCCCCC;
float:left;
height:170px;
padding:20px;
text-align:center;
width:260px;
	}
	
.free_lead_form {
	width:305px;
	height:100%;
	float:left;
	margin-left:4px;
	}
.free_lead_form_header {
	float:left;
	width:295px;
	height:32px;
	background:url(/images_new/free_lead_form_header.jpg) no-repeat;
	padding:5px;
	}
.free_lead {
	float:left;
	background-color:#f4f4f4;
	border:solid 1px #ccc;
	border-top:none;
	padding-left:10px;
	}
.free_lead table th {
	width:120px;
	text-align:left;
	font-weight:normal;
	font-size:14px;
	}
.free_lead table input {
	padding:4px;}
.headline {
	color:#2E82C3;
	font-family:Myriad Pro,Myriad,"Myriad V","Gill Sans",Calibri,"Trebuchet MS",sans-serif;
	font-size:32px;
	font-weight:400;
	letter-spacing:-1px;
	position:relative;
}
.sub_head {
	color:#767070;
	font-size:20px;
	font-weight:400;
	margin:0;
	padding:0 0 20px;
	font-family:Myriad Pro,Myriad,"Gill Sans",Calibri,"Trebuchet MS",sans-serif;
	text-align:left;
}

#footer_new{
	background:url(/images/footerBg.jpg) repeat-x scroll left top #E0E0E0;
	color:#666666;
	height:50px;
	font-size:10px;
	display:block;
	clear:both;
	}
#footer_new .footer_box{
	width:980px;
	margin: 0 auto;
	padding-top:10px;
	
	}
#footer_new .footerText{
	width:830px;
	text-align:left;
	}	
#footer_new .footerText p{
	width:680px;
	text-align:center;
	float:left;
	padding-top:10px;
	}
	

.footer_right{	
	 float:left;
	 margin-top:8px;
	 width:150px;
}	

.footer_box a{
	color:#2277BB;
	font-size:11px;
	padding-top:5px;
	font-weight:200;
	}

.footerText {
	float:left;
	width:700px;
	text-align:center;}	
	
#footer{
	background:url(/images_new/footer_bg.png) repeat-x scroll left top #113164;
	color:#fff;
	height:350px;
	font-size:10px;
	display:block;
	clear:both;
	padding-bottom:50px;
	}
#footer .footer_box{
	width:980px;
	min-height:100px;
	margin: 0 auto;
	padding-top:40px;
	}
.footer_right{	
	 float:right;
	 width:280px;
}	
.footer_box ul{
	float:left;
	width:100px;
	padding:10px;
	margin-top:40px;
	}
.footer_box ul li{
	list-style:none;
	padding-left:25px;
	font-size:12px;
	padding-top:5px;
	color:#fff;
	font-weight:700;
	}
	
.footer_box a{
	color:#fff;
	font-size:11px;
	padding-top:5px;
	font-weight:200;
	}


