/* CSS Document */


body {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: url(../images/bg_tile.jpg) #42262D;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;	
	}
	
html>body { /* be nice to Opera */
	font-size: small;
	}	
	
/* ---( text )------------------------------- */

a:link {
	color: #660000;
	text-decoration: none;
	}

a:visited {
	color: #880F0F;
	text-decoration: none;
	}

a:hover {
	color: #AA5C58;
	}


p {
	padding: 0px;
	margin-bottom: 1.5em;
	}



h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	color: #780000;
	padding: 0;
	margin: 14px 0 1em 0;
	}


h2 {
	font-size: 120%;
	color: #000;
	padding: 0;
	margin: 0 0 1em 0;
	}
	
h3 {
	font-size: 95%;
	padding: 6px 0 4px 19px;
	margin: 12px 0 2px 0;
	background:  url(../images/bullet_left.gif) no-repeat 0px 8px;

	}		
	
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	color: #000;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 0 18px;
	font-style: italic;
	}	
		

/* ---( top )------------------------------- */
	
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 16px;
	font-size: 95%;
	text-align: left;
	background: url(../images/bg_middle.gif) repeat-y;
	width: 782px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 750px;
	}

html>body #wrap {
  	width: 750px;
	} 
	
#wrapnosidebar {
	position: relative;
	margin: 0 auto;
	padding: 0 16px;
	font-size: 95%;
	text-align: left;
	background: url(../images/bg_middle_noside.gif) repeat-y;
	width: 782px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 750px;
	}	


/* logo */

#logo {

	background: #000 url(../images/logo.jpg) no-repeat top left;
	background-repeat: no-repeat;
	height: 147px;
	padding: 0;
	margin: 0;

	}


#logo img  {
	display: block;
	width: 0;
	}

#logo span {
	position: absolute;
	top: 82px;
	left: 120px;
	width: 390px;

	}
	
html>body #logo span {
	top: 19px;
	}


	
/* ---( navigation )------------------------------- */	


#nav {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 86%;
	background: #000 url(../images/bg_nav.gif) repeat-x bottom left;
	text-shadow: #666 3px 3px 3px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #770000;
	}

#nav a {
	float: left;
	padding: 2px 14px 2px 14px;
	text-decoration: none;
	color: #fff;

	}


#nav a:hover, #nav a.active {
	color: #ffc976;
	background-color: #b40202;

	}
	
#nav a.active {
	color: #ffc976;
	font-weight: bold;
	}
	
/* ---( main column )----------------------------- */

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#main-body {clear:left;}
/* End IE5-Mac hack */

#main-body {
	background: url(../images/bg_main_top.gif) no-repeat top left;
	}
	
#main-body_noside {
	background: url(../images/bg_main_top_noside.gif) no-repeat top left;
	}	
#main-body_noside {clear:left;}
/* End IE5-Mac hack */

#main-body_noside img.thumb {	
	float: left;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	background: #eee;
	padding: 3px;
	}

#main-body_noside a img.thumb:hover {
	border-color: #999;
	background: #ddd;	
	}

#content {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 20px;
	width: 502px; /* for IE5/Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 462px;
	}

html>body #content { /* be nice to Opera */
	width: 462px;
	}

.section-dash
{
	margin-top: 14px;
	margin-bottom: 4px;
	padding-top: 2px;
	border-top: 1px solid #ededed;
	
}


/* figures */

#content img.thumb {	
	float: left;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-top: 0.5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	}

#content a img.thumb:hover {
	border-color: #999;
	}
	
.photos{
  float: left;
	width: 140px;
	}

#content .figure {
	float: right;
	margin: .5em 0 6px 20px;
	font-size: 92%;
	color: #999;
	text-align: center;
	}

#content .figure dt img {
	margin: 0 0 1em 0;
	padding: 6px;
	border: 1px solid #ddd;
	}

#content .figure img.fig, #portcoll img {	
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}

/* lists */

#main-body_noside ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 14px;
		
	}

#main-body_noside ul li {
	padding: 0 30px 15px 30px;
	line-height: 1.4em;
	margin-right: 40px;
	margin-bottom: 10px;
	background:  url(../images/bullet_left.gif) no-repeat 0 1px;
	font-size: 89%;

	}


#content ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 14px;
		
	}

#content ul li {
	padding: 0 0 4px 21px;
	line-height: 1.4em;
	margin-bottom: 10px;
	background:  url(../images/bullet_left.gif) no-repeat 0 1px;
	font-size: 89%;
	}

#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	}

#content dl dt {
	font-weight: bold;
	}

#content dl dt span {
	font-weight: normal;
	}



/* ---[[[ 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(../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-size: 89%;
	background-color: #fff;
	margin: 0 auto;
	padding-bottom: 6px;
	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 */
	}	
	

/* ---( sidebar )----------------------------- */

#sidebar {
	position: relative;
	font-size: 83%;
	line-height: 1.7em;
	margin: 0 0 0 520px;
	padding: 13px 20px 20px 0px;
	color: #666;
	}

#sidebar a:link {
	color: #660000;
	text-decoration: none;
	}

#sidebar a:visited {
	color: #880F0F;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #AA5C58;
	}

#sidebar h1 {
	font-size: 150%;
	padding: 6px 0 2px 19px;
	margin-top: 20px;
	color: #660000;
	background:  url(../images/bullet_left.gif) no-repeat 0px 6px;
	font-family: "Times New Roman", Times, serif;
	border: none;
	}	
	
#sidebar h2 {
	font-size: 100%;
	padding: 0 0 4px 0px;
	margin: 1em 0 2px 0;
	color: #666;
	border-top: 1px solid #ddd;
	}
	
#sidebar h3 {
font-size: 110%;
	padding: 0 0 8px 2px;
	margin: .2em 0 2px 0;
	color: #666;
	border: none;
	border-top: 1px solid #ddd;
	}


#sidebar img.thumb {	
	float: left;
	margin-right: 30px;
	margin-bottom: 3px;
	margin-top: 0.5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	}

#sidebar a img.thumb:hover {
	border-color: #999;
	}
/* sub nav icons */


#sidebar p {
	font-size: 80%;
	padding: 0px 0 5px 0px;
	margin-top: 2px;
	margin-bottom: 20px;
	color: #666;
	border: none;
	}

#sidebar ul, #sidebar dl {
	margin: 4px 0 20px 0;
	padding: 0;
	list-style: none;
	}

#sidebar li {
	margin: 0;
	padding: 0 0 4px 13px;
	line-height: 1.4em;
	background: url(../images/bullet_rounded.gif) no-repeat 0 5px;
	}

.print {
	margin: 0 0 1em 0;
	padding: 3px 0 12px 23px;
	line-height: 1em;
	background:  url(../images/print.gif) no-repeat;
	margin-bottom: 1px;
	}
	
.pdf {
	margin: 0 0 1em 0;
	padding: 0 0 10px 20px;
	line-height: 2em;
	background:  url(../images/pdf.gif) no-repeat;
	}

/* custom ul styles */


#sidebar ul.none li {
	margin-bottom: 2px;
	padding-left: 0;
	background: none;	
	}
	
/* images */

#sidepic dt img {
	float: left;
	margin: 2px 10px 0 0;
	padding: 2px;
	display: block;
	border: 1px solid #ddd;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	background: #fff;
	}

#sidepic dt a:hover img {
	border-color: #c0c0c0;
	}

#sidepic dt {
	margin-bottom: 8px;
	}

#sidepic dd {
	margin: 0 0 3px 0;
	}	


/* ---( footer )----------------------------------- */

#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 5px 0 8px 0;
	font-size: 85%;
	color: #666;
	background: #000;
	border-top: 3px solid #993300;
	left: -6px;
	width: 761px;
	}
	
#footer p {
	margin: 0;
	padding: 8px 20px;
	}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a {
	color: #ccc;
	}

#footer a:hover {
	color: #eee;
	}

/* ---( misc. )------------------------------------------ */




#logo a, #nav a, a.noline:link, a.noline:visited, .photoBox a:link, .photoBox a:visited {
	border-style: none;
	}



.center {
	text-align: center;
	}

a img {
	border: none;
	}

.hide {
	display: none;
	}
