/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
p { margin: 1em 0; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-image: url(gfx/bg_bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0;
	text-align: center;
}
#container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: justify;
	top:0px;
}
#container .img{
	padding-bottom:10px;
}
#top {
	position:relative;
	width:100%;
	height: 6.55em;
	background-color: #FFFFFF;
}
#top img{
	padding-top: 0.63em;
	padding-left: 1em;
}
#banner {
	position:relative;
	width:100%;
	height: 272px;
	background-color: #FFFFFF;
	background-image: url(gfx/bg_top.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#right {
	position:absolute;
	top:394px;
	right:70px;
	width: 170px;
	z-index: 2;
}
#map {
	background-image: url(gfx/map.png);
	background-repeat: no-repeat;
	background-position:bottom right; 
	position:absolute;
	top:450px;
	right:25px;
	width: 135px;
	min-height: 204px;
}
#loadarea {
	position:absolute;
	top:450px;
	right:25px;
	width: 500px;
	border: 4px white solid;
}
a:link, a:visited, a:active {
	color: #603;
	text-decoration: none;
}
a:hover {
	color: #936;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 18px;
	color: #9fc41d;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
ul {
  margin-left: 0em;
  padding-left: 0;
}
li {
  margin: 0;
  padding: 0;
}
.text_banner {
	font-size: 24pt;
	text-align: left;
	color: #FFFFFF;
	float: left;
	font-variant: small-caps;
	padding-left: 0.5em;
	padding-top: 0.1em;
}
.text_banner2 {
	float: right;
	margin-top: 0em;
	padding-right: 2em;
}
.banner, .search_box {
	height: 80px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
}
.yht {
	color:#9fc41d;
	font-size:16pt;
}
.highlight {
	background-color: #D0D0D0;
}
.menu {
	height: auto;
	min-height: 33px;
	background-image: url(gfx/bg_nav.png);
	background-repeat: repeat-x;
	padding-top: 10px;
}
.menu ul, .menu li {
	padding:10px;
	display: inline;
	list-style: none;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	color:#FFFFFF;
	padding: 2px;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	color:#FFFFFF;
}
.menu_default a:hover {
	color:#9fc41d;
}
.menu_current  {
	font-weight:bold;
}
.menu_current a:hover  {
	font-weight:bold;
	color:#9fc41d;
}
.menu fieldset {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.menu legend {
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.menu input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.content {
	margin-left: 1em;
	padding: 4px 10px 14px 10px;
	text-align:left;
	float: left;
	width: 65%;
	min-height:250px;
}
.content li, ul{
	margin-left: 0.5em;
}
.footer {
	background-color: #b1b1b1;
	clear: both;
	height: 163px;
	color: #FFF;
	text-align: left;
	padding-top:0.8em;
	padding-left: 1.7em;
	line-height: 15px;
}
