﻿li {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url('images/bgW.jpg');
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #008;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 750px;
	background: navy;
  position: relative;
}

#logoL {
  position: absolute;
  top: -16px;
  left: 3px;
  width: 290px;
  color: #52616E;
    margin: 0;
  font-weight: bold;
  color: white

}

#logoR {
  position: absolute;
  top: -16px;
  left: 537px;
  width: 212px;
  color: #52616E;
    margin: 0;
  font-weight: bold;
  color: white

}


#header {
  background:orange;
  height: 276px;
}

#headerevents {
  background:orange url(images/headers/eventsbanner.jpg) no-repeat;
  height: 127px;
}


#nav {
  background: e5bb4b;
  position: absolute;
  top: 255px;
  left: 47px;
  width: 685px;
  padding: 0px 0;
  text-align: center;
  
}
#nav li {
  list-style: none;
  display: inline;
  font-size: 13px;
  color: #008;
}
#nav a {
  text-decoration: none;
  color: #008;
}

#nav a:hover {
  text-decoration: underline;
}


#body {
  padding-top: 3px;
  background-color:navy;
}
#categories {
  float: left;
  width: 165px;
}

#collection {
  float: right;
  width: 582px;
  background: #ffffff;
  margin-bottom: 2px;
}

#seasonal {
  float: right;
  width: 582px;
  background: #ffffff;
  margin-bottom: 2px;
}
#collection .inner {
  padding: 6px 12px;
}
#seasonal .inner {
  padding: 6px 12px;
}
#collection p {
  margin: 0.9em 0;
}

#seasonal p {
  margin: 0.9em 0;
}

#imaps  {
  background: url(images/imaps.jpg) no-repeat;
  height: 140px;
}

h3 {
  font: bold 14px "arial narrow", arial, sans-serif; 
  color: #1B1812;
}

h2 {
  font: 18px "arial narrow", arial, sans-serif;
  font-weight:bold; 
  color: #008;
  padding-bottom: 10px;
}

h1 {
  font-weight:bold;
  font-style:italic; 
  color:silver;
  text-align:center;

}

#categories h2 {
  color: #fff;
  text-align:left;
  padding: 14px 10px 5px 10px;

}
#categories li {
  background: left url(images/bullet4.jpg);
  border-top: 1px solid #F4EFDF;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 25px;
}
#categories a {
  text-decoration: none;
  color: #000000;
}
#categories a:hover {
  text-decoration: underline;
}

.gallerycontainer{
position: relative;
padding:10px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
display:inline;
border: 1px solid white;
margin: 0 5px 5px 0;

}

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 25px;
border: 1px dashed gray;
visibility: hidden;
color: black;
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: 380px;
left: 170px; /*position where enlarged image should offset horizontally */
z-index: 00;
}




#copyright {
  text-align: center;
  color:orange;
  font-size: 9px;
  padding: 3px;
}