﻿html {
	height: 100%;
	margin-bottom: 1px;}
	
body {
	height: 100%;
	font: normal 76% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url('images/backbar.jpg') repeat-x;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;}
	
img {
	border: none;}
	
a {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}
	
h1 {
	color: #000080;
	font: normal 24px Verdana, Arial, sans-serif;
	margin: 5px 0 0 0;
}
	
h2 {
	color: #000080;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0 0 0;}
	
h3 {
	color: #000080;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h4 {
	color: #000080;
	font: normal 18px "Trebuchet MS", sans-serif;
	margin: 5px 0;
}
	
h5 {
	color: #000080;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;
}
	
h6 {
	color: #0033CC;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;
}
	
hr {
	background-color: #4d2518;
	color: #4d2518;
	height: 1px;
	width: 80%;}
	
ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}
	
#wrapper {
	background-image: url('images/wrapper.jpg');
	text-align: left;
	width: 960px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -88px;}
	
#header {
	position: relative;
	background-image: url('images/header.jpg');
	height: 265px;}
	
#location {
	position: absolute;
	top: 1px;
    left: 10px;	
    z-index: 1;
    width: 300px;
    text-align: center;}
	
#menu {
   position: absolute; 
   top: 140px;
   left: 10px;
   z-index: 2;
   width: 300px;
   text-align: center;
   height: 40px;
   line-height:40px;}
   
#menu p {
	margin: 0;
	padding: 0;}
   
#pagename {
	position: absolute; 
    top: 210px;
    left: 10px;
    z-index: 3;
    width: 300px;
    text-align: center;
    height: 40px;
   line-height:40px;}

#pagename h1 {	
	margin: 0;
	padding: 0;}
	
/* This sets the content and sidebar */ 


#content {
	width: 615px;
	float: right;
	padding: 0 20px 10px 0;}
	
#sidebar {
	width: 285px;
	float: left;
	color: #404040;
	font-size: 85%;
	line-height: 20px;
	padding: 0 11px 5px 16px;}
	
#sidebar a {
	color: #0033CC;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
	
#sidebar a:hover {
	color: #0033CC;
	text-decoration: underline;
	font-weight: bold;
}

#sidebar h5 {
	color: #000080;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;
}
	
#navigation {
	font-size: 120%;
	text-align: left;
	line-height: 1.6em;
	margin-bottom: 10px;}

#navigation a {
	display: block;
	color: #0033CC;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}

#navigation a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
}
	
#stickyfooter {
	clear: both;
	height: 88px;
	width: 100%;
	color: #808080;
	text-align: center;
	background: #4d2518 url('images/stickyfooter.jpg');}

#footer {
	color: #ffffff;
	height: 68px;
	background: url('images/footer.jpg') no-repeat;	
	text-align: center;
	letter-spacing: 2px;
	font-size: 75%;
	line-height: 2em;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 960px;}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	color: #ffffff;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;}
	
.push {
    height: 88px;
    clear: both;}
    
.calendar {
   text-align:center;}
	
.clear {
	clear: both;}
	
.center {
	text-align: center;}	
		
.imageleft {
	margin: 0 10px 0 0;
	float: left;
	border: 3px double #c0c0c0;}
	
.imageright {
	margin: 0 0 0 10px;
	float: right;
	border: 3px double #c0c0c0;}
	
.imageleft-noborder {
	margin: 0 10px 0 0;
	float: left;}
	
.imageright-noborder {
	margin: 0 0 0 10px;
	float: right;}
	
/* CATALOG DISPLAY TABLE */
/*  The catalog is set into a simple five-column table. The items below set the properties for the catalog display.  */

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 20%;}

	
/*This sets the code for the lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}


