

html {
	background: #fff;
}

body {

	margin: 0;

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 1.5em;

	color: #333;

	width: 100%;

	display: table;

}

a {	color: #333; }

a:hover { color: #00bfff; }

#background_section_top {

	width: 100%;
	
	height:271px;

	background: url(images/top_section_bg.jpg) repeat-x;

}

#background_section_middle {

	width: 100%;
	
	background:  #fff;
	
	clear: both;
	
	overflow:hidden;

}

#background_section_bottom {

	width: 100%;
	
	height: 73px;

	background: url(images/footer_bg.jpg) repeat-x;
	
	float: left;

}

.container {

	width: 960px;

	margin: auto;

}

#header_menu{

	width: 960px;
	height:85px;	
	background: url(images/header_menu.png) no-repeat;

}

#menu {
	width: 600px;
	height: 47px;
	background:  url(images/menu_bg.jpg) repeat-x;
	float: right;
	margin-top: 38px;
}

#menu ul {
	float: left;
	width: 600px;
	margin: 0;
	padding: 12px 0 0 0;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 0 20px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px dotted #fff;
	font-weight: bold;
}

#menu ul li .lastmenu{
	border-right: none;
}

#menu li a:hover, #menu li .current{
	color: #00bfff;
}



#header_bottom {
	
	height:  186px;
	width: 960px;
	background: url(images/top_section_bottom.png) no-repeat;

}


#search_box {

	width: 388px;
	height:153px;
	float: left;
	margin-top: -250px;
	margin-left: 80px;
	background: url(images/sign.png) no-repeat;

}

#search_box form {
	margin-top: 52px;
	padding-left: 45px;
	width: 255px;
}

#search_box form input {
	width: 130px;
	color: #000;
	background: none;
	height: 24px;
	border: none;
}

#search_box form .button {
	border: none;
	background: #186e7a;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	width: 64px;
	height: 23px;
	font-size: 10px;
	margin-left: 20px;
	margin-bottom: 3px;
}

#search_box .advance {

	background: none;
	margin-top:0px;
	width: 260px;
	height: 20px;
	padding-left: 20px;
	font-weight:bold;
	font-size: 12px;
	
}

#content_area {

	margin: 30px;
}

.content {

	margin: 25px;
	background:url(bg1.gif) no-repeat;
}

.content h1 {
	margin: 0px;
	font-size: 17px;
	color: #1874cd;
}

.content p {
	margin-top: 20px;
	font-size: 12px;
	color: #333;
}

.content h2 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #1874cd;
}

.content span.header {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #1874cd;
	text-decoration: underline;
}

.content img {
	border: none;
	float: left;
	margin: 0px 15px 0 0;
}

.content .right {
	border: none;
	float: right;
	margin: 15px 25px 0 0;
}
.content .right{
 	width: 210px;	
	border: 5px solid #f8c7f2;
	background: #ebbce5;
	margin-bottom: 30px;
}

.content.right{
 	width: 180px;
	padding: 15px;	
} 
.rcontent.right h3{
	margin-bottom: 0px;	
} 



.right_section_content .button{
	width: 70px;
	margin-bottom: 0px;
}

.clear_h{ clear:both; height: 1px; }
.clear{ clear:both ; }



#bottom_section {
	width: 930px;
	overflow: hidden;
	padding-left: 30px;
	margin-bottom: 20px;
	
}

#bottom_section .bottom_section_box {
	float: left;
	display:inline;
	margin-top: 30px;
	margin-left: 30px;
	width: 260px;
	background-color: #14515e;
}

.bottom_section_box .top_info{
	
	width: 180px; 
	height: 40px;
	margin: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 17px 0 0 80px;
	background: url(images/section_box_top_info.jpg) no-repeat;
	
}

.bottom_section_box .top_quote{
	
	width: 180px; 
	height: 40px;
	margin: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 17px 0 0 80px;
	background: url(images/section_box_top_quote.jpg) no-repeat;
	
}

.bottom_section_box .top_question{
	
	width: 190px; 
	height: 40px;
	margin: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 17px 0 0 70px;
	background: url(images/section_box_top_question.jpg) no-repeat;
	
}
.bottom_section_box .body{
	width: 230px;
	min-height: 215px;
	padding: 5px 15px 15px 15px;
	background:url(images/section_box_bg.jpg) no-repeat #14515e;
}

.bottom_section_box .body ul{
	margin-left: 20px;
	padding: 0px;
	color: #fff;
	list-style: none;
	margin-top: -10px
}

* html .bottom_section_box .body ul{
	margin-top: 0px
}


.bottom_section_box .body li{
	
	padding-left: 28px;
	padding-top: 8px;
	background: url(images/bullet.png) left bottom no-repeat;

}

* html .bottom_section_box .body li{
	padding-top: 0px;
	padding-bottom: 6px;
}

.body p{
	
	text-align: justify;
	margin: 10px;
	padding: 0px;
	color: #333;
}

.body img{
	
	border: none;
	float: left;
	margin: 0px 15px 0 0;

}

.body h1{
	
	margin: 0 0 0px 10px;
	padding: 0px;
	color: #1874cd;
	text-decoration: underline;
	font-size: 12px;

}

.footer{

	margin-top: 25px;
	color: #fff;
	text-align: center;}
	


.footer a{

	color: #fff;}
	
a {	color: #fff; }

a:hover { color: #00bfff; }


