/* CSS Document */

body {
	background-color:#ffffbc;
	background-position:top;
	font-family: Georgia, Times New Roman, Times;
	font-size:12pt;
	color:#000000;
	margin:0;
}

a 
{
	color:#8b5524;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
/*	background-color:#ffb600;*/
}

h1
{
	color: #8b5524;
}

h2
{
	color: #8b5524;
}

h3
{
	color: #8b5524;
}

h4
{
	color: #8b5524;
}

* {
	padding:0;
	margin:0
}

.block
{
	width:30%;
	margin: 0 0 0 0;
	padding: 1% 1% 0% 1%;
	float:left;
}

.half_block
{
	width:45%;
	margin: 0 0 0 0;
	padding: 1% 1% 0% 1%;
	float:left;
}

.blue
{
	color:#8b5524;
}

.red
{
	color:Red;
}

#search_box
{
	position:absolute;
	top: 0px;
	height: 190px;
	right: 0;
	width: 260px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffbc;
}

#search_box li
{
	margin: 0 0 0 10px;
}

#header 
{
	height:auto;
	background-image:url(../image/banner.jpg);
	background-repeat:no-repeat;
}

#header a
{
	font-weight: normal;
}

#header a:hover
{
	background-color:Transparent;
}

#header h1 
{
	font-size: 10pt;
	padding:0px 0px 0px 5px;
}
#header h1 a
{
	color:#8b5524;
	text-decoration:none;
	padding:0px 100px 180px 0px;
}

#header h1 a:hover
{
}

#header h2 
{
	width:250px;
	padding: 0px 5px 5px 5px;
	font-size:150%;
	color:#8b5524;
	background-color:#ffffbc;
	font-weight:normal;
	margin: 140px 0 10px 35%; /* Adjust this value for the space between the site title and the slogan */
	border-top:2px solid #8b5524;
	border-bottom:2px solid #8b5524;
}

#header td
{
	padding: 0 3px 3px 0;
}

#container {
	border-top: solid 2px #8b5524;
	width:auto;
}

#left_sidebar 
{
	font-size: 75%;
	width:18%;
	padding: 0 1% 0 1%;
	margin: 0 0 0 0;
	float:left;
}

#left_sidebar h4 {
	padding: 15px 0 5px 0;
}

/*
	Content
*/
#content 
{
	width: 55%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float:left;
}

#content a 
{
	color:#8b5524;
	text-decoration:none;
}

#content a:hover {
}

#content h3 {
	color:#8b5524;
	padding: 5px 0 0 0;
	font-size:14pt;
}

#content h4 
{
	color:#8b5524;
	padding: 5px 0 0 0;
	font-size:12pt;
}

#content p {
	padding:10px 10px 10px 10px;
	text-indent:1%;
}

#content ul {
	padding:10px 0 10px 30px;
}

#content ol {
	padding:10px 0 10px 30px;
}

#content li {
}



#right_sidebar
{
	font-size:75%;
	width:20%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float:right;
}

#right_sidebar h4 {
	padding: 15px 0 5px 0;
}

#right_sidebar li
{
	list-style-type:none;
}

#nav
{
	font-size: 75%;
	border-top: solid 2px #8b5524;
}

#nav li 
{
	font-family:Verdana, Sans-Serif;
	font-weight:normal;
	color:#000000;
	margin:0px 15px 0 0px;
	padding:-3px 15px 5px 10px;
	list-style:none;
	float:left;
	display:block;
	text-decoration:underline;
}

#nav li a 
{
	font: arial;
	display:block;
	color:#8b5524;
	text-decoration:underline;
	font-weight:bold;
	margin:5px 0 0 0px;
	padding:0px 0 16px 0px;
}

#nav li a:hover, .active {
	background-position:bottom;
	background-repeat:repeat-x;
	color:#8b5524;
}

.clear {
	clear:both;
}

#content_ad
{
	width:300px;
	padding: 0px 5px 0px 5px;
	background:#ffffbc;
	float:right;
}

blockquote {
	background-position:top;
	background-repeat:repeat-x;
	padding:5px 35px 5px 5px;
	border:1px solid #eee000;
}

#sidebar a {
	color:#8b5524;
	font-weight:bold;
	text-decoration:none;
}

#sidebar a:hover
{
	text-decoration:underline;
}

#sidebar h1 {
	font-size:20px;
	color:#777;
	font-weight:normal;
	letter-spacing:-1px;
}

#sidebar p {
	font-size:90%;
	line-height:19px;
	margin:10px 0 10px 0;
}

#footer 
{
	border-top:2px solid #8b5524;
}
#footer a {
}

