﻿@import url(layout.css);
body {
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #620c00;
}
#container {
	width:100%;
	margin: 0;
	position: relative;
}

#map {
	width: 90%;
 	position: relative;
 	}
 	
#activities {
	border-color: #000000;
	border-style: solid;
	border-width:medium;
	width: 82%;
	position: relative;
	background-image: url('../images/index_11.gif');
	background-repeat: repeat-x;
	padding: 3%;
	float:left;
	margin-left:2%;
	 
}

	

#masthead {
	text-align: right;
	width: 100%;
	background-color:#000000;
}
	
#navigation {
	background-color: #000000;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffff99;
	background-image:url('../images/index_11.gif');
	background-repeat:repeat-x;
	padding-top:2%;
 
	 
}
#column_l {
	position: relative;
	margin: 0 370px 0 0;
	padding: 1% 2% 1% 1%;
	float: none;
	font-size: small;
}
#column_r {
	float: none;
	width: 330px;
	padding: 1% 1% 1% 1%;
	position: absolute;
	right: 0px;
	top: 40px;
	font-size:small
 
 
	
	 
	
}
#footer {
	background-color: #620c00;
	padding-bottom: 5px;
	margin-top:20px
 
}
/* Styles for Masthead */
 
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #ffff99;
	margin: 10px 10px 10px 0px;
	padding-top: 10px;	padding-right: 2%;	padding-bottom: 0px;	padding-left: 0px
}

#masthead img {
	float: left;
	margin: 0;
	padding: 10px 0px 40px 10px;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0 0 0 18px;
}
#navigation li {
	float: left;
}
/* Styles for Content */

h1 {
	font-size: 2em;
	color:#FFFFCC;
	font-family: Tahoma;
}
h2 {
	font-size: 1.75em;
	color: #FFffcc;
	font-family: Tahoma;
	 
}
h3 {
	font-size: 1.5em;
	color: #FFFFcc;
	font-family:"Script MT Bold";
}
h4 {
	font-size: 1.25em;
	color: #FFFFcc;
	font-family: Tahoma;
}
h5 {
	font-size: 1.10em;
	color: #FFFFcc;
	font-family: Tahoma;
}
h6 {
	font-size: 0.5em;
	color: #FFFFcc;
	font-family: Tahoma;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color:#EEDD99;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color:#ffffcc;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #ffffcc;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

 
  
/* Styles for Test CSS Photo Gallery */

<style type="text/css">
 

.style1 {
	border-style: solid;
	border-width: 2px;
}
.style2 {
	text-align: center;
 
}


.gallerycontainer{
position: relative;
height:550px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid black;
margin: 0 2px 2px 0;
  
 
}

.thumbnail:hover{
background-color: transparent;
 
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 8px solid black;
visibility: hidden;
color: #ffff99;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -540px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>



