@charset "utf-8";
/* CSS Document */
body{
	background:#e3e4e4 url(../images/main_bg.png) repeat;
	font-family:Segoe, "Verdana", sans-serif;
	font-size:13px;
	color:#000000;
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
img{
	border:0;
}
.clear{
	clear:both;	
}
.center{
	width:96%;
	max-width:1000px;
	margin:0 auto;
}
.top{
	background:#133b79 url(../images/top_bg.png) no-repeat center center fixed;
}
.logo{
	width:400px;
	float:left;
	margin:15px 0;
}
.logo img{
	width:100%;
	max-width:400px;
}
.law{
	width:220px;
	float:left;
	margin-top:20px;
}
.law img{
	width:100%;
	max-width:220px;
}
.right{
	width:96%;
	max-width:780px;
	float:right;
}
.flash{
	padding:10px;
	background:#FFFFFF;
}
.call{
	width:500px;
	float:right;
	height:80px;
	padding:20px 0;
	line-height:40px;
	text-align:right;
	font-size:30px;
	color:#ffae00;
	text-shadow:#000000 1px 1px;
}
.call span{
	font-size:20px;
	color:#FFFFFF;
}
.shadow{
	width:100%;
}
.shadow img{
	width:100%;
}
section{
	width:100%;
	max-width:1000px;
	margin:30px auto;
}
article{
	width:700px;
	float:left;
}
aside{
	width:300px;
	float:right;
}
.welcome{
	line-height:40px;
	font-size:30px;
	color:#333333;
	text-align:center;
	font-family:'Roboto Condensed', sans-serif;
}
.text{
	margin-top:20px;
	line-height:30px;
	color:#777777;
	text-align:center;
	font-size:13px;
	font-family:Verdana, sans-serif;
}
.wel_img{
	text-align:center;
	margin-top:40px;
}
.wel_img img{
	width:100%;
	max-width:370px;
}
.third{
	background:#FFFFFF;
	width:30%;
	padding:1%;
	margin:30px 0.5% 10px 0.5%;
	float:left;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.third_img{
	margin-bottom:10px;
	text-align:center;
}
.third_img img{
	width:100%;
	max-width:330px;
}
.third_head{
	line-height:36px;
	text-align:center;
	color:#133b79;
	font-size:16px;
	font-weight:bold;
}
.third_txt{
	line-height:24px;
	font-size:12px;
	text-align:center;
	color:#555555;
}
.third_txt span{
	font-size:16px;
	color:#006a5f;
}
footer{background:#133b79; padding-top:15px; padding-bottom:15px; border-top:#062453 10px solid;}
.f_link{line-height:30px; font-size:13px; text-align:center;}
.f_link a{text-decoration:none;	padding:0 8px;	color:#ffae00; text-transform:uppercase;}
.f_link a:hover{color:#FFFFFF;}
.social{height:30px; text-align:center; margin-top:10px;}
.social a{width:30px; height:30px; border:#ffae00 1px solid; text-align:center; line-height:30px; margin-right:5px; color:#ffae00; text-decoration:none;}
.social a:hover{color:#FFFFFF; border:#FFFFFF 1px solid; text-decoration:none;}
.copy{font-size:13px; color:#FFFFFF; text-align:center; line-height:30px; margin-top:10px;}