html, body {
	margin: 0;
	padding: 0;
}

.bodyclass {
	background-color: #1D3601;
}

#fakebody {
	background: #345a08 url(/images/layout/wrap_bg.jpg) no-repeat top;

}

#wrap {
	background: url(/images/layout/body_bg.png) repeat-x top;
}

#top_wrap {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url(/images/space.gif) repeat top;
}

#printheader,
#printfooter {
	visibility: hidden;
	display: none;
}

#header {
	width: 980px;
	height: 89px;
	background-image: url(/images/layout/header.png);
}

#inside_header {
	margin-left: 6px;
	width: 968px;
	height: 91px;
	background-image: url(/images/layout/inside_header.jpg);
}

.content_top {
	width: 980px;
	height: 5px;
	font-size: 1px;
	background-image: url(/images/layout/home_content_top.png);
}

.cb_top {
	width: 980px;
	background: url(/images/layout/home_content_top_bg.png) repeat-y;
}


.cb_bottom_container {
	width: 980px;
	background: url(/images/layout/home_content_bottom_bg.png) repeat-y;
}

.cb_divider {
	width: 980px;
	height: 12px;
	font-size: 1px;
	background: url(/images/layout/home_content_divider.png) no-repeat;
}

.content_bottom {
	width: 980px;
	height: 6px;
	font-size: 1px;
	background: url(/images/layout/home_content_bottom.png) no-repeat;
}

.cb_bottom {
	width: 233px;
	min-height: 200px;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	display: inline;
}

.cb_bottom .cbTitle {
	background: url(/images/layout/title_bg.png) repeat-x;
	height: 25px;
	padding: 6px 4px 4px 8px;
	font-family: Georgia, Times New Roman;
	font-size: 19px;
	color: #fff;
}
.cb_bottom .cbBody {
	padding: 5px;
}

.cb_top .cbTitle {
	background: url(/images/layout/title_bg.png) repeat-x;
	height: 25px;
	margin: 2px 6px 0 6px;
	padding: 6px 4px 4px 8px;
	font-family: Georgia, Times New Roman;
	font-size: 19px;
	color: #fff;
}

.cb_top .cbBody {
	padding: 0 6px;
}

#inside_content_divider {
	width: 980px;
	height: 12px;
	font-size: 1px;
	background: url(/images/layout/inside_content_divider.png) no-repeat;
}

#content_container {
	width: 980px;
	background: url(/images/layout/inside_content_bg.png) repeat-y;
}

#inside_content_bottom {
	width: 980px;
	height: 6px;
	font-size: 1px;
	background: url(/images/layout/inside_content_bottom.png) no-repeat;
}

.content {
	display: inline;
	float: left;
	width: 677px;
	margin-left: 13px;
	min-height: 450px;
	padding: 16px 23px;
	background: url(/images/layout/inside_content_content_bg.png) repeat-x;
}

/************************ navigation ****************************/
#top_nav_container {
	margin: 0 0 0 6px;
	padding: 0;
	height: 33px;
	width: 968px;
	background: url(/images/nav/nav_background.png) repeat-x;
}

#top_nav {
	list-style-type: none;
	display: inline;
}

#top_nav li {
	display: inline;
}

#top_nav a {
	position: relative;
	display: block;
	float: left;
	width: 138px;
	height: 25px;
	padding-top: 8px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: url(/images/nav/nav_border.png) no-repeat right;
	cursor: pointer;
}

#top_nav a:hover, #top_nav a.selected {
	display: block;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	z-index: 9000;
}

#top_nav a span {
	z-index: 8999;
	display: block;
	padding: 0;
	margin: 0;
	width: 138px;
	height: 22px;
}

#top_nav a:hover span, #top_nav a.selected span {
	color: #c2dba1;

	background-color: transparent;
	background-image: url(/images/nav/nav_hover.png);
	background-repeat: no-repeat;
	background-position: bottom;
	cursor: pointer;
}

/* Side Navigation */

#navigation {
	display: inline;
	margin-left: 6px;
	width: 232px;
	min-height: 362px;
	float: left;
	background-image: url(/images/nav/navigation_box_background.png);
	background-repeat: repeat-x;
	padding-top: 5px;
}

#navcontainer {

}

#navcontainer ul  {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#navcontainer li {
}

#navcontainer li a {
	display: block;
	width: 222px;
	padding: 3px 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#navcontainer li a:hover {
	color: #cef895;
	text-decoration: none;
}

#navcontainer li a#current {
	color: #cef895;
}

#navcontainer ul ul  {
	background-image: url(/images/nav/nav_top_border.png);
	background-repeat: repeat-y;
	padding-bottom: 1px;
	padding-top: 1px;
}

#navcontainer li li {
	background-image: url(/images/nav/nav_2_bg.png);
}

#navcontainer li li a {	
	font-size: 12px;
	width: 212px;
	padding-left: 16px;
	text-transform: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	color: #cef895;
}

#navcontainer ul ul ul {
	background: none;
	background-color: #294905;
	padding: 1px 0 1px 0;
}

#navcontainer li li li {
	background-image: url(/images/nav/nav_3_bg.png);
	background-repeat: repeat-y;
}

#navcontainer li li li a {
	font-size: 12px;
	width: 198px;
	padding-left: 30px;
	text-transform: none;
	font-weight: normal;
}

#navcontainer li li li a:hover,
#navcontainer li li li a#current {
	color: #9dd359;
}

#navcontainer li li li a:active {
	background-image: url(/images/nav/nav_3_active.png);
	background-position: left;
	background-repeat: no-repeat;
}

#banners {
	width: 209px;
	float: left;
	text-align: center;
	padding: 5px;
}

/******************* breadcrumbs/page title *******************/
#breadcrumbs {
	margin-bottom: 20px;
	text-transform: lowercase;
}

#breadcrumbs a {
	text-transform: lowercase;
}

#breadcrumbs a:hover {
	color: #204da5;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	background-image: url(/images/layout/footer.png);
	position: relative;
	height: 188px;
	width: 100%;
	bottom: 0;
}

#footer_container {
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer_left {
	width: 660px;
	float: left;
	padding-left: 10px;
}

#footer_right {
	width: 300px;
	float: left;
	padding-right: 10px;
	text-align: right;
}

#footer a {
	color: #cff997;
}

#footer a:hover {
	color: #fff;
}

#grip {
	text-align: left;
	padding-top: 10px;
}

.button {
	color: #ffffff;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	background: url(/images/buttons/button.png) no-repeat;
	width: 122px;
	height: 24px;
	border: none;
}

.button:hover {
	color: #ffffff;
	background: url(/images/buttons/button_over.png) no-repeat;
}

