
html, body{
	font-family: tahoma, arial;
	font-size: 1em;
	margin: 0;
	text-align: center;
	padding: 0 0 0 0;
	background-color: #ffffff;
	color: #000000;
	width: 100%;
	height: 100%;
	background-image: url('images/bg-grad.jpg');
	background-repeat: repeat-x;
	}
	
body{
	margin: 6px auto;
	}
	
p{
	margin: 6px;
	text-align:left;
	}
	
a{
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	
.error{
	color: red;
	}

.clear{
	clear:both;
	}
	
ul, ol{
	text-align: left;
	margin-left: 50px;
	}
	
table{
	border-collapse: collapse;
	}
	
table tr td{
	vertical-align: top;
	margin: 0px;
	padding: 0;
	}
	
form fieldset, fieldset{
	background-repeat: no-repeat;
	background-position: 30px right;
	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, form textarea{
	font-family: arial, tahoma, verdana;
	font-size: 1em;
	width:200px;
	}

	
form input.submit, .but{
	margin-left: 13em;
	margin-right: 0em;
	margin-top: 6px;
	width: 100px;
	background: #ffffff;
	border: 2px solid #cdcdcd;
	}
	
.but{
	margin-left: 0.5em;
	}
	
#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{
	background-color: #8dc63f;	
	}
	
#container, .credit{
	margin: 0px auto;
	border: 1px solid #000000;
	width: 800px;
	position:relative;
	}
	
#content{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	}
	
.header{
	width: 100%;
	height: 372px;
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
	position: relative;
	}
	
.header .top{
	font-size: 0.8em;
	text-align:right;
	vertical-align: top;
	margin-top: 2px;
	}
	
.header .img{
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 62px;
	height: 300px;
	width: 100%;
	}
	
.content{
	background-image: url('images/txt_bg.gif');
	background-repeat: repeat-y;
	background-color: #ffffff;
	}

.menu{
	float:left;
	clear:right;
	width: 170px;
	display: inline-block;
	z-index: 10;
	background-color: #8dc63f;
	}
	
.menu ul{
	margin: 0px;
	padding: 0px;
	}
	
.menu li{
	margin: 0px;
	padding: 0px;
	list-style:none;
	display:block;
	position: relative;
	}
	
.menu li a{
	text-align:center;
	display:block;
	color:#292b75;
	font-size: 0.9em;
	padding:0px;
	margin: 0 0px;
	position: relative;
	}
	
.menu li a img{
	border: 0px;
	}
	
.menu li a:hover{
	}

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

	}
	
ul.dropdown{
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	margin:0px;
	padding:5px;
	display:block;
	position:absolute;
	z-index: 1000;
	top: 100%;
	display:none;
	left:20px;
	overflow:hidden;
	}
	
ul.dropdown ul.dropdown{
	top:0;
	left:95%;
	}
	
ul.dropdown li{
	background-image: none;
	text-align:left;
	margin:0px; 
	padding: 2px 3px;
	float: none;
	position:relative;
	list-style:none;
	display:block;
	border-bottom:1px solid #cdcdcd;
	}
	
ul.dropdown li.last{
	border:0;
	}

ul.dropdown li a{
	text-align:left;
	background-image: none;
	border: 0px;
	padding: 0 6px;
	color:#292b75;	
	display:block;
	position:relative;
	z-index: 0;
	}

.text{
	vertical-align: top;
	display: inline-block;
	margin: 0px;
	padding: 12px;
	width: 599px;
	background-color: #ffffff;
	background-image:url('images/corner.gif');
	background-repeat: no-repeat;
	}
	
span.thumbnail{
	margin: 6px;
	display: inline-block;
	border: 1px solid #cdcdcd;
	position: relative;
	}
	
span.thumbnail img{
	border: 0px;
	padding: 2px;
	padding-bottom: 12px;
	}
span.thumbnail span{
	position: absolute;
	right: 2px;
	bottom: 2px;
	font-size: 0.55em;
	}
	
.gall_thumb{
	text-align: center;
	display: inline-block;
	margin: 12px;
	}
	
.gall_thumb p{
	font-weight: bold;
	text-align: center;
	}
	
.gall_thumb img{
	height: 100px;
	border: 2px solid #660000;
	}

	
#map{
	width: 570px;
	height: 400px;
	border: 1px solid #000000;
	}
			
.credit{
	margin-top: 0px;
	width: 100%;
	border: 0;
	}
	
.credit p{
	text-align: center;
	font-size: 0.8em;
	margin:2px;
	color:#cdcdcd;
	}
	
.credit a{
	color:#cdcdcd;
	}

