@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	width: 100%;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #00ADEE;
	height: 100%;
	width: 100%;
	font-size: 0.8em;
}
/* Page Layout */
#wrapper {
	width: 970px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	z-index: 0;
}
#header_top {
	position: relative;
	width: 970px;
	height: 26px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#header {
	position: relative;
	width: 970px;
	height: 145px;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
}
#logo {
	position: relative;
	float: left;
	width: 288px;
	height: 144px;
	margin: 0;
	padding: 0;
}
#header_links {
	position: absolute;
	float: right;
	text-align: right;
	vertical-align: top;
	top: 0;
	right: 0;
	margin: 0;
	padding: 5px;
	width: 672px;
	height: 50px;
	line-height: 48px;
}
#search {
	position: absolute;
	float: right;
	text-align: right;
	top: 60px;
	right: 0;
	width: 290px;
	height: 20px;
	font-size: 1.0em;
	line-height: 29px;
	padding: 5px;
}
#menu {
	position: absolute;
	float: right;
	bottom: 0;
	right: 0;
	padding: 5px;
	width: 672px;
	height: 31px;
	z-index: 99;
}
#main {
	clear: both;
	width: 970px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#sidebar {
	float: left;
	width: 281px;
	height: auto;
	background-image: url(images/news_bg.png);
	background-repeat: repeat-y;
}
#side_cont {
	position: relative;
	width: 231px;
	height: auto;
	margin: 0;
	padding: 0 25px 0 25px;
}
#content {
	float: right;
	width: 689px;
	background-color: #FFFFFF;
	z-index: 0;
}
#bc {
	float: left;
	text-align: left;
	width: 680px;
	height: 20px;
	font-size: 1.0em;
	padding: 5px;
	z-index: 0;
}
#page {
	clear: both;
	width: 679px;
	padding: 5px;
	z-index: 0;
}
#footer_bottom {
	clear: both;
	position: relative;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	font-size: 1.0em;
	color: #FFFFFF;
	width: 970px;
	height: 59px;
	overflow: hidden;
}
#footer1 {
	position: absolute;
	float: left;
	text-align: left;
	bottom: 0;
	left: 0;
	width: 480px;
	height: 30px;
}
#footer2 {
	position: absolute;
	float: right;
	text-align: right;
	bottom: 0;
	right: 0;
	width: 480px;
	height: 30px;
}
/* Top Menu Style */
#header_links a {
	font-size: 1.0em;
	line-height: 50px;
	padding: 0 5px 0 5px;
}
#header_links img {
	vertical-align: middle;
}
/* Menu Styles */
#mainnav {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-size: 1.0em;
	cursor: pointer;
	z-index: 9999;
}
#mainnav li {
	float: left;
	display: block;
	width: 91px;
	height: 31px;
	line-height: 29px;
	margin-right: 20px;
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9999;
}
#mainnav a, .textlink {
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 0 15px 7px;
}
#mainnav ul {
	display: none;
	list-style: none;
	padding: 0;
	top: 0;
	left: 0;
	margin: 6px 0 0 0;
	z-index: 9999;
}
#mainnav li:hover ul {
	display: block;
}
#mainnav ul li {
	display: block;
	width: 200px;
	height: 26px;
	background-image: none;
	background-color: #0072BC;
}
#mainnav ul li:hover {
	background-color: #00ADEE;
}
#mainnav ul li {
	padding: 3px auto 6px 5px;
}
/* Page Styles */
img {
	border: none;
	padding: 0;
	margin: 0;
}
h1 {
	color: #005088;
	font-size: 1.6em;
	margin: 10px 5px 10px 5px;
	padding: 0;
}
h2 {
	color: #555555;
	font-size: 1.4em;
	margin: 10px 5px 10px 5px;
	padding: 0;
}
h3 {
	color: #8AC33E;
	font-size: 1.2em;
	margin: 10px 5px 10px 5px;
	padding: 0;
}
p {
	font-size: 1.0em;
	margin: 10px 5px 10px 5px;
}
a {
	color: #005088;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
a:hover {
	color: #00ADEE;
	text-decoration: underline;
}
#footer1 a {
	color: #FFFFFF;
}
p, img, table {
	z-index: 50;
}	

