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

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #a6a7a2;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a:link, a:visited {
	color: #44678f;
}
a:hover, a:active {
	color: #44678f;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	background: url(images/sun.gif) no-repeat bottom left;
	padding: 5px 0 0 55px;
	margin: 10px 0;
	line-height: 18px;
}
ul, li {
	margin: 0;
	padding: 0;
}
#container {
	position: relative;
	top: 20px;
	width: 900px;
	margin: 0 auto;
}
#nav {
	text-align: left;
	margin: 7px 5px 5px 5px;
}

#nav ul {
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	margin: 0;
	padding: 0 8px 0 8px;
	display: inline;
	color: #fff;
}

#nav a, #nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	color: #87a9d0;
	padding-bottom: 6px;
	text-decoration: none;
}
#content {
	background: #fff;
	padding: 5px;
	margin-top: 30px;
}
.homeleft {
	background: #6f8fb8;
	width: 210px;
	color: #fff;
}
.homeleft p {
	padding-left: 10px;
}
#leftbg {
	background: #87a9d0;
}
#leftnav {
	margin: 20px 0;
	text-align: center;
}
#leftnav ul {
	margin: 0;
	padding: 0;
}
#leftnav li {
	list-style-type: none;
	margin: 8px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
#leftnav li a:link, #leftnav li a:visited {
	color: #fff;
	text-decoration: none;
}
#leftnav li a:hover, #leftnav li a:active {
	color: #44678f;
	text-decoration: underline;
}
.homeleft h1 {
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-top: 0;
	padding-top: 15px;
}
.homeright {
	width: 675px;
	background: url(images/decorative.jpg) repeat-y bottom right;
}
#featurednews {
	height: 350px;
	width: 675px;
	padding: 10px 0 0 10px;
	margin-left: 5px;
}
#featurednews p {
	margin-top: 5px;
}
#featurednews h1 {
	margin: 0 0 10px 0;
	color: #44678f;
	border-bottom: 1px solid #44678f;
	width: 90%;
}
#featuredleft {
	width: 300px;
	float: left;
	padding-right: 10px;
	background-color: #FFFFFF;
}
#featuredright {
	width: 300px;
	float: right;
	margin-right: 20px;
}
#scroller {
	width: 675px;
	margin-left: 10px;
}
#scroller h1 {
	color: #44678f;
	border-bottom: 1px solid #44678f;
	width: 90%;
}
#up {
	position: absolute;
	top: 50px;
	left: 608px;
	z-index: 100;
}
#down {
	position: absolute;
	top: 100px;
	left: 600px;
	z-index: 100;
}
#intcontent {
	margin-left: 5px;
}
#intcontent h1 {
	color: #44678f;
	background: none;
	clear: both;
	padding: 5px 0 0 0;
	margin: 10px 0;
}
#intcontent ul {
	margin-left: 20px;
}
#intcontent li {
	margin-bottom: 10px;
}
#intcontent p {
	line-height: 16px;
}
.intimage {
	float: left;
	margin: 0 25px 10px 0;
}
.intimageright {
	float: right;
	margin: 0 0 10px 25px;
}
.staffleft {
	clear: both;
}
.staffright {
	clear: both;
}
.staffright p {
	text-align: right;
}
.moreinfo {
	background: url(images/moreinfo.jpg) #dcd9d1;
	padding: 20px;
	border: 1px solid #c4bfb2;
	font-style: italic;
} 
#footer {
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	height: 40px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
}
	

