
.bodyclass {
	background-image: url(../images/bg_body.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #2b4607;
	color: #666666;
}

#wrap {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}

#wrap_left {
	width: 7px;
	height: 820px;
	float: left;
	background-image: url(../images/bg_wrap_left.png);
	background-position: 0 0;
	background-repeat: repeat-y;
	line-height: 0px;
}

#wrap_right {
	width: 7px;
	height: 820px;
	float: right;
	background-image: url(../images/bg_wrap_right.png);
	background-position: 0 0;
	background-repeat: repeat-y;
	line-height: 0px;
}

#wrap_inside {
	width: 982px;
	float: left;
	background-image: url(../images/bg_wrap_inside.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#main {
	width: 968px;
	float: left;
	border-top: 7px solid #ffffff;
	border-bottom: 7px solid #ffffff;
	padding-left: 7px;
}


/*************************************************************/
/*************************** header **************************/
/*************************************************************/
#top_navigation {
	width: 750px;
	height: 28px;
	float: left;
}

.top_menu {
	float: left;
	text-transform: lowercase;
	font-size: 15px;
}

.top_menu a {
	height: 24px;
	padding: 4px 0px 0px 20px;
	display: block;
	background-image: url(../images/bg_top_nav.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	color: #4d7118;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
}

.top_menu a:hover,
.top_menu a#top_menu_current {
	background-image: none;
	background-color: #ffffff;
	color: #796319;
	text-decoration: none;
}

#quick_links {
	width: 210px;
	height: 28px;
	float: right;
}

#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 968px;
	height: 168px;
	float: left;
	border-top: 6px solid #ffffff;
	border-bottom: 7px solid #ffffff;
}

#header_navigation {
	width: 968px;
	height: 44px;
	float: left;
	border-bottom: 7px solid #ffffff;
}

.header_menu {
	float: left;
	font-size: 18px;
	text-transform: lowercase;
}

.header_menu a {
	width: 192px;
	height: 34px;
	padding-top: 10px;
	display: block;
	background-image: url(../images/bg_header_nav_off.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.header_menu a:hover,
.header_menu a#header_menu_current {
	background-image: url(../images/bg_header_nav_on.gif);
	color: #ffffff;
	text-decoration: none;
}

.header_menu_separator {
	width: 2px;
	height: 44px;
	float: left;
	background-image: url(../images/bg_header_nav_separator.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}


/*************************************************************/
/*************************** navigation **********************/
/*************************************************************/
#navigation {
	width: 200px;
	float: left;
}

#navcontainer {
	width: 200px;
	float: left;
	border-bottom: 7px solid #ffffff;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	font-size: 13px;
	list-style: none;
	text-transform: lowercase;
}

#navcontainer li a
{
	display: block;
	width: 182px;
	padding: 5px 9px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #4b6f18;
	border-top: 1px solid #7a974b;
	background-image: url(../images/bg_menu1_off.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	border-bottom: 1px solid #4b6f18;
	border-top: 1px solid #95c851;
	background-image: none;
	background-color: #95c851;
}

#navcontainer ul ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #c8e3a5;
	padding: 2px;
}

#navcontainer li li
{
	font-size: 12px;
	list-style: none;
	text-transform: none;
}

#navcontainer li li a
{
	display: block;
	width: 182px;
	padding: 3px 7px;
	text-decoration: none;
	color: #2e4a05;
	border: none;
	background-image: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	color: #2e4a05;
	border: none;
	background-image: none;
	background-color: #ffffff;
}

#searchbox {
	width: 200px;
	height: 57px;
	float: left;
	background-image: url(../images/bg_search.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-bottom: 7px solid #ffffff;
}

#bar {
	width: 8px;
	float: left;
}

	
/*************************************************************/
/*************************** main ****************************/
/*************************************************************/
#main_home {
	width: 760px;
	float: left;
}

#main_inside {
	width: 735px;
	float: left;
	padding-left: 12px;
}

#breadcrumbs {
	text-align: right;
	text-transform: lowercase;
	font-size: 12px;
	color: #796319;
}

#breadcrumbs a {
	color: #796319;
	text-decoration: none;
}

#pagetitle {
	padding-bottom: 1px;
	color: #72a523;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #72a523;
}

#maincontent {
	width: 707px;
	float: left;
	padding: 2px 20px 10px 20px;
}


/*************************************************************/
/*************************** footer **************************/
/*************************************************************/
#footer {
	width: 982px;
	height: 150px;
	padding-top: 47px;
	background-image: url(../images/bg_footer.jpg);
	background-position: 0 5px;
	background-repeat: no-repeat;
	float: left;
	color: #ffffff;
	font-size: 11px;
	background-color: #2b4607;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer_left {
	width: 550px;
	height: 79px;
	float: left;
	padding-top: 1px;
}

#footer_right {
	width: 350px;
	height: 80px;
	float: right;
	text-align: right;
}

#grip {
	width: 982px;
	float: left;
	text-align: center;
}

#printfooter {
	display: none;
	visibility: hidden;
}


