body {
	background: #F3C983;
	color: #607B43;
	font: medium/1.5 "Trebuchet MS", Tahoma, Arial, sans-serif;
	line-height: 1.5;
}

body, html, #header p, ul#navlist {
	margin: 0;
	padding: 0;
}

/* ------------ TEXT ------------ */

h1 {
	color: #603913;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 130%;

}

h2 {
	font-size: 120%;
	margin-bottom: -20;
}

h1 + p, h2 + p { margin-top: 0; }

h3 {
	font-style: italic;
	font-size: 110%;
	margin-bottom: 0;
	color: #603913;
}


a {
	text-decoration: underline;
	color: #607b43;
}

a:hover, a:focus, a:active {
	text-decoration: none;
		color: #E8691B;
}

p {
	color: #603913;
	
}

hr {
	border: 0px;
	border-bottom: 1px solid #603913;
	border-top: 1px solid #603913;
	height: 3px;
}

/* ------------ OUTER ------------ */

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

/* LINE 1 is for real browsers. LINE 2 is for IE6/Win. LINE 3 is for real browsers. */
/* Hides from IE5-mac \*/
#outer { 
	height: auto !important;
	height: 100%;
	min-height: 100%;
 	background: transparent url(images/menu-bg-long.png) top left repeat-y;
 	font-size: 90%;
 	padding-bottom: 20px;
}
/* End hide from IE5-mac */

* html #outer {
	background: transparent url(images/outer-bg.png) top left repeat-y;
}

/* ------------ HEADER ------------ */

#header {
	background: #899463 url(images/header-bg.jpg) top left no-repeat;
	color: #bcd0a6;
	height: 20px;
	position: relative;
	min-width: 962px; /* total col width plus 10px padding */
}

#header p { 
	color: #bcd0a6;
	position: absolute;
	right: 15px;
	top: 1px;
	font-weight: bold;
}

#header a {
	text-decoration: none;
	color: white;
}

#header a:hover, #header a:focus, #header a:active { text-decoration: underline; }

/* ------------ CIRCLES ------------ */

#circles {
	background: #FCFBFA url(images/circles-flip.jpg) top left no-repeat;
	height: 89px;
	border-top: 3px solid #EAE8D4;
	border-bottom: 3px solid #EAE8D4;
}

#circles-home {
	background: #FCFBFA url(images/circles.jpg) top right no-repeat;
	height: 89px;
	border-top: 3px solid #EAE8D4;
	border-bottom: 3px solid #EAE8D4;
}

#logo {
	position: absolute;
	right: 15px;
	top: 24px;
}

#logo-home {
	position: absolute;
	top: 0;
	left: 0;
}

#top-box-int {
	position: absolute;
	top: 0;
	left: 0;
}


/* ------------ CONTENT BACKGROUNDS ------------ */


#content-wrap {
	background: transparent url(images/gradient-repeat.jpg) top left repeat-x;
	min-width: 962px; /* total col width plus 10px padding */
}


#content-inner {
	background: transparent url(images/big-gradient.jpg) top right no-repeat;
	min-height: 569px;
}

* html #content-inner { height: 569px; }

#text-wrap { width: 952px; } /* Forces hz scroll instead of column drop */

.overlays {
	position: absolute;
	top: 112px;
	left: 0;
}


/* ------------ MENU ------------ */

#menu {
	position: absolute;
	top: 130px;
	left: 63px;
	z-index: 500;
	width: 130px;
	text-align: center;
}

ul#navlist {
	text-align: right;
	list-style: none;
}

ul#navlist li {
	margin-bottom: 10px;
}

ul#navlist a {
	color: #603913;
	font-weight: bold;
	text-decoration: none;
	width: 130px;
	display: block;
}

ul#navlist a:hover, ul#navlist a:focus, ul#navlist a:active { color: #627941; }

#people { margin: 60px 0 0 7px; }

/* ------------ TWO COLUMN MAIN COLUMN ------------ */

#two-col-main {
	width: 422px;
	float: left;
	margin-left: 238px;
	margin-right: 30px;
	display: inline;
	padding-top: 10px;
	position: relative;
	z-index: 500;
}

#home-quote {
	padding-top: 100px;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 0;
}

#home-quote span {
	font-size: 280%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.0;
	padding-right: 2px;
}

#home-credit {
	margin-top: 0;
	text-align: right;
	font-weight: bold;
	
}

#home-quote, #home-credit {
	color: #607B43;
}

/* ------------ TWO COLUMN SIDEBAR COLUMN ------------ */

#sidebar {
	width: 262px;
	float: left;
	font-size: 90%;
	color: #603913;
	position: relative;
	z-index: 500;
}

#sidebar-int {
	padding: 20px 10px 10px;
	width: 242px;
	background: transparent url(images/news-bg.png) top left repeat-y;
}

#sidebar form {
	border-bottom-style: double;
	border-bottom-color: #764407;
	padding-bottom: 10px;
}

#sidebar label { 
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	font-size: 110%;
	color: #607B43;
}

#sidebar input {
	font-size: 90%;
	color: #875C26;
	text-align: center;
}

#sidebar input#submit {
	background: #899463;
	color: white;
	text-align: center;
	padding: 2px;
}

#sidebar h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 120%;
}

#sidebar a {
	color: #607b43;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	color: #E8691B;
}

.flourish {
	position: relative;
	top: 2px;
}


/* ------------ ONE COLUMN MAIN COLUMN ------------ */

#one-col-main {
	width: 714px;
	float: left;
	margin-left: 238px;
	position: relative;
	z-index: 500;
	padding-top: 10px;
	display: inline;
}

#one-col-main ul, #one-col-main p {
	margin-top: -5px;
	color: #603913;
}

/* ------------ FOOTER ------------ */

#footer-wrap {
	clear: both;
	padding-top: 80px;
	padding-bottom: 20px;
	font-size: 80%;
	color: #603913;
	position: relative;
	z-index: 500;
}

#footer-wrap a {
	color: #603913;
	text-decoration: none;
}

#footer-wrap a:hover, #footer-wrap a:focus, #footer-wrap a:active {
	text-decoration: underline;
}

#footer-links {
	width: 422px;
	margin-left: 238px;
	margin-right: 30px;
	display: inline;
	float: left;
}

#footer-copyright {
	width: 150px;
	float: left;
	padding-left: 10px;
}


#footer-credit {
	float: right;
	padding-right: 15px;
}

/* ------------ BREADCRUMBS ------------ */

p#crumbs, p#crumbs a {
	color: #603913;
	position: relative;
	z-index: 500;
	font-weight: bold;
	font-size: 95%;
	font-style: italic;
}

p#crumbs a:hover, p#crumbs a:focus, p#crumbs a:active {
	text-decoration: none;
}

p#crumbs span.category {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 130%;
}


/* ------------ EXTRAS ------------ */

.map {
	background-color: #FFFFFF;
	padding: 5px;
}


#pull-quote {
	width: 450px;
	margin-left: 50px;
	text-align: left;
	line-height: 1.8;
	color: #607B43;
}

#pull-quote h4{
	
	margin: 0px;
	color: #607B43;
	line-height: 1.0;

}

#pull-quote span {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 280%;
	font-style: italic;
	font-weight: 100;
	padding-right: 2px;
}

#pull-quote p{
	margin-top: -7px;
}

.f-right {
	float: right;
	margin: 0 0 10px 10px;
	background-color: #FFFFFF;
	padding: 5px;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
	background-color: #FFFFFF;
	padding: 5px;
}

.center { text-align: center; }
.right { text-align: right; }

.clear { clear: both; }

a img { border: none; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */


/* ------------ IE6/PNG ------------ */

/* commented backslash hack v2 \*/
* html #sidebar-int {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/news-bg.png', sizingMethod='scale');
}
/* end hack */


/* ------------ IE6/MAC ------------ */
/*\*//*/
#footer-links, #footer-copyright, #footer-credit { 
	float: none;
	padding-left: 0;
	display: block;
	margin-left: 238px;
}

#tree-over, #tree-under {
	display: none;
}
/**/

