@charset "utf-8";
*{
	margin:0px;
	padding:0px;
	text-align:left;
	}
img{
	border:none;
	}
a{
	text-decoration:none;
	cursor:pointer;
	}
.container {
	float: left;
	width: 100%;
	height:auto;
	background-color:#f2f2f2;
}
.wrapper{
	width:800px;
	height:auto;
	min-height:200px;
	margin:auto;
}
.header{
	width:800px;
	height:57px;
	float:left;
	background:url(../image/header_bg.jpg) no-repeat;
	}
.logo{
	width:60px;
	height:43px;
	float:left;
}	
.logo_text{
	width:auto;
	height:43px;
	float:left;
	font-weight:bold;
	font-style:italic;
	color:#0b203f;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:7px;
}	
.header_text{
	width:300px;
	height:auto;
	float:left;
	color:#071834;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	margin-top:15px;
	margin-left:30px;
	text-align:right;
	}	
.flash{
	width:800px;
	height:300px;
	float:left;
	}	
.body{
	width:740px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	min-height:200px;
	padding-top:25px;
	padding-left:30px;
	padding-right:30px;
	}	
.body_discription{
	width:740px;
	height:auto;
	float:left;
	margin-bottom:10px;
}	
.features_imgs{
	width:740px;
	height:auto;
	float:left;
	}
.features_section{
	width:494px;
	height:auto;
	float:left;
	}	
.features_heading_bg{
	width:481px;
	height:23px;
	float:left;
	background:url(../image/features_bg.jpg) no-repeat;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding-top:7px;
	padding-left:15px;
	}
.feature{
	width:494px;
	height:auto;
	float:left;
	}
.feature_name{
	width:494px;
	height:auto;
	float:left;
	color:#183577;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}		
		
.image_section{
	width:240px;
	height:auto;
	float:right;
	}
.feature_text{
	width:482px;
	height:auto;
	float:left;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	padding-left:12px;
	margin-top:3px;
	margin-bottom:25px;
	}
.img_bg{
	width:176px;
	height:148px;
	float:left;
	background-image:url(../image/img_bg.jpg);
	margin-top:10px;
	margin-left:30px;
	padding-left:20px;
	padding-top:5px;
	}
.footer_bg{
	width:800px;
	height:24px;
	float:left;
	background:url(../image/footer_bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	padding-top:6px;
	}



			
