/* Base
///////////////////////////////////////////////////////////////// */

html {
	height: 100%;
}

body {
	height: 100%;
	background: #deded2 url("assets/images/content-bg.jpg") top center;
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #6f6c50;
}

a {
	color: #670;
	border-bottom: 1px solid #ab7;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #450;
	text-decoration: none;
	border-bottom: 2px solid #450;
}

p {
	margin-bottom: 12px;
}

div.container {
	width: 950px;
	margin: 0px auto;
}

strong {
	font-weight: bold;
	color: #333;
}



/* Non Footer
///////////////////////////////////////////////////////////////// */

div#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}



/* Header
///////////////////////////////////////////////////////////////// */

div#header {
	height: 115px;
	background: #738925 url("assets/images/header-bg.jpg") repeat-x top center;
	overflow: hidden;
}



/* Identity
///////////////////////////////////////////////////////////////// */

div#identity {
	margin-top: -10px;
}

div#identity a {
	border: none;
}



/* Top Nav
///////////////////////////////////////////////////////////////// */

div#topNav {
	margin-top: 10px;
	float: right;
}

div#topNav ul li {
	float: left;
}

div#topNav ul li + li {
	margin-left: 10px;
}

div#topNav ul li a {
	color: #ecf0b9;
	border-color: #ab7;
}

div#topNav ul li a:hover {
	color: #fff;
	border-color: #fff;
}

div#topNav ul li.on a {
	padding: 3px 5px;
	background: #3d4b0f;
	border: none;
	color: #fff;
}



/* Main Nav
///////////////////////////////////////////////////////////////// */

div#nav {
	float: left;
	margin-top: -11px;
	width: 700px;
	padding-right: 20px;
}

div#nav > ul > li {
	height: 30px;
	float: left;
}

div#nav > ul > li + li {
	border-left: 1px solid #894;
}

div#nav > ul > li.on,
div#nav > ul > li.on + li {
	border-left-color: #3d4b0f;
}

div#nav > ul > li:hover,
div#nav > ul > li:hover + li {
	border-left-color: #000;
}



/* Main Nav Drop Downs
///////////////////////////////////////////////////////////////// */

div#nav > ul ul {
	z-index: 999;
	display: none;
	position: absolute;
	top: 115px;
	border-left: 1px solid #ddc;
	border-right: 1px solid #ddc;
	border-bottom: 1px solid #ddc;
}

div#nav > ul li + li > ul {
	margin-left: -1px;
}

div#nav > ul li:hover > ul {
	display: block;
}

div#nav > ul li ul li {
	background: #fff;
	padding: 5px 20px 5px 10px;
}

div#nav > ul li ul li + li {
	border-top: 1px solid #ddc;
}

div#nav > ul li ul li:hover {
	background: #eed;
}

div#nav > ul li ul li a {
	color: #443;
}

div#nav > ul li ul li:hover a {
	color: #443;
}

div#nav > ul li ul li a:hover {
	color: #000;
	border-bottom: 2px solid #000;
}



/* Search
///////////////////////////////////////////////////////////////// */

div#search {
	float: left;
	width: 210px;
	padding-right: 10px;
	margin-top: -6px;
}

div#search input {
	vertical-align: top;
}

div#search input + input {
	margin-left: 5px;
}

div#search input#searchTxt {
	color: #666;
	width: 100px;
	height: 13px;
	padding-left: 18px;
	background: #fff url("assets/images/search-icon.gif") no-repeat;
}



/* Feature Area
///////////////////////////////////////////////////////////////// */

div#feature {
	background: #deded2 url("assets/images/feature-bg.jpg") repeat-x top center;
	height: 260px;
	overflow: hidden;
	margin-bottom: -15px;
}

div#feature div.mainCol {
	z-index: -1;
	background: url("assets/images/feature-shadow.gif") no-repeat;
	padding-bottom: 10px;
}

div#feature div.sideCol {
	padding-top: 40px;
}

div#feature div.sideCol ul li {
	color: #9f9380;
	margin-bottom: 10px;
}

div#feature div.sideCol ul li a {
	color: #d9cfb0;
	border-color: #8c8070;
}

div#feature div.sideCol ul li a:hover {
	color: #fff;
	border-color: #fff;
}

div#feature div.featureNoFlash {
	width: 660px;
	height: 210px;
	padding: 20px;
	margin: 0px;
	overflow: hidden;
	background: #ffe;
}



/* Breadcrumb
///////////////////////////////////////////////////////////////// */

div#breadcrumb {
	padding-top: 5px;
	height: 25px;
	border-top: 5px solid #3d4b0f;
	background: #1f280d;
}

div#breadcrumb p {
	margin-left: 10px;
	color: #887;
}

div#breadcrumb p strong {
	color: #c0c9a9;
}

div#breadcrumb a {
	color: #887;
	border-color: #554;
}

div#breadcrumb a:hover {
	color: #fff;
	border-color: #fff;
}



/* Content
///////////////////////////////////////////////////////////////// */

div#content {
	padding: 25px 0px 125px 0px;
}

div#content hr {
	border-top: 1px solid #ddc;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 1px;
	background: none;
	margin-bottom: 15px;
}

div#content h1 {
	color: #000;
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 12px;
}

div#content h2 {
	color: #333;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 9px;
}
div#content h2 {
	color: #333;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 9px;
}

div#content h1 strong,
div#content h2 strong {
	color: #738925;
}

div#content h4 {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-style: italic;
}


/* Content Columns
///////////////////////////////////////////////////////////////// */

div#content div.contentCol {
	vertical-align: top;
	float: left;
	padding: 0px;
}



/* Side Lists
///////////////////////////////////////////////////////////////// */

div#content div.sideCol > ul > li {
	padding-bottom: 20px;
}

div#content div.sideCol > ul > li + li {
	padding-top: 20px;
	border-top: 1px solid #c3c3b6;
}

div.twoCol div.sideCol {
	padding-top: 20px;
}

div.sideCol h3 {
	color: #33332f;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 9px;
	text-transform: uppercase;
}



/* Side Navigation
///////////////////////////////////////////////////////////////// */

ul.sideNav li {
	padding-bottom: 2px;
}

ul.sideNav li.on {
	margin: 3px 0px 2px 0px;
}

ul.sideNav li.on a {
	border: none;
	cursor: default;
	padding: 3px 5px;
	background: #3d4b0f;
	color: #fff;
}



/* Columns
///////////////////////////////////////////////////////////////// */

div.highlightBox {
	padding: 15px;
	border: 1px solid #ddc;
	background: #f6f6ec;
}



/* Columns
///////////////////////////////////////////////////////////////// */

div.mainCol,
div.sideCol {
	padding-right: 20px;
	float: left;
}

div.threeCol div.mainCol {
	width: 470px;
}

div.twoCol div.mainCol {
	width: 700px;
}

div.oneCol {
	width: 950px;
}

div.sideCol {
	width: 210px;
}



/* Footer
///////////////////////////////////////////////////////////////// */

div#footer {
	position: relative;
	margin-top: -90px;
	height: 65px;
	padding-top: 25px;
	background: #738925 url("assets/images/footer-bg.jpg") repeat-x top center;
	text-align: center;
}

div#footer p {
	color: #ab7;
	margin-bottom: 0px;
}

div#footer a {
	color: #ecf0b9;
	border-color: #ab7;
}

div#footer a:hover {
	color: #fff;
	border-color: #fff;
}



/* Page backgrounds
///////////////////////////////////////////////////////////////// */

div.oneCol div.pageMid { background: url("assets/images/page-950-bg.gif") repeat-y; }
div.oneCol div.pageTop { background: url("assets/images/page-950-bg-top.gif") no-repeat; }
div.oneCol div.pageBtm { background: url("assets/images/page-950-bg-btm.gif") no-repeat bottom; }

div.twoCol div.mainCol div.pageMid { background: url("assets/images/page-700-bg.gif") repeat-y; }
div.twoCol div.mainCol div.pageTop { background: url("assets/images/page-700-bg-top.gif") no-repeat; }
div.twoCol div.mainCol div.pageBtm { background: url("assets/images/page-700-bg-btm.gif") no-repeat bottom; }

div.threeCol div.mainCol div.pageMid { background: url("assets/images/page-470-bg.gif") repeat-y; }
div.threeCol div.mainCol div.pageTop { background: url("assets/images/page-470-bg-top.gif") no-repeat; }
div.threeCol div.mainCol div.pageBtm { background: url("assets/images/page-470-bg-btm.gif") no-repeat bottom; }

div.pageBtm {
	padding: 20px 30px 40px 20px;
}


/* Tab Navigation
///////////////////////////////////////////////////////////////// */

div.tabNav {
	background: #deded2;
	height: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}

div.tabNav ul {
	padding: 6px 0px;
}

div.tabNav ul li {
	padding: 7px 8px 10px 8px;
	height: 30px;
	display: inline;
}

div.tabNav ul li a {
	color: #888b7a;
	border-color: #a3a397;
	font-size: 13px;
}

div.tabNav ul li a:hover {
	color: #000;
	border-color: #000;
}

div.tabNav ul li.on {
	background: #fff;
	color: #000;
	border: 1px solid #999;
}

div.tabNav ul li.on a {
	color: #000;
	border-bottom: none;
}

div.tabNav ul li.on a:hover {
	border-bottom: 2px solid #000;
}




/* News
///////////////////////////////////////////////////////////////// */

div#content div.news h3 {
	font-weight: bold;
	font-size: 18px;
}

div#content div.news h1,
div#content div.news h3 {
	margin-bottom: 0px;
	padding-bottom: 5px;
}

div#content div.news p {
	font-size: 13px;
}

div#content div.news h3 a {
	color: #333;
	border-color: #adada5;
}

div#content div.news h3 a:hover {
	color: #000;
	border-color: #000;
}




/* Meta content
///////////////////////////////////////////////////////////////// */

.meta,
div#content div.news .meta {
	color: #998;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.meta span.author {
	color: #665;
}

.meta span.date { }



/* Pagination
///////////////////////////////////////////////////////////////// */

div.paginate {
	margin-bottom: 15px;
}



/* Listing
///////////////////////////////////////////////////////////////// */

ul.listing {
	list-style: none;
}

ul.listing > li {
	padding: 30px 15px;
}

ul.listing > li.alt {
	padding: 15px;
	border: 1px solid #ddc;
	background: #f6f6ec;
}

ul.listing > li img.resourceIcon {
	float: left;
	padding-right: 15px;
}



/* Contact Forms
///////////////////////////////////////////////////////////////// */

input.inputTxt,
textarea.txtArea {
	font-size: 15px;
	color: #665;
}

input.inputTxt {
	width: 300px;
}

textarea.txtArea {
	width: 500px;
}




/* Gallery-style Listing
///////////////////////////////////////////////////////////////// */

ul.galleryListing {
	list-style: none;
}

ul.galleryListing li {
	width: 210px;
	float: left;
	padding-bottom: 25px;
}



/* Calendar
///////////////////////////////////////////////////////////////// */

table.cal {
	line-height: 16px;
}

table.cal tr td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	width: 105px;
}

table.cal tr td.leftCol {
	width: 55px;
}

table.cal tr.labels td {
	background: #222;
	padding: 0px;
	height: 34px;
	overflow: hidden;
	margin: 0px;
}

table.cal tr.labels td p {
	display: none;
}

table.cal tr.labels td.leftCol	{ background: url("assets/images/cal-dates.gif")	no-repeat; }
table.cal tr.labels td.col1		{ background: url("assets/images/cal-alton.gif")	no-repeat; }
table.cal tr.labels td.col2		{ background: url("assets/images/cal-latgawa.gif")	no-repeat; }
table.cal tr.labels td.col3		{ background: url("assets/images/cal-magruder.gif") no-repeat; }
table.cal tr.labels td.col4		{ background: url("assets/images/cal-sawtooth.gif")	no-repeat; }
table.cal tr.labels td.col5		{ background: url("assets/images/cal-suttle.gif")	no-repeat; }
table.cal tr.labels td.col6		{ background: url("assets/images/cal-wallowa.gif")	no-repeat; }
table.cal tr.labels td.col7		{ background: url("assets/images/cal-other.gif")	no-repeat; }

table.cal tr td {
	background: #e8e8de;
	border-bottom: 2px solid #fff;
}

table.cal tr td + td {
	border-left: 2px solid #fff;
}

table.cal tr td.leftCol {
	background: #3d4b0e;
	color: #fff;
	font-weight: bold;
}

table.cal tr.thisWeek td {
	background: #e6f3bd;
}

table.cal tr.thisWeek td.leftCol {
	background: #779a00;
}

table.cal tr.thisWeek td.highlight,
table.cal tr td.highlight {
	background: #fff;
	border-color: #ccb;
}

div.calProp {
	height: 65px;
}

div.calFixedLabels {
	width: 950px;
	position: fixed;
	top: 315px;
}



/* Content List
///////////////////////////////////////////////////////////////// */

ul.list,
ul.listCompact {
	list-style-type: disc;
	padding-left: 15px;
}

ul.list li {
	list-style-type: disc;
	padding-bottom: 5px;
}

ul.listCompact li {
	list-style-type: disc;
	padding-bottom: 1px;
}


/* Step list
///////////////////////////////////////////////////////////////// */

ul.steps {
	padding-left: 20px;
	list-style-type: decimal;
	font-size: 13px;
}

ul.steps li {
	list-style-type: decimal;
	padding-bottom: 25px;
}


/* Google Map
///////////////////////////////////////////////////////////////// */

div.mapWrap {
	background: #fff;
	border: 1px solid #c3c3b6;
	margin-bottom: 15px;
}

div#map_canvas {
	width: 640px;
	height: 390px;
	margin: 4px;
}



/* Site Map
///////////////////////////////////////////////////////////////// */

ul.sitemap > li {
	margin-bottom: 25px;
}

ul.sitemap li ul li {
	margin-bottom: 3px;
}

ul.sitemap li ul {
	margin: -3px 0px 0px 15px;
}



/* Videos
///////////////////////////////////////////////////////////////// */

div.vid {
	width: 305px;
	height: 320px;
	padding-right: 15px;
	float: left;
}



/* Button
///////////////////////////////////////////////////////////////// */

a.btn {
	color: #fff;
	padding: 4px 8px;
	text-decoration: none;
	background: #738925;
	border-top: 1px solid #9a4;
	border-left: 1px solid #9a4;
	border-bottom: 2px solid #560;
	border-right: 2px solid #560;
}

a.btn:hover {
	color: #fff;
	background: #333;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	text-decoration: underline;
}

a.btn:active {
	color: #ccc;
	background: #000;
	border-color: #000;
}



/* Misc
///////////////////////////////////////////////////////////////// */

.hide {
	display: none;
}

.unFloat {
	clear: both;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

a img.photoEdge,
img.photoEdge {
	background: #fff;
	border: 1px solid #c3c3b6;
	padding: 4px;
}
a:hover img.photoEdge {
	background: #fff;
	border: 2px solid #776;
	padding: 3px;
}

p.floatR img.photoEdge {
	margin-left: 15px;
}

p.floatL img.photoEdge {
	margin-right: 15px;
}

a.img,
a.img:link,
a.img:active,
a.img:hover {
	border: 0px;
}




/* IE6 Message
///////////////////////////////////////////////////////////////// */

div.ie6Msg {
	display: none;
}

