body {
	background-color: white;
	padding: 0; 
	margin: 0px 5px 0px 5px;
	font-family: arial, helvetica;
	font-size: small;   /* for compliant browsers */
	font-weight: normal;
	color: #666666;
	height:100%;
}

* html body {
	 font-size: x-small; /* for IE5 on Windows */
	 f\ont-size: small;  /* for other IE versions */
	 min-width: 760px;
}

td, form, input {
	font-family: tahoma; 
	font-size: 11px; 
	color: #555; 
	line-height: 15px;
}

h1 {font-family: arial, helvetica; font-size: 27px; font-weight: normal; color: #768B86; margin-bottom: 12px; line-height: 29px}
h2 {font-family: arial, helvetica; font-size: 19px; font-weight: normal; color: #777; margin-bottom: 5px; line-height: 20px}
h3 {font-family: arial, helvetica; font-size: 15px; font-weight: bold; color: #666; margin-bottom: 5px; line-height: 16px}

hr {color: #D9DECC; border: 1px solid #D9DECC; margin-top: 5px; margin-bottom: 5px}
li {padding: 3px}

.contents {
	border: 1px solid #D4D7CC; 
	padding: 5px;
	float:left;
	text-align:left;
	width:426px;
	margin-top:3px;
}

.contents photos {
	padding:4px;
	border:1px solid #CCCCCC;
}

#container {
	width:760px;
	height:100%;
}

#center {
	width:439px;
	margin:0 auto;
}

#leftnav {
	width:137px;
	float:left;
	margin-right:4px;
	background-color:#E6E3D2;
	height:100%;
}

#rightnav {
	width:176px;
	float:right;
	margin-left:4px;
	margin-top:3px;
}

#banner {
	width:760px;
	height:140px;
	margin-bottom:3px;
	clear:both;
}

a:link {color: #f00; font-weight: normal; text-decoration: underline}
a:active {color: #f00; font-weight: normal; text-decoration: underline}
a:visited {color: #f00; font-weight: normal; text-decoration: underline}
a:hover {color: #f30; font-weight: normal; text-decoration: underline}

a:link.brick {font-family: arial; color: #BC4701; font-weight: bold; text-decoration: none}
a:active.brick {font-family: arial; color: #BC4701; font-weight: bold; text-decoration: none}
a:visited.brick {font-family: arial; color: #BC4701; font-weight: bold; text-decoration: none}
a:hover.brick {cfont-family: arial; olor: #E35500; font-weight: bold; text-decoration: none}

a:link.red {color: #900; font-weight: normal; text-decoration: none}
a:active.red {color: #900; font-weight: normal; text-decoration: none}
a:visited.red {color: #900; font-weight: normal; text-decoration: none}
a:hover.red {color: #c00; font-weight: normal; text-decoration: none}

a:link.white {color: #fff; font-weight: normal; text-decoration: none}
a:active.white {color: #fff; font-weight: normal; text-decoration: none}
a:visited.white {color: #fff; font-weight: normal; text-decoration: none}
a:hover.white {color: #fc0; font-weight: normal; text-decoration: underline}

A:Link.footer {font-family: tahoma, arial; font-size: 11px; color: #999; font-weight: bold; text-decoration: none}
A:Active.footer {font-family: tahoma, arial; font-size: 11px; color: #999; font-weight: bold; text-decoration: none}
A:Visited.footer {font-family: tahoma, arial; font-size: 11px; color: #999; font-weight: bold; text-decoration: none}
A:Hover.footer {font-family: tahoma, arial; font-size: 11px; color: #666; font-weight: bold; text-decoration: none}


/* FOOTER
-------------------------------------------- */
#footer {
	 width: 99%;
	 text-align: right;
	 padding-top: 20px;
	 margin:0 auto;
	 font-size: 100%;
}

div.footerLinks1 {
	border-top: 1px #e8eae9 solid;
}

div.footerLinks2 {
	background-color: #dee2e3;
}

div.footerLinks1,
div.footerLinks2 {
	padding: 4px 6px 3px 0;
}

div.footerLinks3 {
 padding: 4px 0;
}

div.footerLinks1 a,
div.footerLinks2 a {
	padding: 0 10px;
	border-right: 2px #dee2e3 solid;
	color: #9a9e9f;
	text-decoration: none;
	font-weight: bold;
}

div.footerLinks1 a:visited ,
div.footerLinks2 a:visited {
	padding: 0 10px;
	border-right: 2px #dee2e3 solid;
	color: #9a9e9f;
	text-decoration: none;
	font-weight: bold;
}

html>body div.footerLinks1 a, 
html>body div.footerLinks2 a {
	font-size: 80%; /* for standards-compliant browsers */
}

div.footerLinks1 a.endcap,
div.footerLinks2 a.endcap {
	border-right: none;
}

div.footerLinks1 a:hover,
div.footerLinks2 a:hover {
	color: #666;
}

/* LIGHTBOX CSS 
---------------------------------------------------------*/
#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 */
	}	
	

