﻿@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans", Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #535353;
	background-image: url('../siteart/bg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}

img {
	border: 0;
}

h1 {
	font-size: 21px;
	padding: 15px 0 15px 0;
}

h2, h3, h4, h5, h6 {
	font-size: 18px;
	padding: 15px 0 15px 0;
}

p {
	line-height: 21px;
	padding: 7px 0 7px 0;
}

#header {
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
		height: 130px;
	background-image: url('../siteart/header.jpg');
		background-repeat: no-repeat;
		background-position: center top;
	}

#navbg {
	padding: 0;
	width: 1000px;
	height: 41px;
	background-image: url('../siteart/navbg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto 0 auto;
}

#flash {
	padding: 14px 0 14px 0;
	width: 1000px;
	height: 270px;
	margin: 0 auto 0 auto;
	background-image: url('../siteart/flash.jpg');
	background-repeat: no-repeat;
	background-position: center 14px;
}

#flashsub {
	padding: 14px 0 14px 0;
	width: 1000px;
	height: 100px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#contentbg {
	padding: 0;
	width: 1000px;
	background-image: url('../siteart/contentbg.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto 0 auto;
}

#footerwrapper {
	padding: 0;
	height: 269px;
	background-image: url('../siteart/footerwrapper.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}

#footer {
	padding: 0;
	width: 1000px;
	height: 269px;
	background-image: url('../siteart/footer.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto 0 auto;
}

#content {
	background-image: url('../siteart/informationbg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 670px;
	float: right;
	padding: 15px;

}

#sidebar {
	width: 300px;
	float: right;
}

.highlightbox {
	background-color: #fffce8;
	border: solid 1px #e3c77a;
	padding: 10px;
	margin: 6px 0 6px 0;
}

.imageright {
	float: right;
	margin-left: 10px;
}

#footerleft {
	width: 465px;
	float: left;
	height: 140px;
	padding: 30px 0 0 20px;
}

#footerleft ul {
	padding: 0 0 0 25px;
	margin: 0;
	width: 115px;
	float: left;
}

#footerleft ul li {
	list-style-type: none;
	line-height: 25px;
}

#footerleft ul li a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #878787;
	display: block;
}

#footerleft ul li a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #999999;
}

#footerright {
	width: 490px;
	float: left;
	height: 80px;
	text-align: right;
	color: #000000;
	padding: 90px 15px 0 0;
	font-size: 10px;
}

#footerright a {
	color: #000000;
}

#footerbottom {
	clear: both;
	text-align: center;
	padding: 5px 10px 0 10px;
	color: #505050;
	font-size: 11px;
}

#footerbottom a {
	color: #505050;
}

#footerbottom p {
	line-height: normal;
}

#contentbg ul {
	padding-left: 25px;
}

#contentbg ul li {
	line-height: 21px;
	list-style-type: none;
	background-image: url('../siteart/bullet.gif');
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 20px;
}

#contentbg a {
	color: #0066CC;
}

#contentbg a:hover {
	color: #FF0000;
}

#newsletterbox {
	background-image: url('../siteart/newbtns.gif');
	background-repeat: no-repeat;
	background-position: center top;
	height: 164px;
	text-align:center;
	
}

#sidehead1 {
	background-image: url('../siteart/sidehead1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 51px;
}

#sidebarmenu {
	width: 259px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
}

.newsletterfield {
	width: 260px;
	border: solid 1px #CCCCCC;
	padding: 6px 0 6px 0;
}

.newsletterbutton {
	float: right;
	margin: 10px 20px 0 0;
}

#homebox {
	margin: 8px auto;
	width: 643px;
	height: 415px;
	text-align: center;
	background-image: url('../siteart/homebg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
}