* {
	margin:0; padding:0
}
body {
	font:12px Verdana, Arial, Helvetica, sans-serif; 
	/* background:#666 url(images/bg.gif); */
	background:#dbad33;
	}
#container
	{
	width: 1000px;
	margin: 5px auto;
	border:3px solid #2a5975;
	background:white;
	}
#title
	{
	background-image: url(images/title4.jpg);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: -17px -17px;
	height: 85px;
	width: 1000px;
	}
#bottom{
	background: url(images/bottom.jpg) center center no-repeat;
	height:24px;
	clear:both;
	}
#leftcol {
	width:686px; 
	float:left;
	}
#rightcol
	{
	float:right;
	width: 300px;
	margin-right:10px;
	padding:0px;
	}

#map {
	margin-left:10px;
	margin-top: 0px;
}

#message{
	margin: 6px 20px 10px 20px;
	border: 2px solid #114463;
	padding: 10px 20px 10px 20px;
}

#message p, form {
	color:#2a5975;
	font-size: 12px;
	font-weight:normal;
	padding-bottom:5px;
}

#message li {
	color:#2a5975;
	font-size: 12px;
	font-weight:bold;
	margin:12px;
}


#message h1{
	color:#2a5975;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:10px;
}

#message table{
	width:600px;
}

#message td{
	border: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #2a5975;
}

#menu {
	color:white;
	font-size: 12px;
	font-weight:bold;
	padding: 8px 20px 0px 20px;
	height: 22px;
}

#menu li {
	display:inline;
	border: 1px solid #114463;
	padding: 3px 10px 2px 10px;
	background: #2a5975;
	}

#menu li.selected {
	background: #e06903;
	}

#menu a, #menu a:visited {
	text-decoration: none;
	color: white;
}

#menu a:hover  {
	text-decoration: none;
	color: #e06903;
	}
#menu  a:active {
	text-decoration: none;
	background: #e06903;
	color:white;
	}

.item {
	color:#2a5975;
	font-size: 14px;
	font-weight:bold;
	margin-top:12px;
	padding-top:14px;
	background: url(images/under.jpg) center top no-repeat;;
}
.itemtext{
	color:#2a5975;
	font-size: 12px;
	font-weight:normal;
	text-align: justify;
}	

.itemtext li {
	margin-left:10px;
	padding-top:6px;
}

.itemtext li li {
	margin-left:10px;
	padding-top:0px;
}
	
#image {
	position:relative;
	top:-4px;
	width:672px; 
	height:470px; 
	padding:5px; 
	/* border:2px solid #666;  */
	background:#FFF url(images/loading.gif) center center no-repeat;
	}
#image img {
	position:absolute; 
	top:5px; 
	left:5px;
	}
#thumbwrapper {
	margin-top:0px; 
	padding:5px 0; 
	width:682px; 
	height:100px; 
	/* border:2px solid #666; 
	background:#FFF; */
	}
#thumbarea {
	position:relative; 
	overflow:hidden; 
	height:100px; 
	width:682px; 
	}
#thumbs {
	position:absolute; 
	list-style:none; 
	margin-left:5px; 
	height:100px; 
	width:10000px; 
	/* border-right:5px solid #FFF; */
	}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
