@charset "utf-8";
/* CSS Document */

.clearpadding{
	padding: 0px;
	margin: 0px;
}

.topbanner{
	height:95px;
	background: url('banner.jpg') no-repeat 0px 0px;
}

.left_r{
	background: url('left_repeat.jpg') #ececec repeat-y 100% 0px; 
}

.right_r{
	background: url('right_repeat.jpg') #ececec repeat-y 0px 0px; 
}

.menu_pane{
	background: url('menu_bar.jpg') #000000 repeat-x 0px 0px;
	height: 41px;
}

.planebg{
	background: url('content_repeat.jpg') #b9b9b9 repeat-x 0px 0px;
}

.bottompane{
	background: url('footer_bar.jpg') #ececec no-repeat 0px 100%;
	height: 61px;
	padding-top: 12px;
}

.bottompane_txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #474747;
	text-decoration: none;
}

.bottompane_txt a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #474747;
	text-decoration: none;
}

.bottompane_txt a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #80822f;
	text-decoration: none;
}

.contentpane{
	background: url('content_repeat.jpg') #b9b9b9 repeat-x 0px 0px;
	padding-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
}

.topimage{
	background: url('banner_sub.jpg') no-repeat 50% 0px;
	height: 71px;
	border: 1px #FFFFFF solid;
}

.menu_item{
	height: 41px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b6b15e;
	
	
}

.menu_item_x{
	height: 41px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.menu_item a{
	color: #b6b15e;
	text-decoration: none;

}

.menu_item a:hover{
	color: #ffffff;
	text-decoration: none;

}

.menu_item_x a{
	color: #ffffff;
	text-decoration: none;

}

.content_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	padding-top: 5px;
	
	font-weight: 200;
}

.heighlight{
	background: url('highlight_w.jpg') #5c5801 repeat-y 0px 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	height: 14px; 
}


/*extra*/

.style2 {color: #5c5801}
.style3 {
	font-size: 14px;
	font-weight: bold;
}
.style4 {color: #FFFFFF}
.style7 {color: #5c5801; font-weight: bold; }
.style8 {
	font-size: 12px;
	color: #5c5801;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}


