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




/**************************************************/
/*****************   Colors  **********************/
/************** White: #ffffff ********************/
/************** Grey: #333333  ********************/
/************** Light Grey: #ebebdf ***************/
/************** Light Green: #adbd43 **************/
/************** Dark Green: #939264 ***************/
/**************************************************/





body {
	background-image: url(../images/BGwood.jpg);
	background-attachment:fixed;
	
	
}

.container{
	background:#f2f2f2;
	margin-bottom:30px;
	-moz-box-shadow: 0 0 15px 9px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 15px 9px rgba(0,0,0,0.5);
	box-shadow: 0 0 15px 9px rgba(0,0,0,0.5);
}

/**************************************************/

/*****************   HEADER  **********************/

/*************************************************/

#head{
	margin-bottom:0px;
	padding-bottom:0px;
	padding:0px;
	}

.header {
	background-color:#FFF;
	height:100px;
	width:960px;
	position:relative;
	
}
.header img{
	margin:10px 10px 10px 50px;}
	
.navContainer{
	position: relative;
	height: 63px;
	width: 960px;
	margin-top:0px;
	margin-bottom:0px;
	background: #333;
	overflow: hidden;
	
	}	

.nav {
	padding-top:15px;
	letter-spacing:1px;
	padding-left:60px;
}
.nav li {
	float: left;
	list-style: none;
	
	
	
}
.nav li.back {
	
	border: 1px solid #000;
	background-color: #adbd43;
	height: 30px;
	z-index: 8;
	position: absolute;
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.nav li a {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration: none;
	color: #fff;
	outline: none;
	top: 3px;
	text-transform: uppercase;
	z-index:10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin:auto 20px;
	
}
.nav li a:hover, .nav li a:active, .nav li a:visited {
	border: none;
}



/**************************************************/

/*****************   SUB NAV  *********************/

/*************************************************/


.subNav {
	list-style:none;
	text-transform:uppercase;
	font-size:13px;
	margin-top:85px;
}


.subNav a {
	text-decoration:none;
	color:	 #939264;
	background:url(../images/subNavDecoHover.png) left no-repeat;
	padding-left:24px;
}

.subNav li {
  margin-left:50px;
}
.subNav a:hover {
	color:#adbd43;
	background:url(../images/subNavDeco.png) left no-repeat;
	
}

a.active{
	color:#adbd43;
	background:url(../images/subNavDecoHover.png) left no-repeat;
	}

#subNavLogo{
	margin-top:-15px;
	z-index:999;
	position:absolute;
	visibility: visible;
}


/*-----navigation for the progress section------------*/


.progressNav tr{
	height:15px;
	}


.progressNav {
	list-style:none;
	font-size:11px;
	
}


.progressNav a {
	text-decoration:none;
	color:	 #939264;
	background:url(../images/subNavDecoHover.png) left no-repeat;
	padding-left:20px;
}


.progressNav a:hover {
	text-decoration:none;
	color:	 #adbd43;
	background:url(../images/subNavDecoHover.png) left no-repeat;
}



	
/**************************************************/

/*****************   CONTENT  *********************/

/*************************************************/	
	
.content {
	background: #ebebdf;
	border-top: solid 4px #adbd43;
	border-bottom:solid 1px  #fff;
	padding:0 10px 0 10px;
	margin-top:0px;
	
}


/**************************************************/

/*************** FEATURE STORIES ******************/

/*************************************************/	

#featureStories{
	margin-bottom:5px;}

#featureStories h2 {
	background:#adbd43;
	padding:5px 0 5px 5px;
}

.story{
	position:relative;
	padding:10px;
	margin:0px;	
}
	.story img{margin-left:5px;}

#caption {
	position:relative;
	z-index:2;
	margin-top:-50px;
	padding:5px 0 5px 10px;
	font-size:1.2;
	visibility: visible;
}

.captionTransparency{
	position:absolute;
	z-index:1;
	background:#333;
	width:288px;
	height:50px;
	margin-top:-50px;
	margin-left:5px;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
}


.imgCaption{
	font-style:italic;
	font-size:10px;
	padding-left:15px;
	padding-right:15px;}
	

/**************************************************/

/*****************   FOOTER  **********************/

/*************************************************/

#footer{
	padding:10px 0 10px 0;
	text-align:center;
}

.footerNav{
	list-style:none;
	text-transform:uppercase;
	font-size:12px;	
	background:url(../images/footer/footerNavImg02.png) top no-repeat, url(../images/footer/footerNavImg02.png) bottom no-repeat;
	padding:15px;
}
	.footerNav li{
		display:inline;
		margin:10px 0 10px 0;
	}
	.footerNav a {
		text-decoration:none;
		color:#adbd43;
	}
	.footerNav a:hover{
		color:#939264;
	}
.mainBGColor{
	background-color: #ebebdf !important;}
	
	
	.featContent
{   background-color: #ebebdf;
	padding: 0px;
	margin: 0px;
}

a{
	text-decoration:none;}
	
.noSwf{
		display:none;
	}
