@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 100%;
}
#menu {

}
#header {
	height: 170px;
	width: 95%;
	margin-left: 5%;
	margin-top: 5%;
}
#content {
	height: 230px;
	text-align: center;
	vertical-align: middle;
	color: #6B666A;
	background-image: url(images/logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	padding-right: 80px;
	padding-bottom: 80px;
	padding-left: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #706B6F;
	margin: 0px;
	background-image: url(images/stripe2.png);
	background-repeat: repeat-x;
}
#footer {
	height: 90px;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	background-color: #F1F4D7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9CC3C;
	font-size: 10px;
	color: #828F23;
	text-align: center;
	padding-top: 40px;
}

#MainMenu 
{
	height:33px;
	background: #FFFFFF url("menu/images/bmid_066.gif");
	margin:0;
	border:0;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000000 url("menu/images/bright_066.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("menu/images/bleft_066.gif") no-repeat left top;
	padding:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#000000;
	font-weight:bold;
	line-height:33px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#FF9300;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 solid #FDB300;
	background: #FFFFFF url("menu/images/bmid_066.gif");
	color:#000000;
	z-index:100;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
	width:180px;
	margin:0;
	padding:0;
	display:block;
	border:0 solid ;
	color:#000000;
	background:url("menu/images/bleft_066.gif") no-repeat left top;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv a span 
{
	float:left;
	display:block;
	line-height:33px;
	background:url("menu/images/bright_066.gif") no-repeat right top;
	padding:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#000000;
}
.dropmenudiv a span 
{
	float:none;
}
.dropmenudiv a:hover
{
	border:0 solid #FF9300;
	background-position:left bottom;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#FFFFFF;
	font-weight:bold;
}
