﻿/* CSS layout */
*{
	margin:0;
	padding:0;
}
body{
	font-size:12px;
	color:#5e737e;
	border-left:1px #dce0e3 solid;
	border-right:1px #dce0e3 solid;
	font-family:Arial, Helvetica, sans-serif;
}
p{
	padding:5px 0;
}
h1{
	padding:15px 0;
	color:#c1c7cb;
	font-size:16px;
	background:url('../img/h_bg.jpg') no-repeat 0px 40px;
}
h1 span{
	color:#7baa32;
}
h1.first{
	padding-top:10px;
}
a{
	color:#2a6fa0;
}
a:hover{
	color:#317eb5;
}
#header{
	width:100%;
	height:172px;
	position:absolute;
	right:0;
	top:0;
	z-index:20;
	background:url('hr_c.jpg') repeat-x top;
}
#header_r{
	width:338px;
	height:171px;
	position:absolute;
	right:0;
	top:0;
	z-index:21;
	background:url('hr_r.jpg') no-repeat right;
}
#header_l{
	width:339px;
	height:171px;
	position:absolute;
	left:0;
	top:0;
	z-index:22;
	background:url('hr_l.jpg') no-repeat;
}
#header_r p{
	color:#FFF;
	position:absolute;
	top:12px;
	right:70px;
}
#site_name{
	font-size:28px;
	color:#d70000;
	position:absolute;
	bottom:0px;
	left:120px;
	text-decoration:none;
	top: 138px;
}
#left_col {
	width:363px;
	float:left;
	position:absolute;
	padding-bottom:20px;
	background:url('left_col.jpg') no-repeat top right;
	left: 0px;
	top: 172px;
	}
#left_col ul{
	list-style:none;
	margin:12px 0 12px 45px;
	padding-left:22px;
	background:url('arrow.jpg') no-repeat top left;
}
#left_col li{
	padding-left:8px;
	background:url('list_bg.jpg') repeat-y left;
}
#left_col a{
	color:#4e717c;
	text-decoration:none;
}
#left_col a:hover{
	color:#568d9e;
}
#left_col li.main a, #left_col li.link a, #left_col li.first a{
	color:#4397b1;
	text-transform:uppercase;
}
#left_col li.main a:hover, #left_col li.link a:hover, #left_col li.first a:hover{
	color:#46b4d6;
}
#left_col li.first{
	border-left:1px #7c7c7c solid;
	background:none;
}
#left_col li.main{
	border-left:1px #7c7c7c solid;
	padding-bottom:5px;
	background:none;
}
#page_content {
	margin-left:363px;
	min-height:300px;
	position:relative;
	text-align:justify;
	top: 162px;
}
#page_content p span{
	color:#2a6fa0;
}
#page_content table {
	width:inherit;
}

#page_content table th{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e737e;
}

#page_content table td{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e737e;
}



#bottom_bg{
	min-height:300px;
}
#content_wrap{
	padding:0 50px 50px 40px;
}
#footer{
	width:100%;
	clear:both;
	height:113px;
	position:relative;
	background:url('footer.jpg') repeat-x top;
}
#footer_bt{
	width:363px;
	height:11px;
	background:#DCE0E3;
	position:absolute;
	bottom:0;
	left:0;
}
#footer_r{
	width:67px;
	height:31px;
	right:0;
	top:20px;
	position:absolute;
	background:url('footer_r.jpg') no-repeat;
}
#footer_str{
	left:416px;
	top:35px;
	width:1px;
	height:40px;
	background:#edeff1;
	position:absolute;
}
/* Banner */
#banner_1,#banner_2{
	width:88px;
	height:31px;
	position:absolute;
	top:20px;
}
#banner_1{
	right:10px;
}
#banner_2{
	right:105px;
}
/* Banner */
/* Copyright */
#copyright{
	padding-left:65px;
	padding-top:20px;
	color:#c4c4c4;
	font-family:Tahoma, "Lucida Grande", Arial, sans-serif;
}

#copyright a{
	color:#c4c4c4;
	text-decoration:none;
}

#copyright a:hover{
	color: #999999;
}
.right{
	float:right;
}
.left{
	float:left;
}

