.bodyclass { 
	background-color: #ffffff;
	background-image: url(/images/bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

#wrap {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 970px;
}

#printheader,
#printfooter {
	visibility: hidden;
	display: none;
}

#header {
	width: 970px;
	height: 184px;
	float: left;
	background-image: url(/images/bg_header.jpg);
	background-repeat: no-repeat;
}

#header_top {
	float: left;
	width: 100%;
	height: 25px;
	padding-left: 17px;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ffffff;
}

#header_top a {
	color: #d8d5d0;
	text-decoration: none;
}

#header_top a:hover {
	color: #d8d5d0;
	text-decoration: underline;
}

#header_logo {
	float: left;
	width: 273px;
	height: 89px;
	padding-left: 14px;
	padding-top: 21px;
}

#inside {
	float: left;
	width: 970px;
	background: url(/images/bg_wrapper.png) repeat-y;
}

#inside_home {
	float: left;
	width: 970px;
	background: url(/images/bg_wrapper.png) repeat-y;
}

#content_home {
	float: left;
	width: 740px;
	padding: 0px;
	padding-left: 5px;
}

#minHeight {
	float: left;
	width: 5px;
	background: none;
	height: 450px;
}

#content {
	float: left;
	width: 730px;
	padding: 0px 10px 10px 5px;
}

/************************ navigation ****************************/
#navigation
{
	float: left;
	width: 190px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 50px;
}
#navcontainer
{
	float: left;
	width: 190px;
	font-size: 13px;
}
#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 190px;
}
#navcontainer li
{
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	list-style: none;
	width: 190px;
	line-height: 20px;
}
#navcontainer li a
{
	padding-left: 2px;
	height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	display: block;
}
#navcontainer li a:hover
{
	color: #613111;
	text-decoration: none;
	display: block;
}
#navcontainer li a#current
{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
	display: block;
}
#navcontainer ul ul
{
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 190px;
	list-style: none;
	font-size: 11px;
	background-color: #acdf67;
	border-bottom: 1px solid #ffffff;
}
#navcontainer li li
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	width: 190px;
	height: 16px;
	list-style: none;
	line-height: 20px;
}
#navcontainer li li a
{
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	display: block;
	height: 20px;
	text-decoration: none;
	color: #333333;
	background-image: none;
}
#navcontainer li li a:hover
{
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	color: #993333;
	height: 20px;
	text-decoration: none;
	background-image: none;
}
#navcontainer li li a#current 
{
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	color: #ffffff;
	border: none;
	height: 20px;
	text-decoration: none;
	background-image: none;
}
#banners {
	width: 180px;
	float: left;
	text-align: left;
	padding-top: 15px;
	padding-left: 2px;
}
.navbanner {
	margin-bottom: 5px;
}
/******************* breadcrumbs/page title *******************/
#breadcrumb {
	text-align: right;
	font-size: 10px;
	color: #666666;
	padding: 0px;
}

#breadcrumb a {
	color: #666666;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #666666;
	text-decoration: underline;
}

/******************* footer *******************/
#footer {
	width: 100%;
	background-color: #ffffff;
	background-image: url(/images/bg_footer.png);
	background-position: top;
	background-repeat: no-repeat;
	clear: left;
	padding-top: 25px;
}

#footer_home {
	width: 100%;
	background-color: #ffffff;
	background-image: url(/images/bg_footer_home.png);
	background-position: top;
	background-repeat: no-repeat;
	clear: left;
	padding-top: 25px;
}

#footer_left {
	width: 50%;
	padding-left: 10px;
	font-size: 12px;
	color: #666666;
	height: 25px;
	vertical-align: bottom;
}

#footer_left a {
	color: #666666;
	text-decoration: none;
}

#footer_left a:hover {
	color: #666666;
	text-decoration: underline;
}

#footer_right {
	width: 30%;
	padding-right: 10px;
	text-align: right;
	font-size: 12px;
	color: #666666;
	vertical-align: bottom;
}

#footer_right a {
	color: #666666;
	text-decoration: none;
}

#footer_right a:hover {
	color: #666666;
	text-decoration: underline;
}

#grip {
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}
