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

#maincontent {
	height: auto;
}

#page_banner {
	width: 702px;
	height: 127px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 10px;
}


#top_right {
	position: relative;
	background:url(../images/top_right_bg.gif) no-repeat;
	width: 202px;
	height: 116px;
	left: 722px;
	margin-top: -127px;
	padding: 10px 10px 0px 10px;
}

#top_right p {
	color: #FFFFFF;
	font-size: 13px;
}

#menu {
	position: relative;
	background: url(../images/menu_back.gif) no-repeat top left;
	width: 222px;
	height: 284px;
	margin-left: 10px;
	padding: 10px 0px 0px 0px;
	margin-top: 10px;
}

#menu a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul {
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	color: #FFFFFF;
	margin-left: -10px;
}

#menu ul li ul {
	font-size: 13px;
	line-height: 18px;
}

#menu li ul li {
	padding-bottom: 10px;
}

#menu li ul li ul{
	font-weight: normal;
}

#menu li ul li ul li{
	padding-bottom: 0px;
}

#content {
	float: left;
	position: relative;
	margin: auto;
	width: 448px;
	margin-top: -300px;
	padding: 10px;
}

#content h3 {
	color: #000000;
	font-size: 18px;
}

#content a, a:visited {
	color: #0000CC;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#center_right {
	position: absolute;
	width: 222px;
	left: 722px;
	top: 138px;
	float: none;
	background: none;
	height: 304px;
}

#bottom_left {
	background:url(../images/white_back.gif) no-repeat top left;
	width: 202px;
	height: 296px;
	margin: 10px 20px 0px 0px;
	left: 10px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 10px;
}

#bottom_left h3 {
	font-size: 14px;
	font-weight: bold;
	color: #09255E;
	text-align: center;
}

#bottom_left p { 
	font-size: 12px;
	color: #000000;
	line-height: 14px;	
}

#bottom_left ul li {
	font-size: 12px;
	color: #000000;
	line-height: 14px;	
	text-align: left;
	margin-left: 15px;
}

#bottom_right {
	position: absolute;
	width: 222px;
	left: 722px;
	top: 442px;
	margin-top: 10px;	
	background: url(../images/client_box.jpg) no-repeat top left;
	padding-top: 110px;
	padding-left: 20px;
	height: 184px;
}

