@charset "utf-8";
/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, p, a, strong, ol, ul, li, th {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	text-align:justify;
	list-style:none;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#wraper{
width:980px;
margin:0 auto;
}
#header{
width:980px;
height:107px;
margin:24px auto 0 auto;
background:url(../images/header.gif) left top no-repeat;
}
#header h1{
font-size:36px;
font-weight:bold;
text-align:left;
padding:23px 0 0 30px;
color:#000000;
text-transform:capitalize;
}
#header h1 a{
color:#000000;
text-decoration:none;
}
#menu{
width:982px;
height:56px;
margin:0 auto;
}
#menu ul{
padding:0 0 0 10px;
}
#menu li{
line-height:56px;
text-transform:capitalize;
float:left;
background:url(../images/menu_line.jpg) right center no-repeat;
}
#menu li a{
padding:0 28px 0 50px;
color:#5a5a5a;
font-weight:bold;
text-decoration:none;
background:url(../images/menu_icon.jpg) 15px center no-repeat;
}
#menu li a:hover{
text-decoration:underline;
}
.last{
background:none!important;
}
#banner{
width:962px;
height:205px;
background:url(../images/banner_bg.jpg) left top no-repeat;
padding:0 0 0 18px;
margin:0 0 9px 0;
}
#banner img{
float:left;
padding:25px 0 0 0;
}
#container{
width:980px;
}
#sidebar1{
width:215px;
float:left;
}
#sidebar2{
width:215px;
float:right;
}
.sidebar_title{
background: url(../images/sidebar_top_title_bg.jpg) left top no-repeat;
height:50px; 
}
.sidebar_title h2{
color:#FFFFFF;
font-weight:bold;
text-align:left;
padding:20px 0 0 30px;
text-transform:capitalize;
}
.sidebar_middle{
width:213px;
border-left:1px solid #e2dfdf;
border-right:1px solid #e2dfdf;
}

.sidebar_middle ul{
width:178px;
margin:0 auto;
padding:10px 0;
}
.sidebar_middle li{
line-height:31px;
border-bottom:1px dashed #666666;
text-align:left;
background:url(../images/arrow.jpg) left center no-repeat;
padding:0 0 0 25px;
}
.sidebar_middle li a{
color:#47494b;
text-decoration:none;
}
.sidebar_middle li a:hover{
text-decoration:underline;
}
.sidebar_bottom_bg{
background:url(../images/sidebar_bottom_bg.jpg) left top no-repeat;
height:12px;
width:215px;
margin: 0 0 10px 0;
}
#content{
width:532px;
_width:532px;
margin:0 224px 0 224px;
_margin:0 216px 0 200px;
}
#content h2{
font-size:12px;
font-weight:bold;
text-align:left;
width:100%;
text-transform:capitalize;
padding:10px 0 0 10px;
}
#content p{
padding:5px 10px;
}
#footer{
width:100%;
height:80px;
background-color:#eaeaea;
}
#footer #cont{
width:980px;
margin:0 auto;
height:80px;
}
#cont p{
text-align:left;
padding:34px 0 0 0;
float:left;
}
#cont a{
color: #666666;
text-decoration:underline;
}
#cont ul{
float:right;
padding:34px 0 0 0;
}
#cont li{
float:left;
padding:0 10px;
}
#cont a:hover{
text-decoration:none;
}
#r1{
width:125px;
margin:0 auto;
padding:10px 0 0 0;
}
.right_side_banner{
width:215px;
margin:0 0 10px 0;
}
.left_image{
float:left;
padding:2px;
margin:7px 5px 0 10px;
border:1px solid #CCCCCC;
}
.clear {
	clear:both;
	font-size:1px;
	margin:0;
	padding:0;
}