@charset "utf-8";
/* CSS Document */

*{
	margin:0 auto;
	padding:0px;
	}
Body{
	background:#fff;
	margin:0 auto;
	padding:0px;
	font-size:13px;
	color:#3d3d3d;
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
	}
#MainContainer{
	width:951px;
	background:#fff;
	border:3px #cacaca solid;
	margin-top:38px;
	padding:20px;
	}
#HeaderArea{
	width:951px;
	height:223px;
	float:left;
	background:url(images/header_bg.jpg);
	}
#LogoArea{
	width:173px;
	height:60px;
	margin:84px 0px 79px 17px;
	float:left;
	text-align:center;
	}
.LogoTXT{
	color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
	}	
#PhoneArea{
	width:197px;
	height:29px;
	float:right;
	margin:20px 0px 15px 0px;
	background:url(images/image.jpg) no-repeat left;
	padding-left:47px;
	padding-top:8px;
	}
.Phone{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
	font-size:20px;
	font-weight:bold;
	}	
	
#Clear{
	clear:both;
	}
#ContentArea{
	width:911px;
	float:left;
	padding:0px 20px 40px 20px;
	background:#f3f3f3;
	}
#LeftSidebar{
	width:202px;
	float:left;
	margin-right:20px;
	}
#BannerArea{
	width:689px;
	height:185px;
	float:left;
	margin-bottom:13px;
/*	margin-top:10px;
*/	}
#RightSidebar{
	width:689px;
	float:left;
	}
#ContentTxt{
	width:689px;
	float:left;
/*	background:#e6e6e6;
	border-top:1px #d83803 solid;
	border-bottom:1px #d83803 solid;
*/	padding:20px 0px 10px 0px;
	text-align:justify;
	}	
	
#TabArea{
	width:179px;
	float:left;
	margin-bottom:42px;
	margin-top:10px;
	}
.White{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
	font-size:15px;
	font-weight:bold;
	}	
.White1 a{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	}	
.White1 a:hover{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	}
#SidebarImage{
	width:202px;
/*	height:116px;
*/	float:left;
	margin-bottom:30px;
	}
.SidebarImage{
	color:#277aaa;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
}
.SidebarImage a{
	color:#277aaa;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
	text-decoration:none;
	outline:none;
}	
.SidebarImage a:hover{
	color:#277aaa;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
	text-decoration:underline;
	outline:none;
}	
#FooterArea{
	width:931px;
	float:left;
	background:#277aaa;
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
	padding:10px 10px 5px 10px;
/*	height:28px;
*/	}
#FooterArea ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	}	
#FooterArea ul li{
	display:inline;
	}
.foot{
	color:#fff;
	font-size:11px;
	font-weight:bold;
	
	}	
#FooterArea ul li a{
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}	
#FooterArea ul li a:hover{
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	}
.FooterBreak{
	margin-right:5px;
	margin-left:5px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	}	
	
	
