﻿/*---PAGE---*/
html, body {
	padding:0;
	margin:0;
	width: 100%;
	height:100%;
}
body{
	text-align: center;
	background-color: white;
	font:normal 12px Arial;
}
.break
{
    clear:both;
}
ul
{
    padding:0;
    margin:0;
    margin:0px 15px 0px 15px;
}
ul li
{
    list-style-image:url(/images/newsBullet.jpg);
}

p
{
    padding:0;margin:0;
}
a:active, a:link, a:visited
{
    color:#833d1a;
}
a:hover
{
    color:#9b8948;
}
/*---LAYOUT--*/
#wrapper {
	margin: 0px auto;
	width: 950px;
	border: 1px solid rgb(0,0,0);
	/*background:auto;*/
}
* html #wrapper
{
    background:url(/images/centerAreaBG.gif) repeat-y;    
}
.wrapper_horizontal_spacer {
	height: 2px;
	width: 950px;
	background-color: rgb(255,255,255);
	clear: both;
}
* html .wrapper_horizontal_spacer {
	height: 0px;
	width: 950px;
	background-color: rgb(255,255,255);
	
}
/*---HEADER---*/
#header {
	height: 134px;
	width: 950px;
	background-color: rgb(155,137,72);
}
#headerBlog {
	height: 134px;
	width: 950px;
	background-color: rgb(155,137,72);
}
#header_logo_image {
	width: 134px;
	height: 134px;
	float:left;
	padding-left: 13px;
}
#header_logo_text {
	width: 571px;
	height: 43px;
	float:left;
	margin:30px 0px 15px 57px;
}
#header_logo_tagline 
{
    float:left;
    width:440px;
	padding-left: 285px;
	font-size: 24px;
	font-family: Times New Roman;
	font-style: italic;
	color: rgb(255,255,255);
}
/*---NAVI---*/
#navigation {
	height: 35px;
	width: 950px;
	border-top: 1px solid rgb(188,154,136);
	background-color: rgb(131,61,26);
	border-bottom:solid 2px white;
}
.navArea
{
    margin:0 auto;
}
.navArea a:link, .navArea a:visited, .navArea a:active
{
    float:left;
    width:125px;
    height:16px;
    padding:10px 5px 9px 5px;
    color:White;
    font-weight:bold;
    text-decoration:none;
}
* html .navArea a:active,
* html .navArea a:link,
* html .navArea a:visited
{
    width:128px;
    padding-left:3px;
    padding-right:3px;
}
.navSep
{
    float:left;
    width:1px;
    height:16px;
    padding:9px 0px 9px 0px;
    
}
.navSep img
{
    padding:0;margin:0;
}
.navArea a:hover, .navArea a.ON
{
    background-color:#584e36;
}

#ctl00_subNavigationArea
{
    float:left;
    width:125px;
    text-align:left;
    padding:20px;
    background-color:#9b8948;
}
#ctl00_subNavigationArea a:link, #ctl00_subNavigationArea a:active, #ctl00_subNavigationArea a:visited
{
    color:White;
    font-weight:bold;
    text-decoration:none;
}
#ctl00_subNavigationArea a:hover, #ctl00_subNavigationArea a.ON
{
    text-decoration:underline;
}
.subNavItem
{
    width:110px;
    float:left;
    margin-bottom:7px;
}
*:first-child+html .subNavItem
{
    width:110px;
    float:left;
    margin-bottom:-7px;
}
* html .subNavItem
{
    width:110px;
    float:left;
    margin-bottom:-7px;
}

.tertNavArea
{
    margin-left:10px;
    
}
.tertNavArea a:link, .tertNavArea a:active, .tertNavArea a:visited
{
    font-size:11px;
}
.dash
{
    width:3px;
    margin-right:5px;
    float:left;
    color:White;
    font-weight:bold;
}
.tertNavItem
{
    width:100px;
    float:left;
    margin-bottom:7px;
}
*:first-child+html .tertNavItem
{
    width:100px;
    float:left;
    margin-bottom:-5px;
}
* html .tertNavItem
{
    width:100px;
    float:left;
    margin-bottom:-5px;
}
/*---CONTENT---*/
#column_left {
	position: relative;
	top:0px;
	left:0px;
	width: 473px;
	float: left;
}
#column_left_horizontal_spacer {
	height: 2px;
	width: 473px;
	background-color: rgb(255,255,255);
	clear: both;
}
#column_right {
	position: relative;
	top:0px;
	right:0px;
	width: 473px;
	float: right;
	border-left:solid 3px white;
}
#content_home_about
{
    border-bottom:solid 2px white;
}
#content_home_about, #content_home_news {
	width: 437px;
	height: 239px;
	padding:10px 17px 0px 20px;
	background-color: rgb(212,202,182);
	color: rgb(0,0,0);
	text-align: left;
}

.pageTitleNews
{
    font:bold 16px Arial;
    color:#833d1a;
    padding-bottom:7px;
    border-bottom:solid 1px #504634;
    margin-bottom:20px;
}
#content_home_news ul li
{
    height:52px;
    color:#514735;
}
#content_home_news ul li a:active, 
#content_home_news ul li a:link, 
#content_home_news ul li a:visited
{
    font-weight:bold;
    color:#833d1a;
}
#content_home_news ul li a:hover
{
    color:#9b8948;
}
*:first-child+html #content_home_news ul li
{
 height:auto;
 margin-bottom:7px;   
}
* html #content_home_news ul li
{
 height:auto;
 margin-bottom:7px;   
}
#centerArea
{
    background:url(/images/centerAreaBG.gif) repeat-y;    
}

.pageTitle
{
    font:bold 18px Arial;
    color:#833d1a;
    margin-bottom:20px;
}
#contentArea
{
    background-color:#d4cab6;
    padding:30px 50px;
    text-align:left;
    float:left;
    width:683px;
    border-left:solid 2px white;
}
#contentArea h1
{
    font:bold 13px Arial;
    color:#833d1a;
}
#contentArea img
{
    margin:7px;
    margin-left:10px;
    margin-right:0px;
}
#contentArea p
{
    margin:7px 0px;
}
.newsEventsRow
{
    padding:7px;
}
/*---FOOTER---*/
#footer {
	height: 38px;
	width: 950px;
	padding-top: 8px;
	background-color: rgb(131,61,26);
	font-size: 10px;
	font-family: arial;
	color: rgb(255,255,255);
	border-top:solid 2px white;
}
#footer a:link, #footer a:visited, #footer a:active
{
    color:White;
}