@charset "UTF-8";

* {
margin: 0px;
padding: 0px;
}

body  {
	background: #ffffff  repeat-x;
	color: #ffffff;
	margin: 0px;
	font-size: 11px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}

#container {
	background:url(bg.jpg) left top no-repeat;
	padding: 0px;
	height: 600px;
	text-align: left;
/*	border-bottom:1px solid #000000; */
}	

#box {  
	background:url() left top no-repeat;
	width: 1000px;
	margin: 0 left;
}

#logo	{
	background: url(logo.jpg) left top no-repeat;
	height: 90px;
	margin: 0 left;
	overflow: hidden;
}

#menubar {
	height: 55px;
	background: url(back_menubar.jpg) top no-repeat;
	margin: 0 left;
	color: #EEEEEE;
	padding: 0 130px;
}

.clearfloat {
	clear: both;
	height: auto;
	font-size: 1px;
	line-height: 0px;
}

/* Main Navigation */

#menus li {
	display: inline;
	list-style: none;
}
#menus li a {
	background: url(menu.jpg) no-repeat;
	display: block;
	color: #382E1F;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	margin-left: -10px;
	text-decoration: none;
	font-size: 11px;
	float: left;
	z-index: 1;
/*	border: 1px solid #000000; */
}
#menus li a:hover, 
#menus li a.current {
	background-position:0 -36px;
}


#menus li.current_page_item a, 
#menus li.current-cat a {
	background-position:0 -71px;
}
#menus li a.home {
	background-position:0 -105px;
	width: 55px;
	padding: 0;
	margin-left: 0;
	text-indent: -999em;
}
#menus li a.home:hover {
	background-position: 0 -140px;
}
#menus li.current_page_item a.home {
	background-position: 0 -175px;
}
#menus li a.lastmenu:hover {
	background-position: 0 0;
	cursor: default;
}

/* Navigation Submenu */
#menus li ul {
	display: none;
	background: #FFFFFF url(menu_back.gif) top left repeat-y;
/*	border: solid #A6A6A6; */
/*	border-width: 1px 1px 0; */
	line-height: 0;
	position: absolute;
	z-index: 1;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#menus li li {
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#menus li li a {
	float: none;
	padding: 7px 18px 7px 10px;
	text-decoration: none;
/*	border-bottom: 1px solid #DDD; */
	margin: 0;
	background-image: none;
	height: auto;
	line-height: 145%;
	color: #555;
	display: block;
	width: 175px;
}
#menus li li a.last {
	border-color: #A6A6A6;
}
#menus li li a:hover, 
#menus li li a.current {
	background: #9a0000 url(menu_back_selected.gif) top left repeat-y;
	color: #FFFFFF;
}
#menus li li a.subtitle, 
#menus li li a.subtitle:hover {
	background-image: url(arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#content {
	background: url() no-repeat;
	min-height: 525px;
	height: 525px;
/*	border: 1px solid #000000; */
}

/* Search & Contact */

label,input {
	display: block;
	/*width: 150px;*/
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


label {
	text-align: left;
	width: 320px;
	/*padding-right: 60px;*/
	display: block;
	padding-left: 10px;
}

br {
	clear: both;
}
.radiobuttons {
	display: block;
	clear: left;
	margin-left: 330px;
}
.radiolabels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.divcenter {
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 95%;
}
.divcenter p {
	font-size: 12px;
	text-align: center;
}
.divcenter a {
	color: #000000;
	text-decoration: none;
}
.required {
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
	background-color: #666666;
	padding: 10px;
}
.formdiv {
	width: 85%;
	padding-left: 7%;
	padding-bottom: 25px;
}
.bottomdiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	float: left;
	clear: left;
	padding-top: 20px;
}
.bottomdiv p {
	font-size: 10px;
	color: #666666;
	text-align: left;
}
.archives {
	font-size: 12px;
	text-align: left;
	color: #000000;
	padding: 0px;
}