@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0;
	background: #ac9570;
	color: #FFF;
	font-size: medium;
	background-image:url(../images/antlers.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}

/*this is outermost container that contains the drop shadow on the right.  The bottom shadow is attached to the footer.*/
#container-shadow {
	width: 822px;
	margin: 0 auto;
	background: url(../images/right_drop.gif) repeat-y right bottom;
}

/*this is the main container with the 3px black border.*/
#container {
	width: 800px;
	margin: 0 auto;
	border: solid 3px #000;
	overflow: auto;
	}

/*includes white border and header image*/
#header {
	border-left: 4px solid white;
	border-right: 4px solid white;
	border-top: 4px solid white;
	background: url(../images/header.png) no-repeat; 
	background-position:center;
	height: 146px;
}

/*contains nav and content areas*/
#main {
	width: 792px;
	border: solid 4px #fff;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
}

#nav {
	float: left;
	width: 792px;
	margin: 0 auto;
	border-bottom: solid 4px #fff;
	background-color: #414141;
}

/*This is the main content area wrapper. All changing content should go within this.*/
#content {
	width: 772px;
	float: left;
	padding: 10px;
	overflow: auto
}


/*this is the container for slideshow on homepage and spotlight on other pages besides gallery.*/
#spotlight {
	margin: 0 0 0 350px;
/*	float: right;
	width: 310px;
*/}

#slideshow {
	width: auto;
	background: #fff;
}


/*this footer is outside the container wrapper.  iT also contains the bottom drop shadow image.*/
#footer {
	font-size: 80%;
	float: left;
	width: 100%;
	background: url(../images/bottom_drop.gif) no-repeat top center;
	padding-top: 0.7em;
}

/*begin text formatting*/
#content p{
  margin: 10px 15px;
  text-align: left;
  font-weight: bold;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #fff;
  }
  
a img {
	border: none;
}

a {
	color: #FFF;
}

a:hover {
	font-weight: bolder;
}

a:visited {
	color:#FFF;
}
	

/*this is only used for the site title for google searching.*/
h1 {
	display: none;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color:#414141;
}

h3 {
	font-size: large;
	font-style: italic;
	color: #414141;
}

#Title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: xx-large;
}

.small {
	font-style: italic;
	font-size: small;
	color:#330;
	text-align: center;
}

#nav li {
	display: inline;
	font-size: 110%;	
}

#nav li a {
	display: block;
	cursor: pointer;
	float: left;
	padding: .3em 1.6em;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif; 
	color: #fff;
}

#RecordNav {
	width: 80%;
	margin: 0px 15px;
	padding: 0px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

#RecordNav p {
	text-align: right;
}


.Gallery {
	width: 180px;
	height: 195px;
	padding: 6px;
	cursor: pointer;
	float: left;
	 /* for IE */
	filter:alpha(opacity=60);
    /* CSS3 standard */
	opacity:0.4;
}

.Gallery img {
	border: solid 2px #000;
}

/* This is the selector for a highlighted Master Column element.
*/
.Gallery:hover {
	/* for IE */
	filter:alpha(opacity=100);
    /* CSS3 standard */
	opacity:1;
}

/* This is the selector for a selected Master Column element.
*/
.Gallery:selected {
	color: white;
	/* for IE */
	filter:alpha(opacity=100);
    /* CSS3 standard */
	opacity:1;
}

.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 35px 15px 10px 20px !important;
  margin: 35px 15px 10px 15px;
  }

.img-shadow img {
  display: block;
/*  position: relative;
*/  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -10px 10px 10px -10px;
  padding: 4px;
  } 
