@charset "UTF-8";
/* CSS Document */

* html img,
* html body,
* html #linkspage,
* html #log,
* html #home,
* html #photos-title,
* html #maps-title,
* html #links,
* html #forum{
	behavior: url(iepngfix.htc);
}

.handcursor{
	cursor:hand;
	cursor:pointer;
}

a:link{color: #E0D5BD;}
a:hover{color: #928370; }
a:visited{color: #E0D5BD}

/***************Structure***************/

body{
	background-image:url(images/back.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#283E50;
	margin:0;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	color: #E0D5BD;
}

#container{
	width: 990px;
	margin-right:auto;
	margin-left:auto;
}


#maincontent{
	float:right;
	margin-top: 150px;
	width: 840px;
	height:auto;
	/*_width: 610px; IE hack*/
}


#linkspage{
	float:left;
	width: 795px;
	padding:10px;
	background-image:url(images/log_back.png);
	border-left:dotted #283E50 2px;
	_background-color: #56697A; /*IE hack*/
	_background-image: none; /*IE hack*/
	/*_width: 610px; IE hack*/
}

#navbar{
	float:left;
	width: 130px;
	height: 100%;
	margin-top: 110px;
	font-size: 12px;
	font-weight:bold;
	color:white;
}

#log{
	float:left;
	width: 150px;
	height: 545px;
	background-image:url(images/log_back.png);
	border-left:dotted #283E50 2px;
	padding: 5px;
	_background-color: #56697A; /*IE hack*/
	_background-image: none; /*IE hack*/
}

.logtext, #maptext{
	text-indent: 15px;
}

.header{
	color:#CAC2B9;
	border-bottom: dotted #283E50 2px;
	margin-top: -5px;
	margin-bottom: -5px;
	font-weight: bold;
	font-size: 18px;
}

.date{
	font-size:12px;
	color: #283E50
}

#slideshow{
	float:left;
	margin-left:15px;
	width:650px;
	height: 545px;
	background-color:black;
	color:#CAC2B9;
	padding: 5px;
}

#footer{
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	padding-top: 10px;
	clear:both;
	color:#CAC2B9;
	font-size: 11px;
}

.navmenu{
	font-size: 9px;
	font-weight:bold;
}

.large{
	font-size: 20px;
}

#mapheader{
	background-color:#000000;
	margin-bottom: 10px;
	padding: 5px;
}

#legend{
	float:right;
	color: #E0D5BD;
	margin-top: -21px;
}

#maptext{
	background-image:url(images/log_back.png);
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
	_background-color: #56697A; /*IE hack*/
	_background-image: none; /*IE hack*/	
}

/***************Rollovers***************/
#home{
	background-image:url(images/home.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width: 95px;
	height: 35px;
	text-indent: -5000px;
}

#home:hover{
	background-position: 0 -35px;
}

#photos-title{
	background-image:url(images/photos.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width: 120px;
	height: 35px;
	margin-top: 10px;
	text-indent: -5000px;
}

#photos-title:hover{
	background-position: 0 -35px;
}

#maps-title{
	background-image:url(images/maps.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width: 93px;
	height: 45px;
	margin-top: 10px;
	text-indent: -5000px;
}

#maps-title:hover{
	background-position: 0 -45px;
}

#links{
	background-image:url(images/links.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width: 90px;
	height: 35px;
	margin-top: 0;
	text-indent: -5000px;
}

#links:hover{
	background-position: 0 -35px;
}

#forum{
	background-image:url(images/forum.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width: 105px;
	height: 35px;
	margin-top: 10px;
	text-indent: -5000px;
}

#forum:hover{
	background-position: 0 -35px;
}
