@charset "utf-8";
/* CSS Document */


body 
{
    height: 100%;	
    color: #000;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;  
}
.width100per{
	width:100%;
	height:auto;
	float:left;
}
.width1024px{
	width: 1024px;
	height: auto;
	margin: auto;
}
#wrap
{
	width: 1022px;
	height: 900px;
	margin: auto;
	border-left: 1px solid #e0dddb;
	border-right: 1px solid #e0dddb;
}

#wrap_pro
{
	width: 1022px;
	height: 1420px;
	margin: auto;
	border-left: 1px solid #e0dddb;
	border-right: 1px solid #e0dddb;
}

#bluebar
{
	width: 100%;
	height:54px;
	background-color:#0058A9;
	float:left;
	display:block;
}

#logobar
{
	border-bottom: #94C947 1px solid;
	width: 100%;
	height: 166px;
	float:left;
	display:block;
}
#logo{
	width:50%;
	float:left;
	height:auto;
}
.rightPan{
	width:50%;
	float:left;
	height:auto;
}
.leftPan{
	width:50%;
	float:left;
	height:auto;
}
.heading{
	width:96%;
	height:auto;
	margin:0 2%;
	float:left;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#414141;
}
.dottedLineBlue{
	border-right:dotted 2px #0077c1; width:99%; float:left; height:auto;
}
.dottedLineBlue70{
	border-right:dotted 2px #0077c1; width:74%; float:left; height:auto;
}
.dottedLineGreen{
	border-top:dotted 2px #9cc42e;
}
.font14verdana {
	width:96%;
	height:auto;
	margin-left:2%;
	float:left;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#414141;
	font-weight:lighter;
	padding-right:2%;
	line-height:18px;
}
.font14verdana p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#414141;
	font-weight:lighter;
	line-height:18px;
}
.font15verdana {
	width:96%;
	height:auto;
	margin-left:10px;
	float:left;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#414141;
	font-weight:lighter;
	padding-right:10px;
	line-height:18px;
}
.marginLeft10px{
	margin-left:10px;
}
.marginRight10px{
	margin-right:10px;
}
.marginTop10px{
	margin-top:10px;
}
.marginTop15px{
	margin-top:15px;
}

.marginBot50px
{
	padding-bottom:45px;
	border-bottom:2px dotted #accd4f;
}
.paddingTop10px{
	padding-top:10px;
}
#menuBar{
	float:right; margin-top:129px; margin-right:10px;
}
#banner
{
	width: 1002px;
    height: 341px;
	background: url(../images/law_img_txt.jpg) no-repeat center;
	padding: 10px 0;
	margin:0 10px;
	border-bottom:2px dotted #accd4f;
	float:left;
	display:block;
}
#inner_banner
{
	width: 1002px;
    height: 208px;
	background: url(../images/profile_img.jpg) no-repeat center;
	padding: 10px 0;
	margin:0 10px;
	border-bottom:2px dotted #accd4f;
	float:left;
	display:block;
}

#profile_img
{
	width: 1004px;
    height: 208px;
	background-image: url(../images/profile_img.jpg);
	background-repeat: no-repeat;
	background-position:center;
	padding-left: 18px;
	padding-top: 20px;
 	text-align: right;
 	font-size: 15px;
 	color: #000000;
	line-height: 18px;
}	

#profile_txt
{
	width: 1004px;
	height: auto;
	padding-left: 18px;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

.profle_name
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight:bold;
}

#footer 
{
    /*position:fixed;*/
    bottom: 0px;
    width: 100%;
    height: 40px;
    color: #000;
    text-align: center;
    font-size: 11px;
	float:left;
}
	