body 
{
margin: 0;
padding: 0;
background-color: #FFFFFF;
color: #000000;
}

html, body, #contents 
{
min-height: 100%;
width: 100%;
height: 100%;
}

html>body, html>body #contents 
{
height: auto;
}

#contents
{
position: absolute;
top: 0;
left: 0;
}

#header 
{
border-top:0;
border-bottom:0;
height: 40px;
background:url(../Images/HeadlineBG.gif) repeat-x; 
}

#content 
{
margin:0 0 3em 15.5em;
width:600px;
}

/*----------------------------------------------------------------------- 
   Text styles
 ------------------------------------------------------------------------ */

h1
{ 
padding:0.25em 0.25em 0 0.5em; 
margin:0; 
font:26px Arial, sans-serif; 
text-decoration:none;
letter-spacing:-0.04em;
}

p.gentext
{
text-align:justify;
color:black;
font-family: Arial, sans-serif;
font-size:15px;
margin:2em 2em 2em 0;
}

p.caption
{
text-align:center;
color:black;
font-family: Arial, sans-serif;
font-size:13px;
margin:-2em 2em 2em 0;
}

p.quote
{
text-align:justify;
color:black;
font-family: Arial, sans-serif;
font-size:13px;
margin:0.5em 2.5em 0 2em;
}

p.copyright
{
text-align:center;
color:black;
font-family: Arial, sans-serif;
font-size:10pt;
margin-left:-55px;
}

a {text-decoration: underline;}
a:link     {color:#000}
a:visited  {color:#000}
a:active   {color:#000}
a:hover	   {
	color:#778899;
	text-decoration: underline;
}

p.gal_title
{
text-align:left;
color:#69C;
font-family: Helvitica, sans-serif;
font-size:27px;
font-weight:bold;
margin:0 0 1em 14px;
letter-spacing:-0.05em;
}

p.gal_name
{
text-align:center;
font-family: arial,sans-serif;
font-size:0.9em;
margin:4px 0 0 0;
text-decoration:none;
}

/*----------------------------------------------------------------------- 
   Nav Menu styles
 ------------------------------------------------------------------------ */

#nav 
{
position: absolute;
top: 4.8em;
left: 1em;
width: 12em;
font-family: Arial, sans-serif;
}

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

#nav li 
{
font-size:13px;
border-bottom: 1px dotted #B2BCC6;
margin-bottom: 0.3em;
}

#nav a:link, #nav a:visited 
{
text-decoration: none;
color: #2A4F6F;
background-color: transparent;
}

#nav a:hover 
{
color: #778899;
text-decoration: none;
}


/*----------------------------------------------------------------------- 
   Gallery styles
 ------------------------------------------------------------------------ */

#portfolio_gallery
{
display:block;
position:relative;
top: 30px;
padding-top: 20px;
text-align:center;
}

#gallery
{
position:relative;
left:256px;
top:-22px;
width:600px;
padding:0 20px 40px 20px;
border-left: solid 1px #778899;
display:block;
} 

.thumbnail
{
float: left;
margin:0 15px 30px 15px;
}	

#slightly-smaller-text {
	font-size:0.9em;
	}

.clearboth
{
clear: both;
}

div.gal_nav
{
position:relative;
top:-1px;
left:-2px;
width:114px;
padding-left:35px;
}

div.gal_nav_arrows
{
margin: 5px 0 0 0;
position:relative;
left:-20px;
float:left;
}

.gal_nav_arrows a 
{
display:block; 
width:38px; 
background-color: #575757;
}

.gal_nav_arrows a:hover 
{
background-color: #286FD9;
}
	
/*----------------------------------------------------------------------- 
   Misc. Image Layout styles
 ------------------------------------------------------------------------ */
 
.leftimg 
{
float: right;
border:1px solid black;
margin: 2px 20px 4px 20px;
}

.rightimg 
{
float: left;
border:1px solid black;
margin: 2px 10px 4px 0;
}

.centertimg 
{
align: center;
border:1px solid black;
margin:4px 10px 6px 10px;
}

img#badge
{
position: relative;
left:286px;
top:66px;
}

/*----------------------------------------------------------------------- 
   Lightbox styles
 ------------------------------------------------------------------------ */

 
#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(file:///Mac G5 HD2/Leif/Documents/Web Design/Current Projects/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 */
	}	
	
