
html{
	font-family: arial, tahoma, verdana;
	font-size: 1em;
	background-color: #ffffff;
	height: 100%;
	}

body{
	margin: 0px auto;
	text-align: center;
	padding: 0 0 0 0;
	color: #000000;
	}
	
p{
	margin: 6px;
	text-align:left;
	}
	
a{
	text-decoration: none;
	}
	
a img{
	border: 0px;
	}
	
a:hover{
	text-decoration: underline;
	}
	
.error{
	color: red;
	}

.clear{
	clear:both;
	}
	
ul, ol{
	text-align: left;
	}
	
table{
	border-collapse: collapse;
	margin: 15px auto;
	}
	
table tr td{
	vertical-align: top;
	margin: 0px;
	padding: 0;
	}
	
form{
	width: 98%;
	margin: 15px auto;
	}
	
form fieldset, fieldset{
	margin: 12px;
	padding: 12px;
	border: 1px solid #cdcdcd;
	}
	
form fieldset legend, fieldset legend{
	margin:0;
	margin-bottom: 6px;
	padding:1px 3px;
	border: 1px dotted #cdcdcd;
	}
	
fieldset ul{
	width: auto;
	list-style:none;
	margin: 0;
	padding: 0px;
	text-align: left;
	}
	
fieldset ul li{
	background-color: #d7dcea;
	margin: 2px 0px;
	}
	
fieldset ul li p{
	padding:2px;
	line-height: 19px;
	}
	
form p{
	width: 100%;
	text-align:left;
	margin: 1px 0;
	line-height:1.8em;
	}

form label{
	text-align: right;
	vertical-align: top;
	width: 10em;
	margin-right: 0.5em;
	line-height:1.3em;
	display: inline-block;
	}

form label.err{
	color:red;
	}

form label.error {
	text-align:left;
	color: #f00;
	margin-left: 13px;
	width: auto;
	display: inline;
	}
	
form input.error, form textarea.error {
	background-color: #fcc;
	border: 2px dotted #f20;
	}
	
form input, form textarea{
	font-family: arial, tahoma, verdana;
	font-size: 1em;
	width:200px;
	}

	
form input.submit, .but, a.submit{
	margin-left: 13em;
	margin-right: 0em;
	margin-top: 6px;
	width: 100px;
	background: #ffffff;
	border: 2px solid #cdcdcd;
	}
	
.radio{
	width: auto;
	}
	
.but{
	margin-left: 0.5em;
	}
	
a.submit{
	margin: 0px;
	padding: 4px 20px;
	line-height: 2em;
	width: auto;
	}
	
#info, #error{
	margin: 6px 2px;	
	width: 98%;
	display:none;
	}
	
#info{
	border: 2px solid #ffa54a;
	background-color: #ffffd2;
	}

#error{
	border: 2px solid #f00000;
	background-color: #ffd7d7;
	}
	
#info p, #error p{
	padding: 2px;
	font-size: 0.9em;
	font-weight: bold;
	}
	
#error p{
	color: #f00000;
	}
	
.title{
	font-weight: bold;
	font-size: 1.3em;
	}
	
.container{
	margin: auto;
	border: 0px solid #e2e2e2;
	width: 985px;
	position:relative;
	}
	
.header{
	background-image: url('images/head_bg.png');
	background-repeat: no-repeat;
	padding: 15px 12px 0 12px;
	margin: 0px;
	}
	
.menu{
	width: 100%;
	height: 30px;
	z-index: 10;
	border-bottom: 1px solid #000000;
	}
	
.menu ul{
	margin: 0px 0px 0 5px;
	padding: 0px;
	}
	
.menu li{
	margin:1px 0px 1px 0px;
	padding:0px 10px;
	list-style:none;
	display:inline-block;
	float:left;
	clear:right;
	position: relative;
	background-image: url('images/menu_div.jpg');
	background-repeat: no-repeat;
	background-position: right;
	}
	
.menu li a{
	line-height: 30px;
	text-align:center;
	display:block;
	color:#ffffff;
	font-size: 0.8em;
	font-weight: bold;
	padding:0px;
	margin: 0 0px;
	position: relative;
	}
	
.menu li a:hover{
	text-decoration: underline;
	}

.menu li.current, .menu li:hover{
	}
	
.menu li.current a, .menu li:hover a{
	}
	
.menu li.hasmore{

	}
	
.menu li.name{
	float:right;
	background-image: none;
	}

.menu li.name a{
	font-size: 1em;
	margin-right: 20px;
	}
	
.slider{
	padding: 0; margin: 0px auto;
	height: 320px; width: 959px;
	overflow: hidden;
	position:relative;
	border-bottom: 1px solid #000000;
	}
	
.slide {
	float:left; clear:right; 	
	height: 320px; width: 959px;
	background-repeat: no-repeat;
	}

.slides {
	position:absolute; top:0; left:0;
	}

.slideImage{
	height: 330px; width: 960px;
	}
	
.content{
	width: 961px;
	text-align: center;
	padding: 0px 12px;
	background-image: url('images/content_bg.png');
	background-repeat: repeat-y;
	margin: 0 auto;
	position:relative;
	float: left;
	clear:both;
	border: 0px solid #000000;
	}
	
.text{
	width:100%;
	margin: 0px;
	position: relative;
	}
	
.poi.bottom{
	margin: 10px auto;
	width: 930px;
	padding: 0px;
	border: 0px solid #f20;
	}
	
.poi.bottom .img{
	width: 206px;
	height: 251px;
	overflow: hidden;
	margin:0px;
	margin-right: 35px;
	float: left; clear: right;
	border: 0px solid #0f4d00;
	background-color: #ffffff;
	position: relative;
	}
	
.poi.bottom .img.last{
	margin:0px;
	}
	
.poi.bottom .img .roundtop{
	width: 100%;
	height: 100%;
	background-image: url('images/poi_round.gif');
	background-repeat: no-repeat;
	background-position: -23px -25px;
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 10;
	}
	
.poi.bottom .img .cap{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background-color: #ffffff;
	color: #0f4d00;
	height: 50px
	}
	
.poi.bottom .img .cap p{
	margin: 3px;
	}
	
.poi.bottom .img .cap .title{
	font-size: 0.95em;
	text-align: center;
	}
	
.poi.bottom .img .cap .sml{
	font-size: 0.75em;
	text-align: center;
	font-weight: bold;
	}
	
.notes{
	border: 1px solid #cdcdcd;
	width: 288px;
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 6px;
	}
	
.notes p{
	line-height: 1.1em;
	}

.credit{
	padding: 0px;
	margin: 0 auto;
	width: 985px;
	background-image: url('images/credit_bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	clear:both;
	}
	
.credit p{
	text-align: center;
	font-size: 0.8em;
	color:#cdcdcd;
	padding-bottom:15px;
	}
	
.credit a{
	color:#cdcdcd;
	}
