/* CSS Document */

html {
	width:100%;
}

body {
	margin:0;
	padding:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	background:#FFF;
	text-align:center;
}

strong { color:#660000; }
h4.month_title { color:#660000; border-bottom:4px solid #660000; margin-bottom:5px; }
.current_year { font-size:35px; }
small { color:#660000; font-size:11px; }
a.brown { color:#660000; text-decoration:none; font-weight:normal; }
a:hover.brown { text-decoration:underline; }

h1 { font-size:19px; font-weight:normal; color:#660000; }

a, li a{ color:#CC3300; text-decoration:none; font-weight:bold; }
a:hover, li a:hover { text-decoration:underline; }
input, select { font-size:11px; }
textarea { font-size:11px; width:90%; height:100px; font-family: Arial, Helvetica, sans-serif;}
.multiple { height:100px; width:auto; }
.rightInput { float:right; width:200px; clear:left; position:relative; top:-15px; right:150px;}
.rightSelect { float:right; width:100px; clear:left; position:relative; top:-15px; right:150px;}
.treasureList img { margin-left:25px; margin-top:15px; clear:right; }
.treasureList { border-top: 1px solid #660000; padding-bottom:10px; }
.treasureDesc { position:relative; top:0; float:right; width:300px; clear:left; }

#wrap_main {
	width:900px;
	margin:3% auto 0 auto;
	border:rgb(122,22,0) solid 1px;
	background-image:url(/images/img_bg_main.jpg);
}

#logo {
	position:relative;
	float:left;
	left:17px;
}

#nav {
	position:relative;
	float:right;
	clear:left;
}

#subnav {
	position:relative;
	width:auto;
	clear:both;
	text-align:right;
	background-image:url(/images/img_bg_subsubnav.jpg);
	height:30px;
}

#divContainer {
	clear:both;
}

#footer {
	position:relative;
	width:auto;
	text-align:right;
	padding:5px;
}

#footer img {
	position:relative;
	bottom:-5px;
}

#footer a {
	float:left;
}

#about_sub, #maps_sub, #news_sub {
	visibility:hidden;
	display:none;
	padding-left:30%;
}

/* HERE GOES THE CLASSES */
.orange {
	color:#CC3300; font-weight:bold;
}

.title { font-size:25px; font-weight:bold; }

/* HERE GOES THE STUFF FOR THE HOME PAGE */
#wn {
	position:relative;
	width:900px;
	height:325px;
	list-style:none;
	background-image:url(/images/img_bg_brick_no_photos.jpg);
	overflow:hidden;	
}

#wn li {
	background-repeat:no-repeat;
	float:left;
	display:block;
	position:relative;
	height:250px;
	width:240px;
	top:40px;
	left:10px;
	margin-right:25px;
	font-size:12px;
	border:solid 1px rgb(122,22,0);
}

#wn li a {
	color:#000;
	text-decoration:none;
}
	
#wn p {
	position:relative;
	top:175px;
	padding-left:10px;
	padding-right:10px;
}

#scrollLinks {
	background-image:url(/images/img_bg_brick_dark.jpg);
	text-align:right;
	padding:5px;
	height:30px;
}

#scrollLinks img {
	position:relative;
	top:0;
}

#news_box {
	background-image:url(/images/img_bg_light.jpg);
}

#news_box table {
	border-collapse:collapse;
	font-size:13px;
}

#news_box table td {
  border:solid rgb(122,22,0) 1px;
}

#textWrapper {
	background-image:url(/images/img_bg_brick_light.jpg);
	overflow:hidden; 
	width:auto; 
	clip:rect(0px 100px 100px 0px); 
	position:relative; 
	height:auto; 
	height:485px;
}

#textWrapper2 {	position:relative; overflow:auto; height:470px; width:860px; margin:0 auto; margin-top:10px; border:rgb(122,22,0) solid 1px; background-image:url(/images/img_bg_light.jpg);}

#text {
	float:right;
	position:relative;
	width:540px;
	height:100px;
	padding-left:20px;
	padding-right:20px;
	border-left: 1px rgb(122,22,0) solid;
	font-size:13px;
	text-align:left;
}

li { list-style:none; }

#photos {
	float: left;
	clear:right;
	position:relative;
	top:10px;
	left:-10px;
	list-style:none;
	background:none;
	text-align:left;
}

#about ul {
	margin:0;
	padding:0;
	
}

#photos li {
	display: block;
	height:165px;
	width: 220px;
	position:relative;
	top:0px;
	left:0px;
	margin-bottom:10px;
}

.treasureContainer { border-top: 1px solid rgb(122,22,0); width:100%; margin-top:10px; padding-top:10px; }

#treasure_box_pic { width:30%; clear:right; float:left; }

#treasure_box_text { width:70%;	}
	
#treasure_box_pic ul li { display:inline; }

table.calendar {
	border-collapse:collapse;
	font-size:13px;
	float:right;
	width:auto;
}

table.calendar td {
  border:solid rgb(122,22,0) 1px;
	width:75px;
	height:75px;
	vertical-align:top;
}

table.calendar td.no {
	border:none;
	width:auto;
	height:auto;
	padding-left:5px;
}

table.calendar td.yes {
	background-color:#FFF;
	padding:5px;
	font-weight:bold;
	font-size:11px;
}
