*{margin:0; padding:0;}

body {
	background:#36432F;
}

img {
	border: 0;
}
.copyright {
	font-size: 12px;
	color: #FFFFFF;
}
.navmm {
	font-size: 10px;
	color: #FFFFFF;
}



.Title {
	font-size: 14px;
	font-weight: bold;
	color: #1E4027;
}

.staffTitlebg {
	background-color: #A6A27A;
}
div#outerwrapper {
	position:relative;
	width: 800px;
	margin: 0 auto;
	background-image:url(../images/background/wrapperbackground.jpg);
	background-repeat: repeat-y;
}


/********************************NAV************************************/
div#navwrapper {
	padding-top: 116px;
	float: left;
	width: 144px;
	min-height:588px;
	height:auto !important;
  	height:588px;
	background-image: url(../images/background/navbackground.jpg);
	background-repeat: no-repeat;
}

div#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	padding-left: 20px;
	font-style: normal;
	padding-bottom: 10px;
	font-weight: bold;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #1E4027;

}


#nav a:hover, #nav a:active, #nav .on {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #1E4027;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b39a63;
	border-bottom-color: #b39a63;
}

#nav ul {
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	line-height: 20px;
}

#nav ul li ul a:link, #nav ul li ul a:visited{
	font-size: 10px;
	text-indent: 5px;
	text-decoration: none;
	margin-bottom: 10px;
}

#nav ul li ul a:hover, #nav ul li ul a:active, #nav ul li ul .on {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #003300;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:3px;
	background-image: none;
}

/**************************************HEADER************************************************/
div#headwrapper {
	float: left;
	width: 650px;
}

/***************************************************CONTENT**************************************/
div#contentwrapper {
	float: left;
	width: 650px;
	background-image: url(../images/background/contentbackedged.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}


div#content {
	float: left;
	width: 500px;
	background-image: url(../images/background/contentback.jpg);
	background-repeat: repeat-y;
	padding-right: 42px;
	padding-left: 50px;
	background-position: center;
	min-height:157px;
  	height:auto !important;
  	height:157px;
}

#content a:link, #content a:visited { 
	color: #956A35;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#content a:hover { 
	color: #956A35;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#content ul {
	list-style-type: square;
	margin-left: 35px;
	line-height: 25px;
}

#content h1{
	font-size: 14px;
	margin:0;
	padding:0;
	font-weight:bold;
	color:#003333;
}

div#contenttop {
	float: left;
	width: 592px;
	background-image: url(../images/background/contenttop.jpg);
	background-repeat: no-repeat;
	height: 66px;
	background-position: left;
	font-size: 24px;
	vertical-align: text-bottom;
}

div#contentbottom {
	float: left;
	width: 592px;
	background-image: url(../images/background/contentbottom.jpg);
	background-repeat: no-repeat;
	height: 66px;
}

/************************************* Current News */

.current-news {
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #7f734b;
	margin-bottom: 20px;
	
	position: relative;
}

.current-news .current-image {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #7f734b;
	
	float: left;
}

.current-news .current-image a {
	display: block;
	width: 100px;
	height: 100px;
}

.current-news .description {
	width: 385px;
	height: auto;
	padding-bottom: 40px;
	
	float: right;
}

.current-news .download {
	position: absolute;
	bottom: 5px;
	right: 0px;
}

/************************************* Calander Styles */

div#calendarwrapper {
	width: 500px;
}

#tabcontentcontainer{
	width:500px;
}

.tabcontent{
	width:500px;
	top:400px;
	text-align:left;
	display:none;
}

/**********************************FOOTER*************************************************/

div#footerwrapper {
	width: 800px;
	margin: auto;
	background-image: url(../images/background/foot.jpg);
	background-repeat: no-repeat;
	float: none;
	height: 67px;
	position: relative;
	color: #FFFFFF;
	
}

#footerwrapper a {
	color: #FFFFFF;
}

div#footernav {
	font-size: 10px;
	color: #000000;
	height: 32px;
}


#footernav a:link, #footernav a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#footernav a:hover, #footernav a:active {
	color: #FFFFFF;
	text-decoration: none;
}



.cleardiv {
	clear:both;
	}
/*------------- Hacks/Fixes ------------- */
/* Fire Fox Float Fix                     */
.clearfix:after {
	height:					0;
	visibility: 			hidden;
	display: 				block;
	clear: 					both;
	content: 				".";
	line-height: 			0;
}
.clearfix {
	display: 				block;
}
html[xmlns] .clearfix {
	display:				block;
}
* html .clearfix {
	height: 				1%;
}
