* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
    background:#ADADAD url("images/h-bgr.jpg") repeat-x;
    color:#6D6D6D;
}
a {
	color: blue;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
p {margin: 0 0 12px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 1001px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    background:url("images/c-bgr.gif") repeat-y;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 221px;
	background:url("images/header.png") no-repeat;
}
#header div {
    width:1001px;
    height:221px;
    position:relative;
}
#header div a {
    width:203px;
    height:111px;
    position:absolute;
    top:89px;
    left:70px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 12px 18px 0 270px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 240px;
	margin-left: -100%;
	position: relative;
	/*background: #B5E3FF;*/
    padding:27px 0 0 12px;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1001px;
	margin: -65px auto 0;
	height: 65px;
	/*background: #BFF08E;*/
}



/* Design
-----------------------------------------------------------------------------*/
#menu-top {
    color:#266190;
    font: 10pt Arial, Times New Roman;
    font-weight: bold;
    padding:0 0 0 10px;
}
#menu-top span {
    padding:0 16px 0 16px;
}
#menu-top ul{
    list-style:none;
}
#menu-top ul li{
    float:left;
    height:19px;
}
#nav-top a {
    color:#266190;
    text-decoration:none;
}
#nav-top a:hover {
    color:#FF0101;
}
.bgh {
    clear:both;
    height:15px;
}
.banner {
    margin:0 0 15px;
}
#content-t ul, ol{
    padding:0 0 0 12px !important;
}
#content-t h1 {
    color:#0040B7;
    font: 14pt Arial, Times New Roman;
    font-weight: bold;
    text-align:center;
    margin: 0 0 10px;
}
#content-t h2, h3, h4, h5, h6{
    font: 11pt Arial, Times New Roman;
    font-weight: bold;
    text-align:left;
    margin: 0 0 10px;
    width:100%;
    height:19px;
    color:#000000;
    background-color:#DCE4F7;
}



/* TreeMenu
-----------------------------------------------------------------------------*/
#nav1{
padding: 0 15px 17px 7px;
overflow: hidden;
}
#nav1 ul {
list-style: none !important;
}
.subul{
list-style: none !important;
    margin:0 0 0 10px !important;
}
.subul a{
    font-weight:normal !important;
    color:#666666 !important;
}
.subul a:hover {
    color:#FF0000 !important;
}
.nav1-1 li ul li {
padding: 0 !important;
}
.nav1-1 li ul li a {
width: 200px;
}
.nav1-1 li a {
display: block;
position: relative;
width: 200px;
padding-top: 2px;
font: 12px Arial;
text-decoration: none;
padding-left: 15px;
color: #266190;
font-weight:bold;
/*text-transform:lowercase;*/
}
.nav1-1 li a:hover {
color:#FF0000 !important;
}
.nav1-1 span {
display: block;
position: absolute;
top: 7px;
left: 7px;
width: 5px;
height: 11px;
}
/*refs_condition*/
.nav1-1 li a:hover {
color: #266190;
}
.mark-bot {
width: 7px !important;
left: 7px !important;
background: url("images/ico.gif") no-repeat;
}
.ref-visit {
color: #000000 !important;
}
.infobox-left {
    margin:0 0 10px;
}
.copyright {
    height:65px;
}
.copyright p {
    margin:0;
    padding:0 0 0 15px;
    text-align:center;
    color:#266190 !important;;
}
.copyright a {
    color:#266190;
    text-decoration:none;
}
.copyright a:hover {
    text-decoration:underline;
}
