/* Main
 ----------------------------------------------- */

html {
	height: 100%;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* Required */
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #F7F7F7 url(../images/structure/lhs_shadow.gif) repeat-y 0 100%;
}
#container-page {
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}
#container-content {
	padding-bottom: 47px;
	font-size: 0.75em;
	line-height: 150%;
	position: relative;
	min-height: 100%;
}
* html #container-content {
	height: 100%;
}
#container-foot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 52px;
	background:  url(../images/structure/pines.gif) repeat-x;
}
#leftFooter {
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 47px;
	width: 205px;
	height: 52px;
	background: url(../images/structure/pines_side.gif) no-repeat;
}

#header {
	margin: 0 0 0 205px;
	padding: 0;
	border-bottom: solid 6px #92CC47;
	height: 118px;
	display: block;
	background: url(../images/structure/header_gradient.gif) repeat-x;
}
#content {
	margin: 0 0 0 205px;
	padding: 30px 30px;
	border: 0;
	height: 100%;
}

#homeimage {
	margin: 45px 0 30px;
}
/* Headers
 ----------------------------------------------- */
h1 {
	margin: 47px 0 0 30px;
	padding: 0;
	border: 0;
	float: left;
	width: 526px;
	height: 28px;
	text-indent: -9999px;
	background: url(../images/structure/six_foot_title.gif) no-repeat;
}
h1 a {
	margin: 0;
	padding: 0;
	width: 642px;
	height: 28px;
	display: block;
	text-decoration: none;
}
h2 {
	color: #092E20;
}
h3 {
	font-size: 1.2em;
}

h2#welcome {
	width: 134px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/headings/title_welcome.gif) no-repeat;
}

/* Navigation
 ----------------------------------------------- */
ul#nav {
	margin: 0;
	padding: 169px 0 0 20px;
	border: 0;
	width: 185px;
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	background-color: #234F32;
}
ul#nav li {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 170px;
}
ul#nav li a {
	padding-left: 20px;
	margin-left: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
ul#nav li a:hover {
	color: #92CC47;
	background: url(../images/structure/pine_icon_over.gif) no-repeat;
}
ul#nav li a#active {
	color: #92CC47;
	background: url(../images/structure/pine_icon_over.gif) no-repeat;
}

/* Elements
 ----------------------------------------------- */
img {
	border: 0;
}
ul#main {
	margin: 0 0 80px 17px;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0 0 0 15px;
}
ul li {
	list-style-image: url(../images/structure/bullet_points.gif);
}
ol {
	list-style-type: decimal;
}
ol.numbered {
	list-style-type: decimal;
}
#headerShadow {
	width: 12px;
	height: 118px;
	position: absolute;
	top: 0;
	left: 205px;
	background: url(../images/structure/header_shadow.gif);
}
#content a {
	color: #092E20;
}
#content a:hover {
	color: #092E20;
	background: #92CC47;
}
.nextDate {
	font-size: 1.2em;
	color: #DE0F22;
}
/* Search
 ----------------------------------------------- */

#search {
	margin: 20px 0 0 33px;
	padding: 0;
	border: 0;
	position: absolute;
	top: 550px;
	left: 0;
	color: #FFFFFF;
}
#search form {
  padding: 0;
}
#search #query { /* the actual search field */
  left: 0;
  padding: 2px;
  position: relative;
  width: 110px;
}
#search #query.focus { /* special focus style for browsers other than Safari */
  color: #000;
}

input, textarea {
  background: #fff url(../images/structure/bg_input.gif) repeat-x 0px 0px;
  border: 1px solid #83a0c4;
  color: #1d2a4a;
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
  font-size: 100%;
  padding: 0.3em;
}

.main_image {
	float: right;
	margin: 0 0 20px 20px;
}
.secondary_image {
	float: left;
	margin: 0 20px 20px 0;
}
#lands_box {
	padding: 10px;
	border: 1px solid #FFFF33;
	background-color:#FFFFCC;
	text-align: left;
	width: 620px;
}
#lands_box a {
	color: #000000;
}