﻿body 
{ 
font-family : Verdana,Arial, Helvetica, sans-serif;
color : #000000;
font-size : 0.7em;
background-color: #ffffff;
}

#wrapper
{ 
width : 742px;
margin : 0 auto;
background-color : #ffffff;
min-height : 394px;
overflow:hidden;
}

#topspacer
{
height : 35px;
background-color : #ffffff;
}

#header
{
height : 35px;
background-color : #fff;
width : 740px;
border : solid 1px #808080;
}
 
.logo
{ 
background-image : url(/images/logo.gif);
background-repeat : no-repeat;
width:286px;
height:35px;
}

#menu
{ 
margin : 0 auto;
padding : 5px 0 6px 0;
width: 580px;
position: relative;
top: -30px;
left: 140px;
padding: 5px 0em 6px 0em;
}

#menu ul
{ 
margin : 0;
padding : 0;
list-style : none;
text-align : center;
} 

#menu li
{ 
display : inline;
} 

#menu a
{ 
text-transform : uppercase;
text-decoration : none;
font-size : 10px;
color : #397BB3;
font-weight: bold;
padding: 5px 10px 5px 10px;
}

#menu a:hover
{
color: #397BB3;
text-decoration : underline;
padding: 5px 10px 5px 10px;
}

#contentwrapper
{
width : 740px;
background-color : #ffffff;
min-height : 394px;
border : solid 1px #808080;
}
 
#leftcolumn
{ 
display : inline;
width : 281px;
float : left;
min-height : 394px;
background-color : #ffffff;
color: #000000;
}

* html #leftcolumn
{
height : 394px;
}


#rightcolumn
{ 
display : inline;
width : 449px;
float : left;
min-height : 394px;
background-color : #ffffff;
} 

* html #rightcolumn
{ 
height : 394px;
}

#rightcolumn p
{
margin-top:10px;
}

#rightcolumn h1
{
margin-top : 10px;
margin-bottom : 15px;
font-size : 1.8em;
font-weight : bold;
text-decoration : none;
}

#rightcolumn h2
{
margin-left : 15px;
margin-top : 10px;
font-size : 1.4em;
font-weight : lighter;
color : #3f4856;
text-decoration : none;
}

#rightcolumn h3
{
margin-left : 15px;
margin-top : 10px;
font-size : 1.2em;
font-weight : bolder;
color : #3f4856;
text-decoration : none;
letter-spacing : 0.3em;
}

#rightcolumn ul 
{
	margin-left: 25px;
	margin-top:0.2em;
	padding:0;
	margin-bottom:1em;
	list-style:none;
}

#rightcolumn a
{ 
color : #397BB3;
font-weight: bold;
}

#rightcolumn a:hover
{
color: #397BB3;
background-color:#cecece;
text-decoration : underline;
}

.lb
{
background-image : url(/images/lb.jpg);
background-repeat : repeat-x;
width : 520px;
height : 5px;
margin-top : 2px;
margin-bottom: 2px;
}

#footer
{
margin-top : 2px;
background-color : #ffffff;
display : inline;
float : left;
width : 740px;
padding-top : 10px;
padding-bottom : 10px;
font-size :xx-small;
}

#footer p
{ 
color : #000000;
}

#footer a
{ 
color : #f7f7f7;
}

#content
{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

img.floatTL
{ 
float : left;
margin-right : 7px;
margin-bottom : 2px;
margin-top : 12px;
margin-left : 10px;
padding : 3px;
border : 1px solid #9cf449;
} 

img.floatTR
{ 
float : right;
margin-left : 7px;
margin-bottom : 2px;
margin-top : 12px;
margin-right : 10px;
padding : 3px;
border : 1px solid #9cf449;
}

.ImageFramed
{
padding:0;
border: solid 1px #7f9db9;
}

.PortfolioFramed
{
padding:0;
border: solid 1px #7f9db9;
margin-right: 5px;
margin-bottom: 5px;
}

#lightbox{
	position: absolute;
	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;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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;
	}