@charset "utf-8";
html, body {margin: 0;
padding: 0;
background-image: url(../images/background-strip.jpg);
}

.hidden {display: none;}

#page-container {width: 820px;
margin: auto;
padding: 0;
border: 1px;
}

#header {background: #9a6e3b center top;
}

h1 {margin: 0;
padding: 0;
}

#nav {float: left;
width: 100%;
padding-top: 5px;
background-color: #711515;
height: 20px;
font: 8pt Arial, Helvetica, sans-serif;
color: #ffffff;}

#nav ul {list-style: none;
margin: 0;
margin-left: 28px;
padding: 0;}

#nav li {display: inline;}

#nav a:link, #nav a:visited {padding: 0.2em .95em 0.2em .95em;
color: #ffffff;
background-color: #711515;
text-decoration: none;
border: 1px solid #711515;}

#nav a:hover {color: #ffffff;
background-color: #990000;}

#contentwrapper {
	width: 100%;
	height: 610px;
	background-color: #ffffff;
	}
	
#sidebar-a {
	float: left;
	margin-top: 30px;
	padding-left: 50px;
	width: 120px;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #cccccc;
	}
	
#sidebar-a ul {
	list-style: none;
	margin: 15px;
	padding: 0px;
	}
	
#sidebar-a li ul {
	font: 8pt Arial, Helvetica, sans-serif;
	margin: 25px;
	padding: 0px;
	list-style: circle;
	}
	
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid gray;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
font: 10pt Arial, Helvetica, sans-serif;
width: 310px;
color: black;
text-align: center;
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: 375px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbnail span h1{
font: 16px Arial, Helvetica, sans-serif;
color: black;
text-align: center;
text-decoration: none;
}
	
.thumbnailhoriz img{
border: 1px solid white;
}

.thumbnailhoriz:hover{
background-color: transparent;
}

.thumbnailhoriz:hover img{
border: 1px solid gray;
}

.thumbnailhoriz span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
font: 10pt Arial, Helvetica, sans-serif;
color: black;
width: 410px;
text-align: center;
text-decoration: none;
}

.thumbnailhoriz span h1{
font: 16px Arial, Helvetica, sans-serif;
color: black;
text-align: center;
text-decoration: none;
}

.thumbnailhoriz span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailhoriz:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 330px; /*position where enlarged image should offset horizontally */
z-index: 50;
}	
	
#content {
	background-color: #FFFFCC;
	width: 190px;
	height: 610px;
	padding-top: 50px;
	margin-left: 170px;
	margin-right: 400px;
	text-align: right;
	}
	
#content ul {
	font: 10pt Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 3em;
	list-style: none;
	}
	
#content li ul{
	font: 8pt Arial, Helvetica, sans-serif;
	list-style: circle;
	}

#content h2 {font: 10pt arial, helvetica, sans-serif;
margin-left: 10px;
margin-right: 10px;
text-align: center;}

#content p {font: 9pt arial, helvetica, sans-serif;
text-align: left;
line-height: 1.75em;
min-height: 720px;
margin: 10px;
}

#footer {
clear: both;
background: #021c25;
height: 60px;
font: 11pt Arial, Helvetica, sans-serif;
color: #fcaf5d;
padding-top: 2px;}

#footer a {color: #fcaf5d;}

