/*** Common items (used across templates) ********************************************/

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#logo {
	width: 754px;
	height: 186px;
	float: left;
}

#top_navigation {
	width: 754px;
	height: 28px;
	float: left;
	border-top: 2px solid #eae0c4;
	border-bottom: 2px solid #eae0c4;
	font-size: 11px;
}

#top_menu {}

.navigation {
	width: 157px;
	float: left;
	min-height: 400px;
}

#content {
	width: 575px;
	float: left;
	min-height: 400px;
	padding: 5px 10px 20px 10px;
}

* html #content {
	min-height: 400px;
	height: 400px;
}

#menu {
	padding: 15px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
	width: 157px;
}

.menu1 a:link,
.menu1 a:active,
.menu1 a:visited {
	font-size: 11px;
	text-decoration: none;
	display: block;
	color: #7D6A55;
	padding: 4px 4px 4px 7px;
	width: 146px;
	border-bottom: 1px solid #ffffff;
}

.menu1 a:hover {
	background-color: #ffffff;
}

.menu1_selected a:link,
.menu1_selected a:active,
.menu1_selected a:visited,
.menu1_selected a:hover {
	font-size: 11px;
	text-decoration: none;
	display: block;
	color: #7D6A55;
	padding: 4px 4px 4px 7px;
	width: 146px;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}

.menu2 a:link,
.menu2 a:active,
.menu2 a:visited {
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	display: block;
	color: #6db33f;
	background-color: #ffffff;
	padding: 2px 4px 2px 13px;
	width: 140px;
}

.menu2 a:hover {
	font-weight: bold;
}

.menu2_selected a:link,
.menu2_selected a:active,
.menu2_selected a:visited,
.menu2_selected a:hover {
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	display: block;
	color: #6db33f;
	background-color: #ffffff;
	padding: 2px 4px 2px 13px;
	width: 140px;
	font-weight: bold;
}

.menu3 a:link,
.menu3 a:active,
.menu3 a:visited {}

.menu3 a:hover {}

.menu3_selected a:link,
.menu3_selected a:active,
.menu3_selected a:visited,
.menu3_selected a:hover {}

#breadcrumbs {
	text-align: right;
	font-size: 10px;
	color: #999999;
	padding: 0px 0px 5px 0px;
}

#breadcrumbs a:link,
#breadcrumbs a:active,
#breadcrumbs a:visited {
	color: #999999;
}

#breadcrumbs a:hover {
	color: #977436;
}

#footer {
	width: 754px;
	clear: both;
	font-size: 10px;
	color: #ffffff;
	background-color: #80561b;
}

.footer_text { }

.footer_text a:link,
.footer_text a:active,
.footer_text a:visited,
.footer_text a:hover {}

#grip {
	font-size: 10px;
	padding: 3px 0px 0px 1px;
	color: #999999;
}

#site {
	width: 754px;
	margin-left: auto;
	margin-right: auto;
}

#print_logo {
	display: none;
	visibility: hidden;
}

#navigation_content {
	width: 754px;
	float: left;
	background-image: url(../images/bg_main.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

/*** Custom items (used only for this template) **************************************/
#date {
	width: 155px;
	float: left;
	padding: 6px 0px 0px 15px;
	color: #7d6a55;
}

#search {
	width: 200px;
	float: left;
	padding-top: 5px;
	color: #854e16;
}

#headerlinks {
	width: 300px;
	float: right;
	text-align: right;
	color: #854e16;
	text-transform: uppercase;
	padding: 6px 5px 0px 0px;
}

#headerlinks a {
	color: #000000;
	text-decoration: none;
}

#headerlinks a:hover {
	color: #854e16;
	text-decoration: none;
}

.form {
	border: 1px solid #999999;
	height: 13px;
	width: 119px;
}

#bottom {
	clear: both;
	padding-right: 2px;
}

.footer_table_cell {
	border-top: 1px solid #80561b;
	border-left: 1px solid #80561b;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	white-space: nowrap;
	padding: 2px 0px;
}

.footer_table_cell a,
.footer_table_cell a:hover {
	color: #80561b;
	text-decoration: none;
}

.footer_bottom_cell {
	border-left: 1px solid #ffffff;
	padding: 3px 0px 3px 10px;
}

#printfooter {
	display: none;
	visibility: hidden;
}


