/* -------------------------------------------------------------
Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #33170f url(../images/bg_body.jpg);
	font: normal 0.95em/1.6em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #7e7c73;
}

center {
	background: #33170f url(../images/bg_body.jpg);
	font: normal 0.95em/1.6em Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #7e7c73;
}

center p {
	background: #33170f url(../images/bg_body.jpg);
	font: normal 0.95em/1.6em Georgia, "arial", Times, serif;
	text-align: left;
	color: #7e7c73;
}

a img, :link img, :visited img {
	border: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #566872;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(../images/icon_list.gif) no-repeat 0 10px;
}

h2, h3 {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
}

h2 {
	font-size: 2em;
	color: #835b4c;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.6em;
}

h4 {
	margin-bottom: 10px;
	font-size: 1em;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #835b4c;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#root {
	width: 100%;
	margin-top: -26px;
	padding-top: 26px;
	background: #f4f1e1;
}

/*#home #root {
	background: #f4f1e1 url(../images/bg_root.gif) repeat-x left bottom;
}*/

#index {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

#interior #index {
	background: url(../images/bg_index.gif) right top;
	background-repeat:no-repeat;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width: 970px;
	height: 144px;
	margin: 0 auto;
	position: relative;
}

#brand {
	width: 840px;
	height: 144px;
	float: left;
	left: -113px;
	position: relative;
	display: inline;
	background: url(../images/logo.jpg) no-repeat;
}

#brand a {
	width: 254px;
	height: 144px;
	margin-left: 120px;
	float: left;
	display: inline;
}


/* --- UI --- */

#ui {
	width: 676px;
	height: 30px;
	margin-top: -56px;
	float: right;
	position: relative;
	z-index: 5;
	background: url(../images/nav_bg.jpg) no-repeat;
	text-align: left;
}

#ui li {
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	background: transparent;
	overflow: hidden;
	border-left: 1px solid #7a6a52;
}

#ui li.first {
	border: 0;
}

#ui li:hover, #ui li.over {
	overflow: visible;
}

#ui a {
	float: left;
	height: 30px;
	text-indent: -9000em;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#ui a:link, #ui a:visited {
	font: normal 0.85em "Lucida Sans", "Lucida Grande", sans-serif;
	color: #f4f1e1;
	text-decoration: none;
}

#ui a:hover,
#ui li:hover a, 
#ui li.over a {
	background-position: left bottom;
}

#ui_home, #ui_home a {
	width: 129px;
	background-image: url(../images/ui_home.gif);
}

#ui_about, #ui_about a {
	width: 129px;
	background-image: url(../images/about_but.gif);
}

#ui_gallery, #ui_gallery a {
	width: 129px;
	background-image: url(../images/gallery_but.gif);
}

#ui_contact, #ui_contact a {
	width: 129px;
	background-image: url(../images/contact_but.gif);
}

#ui_test, #ui_test a {
	width: 129px;
	background-image: url(../images/test_button.gif);
}




/* --- dropdowns --- */

#ui ul {
	width: 168px;
	position: absolute;
	left: -2px;
	top: 30px;
	border: 2px solid #d0cdbd;
	border-top-width: 0;
	border-bottom-width: 1px;
}

#ui ul li {
	width: 168px;
	float: left;
	border-bottom: 1px solid #d0cdbd;
	border-top: 1px solid #e9e7dc;
	border-left: 0;
}

#ui ul li.first {
	border-top-width: 0;
}

#ui ul a:link, #ui ul a:visited {
	width: 148px;
	padding: 0 10px;
	line-height: 31px;
	display: block;
	background: #e4e1d2;
	color: #835b4c;
	text-indent: 0;
}

#ui ul a:hover, #ui ul a:active, #ui ul a:focus {
	background: #dbd8c6;
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#home #messaging {
	width: 557px;
	height: 370px;
	float: left;
	background: url(../images/img_display.jpg) no-repeat;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 308px;
	padding-bottom: 32px;
	float: right;
}


/* --- UI Secondary --- */

#ui_secondary {
	width: 308px;
}

#ui_secondary li {
	width: 308px;
	float: left;
	padding: 0;
	background: transparent;
}

#ui_secondary a:link, #ui_secondary a:visited {
	width: 282px;
	padding-left: 26px;
	float: left;
	clear: both;
	color: #835b4c;
	text-decoration: none;
	font: normal 1em/31px "Lucida Sans", "Lucida Grande", sans-serif;
}

#ui_secondary a:hover, #ui_secondary a:active, #ui_secondary a:focus {
	color: #63737b;
}

#ui_secondary .active a:link, #ui_secondary .active a:visited,
#ui_secondary .active a:hover, #ui_secondary .active a:active, #ui_secondary .active a:focus {
	color: #63737b;
	background: url(../images/bg_ui_li.jpg) no-repeat;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 612px;
	min-height: 330px;
	padding: 0 0 30px 0;
	float: left;
}

#home #body {
	width: 394px;
	float: right;
	clear: right;
	padding-top: 40px;
	font-size: 1em;
	color: #566872;
}

#home #header {
	width: 394px;
	height: 148px;
	margin-bottom: 5px;
	background: url(../images/title_rediscovernature.gif) no-repeat;
}

#header {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 0;
	float: left;
	clear: both;
	background: #f4f1e1 url(../images/bg_header.jpg) no-repeat left bottom;
	font-weight: bold;
}



/*	Body: Subcontent
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#subcontent {
	width: 970px;
	height: 256px;
	float: left;
	clear: both;
	font-size: 0.7em;
	line-height: 1.6em;
}

#featurelist {
	width: 552px;
	float: left;
}

#interior #featurelist {
	width: 226px;
	padding-left: 27px;
	font-size: 0.7em;
	line-height: 1.6em;

}

#featurelist li {
	width: 244px;
	float: left;
	background: transparent;
	padding-top: 20px;
	padding-right: 32px;
	padding-bottom: 0;
	padding-left: 0;
}

#interior #featurelist li {
	width: 247px;
	margin-top: 21px;
	padding: 16px;
	background: #f4f1e1;
	border: 1px solid #d4d2c4;
}

#featurelist p {
	padding-left: 6px;
}

#masterplan .title, #prioritylist .title {
	height: 108px;
	margin-bottom: 10px;
}

/*#masterplan .title {
	background: url(../images/title_masterplan.gif) no-repeat;
}

#prioritylist .title {
	background: url(../images/title_prioritylist.gif) no-repeat;
}

#prioritylist .input_class {
	width: 168px;
	padding: 5px 0 6px 8px;
	background: url(../images/bg_input.gif) no-repeat;
	border: 0;
	color: #788992;
	font: normal 1.2em/26px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
}

#prioritylist form {
	padding-top: 10px;
}

#prioritylist #btn_submit {
	width: 56px;
}

#prioritylist input {
	float: left;
}*/


/* --- news --- */

#news {
	width: 372px;
	padding: 25px 23px 0 23px;
	float: right;
	margin-top: -10px;
	background: url(../images/bg_news.gif) no-repeat;
	position: relative;
	z-index: 3;
}

#news .title {
	height: 26px;
	margin-bottom: 16px;
	background: url(../images/title_newsevents.gif) no-repeat;
}

.more_link {
	width: 70px;
	float: right;
	clear: both;
	text-align: center;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 970px;
	height: 40px;
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
	color: #886e66;
	text-align: left;
	font: normal 0.8em "Lucida Sans", Verdana, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited {
	color: #886e66;
}

#copyright {
	width: 500px;
	float: left;
}

#site_credit {
	width: 240px;
	float: right;
	text-align: right;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.input_class {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}







.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}

