@import url(editor.css);

html, body {
	background: #495139 url(../img/bg.gif) top center;
	}
	
/*
LAYOUT
*/
	
#wrapper {
	float: left;
	min-width: 100%;
	min-height: 100%;
	background: url(../img/bg_gradient.gif) top center repeat-x;
	}
	
* html #wrapper {
	width: 100%;
	height: 100%;
	}
	
#center {
	width: 860px;
	margin: 0 auto;
	}
	
#body {
	float: left;
	width: 860px;
	background: url(../img/body_shd.gif) top center repeat-y;
	}
	
#shdGradient {
	float: left;
	width: 830px;
	padding: 0 15px;
	background: url(../img/body_gradient_shd.gif) top center no-repeat;
	}
	
#headerLogo {
	float: left;
	width: 100%;
	}
	
#headerNav {
	float: left;
	font-family: "Georgia", sans-serif;
	width: 100%;
	background: #3C4213 url(../img/nav_bg.gif) bottom center no-repeat;
	}
	
#headerImg {
	float: left;
	width: 830px;
	}
	
#headerImg p {
	margin: 0;
	padding: 0;
	}
	
#mainBody {
	float: left;
	width: 804px;
	padding: 0 13px;
	background: url(../img/main_bg.jpg) bottom center repeat-y;
	}
	
#mainBody #col1{
	float: left;
	width: 222px;
	padding: 20px 30px;
	}
	
#mainBody #col2 {
	float: left;
	width: 462px;
	padding: 20px 30px;
	}
	
#mainBody #col2 .cont {
	float: left;
	width: 442px;
	padding: 0 10px;
	}
	
#mainFooter {
	float: left;
	width: 100%;
	border-bottom: 10px solid #2F2E2D;
	}
	
#footer {
	float: left;
	width: 860px;
	height: 20px;
	}
	
/*
Navigation
*/

#headerNav ul {
	float: left;
	line-height: 100%;
	list-style: none;
	width: 780px;
	margin: 0 25px;
	padding: 0;
	display: inline;
	}
	
#headerNav ul li.level1 {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0;
	display: block;
	}
	
#headerNav ul li.level1  a,
#headerNav ul li.level1  a:active,
#headerNav ul li.level1  a:visited {
	text-align: center;
	text-decoration: none;
	color: #FFFAEA;
	width: 130px;
	padding: 10px 0;
	border-bottom: 4px solid #2F2E2D;
	display: block;
	}
	
#headerNav ul li.level1  a:hover {
	text-decoration: underline;
	}
	
#headerNav ul li.current a,
#headerNav ul li.current a:active,
#headerNav ul li.current a:visited {
	text-decoration: none;
	color: #F2E9CF;
	border-bottom: 4px solid #F5EEDA;
	background: #535829;
	}
	
#headerNav li ul{
	position: absolute;
	width: 130px;
	margin: 0;
	padding: 0;
	left: -999em;
	border-bottom: 1px solid #F4EBD1;
	background: #F4EBD1;
	z-index: 100000;
	}
	
#headerNav li:hover ul,
#headerNav li.sfhover ul {
	left: auto;
	}
	
#headerNav li ul li {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #F5EEDA;
	display: block;
	}
	
#headerNav ul li.level1 ul li.first {
	border-top: 1px solid #BFB8A3;
	}
	
#headerNav ul li.level1 ul li.level2 a,
#headerNav ul li.level1 ul li.level2 a:active,
#headerNav ul li.level1 ul li.level2 a:visited {
	float: left;
	color: #3D4414;
	background: #F4EBD1;
	width: 130px;
	padding: 10px 0;
	border-bottom: 0px solid #F5EEDA;
	display: block;
	}
	
#headerNav ul li.level1 ul li.level2 a:hover {
	text-decoration: underline;
	}
	
#headerNav ul li.level1 ul li.current a,
#headerNav ul li.level1 ul li.current a:active,
#headerNav ul li.level1 ul li.current a:visited {
	text-decoration: none;
	color: #F4EBD1;
	background: #535829;
	border: 0;
	}
	
/*
Content
*/
	
#newsList {
	/*float: left;*/
	}
	
#newsList {
	list-style: none;
	color: #837662;
	margin: 0;
	padding: 0;
	background: url(../img/hr_col1.gif) top center no-repeat;
	}
	
#newsList li {
	padding: 5px 10px;
	background: url(../img/hr_col1.gif) bottom center no-repeat;
	}
	
#newsList h3 {
	margin: 0;
	padding: 0;
	}
	
#newsList a,
#newsList a:active,
#newsList a:visited {
	color: #333333;
	padding: 0 0 0 18px;
	background: url(../img/arrow.gif) no-repeat 0 4px;
	display: block;
	}
	
#newsList span {
	padding: 0 0 0 18px;
	display: block;
	}
	
#newsArticle {
	padding: 5px 0 10px 0;
	}
	
#newsArticle .date {
	color: #837662;
	}
	
#newsArticle h3 {
	margin: 0 0 10px 0;
	}
	
#newsArticle img {
	border: 0;
	}
	
.newsArticle {
	padding: 5px 0 10px 0;
	}
	
.newsArticle .date {
	color: #837662;
	}
	
.newsArticle h3 {
	margin: 0 0 10px 0;
	}
	
.newsArticle img {
	border: 0;
	}
	
.galleryList {
	margin: 10px 0 0 0;
	}
	
.galleryThumb {
	float: left;
	width: 67px;
	height: 67px;
	margin: 0 7px 7px 0;
	}
	
.galleryThumb a :hover img {
	border-color: #FFFFFF;
	}
	