/* TAG STYLES */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: #FFFFFF;
	color: #666666;
}
p, blockquote {
	font-size: 1.166em;
	line-height: 1.286em;
	margin-bottom: 1.286em;
	letter-spacing: 0.071em;
}
a:link {
	color: #000000;
}
a:hover, a:active {
	text-decoration: none;
}
a:visited {
	color: #666666;
}
h1 {
	width: 	auto;
	font-size: 2em;
	background: #EADEBE;
}
h1 a {
	height: 54px;
	overflow: hidden;
	line-height: 999em;
	background: url(assets/logo.gif) no-repeat top left;
	display: block;
	width: 312px;
	margin: 0 auto;
}
h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
	color: #666666;
	letter-spacing: 0.0625em;
	text-align: center;
}
h3 {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: normal;
	background: #EADEBE;
	padding-left: 0.75em;
	clear: both;
	margin: 0 4px 0.75em;
}
h4 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
	font-weight: normal;
}
ul, ol {
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}
li {
	font-size: 1em;
	line-height: 1.5em;
}
/* CONTAINER */
.container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #EFEDE7;
}

/* HEADER */
.header {
	background: #EAE4D4;
	margin: 4px 4px 0;
}
#header-menu {
	background: #EFEDE7;
}
#header-menu ul {
	list-style: none;
	width: 50em;
	margin: 0 auto;
	max-width: 100%
}
#header-menu li {
	float: left;
}
#header-menu a {
	display: block;
	text-decoration: none;
	font-size: 1.333em;
	line-height: 2.25em;
	padding: 0 1.125em;
	font-weight: bold;
}
#header-menu a:link {
	color: #666666;
}
#header-menu a:hover,
#header-menu a:active {
	background: #EAE4D4;
	color: #000000!important;
}
#header-menu a:visited {
	color: #999999;
}
#header-menu .current {
	background: #EAE4D4;
	color: #666666!important;
}
#header-menu .current:hover, #header-menu .current:active {
	color: #000000!important;
}
#header-menu li ul {
	position: absolute;
	z-index: 99;
	left: -999em;
	height: auto;
	background: #EFEDE7;
	width: 15em;
}
#header-menu li:hover ul,
#header-menu li.sfhover ul {
	left: auto;
	background-position: 0 0;
}
#header-menu li li {
	clear: left;
	width: 15em;
}
#header-menu li ul a {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0 1.5em;
	width: 12em;
}

/* CONTENT */
.content {
	padding: 0 1.5em;
	clear: both;
	margin: 0 4px;
}
.content li {
	font-size: 1.166em;
	line-height: 1.286em;
	letter-spacing: 0.071em;
}
.photobar {
	clear: both;
	width: auto;
	margin: 0.75em 0;
}
.photobar {
	clear: both;
	width: auto;
	margin: 0.75em 0;
}
.photobar img {
	float: left;
	margin: 0 4px;
	border:0;
}
.quote {
	background: url(assets/open-quote.gif) no-repeat top left #EFEDE7;
	padding: 1.5em 0 0;
	margin-bottom: 1.5em;
}
.quote blockquote {
	padding: 0 3.857em 1.286em;
	margin: 0;
	background: url(assets/close-quote.gif) no-repeat bottom right;
}
.quote p {
	padding: 0 3.857em 1.286em;
	margin: 0;
}
.left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}
/* FOOTER */
.footer {
	background: #EADEBE;
	text-align: center;
	padding: 1.5em 0;
	margin: 0 4px 4px;
}
.footer p {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.083em;
}
.footer a:link, .bottom-line a:link {
	color: #666666!important;
}
.bottom-line {
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	color: #666666;
	padding: 1.5em 0;
	display: block;
}
.webone {
	font-size: 0.9em;
	line-height: 1.5em;
}

/* LIGHTBOX */
#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(assets/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink, #prevLink:hover, #prevLink:visited:hover {
	background: url(assets/lightbox/prevlabel.gif) left 0% no-repeat;
}
#nextLink, #nextLink:hover, #nextLink:visited:hover {
	background: url(assets/lightbox/nextlabel.gif) right 0% no-repeat;
	}
#imageDataContainer {
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
	color: #201B18;
	}
#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;
}
#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 */
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%;
}