*{font-size:100.01%}
html {
	height:100%;
	font-size:62.5%;
}
body{
	margin:0;
	color:#000;
	font:1.1em Tahoma, Arial, sans-serif;
	background:#ccc;
	height:100%;
}
img{border-style:none;}
a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#page {
	width:1000px;
	margin:0 auto;
	min-height:100%;
	position:relative;
	background:#fff;
}
* html #page {height:100%;}
/* header style */
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:229px;
	background:#fff url(../images/header.jpg) no-repeat;
	z-index:1;
}
h1 {
	margin:0;
}
.logo {
	background:url(../images/logo.gif) no-repeat;
	width:140px;
	height:179px;
	text-indent:-9999em;
	overflow:hidden;
	top:60px;
	left:30px;
	position:absolute;
	z-index:10;
}
#header ul {
	margin:171px 0 0 200px;
	padding:0;
	list-style:none;
	height:58px;
	font:14px/58px Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
}
#header li {
	float:left;
	padding-left:2px;
	background:url(../images/separator.gif) no-repeat 0 15px;
	margin:0 2px 0 -2px;
}
#header li a {
	padding:0 9px;
	float:left;
}
#header li a:hover {
	text-decoration:none;
	background:url(../images/hover-nav.gif);
}
#page #header li.active span {
	background:#000;
	margin:0 -1px;
	position:relative;
	color:#fff;
	padding:0 9px;
	font-weight:bold;
	float:left;
}
/* content style */
#container {
	padding:284px 30px 90px;
	width:940px;
	overflow:hidden;
	background:url(../images/content-bg.gif) repeat-x 0 229px;
}
.wrap {
	width:100%;
	overflow:hidden;
}
/* home page style */
.intro {
	width:560px;
	background:url(../images/people.gif) no-repeat;
	padding-top:105px;
	font:1.45em/1.94em Georgia, "Times New Roman", Times, serif;
	float:left;
	color:#3c3c3c;
	margin-left:20px;
	display:inline;
}
h2 {
	margin:0;
	font:bold 1.45em Georgia, "Times New Roman", Times, serif;
}
.news-box {
	float:right;
	background:#fff url(../images/news-box-top.gif) no-repeat;
	width:259px;
	padding:13px 20px;
}
.news-box ul {
	margin:6px 0 0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.news-box li {
	padding:10px 0;
	background:url(../images/dot.gif) repeat-x;
	margin:-1px 0 1px;
}
.news-box a {
	color:#7f7f7f;
	padding-left:12px;
	background:url(../images/marker.gif) no-repeat 1px 50%;
	display:block;
}
.box-holder {
	background:url(../images/home-box-bg.gif) repeat-y;
}
.box-holder .inner {
	background:url(../images/home-box-bottom.gif) no-repeat 0 100%;
	width:970px;
	margin-right:-30px;
	overflow:hidden;
}
.box-holder .box {
	background:url(../images/home-box-top.gif) no-repeat;
	width:260px;
	margin-right:20px;
	float:left;
	padding:14px 20px;
}
.box-holder p {
	margin:6px 0 0;
	line-height:2em;
}
/* inner page style, sidebar style */
.sidebar {
	background:url(../images/sidebar-bg.gif) repeat-y;
	width:222px;
	float:left;
}
.sidebar .inner {
	background:url(../images/sidebar-top.gif) no-repeat;
	padding:13px 20px 4px;
}
.sidebar2 .inner {
	background:url(../images/sidebar-top.gif) no-repeat;
	padding:13px 20px 4px;
}
.sidebar .bottom-bg {
	background:url(../images/sidebar-bottom.gif) no-repeat;
	height:5px;
	overflow:hidden;
	display:block;
	margin-bottom:-5px;
	float:left;
	width:100%;
	position:relative;
}
.sidebar p {
	line-height:2em;
	margin:0 0 8px;
}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.sidebar li {
	padding:8px 0;
	background:url(../images/dot.gif) repeat-x;
	margin:-1px 0 1px;
}
.sidebar li a {
	padding-left:12px;
	background:url(../images/marker2.gif) no-repeat 1px 50%;
	display:block;
}
.sidebar li ul {
	margin:8px 0 -8px;
}
.sidebar li li {
	margin:0;
	background:none;
	border-top:1px solid #dfdfdf;
}

/* inner page style, sidebar style */
.sidebar2 {
	background:url(../images/sidebar-bg.gif) repeat-y;
	width:222px;
	float:left;
}
.sidebar2 .inner {
	background:url(../images/sidebar-top2.gif) no-repeat;
	padding:13px 20px 4px;
}
.sidebar2 .bottom-bg {
	background:url(../images/sidebar-bottom.gif) no-repeat;
	height:5px;
	overflow:hidden;
	display:block;
	margin-bottom:-5px;
	float:left;
	width:100%;
	position:relative;
}
.sidebar2 p {
	line-height:2em;
	margin:0 0 8px;
}
.sidebar2 ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.sidebar2 li {
	padding:8px 0;
	background:url(../images/dot.gif) repeat-x;
	margin:-1px 0 1px;
}
.sidebar2 li a {
	padding-left:12px;
	background:url(../images/marker2.gif) no-repeat 1px 50%;
	display:block;
}
.sidebar2 li ul {
	margin:8px 0 -8px;
}
.sidebar2 li li {
	margin:0;
	background:none;
	border-top:1px solid #dfdfdf;
}


/* main column style */
.main-column {
	width:700px;
	float:right;
	margin-bottom:-20px;
}
.inner-intro {
	color:#3c3c3c;
	font:1.45em/1.93em Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:10px 20px 20px;
}
.main-column .box {
	background:url(../images/box-top.gif) no-repeat;
	margin-bottom:20px;
	padding-top:4px;
}
.main-column .box .inner {
	background:#e3e3e3 url(../images/box-bottom.gif) no-repeat 0 100%;
	padding:14px 20px 19px;
	width:660px;
	overflow:hidden;
}
.main-column .box p {
	line-height:2em;
	margin:6px 0 0;
}
.main-column .box img {
	float:right;
	margin-left:20px;
}
.btns {
	margin:15px 0 0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	line-height:31px;
	clear:both;
}
.btns li {
	float:left;
	margin-right:10px;
	background:#000 url(../images/btn-right-hover.gif) no-repeat 100% 0;
	color:#fff;
	margin-bottom:1px;
}
.btns li span {
	background:url(../images/btn-left-hover.gif) no-repeat;
	float:left;
	padding:0 8px;
}
.btns a {
	background:#fff url(../images/btn-right.gif) no-repeat 100% 0;
	float:left;
}
.btns a span {
	background:url(../images/btn-left.gif) no-repeat;
	float:left;
	padding:0 8px;
	cursor:pointer;
}
.btns a:hover {
	background:#000 url(../images/btn-right-hover.gif) no-repeat 100% 0;
	color:#fff;
	text-decoration:underline;
}
.btns a:hover span {
	background:url(../images/btn-left-hover.gif) no-repeat;
}
#page .btns a.visit {
	background:#717171 url(../images/btn-grey-right.gif) no-repeat 100% 0;
	color:#fff;
}
#page .btns a:hover.visit {
	text-decoration:underline;
}
#page .btns a.visit span {
	background:url(../images/btn-grey-left.gif) no-repeat;
	padding:0 27px 0 8px;
}
/* footer style */
#footer {
	height:31px;
	padding-top:19px;
	width:1000px;
	margin:-50px auto 0;
	position:relative;
	background:#000;
	color:#fff;
}
#footer a {
	color:#fff;
}
#footer address {
	font-style:normal;
	padding-left:40px;
	float:left;
}
#footer address span {
	padding:0 9px;
}
#footer address a {
	padding:0 9px;
}
#footer .right {
	float:right;
	margin-right:50px;
	white-space:nowrap;
}