/* CSS Document */

html,body{margin:0;padding:0}

body {
font: 12px "Arial", Arial, sans-serif;
text-align:center;
background-color: #fff;
}
h2 {
   font:"Times New Roman", Times, serif;
   font-weight:normal;
   font-size : 12px;
   padding-right:10px;
   padding-left:10px;
}
h3 {
   font:"Times New Roman", Times, serif;
   font-size : 13px;
   color : #444
   letter-spacing: 1px;
   margin : 25px 0px 0px 0px;
   padding: 0 0 0px 10px;
}
h4 {
   font:"Arial", Arial, sans-serif; color: #666699;
   font-size : 12px;
   letter-spacing: 1px;
   margin : 25px 0px 0px 0px;
   padding: 0 0 0px 10px;
}

/***** Links *****/
 
a,
a:link,
a:visited{
color: #ffffff;
text-decoration:none;
}
a:hover {color: #ffffff; text-decoration: underline;}
 

	
p{margin:0 10px 10px}
/*a{display:block;color: #981793;padding:10px}*/



div#header h1{
height:302px;
line-height:80px;
margin:0;
padding-left:10px;
background: #FFFFFF;
color: #79B30B
}

div#footer{
font-size:10px;
}
div#navbar h1{
height:80px;line-height:80px;margin:0;
  background: #FFFFFF;color: #FFFFFF
  }

/*colors*/
div#header{background:#ffffff; padding:0 0 0 0; margin: 0px; height:302px; }
div#extra{background:#FFFFFF}
div#footer{background: #ffffff; color: #000000;;}
div#container{background-color:#FFFFFF; border: solid #000 1px;}
/*border:1px solid #fff;}//*

/*sizes structure floats*/
div#container{
width:850px;margin:20px auto;
}
div#right{
float:right;
width:250px; 
line-height:14pt;
border-left:dashed;
border-left-color:#CCCCCC;
border-left-width:thin;
padding: 5px;
margin:5px;

}

div#navbar {height:37px;
padding-left:70px;
margin:0; background:#000000}
div#extra{
float:left;
clear:left;
width:500px; 
text-align:justify; 
line-height:14pt;
margin:10px;
padding-left:15px;
padding-right:15px;
}

.extra a{
	text-decoration:underline;
	color: #663399;
	}
	
div#extra1{
width:100%; text-align:justify;
}
div#footer{
clear:both;
width:700px;
text-align:center;
}

/******* nav *********/

/*Navbar*/
/* common styling */

#nav, #nav ul { /* all lists */
	padding: 12px 0 0 0px;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-decoration:none;
	font-weight:400;
	text-align:left;
	background: #000000;
	
}

#nav a {
	display: block;
	width: 9em;
	text-decoration:none;
	padding-top:3px;
	padding-bottom:8px;
	text-align:left;
	background: #000000;
}

#nav li { /* all list items */
	float: left;
	text-align:left;
	background-color: #000000;
	width: 9em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000000;
	padding-left:5px;
	width:9em;
text-align:left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ffffff;
}

/* Light Box */

#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;
	}

/* Portfolio Thumbnail Pages */

.thumbnail {
	float: left;
	width:250px;
	font-size: 75%;
	margin: auto;
	text-align: center;
	padding: 5px 0 0 0;
	line-height:1.5;

	}
	.thumbnail a img {
		background: #dfdfdf;
		border: 1px solid #ccc;
		clear: both;
		text-align:left;
		display: block;
		margin: auto;
		}
		
.thumbnail a {
	color:#4378a5;
	}
