/* UNIVERSAL ELEMENTS ------------------------------------------------------------------ */
body 
{
	padding: 0px;
	margin: 0px;
	background-color: #391E01;
}

/* MAIN SECTION ------------------------------------------------------------------ */
#main
{
	width: 950px;
	margin: auto;
	padding: 0px;
}

#main_table
{
	width: 970px;
}

#main_table_left
{
	width: 10px;
	background: url(../images/left_shadow.jpg);
}

#main_table_middle
{
	width: 950px;
	background: #FFF;
}

#main_table_right
{
	width: 10px;
	background: url(../images/right_shadow.jpg);
}

/* HEADER SECTION ------------------------------------------------------------------ */
#header
{
	width: 950px;
	height: 60px;
	margin: auto;
	background: #000;
	border-top: 1px solid #70713C;
	border-left: 1px solid #70713C;
	border-right: 1px solid #70713C;
}

#header_table
{
	width: 950px;
	height: 60px;
	margin: 0px;
	background: #000;
}

#header_logo_cell
{
	display: table-cell;
	width: 475px;
	height: 60px;
	background: #000;
    vertical-align: middle;
}

#header_search_cell
{
	width: 475px;
	background: #000;
	vertical-align: middle;
}

#search_box
{
	padding: 5px;
	float: right;
}

/* IMAGE BANNER SECTION ------------------------------------------------------------------ */
#banner
{
	width: 950px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	background: url(../images/co_land_trusts.jpg) repeat-x;
	border-top: 1px solid #70713C;
	border-left:  1px solid #70713C;
	border-right:  1px solid #70713C;
}

/* CONTENT SECTION ------------------------------------------------------------------ */
#content
{
	width: 950px;
	border-top: 1px solid #70713C;
	border-left: 1px solid #70713C;
	border-right: 1px solid #70713C;
}

#content_table {
	width: 950px;
}

#content_table_left {
	width: 199px;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #70713C;
}

#content_table_right {
	width: 751px;
	vertical-align: top;
	text-align: left;
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.content_header_large
{
  width: 300px;
  color: #000;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-weight: bold;
}



/* FOOTER SECTION ------------------------------------------------------------------ */
#footer
{
	width: 950px;
	background: #000;
	border: 1px solid #70713C;
}

#footer_table
{
	width: 950px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #FFF;
}

#footer_table_left
{
	text-align: left;
	width: 475px;
	padding: 5px;
	vertical-align: top;
}

#footer_table_right
{
	text-align: right;
	width: 475px;
	padding: 5px;
	vertical-align: top;
}

#footer_line
{
	width: 80%;
	height: 1px;
	background-color: #FFF;
	margin: auto;
}

/* Menu Column -----------------------------------------*/


.menu_list {
	width: 198px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #391E01;
	display: block;
	font-size: 12px;
}

.menu_list a {
	width: 177px;
	padding: 5px 11px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border-bottom: 1px solid #70713C;

}

a.menu_list_last {
	width: 177px;
	padding: 5px 11px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border-bottom: none;
}

a.menu_list:link,
a.menu_list:visited,
a.menu_list_last:link,
a.menu_list_last:visited
{
	color: #70713C;
	background: #000;
	text-decoration: none;
	display: block;
} 
	
a.menu_list:hover,
a.menu_list_last:hover {
	color: #FFF;
	background: #391E01;
	display: block;
}

a.menu_list_on
{
	color: #FFF;
	background: #391E01;
	display: block;
	text-decoration: none;
}

#newsletter
{
	padding: 9px;
	border-top: 1px solid #70713C;
	text-align: center;
	margin: auto;
}

#donate
{
	padding: 9px;
	border-top: 1px solid #70713C;
	text-align: center;
	margin: auto;
}

/* NEWS Section ------------------------------------------------ */

.news_list {
	list-style: square;
	color: #70713C;
	margin: 0px 0px 20px 25px;
	padding: 0px;
	line-height: 16px;
	
}

.news_list li a {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}



a.news_list:link,
a.news_list:visited
{
	color: #70713C;
	text-decoration: none;
} 
	
a.news_list:hover,
a.news_list:active {
	color: #FFF;
	text-decoration: underline;
}

.news_content_bar
{
	color: #70713C;
	height: 1px;
}

#news
{
	width: 692px;
	margin: 15px;
	padding: 10px;
	border: medium double #70713C;
	background: #391E01;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #70713C;
}

#news_header
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 5px;
}

a.news:link,
a.news:visited
{
	color: #FFF;
	text-decoration: none;
} 
	
a.news:hover,
a.news:active {
	color: #70713C;
	text-decoration: underline;
}

/* Events Table --------------------------------- */

#events_header
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 5px;
}

#events
{
	width: 692px;
	margin: 15px;
	padding: 10px;
	border: medium double #391E01;
	background: #70713C;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #391E01;
}

.events_content_bar
{
	color: #391E01;
	height: 1px;
}

.events_list {
	list-style: square;
	color: #391E01;
	margin: 0px 0px 20px 25px;
	padding: 0px;
	line-height: 16px;
	
}

.events_list li a {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

a.events_list:link,
a.events_list:visited
{
	color: #391E01;
	text-decoration: none;
} 
	
a.events_list:hover,
a.events_list:active {
	color: #FFF;
	text-decoration: underline;
}

a.events:link,
a.events:visited
{
	color: #FFF;
	text-decoration: none;
} 
	
a.events:hover,
a.events:active {
	color: #FFF;
	text-decoration: underline;
}
