body {
	background-color: #342206;
	margin-top:0px;
}

#container {
	position:relative;
	margin:auto;
	width: 1006px;
	padding: 0px;
}

/*---------------- HEADER STYLES ----------------*/
#header {
	position:relative;
	width: 1006px;
	height:240px;
	margin:auto;
	text-align: center;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	z-index:10;
}
#logo {
	position:relative;
	z-index:12;
}
#menu {
	position:relative;
	padding:10px 0px 0px 37px;
	bottom:21px;
}

/*---------------- CONTENT STYLES ----------------*/
#contentarea {
	position:relative;
	width: 1006px;
	padding-top:350px;
	z-index:1;
}
#feature {
	position:absolute;
	width:980px;
	height:335px;
	top:0px;
	left:0px;
	padding:8px 13px 42px 13px;
	background-image:url(../images/feature_bg.png);
	z-index:5;
}

#inner_contentarea {
	position:relative;
	width:930px;
	margin:auto;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
}
#content {
	float:left;
	width:555px;
	text-align:left;
	padding: 40px 20px 20px 10px;
	background-color:#ffffff;
}
#rightcol{
	float:right;
	width:305px;
	text-align:center;
	padding:40px 20px 10px 20px;
	background-image:url(../images/rightcol_bg.jpg);
	background-repeat:repeat-x;
}
#content_bottom {
	position:relative;
	width:970px;
	margin:auto;
	top:-2px;
}
/*---------------- FOOTER STYLES ----------------*/
#footer {
	position:relative;
	width: 950px;
	margin:auto;
	top:-2px;
	padding-bottom:5px;
	text-align: center;
	color:#3b3b3b;
	background-color:#000000;
}

#footer a {
	color: #3b3b3b;
	text-decoration: none;
}

#footer a:hover {
	color: #c3c2b3;
	text-decoration: none;
}
.footerText {
 	padding: 20px 20px 15px 20px;
}
.fright {
 	float: right;
 	font-size: 12px;
 	text-align: right;
 	margin: 20px 20px 0px 10px;
 	line-height: 40px;	
}
.fright a {
 	margin: 0px 9px 0px 9px;
}

.fleft {
 	float: left;
 	font-size: 12px;
 	margin: 20px 10px 0px 20px;
 	line-height: 40px;
}
/*---------------- GENERAL STYLES ----------------*/
a {
	color: #454f65;
	text-decoration: underline;
}

a:hover {
	color: #868696;
}

#content ul li {list-style:disk; padding-bottom:10px;}
#content ol li {list-style:decimal;}

.clearfloat {clear:both;}

.FORMFONT { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #403b31;}
.FORMREQUIREDFONT { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #403b31; color: #FF0000; }



/* -------SLIDESHOW-----------*/
#slideshow {
    position:relative;
    height:335px;
    margin-top: 0px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 335px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 335px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}
/*-----------END SLIDESHOW--------*/


#rss {
	background-image:url(../images/mininews_bg.png);
	top:8px;
	right:28px;
	padding:135px 56px 10px 56px;
	position:absolute;
	width: 240px;
	height: 190px;
	z-index:10;
}


#mininews {
	position:absolute;
	width:253px;
	height:190px;
	background-image:url(../images/mininews_bg.png);
	top:8px;
	right:28px;
	padding:135px 56px 10px 56px;
}

