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

body {
	margin: 0;
	background: #FFF;
	padding: 10px 0 20px 0;
	text-align: center;
	font: 13px arial;
	color:#666666;
	text-align:left;
}
#global {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
a {
	color:#006699;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #004e7d;
	text-decoration: underline;
}
a:visited {
	color: #004e7d;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}
img {
	border: none;
}
img.preload {
	display: none;
	width: 1px;
	height: 1px;
}
#body-container {	
float:left;
display:inline;
width:980px;
}
#header-container {	
float:left;
display:inline;
width:980px;
}
#header {
	display:inline;
	float:left;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:36px;
	width:980px;
}
#topmenu {
	display:inline;
	float:left;
	background-image:url(../images/menu-bg.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:980px;
	margin:0px;
}
#navlist {
	margin-top:15px;
}

#navlist li {
	margin-top:15px;
	font-size:14px;
	text-align:right;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 9px;
	border-left: 1px solid #666666;
}

#navlist li.first {
	border-left: none;
}
#navlist li a {
	color: #666666;
	text-decoration:none;
}
#navlist li a:hover {
	text-decoration:underline;
}
#body-left {
	display:inline;
	float:left;
	width:232px;
}
#side-info {
	width:232px;
	display:inline;
	float:left;
	text-align:left;
	line-height:120%;
	margin-top:30px;
}

#side-info .title a {
	font-size:15px;
	font-weight:bold;
	color:#4A5D2C;
}

#side-info .subtext {
	font-size:12px;
	color:#90B155;
}

#side-info a {
	font-weight:bold;
	color:#006699;
	font-size:11px;
}

#video {
	width:232px;
	display:inline;
	float:left;
	text-align:left;
	line-height:120%;
	margin-top:15px;
}
#video a {
	font-weight:bold;
	color:#006699;
	font-size:14px;
}
#body-right {
		display:inline;
	float:right;
	width:748px;
}
#newsmap {
	display:inline;
	float:left;
	height: 516px;
	width: 721px;
	background: url(../images/news-map.jpg) no-repeat;
	margin-top:30px;
}
#content {
	margin-top:20px;
	text-align:left;
	font-size:14px;
	line-height:130%px;
}

