body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #000;
}

h1, h2, h3, h4, h5 {
	color: #685309;
	margin: 8px 0;
	font-weight: normal;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 13px; }
h4, h5 { font-size: 12px; }
p { margin: 0 0 6px 0; }
a:link {
	color: #685309;
	font-weight: bold;
}
a:visited { color: #685309; }
a:hover { color: #c3ce96; }
a:active { color: #685309; }
img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}

#wrapper  /* for bg of site */ {
	height: 1%;
	overflow: hidden;
	background: url(assets/bg_wrapper.jpg) repeat-x #fff;
}

#wrapperMain /* for width and centering of site */ {
	margin: 0 auto;
	width: 990px;
	text-align: left;
}

#header {
	height: 1%;
	overflow: hidden;
	background: url(assets/bg_header.jpg) no-repeat;
}
/* #header h1 is for logo and home link */
/* #header h2 is sign up for enews */
#header h1, #header h2 {
	float: left;
	margin: 0;
	text-indent: -9000px;
}
#header h1 a, #header h2 a { display: block; }
#header h1 { height: 132px; }
#header h1 a {
	width: 470px;
	height: 132px;
	margin-left: 67px;
	background: url(assets/logo.jpg) no-repeat;
}
#header h2 { padding: 53px 0 0 213px; }
#header h2 a {
	width: 200px;
	height: 40px;
	background: url(assets/sprite.gif) no-repeat -5px -5px;
}
#header h2 a:hover { background-position: -5px -64px; }

/* main nav */
#mainnav {
	color: #000;
	margin: 0;
	padding: 0 0 0 8px;
	clear: both;
}

#mainnav ul, #mainnav li {
	margin: 0;
	padding: 0;
}

#mainnav li {
	display: block;
	float: left;
	list-style: none;
	background: url(assets/navbullet.gif) no-repeat;
}

#mainnav ul li a {
	display: block;
	margin: 0 20px 0 25px;
	padding: 5px 0px 12px 0px;
	color: #fff;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 15px;
}

#mainnav ul li a:hover {
	color: #c3ce96;
	background: url(assets/navbullet.gif) no-repeat 0 -34px;
}

#mainnav ul #home { background-image: none; }

/* content wraps for content area bg only */
#home #contentwrap {
	background: url(assets/bg_contentwrap-h.gif) repeat-y;
}

#contentwrap {
	background: url(assets/bg_contentwrap.gif) repeat-y;
	height: 1%;
	overflow: hidden;
}

/* columns */
#leftcol, #content { float: left; }
#home #leftcol { width: 310px; }
#leftcol { width: 220px; }
#home #content { width: 660px; }
#content {
	width: 750px;
	margin: 5px 15px 20px 0;
}

#leftcol, #content {
	float: left;
	display: inline;
}

/* large photo on home page only */
#largephoto {
	height: 345px;
	background: url(assets/bg_lgphoto.jpg) no-repeat;
	padding-left: 23px;
}
#largephoto p {
	text-align: right;
	padding: 5px 23px 0 0;
	font-size: 12px;
	font-style: italic;
	color: #fff;
}
#slideshow, #slideshow li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* highlights - on home page only */
#highlights li,
#highlights ul {
	list-style-type: none;
	margin: 0 0 15px 0;
}
#highlights ul {
	color: #695202;
	width: 270px;
	padding: 0 0 0 13px;
	display: block;
	margin-top: 5px;
	background: transparent;
}
#highlights li {
	clear: both;
	padding-top: 10px;
	}

#highlights h2 {
	margin: 0;
	width: 280px;
	height: 29px;
	background: url(assets/sprite.gif) no-repeat -230px 0;
	text-indent: -9000px;
}
#highlights img {float: right; margin: 5px 0 5px 5px;}


#highlights a {
	display: block;
	font-size: 14px;
	text-decoration: underline;
	color: #8e9143;
	margin-bottom: 3px;
}
#highlights a:hover {
	text-decoration: underline;
	color: #86a506;
	}
/* end highlights */
/* Subnav in left col */
#subnav h2 {
	margin: 0 0 0 1px;
	color: #000;
	font-size: 16px;
	padding: 15px 0 20px 4px;
	font-weight: normal;
	font-family: Georgia, Times, 'Times New-Roman', serif;
	background: url(assets/sprite.gif) no-repeat #fff -230px -38px;
	width: 188px;
}
#subnav h2 a {
	margin: 0;
	padding: 0;
	color: #000;
	display: block;
}
#subnav ul, #subnav li {
	margin: 0 0 0 1px;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
	width: 192px;
}
#subnav li { margin: 0; }
#subnav a {
	display: block;
	padding: 5px 10px;
	width: 170px;
	color: #7b6928;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
}
#subnav a:hover, #active a { color: #c0b004; }

/* sub sub level */
#subnav ul ul { margin: 0; }
#subnav ul ul li { margin: 0; }
#subnav ul ul a {
	color: #000;
	display: block;
	padding: 3px 0 2px 18px;
	background: url(assets/sprite.gif) no-repeat -220px -89px;
	width: 172px;
}
#subnav ul ul a:hover { color: #B3AA7E; }
/* end sublevel */


/* TOOLBOX */
#toolbox { padding-top: 20px; }

#breadcrumbs {
	font-size: 11px;
	color: #000;
	margin: 20px 20px 0 0;
	width: 650px;
}
#breadcrumbs a {
	font-size: 11px;
	color: #726f13;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumbs a:hover { color: #2a578c; }
#breadcrumbs .current { color: #000; }

#category { margin-bottom: 20px; }

.listing {
	clear: both;
	margin: 15px 0;
}

.imageright {
	float: right;
	position: relative;
	margin: 0 0 0 20px;
}

.imageleft {
	float: left;
	position: relative;
	margin: 0 20px 0 0;
}

.imagecaption p {
	margin: 3px 0;
	color: #685309;
	font-weight: normal;
	font-size: 11px;
	padding: 8px 0;
	background: url(assets/sprite.gif) no-repeat -550px 0;
}

/* END TOOL BOX */
#footer {
	clear: both;
	color: #fff;
	font-weight: bold;
	padding: 15px 0;
	background-color: #685309;
}
#footer p, #footer h4 {
	color: #fff;
	display: inline;
	margin: 0 15px;
}
#footer h4 {
	text-transform: uppercase;
	}

#copyright {
	font-size: 11px;
	font-weight: normal;
	padding-top: 20px;
	color: #d4d0a5;
	display: block;
	width: 990px;
	margin: 0 auto;
	clear: both;
}
#footer a {
	color: #d4d0a5;
	text-decoration: underline;
	font-weight: normal;
}
#copyright a:hover { color: #fff; }


/* File Uploads */
.file-download, .download {
	background-repeat: no-repeat;
	background-position: left;
	padding: 1px 2px;	
	padding-left: 20px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
	float: left;
	clear: left;
	}
.avi	{ background-image: url(images/file-ext/avi.gif);}
.doc	{ background-image: url(images/file-ext/doc.gif);}
.gif	{ background-image: url(images/file-ext/gif.gif);}
.html	{ background-image: url(images/file-ext/html.gif);}
.jpg	{ background-image: url(images/file-ext/jpg.gif);}
.mov	{ background-image: url(images/file-ext/mov.gif);}
.mp3	{ background-image: url(images/file-ext/mp3.gif);}
.pdf	{ background-image: url(images/file-ext/pdf.png);}
.ppt	{ background-image: url(images/file-ext/ppt.gif);}
.txt	{ background-image: url(images/file-ext/txt.png);}
.wmv	{ background-image: url(images/file-ext/wmv.gif);}
.xls	{ background-image: url(images/file-ext/xls.gif);}
.zip	{ background-image: url(images/file-ext/zip.png);}
.download {
	background-image: url(images/file-ext/download.gif);
	clear: left;
	background-repeat: no-repeat;
}

.pages a {
	margin: 0 0 0 15px;
}
#SearchForm td {
	padding: 5px 10px;
}
#photo-gallery {
	clear: both !important;
	padding-top: 1em !important;
	}
