body {
	margin: 0;
	padding: 0;
	background-color: #E5F0F1;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #2B3543;
}

#bg {
	background: url(../images/page/shadow-bg.gif) top center repeat-y;
}

#bg-top {
	background: url(../images/page/bg-top.gif) top center no-repeat;
}

#container {
	margin: 0 auto;
	width: 980px;
	background-color: #FFFFFF;
}

#header {
	white-space: nowrap;
}

#banner {
	margin: 0 5px;
	background: #014862 url(../images/page/banner-bg.jpg) top center no-repeat;
	height: 120px;
}

#content {
	padding: 50px 50px 10px;
	background: url(../images/page/bg-content.gif) top left no-repeat;
}
h1 {
	margin: 0 0 15px;
	padding: 2px 7px;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #016974;
	background-color: #E5F0F1;
	float: left;
}
h2 {
	margin: 20px 0 -5px;
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	color: #4D969D;
}
h3 {
}
h4 { /* used as intro paras */
	margin: 12px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #00254B;
}
h5 { /* used as news date */
	margin: 5px 0 0;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #6A717B;
	text-transform: uppercase;
}
p {
	margin: 12px 0;
}
a {
	color: #016974;
}
a:hover {
	background-color: #E5F0F1;
}
blockquote {
	margin: 30px 0 0;
	border: 1px solid #CCE1E3;
	padding: 15px;
	background-color: #F2F7F8;
}
blockquote h2 {
	margin-top: 0;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	background: url(../images/page/bullet.gif) top left no-repeat;
	padding: 4px 10px 0px 36px
}
form {
	margin: 0;
}
form td {
	padding: 0 10px 7px 0;
}
input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #2B3543;
}


#footer {
	background: url(../images/page/footer-bg.gif) top center no-repeat;
	padding: 0 0 40px;
	font-size: 11px;
	line-height: 30px;
	color: #6D98A6;
}
#footer div {
	margin: 0 auto;
	width: 980px;
}
#footer div div {
	background-color: #FFFFFF;
	height: 30px;
}
#footer a {
	color: #6D98A6;
}
#footer p {
	margin: 0;
	padding: 0 5px;
}
#footer blockquote {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}




#news {
	margin: -18px 0 0;
	width: 100%;
}
#news th {
	vertical-align: top;
	padding: 33px 30px 33px 0;
	border-bottom: 1px solid #E5F0F1;
}
#news th img {
	padding: 5px;
	border: 1px solid #CCE1E3;
}
#news td {
	vertical-align: top;
	padding: 30px 0 20px;
	border-bottom: 1px solid #E5F0F1;
}
#news h2 {
	margin: 0;
}
#news h2 a {
	color: #4D969D;
	text-decoration: none;
}
#news h2 a:hover {
	text-decoration: underline;
}


#hometable {
	width: 100%;
}
#hometable td {
	vertical-align: top;
	width: 50%;
}
#hometable td td {
	width: auto;
}


#slideshow {
	position: relative;
	left: 5px;
	z-index: 1;
	width: 970px;
	height: 230px;
	background: url(../images/home/0.jpg) top center no-repeat;
}
.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 970px;
	height: 230px;
	background-position: center center;
	background-repeat: no-repeat 
}




.picright {
	margin: 5px 0 10px 40px;
	padding: 5px;
	border: 1px solid #CCE1E3;
}
.separator {
	margin: 30px 0;
	line-height: 0;
	border-bottom: 1px solid #E5F0F1;
}
.red {
	color: #FF0000;
}
