@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

body {
	background: #003866 url(images/bg.jpg) repeat-x 0 0;
}
#content {
	background: url(images/contentBg.jpg) repeat-y 0 0;
}
#footer {
	background: url(images/footer.jpg) no-repeat 0 0;
}
#flashcontent {
	width: 980px;
	height: 367px;

}
#centerArea {
	width: 534px;
	float: left;
}
#rightArea {
	width: 192px;
	float: right;
}

.infoTitle a {
	background: url(images/sideHeader.jpg) no-repeat 0 0;
	width: 172px;
	height: 28px;
	display:block;
	padding: 10px 0 0 20px;
	color: #fff;
	font-size: 116%;
	font-weight: bold;	
}
.infoTitle h4 {
}
.infoBody {
	background: url(images/sideBody.jpg) repeat-y 0 0;
	padding: 10px 15px;
	width: 162px;
}
.infoBody ul li,.rss-js-entry {
	background: url(images/point.gif) no-repeat 0 2px;
	padding-left: 15px;
}
.infoBottom {
	background: url(images/sideBottom.jpg) no-repeat 0 0;
	width: 192px;
	height: 11px;
	margin-bottom: 10px;
}

.title {
	background: url(images/title.jpg) no-repeat 0 0;
	width: 534px;
	height: 41px;
	margin-bottom: 10px;
}
.title h2 {
	color:#005593;
	font-size: 123.1%;
	font-weight: bold;
	padding: 10px 0 0 20px;
}

.drBg {
	background: url(images/dr.jpg) no-repeat right bottom;
}
.staffImg {
	padding: 50px 0 0 0;
	background: url(images/staffImg.jpg) no-repeat right bottom;
}
.staffImg p {
	margin-bottom: 2.5em;
}
.blogEntryBody {
	padding: 10px;
}
.link a {
	background: url(images/link.gif) no-repeat 0 2px;
	padding-left: 18px;
}
.line {
	height: 1px;
	margin: 1em;
	clear: both;
	border-top: #999 1px dotted;
}
#map {
	border: #d9d9d9 3px solid;
	margin-bottom: 10px;
}
table.outline {
	width: 100%;
	margin-bottom: 1em;
}
table.outline td,table.outline th {
	padding: 7px;
	border-bottom: #2f1d13 1px solid;
}
ul.featureList {
	background: url(images/featureBg.jpg) no-repeat right bottom;
}
ul.featureList li {
	float: left;
	width: 160px;
	margin: 0 10px 10px 0;
}
ul.featureList li p {
	padding: 5px 0 0 0;
}

.banner {
        padding:8px 0 ;
}
