/* 
CSS STYLES
Developed by Jeremy Fields Interactive
www.jeremy-fields.com
02/2005
*/

/* HTML STYLES */
h2	{
	font-size: 1.8em;
	margin: 0;
}
h4	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 1em;
	}
	h4 a	{
	color: #B34A1A !important;
	text-decoration: none;
	border-bottom: 1px solid #E8E3D2;
	}
	h4 a:hover	{
	color: #811800 !important;
}

/* LAYOUT STYLES */
.hr	{
	clear: left;
	border-top: 15px solid #F6F5EE;
}
#content	{
	padding: 10px 33px 0 15px;
	line-height: normal;
	
	width: 533px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 485px;
	}
	#content a	{
	color: #92825F;
}
#topRow	{
	background: transparent url(../images/background_topRow.gif) repeat-y top center;
	margin-top: 1em;
	font-size: 12px;
	}
	#topRow img, .lowerBox1 img	, .lowerBox2 img	{
	float: left;
	margin: 0 5px 0 0;
	}
	#topRow img, .lowerBox1 img	, .lowerBox2 img	{
	border: 1px solid #92825F;
	background: #FFF;
	padding: 2px;
	}
	#topRow a:hover img, .lowerBox1 a:hover img	, .lowerBox2 a:hover img	{
	border: 1px solid #92825F;
	background: #DED8C9;
}
.topRowBox1, .topRowBox2, .topRowBox3	{
	float: left;
	letter-spacing: 2px;	
	}
	.topRowBox1	{
	margin: 0;
	padding: 0 10px 0 0;
	width: 157px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 147px;
	}
	.topRowBox2	{
	margin: 0 1px;
	padding: 0 10px;
	width: 169px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 149px;
	}
	.topRowBox3	{
	margin: 0;
	padding: 0 0 0 10px;
	width: 154px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 144px;
	}
	* html .topRowBox1, * html .topRowBox2, * html .topRowBox3	{
	/*margin-bottom: -1em;*/
}
.lowerBox1, .lowerBox2	{
	float: left;
	}
	.lowerBox1 h2, .lowerBox2 h2	{
	margin-bottom: .5em;
	}
	.lowerBox1	{
	padding: 0 10px 0 0;
	
	width: 240px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 230px;
	}
	.lowerBox2	{
	padding: 0 0 0 10px;
	letter-spacing: 2px;	
	width: 240px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 230px;
	font-size: 12px;
}
.event	{
	background: transparent url(/images/background_event.jpg) no-repeat;
	font-size: 12px;
	padding: 2px 5px 0 10px;
	margin: 0 0 5px 0;
	
	width: 230px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 215px;
	
	height: 80px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 50px;
	}
	.event h4	{
	color: #B3481A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
}
.newsdate{
	float: right;
	font-style: italic;
	margin-right: 5px;
}
#leftBar ul li	{
	position: relative;
	text-align: left;
	margin: 0 0 2px 0;
	line-height: 20px;
	border: none;
	padding: 0 15px;
	background: #F6F5EE/* url(/images/background_left_button.gif)*/;
	color: #5D4E37;
	cursor: pointer;
	width: 195px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 165px;
	}
 ul li div{
 	position: absolute;
	left: 195px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 200px;
	border: 1px dotted #D3D3D3;
	z-index: 2;
	color: #333;
	background-color: #ECE6D6;
	padding: 6px;
 }
ul li.over div{
	display: inline;
}

