html {

	background: #1f5c7b;

}

body {

	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
	width: 100%;
	display: table;

}

a{	color: #05acff; }

a:hover{ color: #0f73a6; }

#background_section_top {

	width: 100%;	
	height: 163px;
	background: url(images/top_section_bg.jpg) repeat-x;
}

#background_section_middle {

	width: 100%;	
	background: #1f5c7b url(images/mid_section_bg.jpg) repeat-x;	
	clear: both;	
	overflow: hidden;

}

.container {

	width: 960px;
	margin: auto;

}

#background_section_bottom {

	width: 100%;	
	background: #041a25 url(images/footer_bg.jpg) repeat-x;	
	float: left;	
	clear:both;	
	padding: 10px 0 0 0;
	margin: 10px 0 0px 0;

}

.container {

	text-align: left;
	
}

#header{

	height: 163px;
	width: 100%;
	background:url(images/header1.png) no-repeat;
}

/* Search */

#search_box{

	width: 73px;
	height: 25px;
	float: right;
	margin-top: 70px;
	margin-right: 20px;
	background: url(images/search.jpg) no-repeat;
}

#earch_box form{

	margin-top: 0px;
	padding:0;
	width: 310px;
}

#search_box form label{

	margin-bottom: 8px;
	margin-right: 10px;
	padding:0;
	font-weight: bold;
	color: #fff;
}

#search_box form .button{

	border: 1px solid #000;
	background: #0083db;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	width: 40px;
	height: 23px;
	font-size: 10px;
	margin-left: 10px;

}

/* End Of Search*/
/* Menu */
#menu{

	width: 538px;
	height: 43px;
	float: right;	
	margin: 25px 100px 0 0;	
}

* html #menu{
	
	width: 556px;
	margin-top: 7px;
	margin-right: 80px;
	
}

#menu #menu_bg_l{
	
	width: 3%;
	height: 43px;
	float: left;
	background: url(images/menu_bg_l.jpg) left bottom no-repeat;
}

#menu #menu_bg_r{

	width: 97%;
	height: 38px;
	float: left;
	background: url(images/menu_bg_r.jpg) right bottom no-repeat;
	padding: 5px 0 0 0;
	display: inline;
	margin: 0;
}

#menu_bg_r ul{

	list-style: none;
	display: inline;
}

#menu_bg_r li{

	float:left;
}

#menu_bg_r li a{

	float: left;
	display: block;
	color: #FFF;
	background: url(images/button_left.jpg) no-repeat;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	margin-right: 9px;
	padding: 0 0 0 10px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
}

#menu_bg_r li a b{

	float: left;
	display: block;
	padding: 0 15px 0 5px;
	background: url(images/button_right.jpg) no-repeat;
	background-position: right top;
}

#menu_bg_r li.current a, #menu_bg_r li a:hover{

	color: #05acff;
}

#menu_bg_r li.current a b, #menu_bg_r li a:hover b{

	color: #05acff;
}

/*End OF menu*/
#logo {

	width: 280px;
	height: 65px;
	margin-top: 35px;
	margin-left: 40px;
	padding: 0;
	float: left;
	display: inline;		
}

#logo h1 {

	margin-top: 4px;
	font-size: 30px;
	color: #8fdaff;
	line-height: 1em;	
}

#logo h2 {

	margin-top: 0px;
	font-size: 16px;
    float: right;
	color: #1aa3e8;
}

#content_area {

	width: 100%;
	background: url(images/content_bg.jpg) no-repeat top;
	overflow: hidden;
}

#left {

	float: left;
	width : 235px;
	margin: 0;
	padding: 0;
}

.section {

	width: 221px;
	margin-top: 30px;
	margin-left: 13px;
	float: left;
	display: inline;
}

.section_top_pc {
	width: 208px; 
	height: 24px;/* -47 For padding top */
	background: url(images/left_section_top_pc.jpg) no-repeat;
	font-size: 14px;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 47px;
	padding-left: 13px;

}

.section_top_pic {

	width: 208px; 
	height: 30px;/* -47 For padding top */
	background: url(images/left_section_top_pic.jpg) no-repeat;
	font-size: 14px;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 47px;
	padding-left: 13px;

}

.section_middle {
	width: 221px; 
	background: url(images/left_section_middle.jpg) repeat-y;
}

.section_middle p {
	
	font-size: 12px;
	color: #fff;
	font-family: Arial;
	text-align: justify;
	margin: 0px 23px 10px 13px;
	padding: 0;
	
}

.section_middle ul {
	
	margin: 0px 23px 10px 28px;
	padding: 5px;
	color: #fff;
	list-style: square;
	font-size: 12px;	
}

.section_middle ul li a {
	
	color: #fff;
	text-decoration: none;
	
}

.section_middle ul li a:hover {
	
	color: #6ff;
	text-decoration: underline;	
}

.section_bottom {
	width: 221px; 
	height: 16px;
	background: url(images/left_section_bottom.jpg) repeat-y;
	margin: 0;
	padding: 0;
}

.cleaner {
	clear: both;
	
}

.cleaner_with_height {
	
	clear: both;
	height: 1px;	
}

#right {
	
	float: right;
	width: 701px;
	background: #f3f3f3 url(images/right_bg.jpg) no-repeat bottom;
	margin-top: 36px;
	margin-right: 23px;
	display: inline;	
}

#right p{

	margin: 0px 48px 10px 48px;
/*	color: #595959; */
    color: #000000;
	text-align: justify;
}

#right h1{

	margin: 0px 48px 10px 48px;
	color: #2c83b0;
	text-align: justify;
	font-size: 18px;
}

#right h2{

	margin: 0px 178px 10px 58px;
   	color: #000000;
	text-align: justify;
	font-size: 11px;

}

#right ul{

	margin: 0px 178px 10px 58px;
	color: #000000;
	text-align: justify;
	font-size: 12px;
}

#right img{
	
	border: none;
	float: right;
	margin: 0px 15px 0px 20px;

}

#bottom_section {

	width: 695px;
	overflow: hidden;
	padding-left: 5px;
	margin-bottom: 20px;
		
}

#bottom_section .bottom_section_box {

	float: left;
	display:inline;
	margin-top: 30px;
	margin-left: 23px;
	width: 202px;
	background-color: #f3f3f3;
	overflow: hidden;
}


#bottom_section .bottom_section_box h2{

	font-size: 12px;
	color: #0479b4;
	margin: 0px;
}

#bottom_section .bottom_section_box h1{

	font-size: 18px;
	color: #0479b4;
	margin: 0px;
    width: 219px;
}

#bottom_section .bottom_section_box h3{

	font-size: 12px;
   /* color: #0297e3; */
    color: #8b0b3b;
	margin: 0px;
}

#bottom_section .bottom_section_box img{

	margin: 5px 0px;
	float: left;
}

#bottom_section .bottom_section_box p{

	margin: 0px;
/*	color: #595959; */
    color: #000000;
	text-align: justify;
}


.bottom_section_box ul{	

	font-size: 12px;
	color: #05acff;
	clear: left;
	margin-left: 10px;
	padding: 0;
	
}

.bottom_section_box li{

	margin-left: 5px;

}

.bottom_section_box ul li a{
	
	color: #05acff;
	text-decoration: none;	
	
}

.bottom_section_box ul li a:hover{
	
	text-decoration: underline;
	
}

#footer_section {

	width: 955px;
	overflow: hidden;
	padding-left: 5px;
	margin-bottom: 0px;
}

#footer_section .footer_section_box {

	float: left;
	display:inline;
	margin-top: 10px;
	margin-left: 80px;
	width: 200px;
	color: #fdcb2e;

}

#footer_section .footer_section_box_2 {

	float: left;
	display:inline;
	margin-top: 30px;
	margin-left: 80px;
	width: 230px;
	color: #fdcb2e;

}

#footer_section .footer_section_box p{

	margin: 0px;
	color: #fdcb2e;
	text-align: justify;
}

#footer_section .footer_section_box h2{

	margin: 0px;
	color: #fdcb2e;
	text-align: justify;
	font-size: 12px;
	
}

#footer_section a{

		color: #fdcb2e;
		text-decoration:none;
	
}

#footer_section a:hover{

		text-decoration: underline;
	
}
