body {
margin: 0 auto;
padding: 0;
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: small;
background: #f4f4f4 url(bg.gif) top center repeat-y;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
clear: both;
margin: 8px 0 0 0;
padding: 0;
height: 50px;
}

#header h1 {
background: url(title1.gif) top left no-repeat;
text-indent: -5000px;
width: 300px;
height: 70px;
margin: 0 0 8px 0;
float: left;
color:#669900;
}

#header p {
width: 430px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 85%;
line-height: 1.2em;
padding:10px 10px 5px 10px;
}

#frontphoto {
background: url(front.jpg) no-repeat;
margin: 0 0 10px 0;
border: 1px solid #ccc;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 95%;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #669900;
border-left: 4px solid #669900;
}

#avmenu li a:active {
background: #eaeaea;
color: #669900;
border-left: 4px solid #669900;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#extras {
float: right;
width: 120px;
margin: 0 0 10px 0;
padding: 0;
font-size: 85%;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
font-size: 95%;
margin: 0 130px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-family: Georgia, serif;
font-size: 1.5em;
margin: 0 0 0.5em 0;
color:#669900;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

h3 {
font-family: Georgia, serif;
font-size: 1.3em;
margin: 0 0 10px 0;
color:#669900;
}

a {
text-decoration: underline;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

ul {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

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

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/* form */
#contactform, #comments-form {
	background:#F3F3F3;
	margin: 0 0 25px 0;
	padding: 0;
	}
#content form p, #content form dl dd {
	margin: 0 0 8px 0;
	padding:  0 0 0 10px;
	}
#comments-form p.note, #contactform p.note {
	margin-top: 20px;
	}
#contactform dl {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
#contactform dt {
	color: #333;
	font-weight: normal !important;
	padding:0 0 0 10px;
	}
#contactform dt em, #contactform .note em,  .note em {
	color: #333;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	}
#contactform #realname, #contactform #email, #contactform #url, #phone{
	width: 300px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 130%;
	color: #444;
	}
#contactform textarea {
	width: 300px;
	height: 180px;
	font-family: inherit;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}
#formstyle {
border:1px solid #ccc;
}

#form {
background: #F3F3F3;
}

div.float {
  float: left;
	padding-right: 10px;
  }
  
div.float p {
   text-align: center;
	margin: 0px;
	padding-bottom: 12px;
   }

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
