
.bodyclass {
	background-color: #F1EBD3;
	background-image: url(/images/layout/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#header_top {
	margin: 0px auto;
	padding: 0px;
	margin-top: 45px;
	background: url(/images/layout/header_top.png) no-repeat top;
	width: 974px;
	height: 19px;
}

#wrap {
	width: 974px;
	margin: 0px auto;
	padding: 0px;
	background: url(/images/layout/wrap_bg.png) repeat-y;
}

#printheader,
#printfooter {
	visibility: hidden;
	display: none;
}

#header {
	width: 768px;
	height: 122px;
	float: left;
}

#headermenu {
	width: 768px;
	height: 17px;
	padding-top: 3px;
	float: left;
	background-color: #E1E7ED;
	border-top: 1px solid #9da7b0;
	border-bottom: 1px solid #9da7b0;
}

/************************ navigation ****************************/
#navigation {
	width: 197px;
	float: left;
	padding: 0px;
}

#navcontainer_top {
	width: 197px;
	height: 145px;
	float: left;
	padding-bottom: 20px;
}

#navcontainer {
	width: 197px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	/*
	background: url(/images/navigation/on.png) top no-repeat;
	*/
}

#navcontainer ul  {
	list-style: none;
	margin:  0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 12px;
	font-weight: bold;
}

#navcontainer li a {	
	display: block;
	padding: 3px 10px 3px 20px;
	width: 167px;
	color: #9e9e07;
	text-decoration: none;
	text-transform: uppercase;
}

#navcontainer li a:hover {
	color: #ffffff;
	text-transform: uppercase;
}
#navcontainer li a#current {
	color: #ffffff;
	text-transform: uppercase;
	background: url(/images/navigation/on.png) top no-repeat;
}

#navcontainer ul ul  {
	list-style: none;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	border-left: 1px solid #9e9e07;
}

#navcontainer li li {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 3px;
}

#navcontainer li li a {	
	display: block;
	padding: 0px 10px 0px 10px;
	width: 156px;
	color: #cccccc;
	text-decoration: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	color: #ffffff;
	background: none;
}

#banners {
	width: 197px;
	float: left;
	padding-top: 5px;
	text-align: center;
}

.navbanner {
	margin-bottom: 5px;
}

#bar {
	width: 1px;
	float: left;
	height: 500px;
}

#maincontent {
	float: right;
	width: 763px;
	background: url(/images/layout/home_bg.png) repeat-y;
}

#maincontent_inside {
	float: right;
	width: 763px;
}

#main {
	width: 963px;
	margin-left: 7px;
	background: url(/images/navigation/bottom.png) left bottom no-repeat;
}

/******************* breadcrumbs/page title *******************/
#content_top {
	height: 89px;
	width: 760px;
}

#content_wrap {
	width: 760px;
	background: url(/images/layout/content_bg.png) right top no-repeat #ffffff;
}

#content {
	width: 740px;
	margin-left: 10px;
}

#breadcrumbs {
	text-align: right;
	font-size: 10px;
	color: #a3a60f;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 3px;
	padding-right: 3px;
	background: url(/images/layout/breadcrumbs_bg.png) right repeat-y #ffffff;
}

#breadcrumbs a {
	color: #a3a60f;
}

#footer_top {
	margin: 0px auto;
	padding: 0px;
	width: 974px;
	height: 16px;
	background: url(/images/layout/footer_top.png) top no-repeat;
}

#footer {
	margin: 0px auto;
	padding: 0px;
	width: 974px;
	height: 60px;
	line-height: 18px;
	font-size: 11px;
}

#footer_left {
	width: 650px;
	float: left;
	padding-left: 5px;
	text-transform: uppercase;
	height: 60px;
}

#footer_right {
	width: 150px;
	float: right;
	padding-right: 5px;
	text-align: right;
	height: 60px;
	text-transform: uppercase;
}

#grip {
	text-align: right;
	padding: 0px;
	padding-top: 10px;
}

.button { 
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #231F20;
	color: #231F20;
	text-align: center;
	padding: 2px 10px;
	cursor: pointer;
}

.button:hover { 
	font-size: 11px;
	background-color: #231F20;
	border: 1px solid #231F20;
	color: #ffffff;
	text-align: center;
	padding: 2px 10px;
	cursor: pointer;
}