@charset "utf-8";
/* CSS Document */

*
{
	padding:0pz;
	margin:0px;
}

body
{
	background-image:url(../images/details_area_background.jpg);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	

#site_container
{
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#main_site
{
	width:950px;
	margin:0px auto 0px auto;
	text-align:left;
}

#flash_area
{
	height:418px;
}

#details_area
{
	width:950px;
	background-image:url(../images/leaf.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#details_area_left
{
	float:left;
	width:570px;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	color:#000000;
}

#details_area_left a:link, #details_area_left a:visited 
{
	color:#000000;
	text-decoration:none;
}

#details_area_left a:hover 
{
	text-decoration:underline;
}

#details_area_left h1, #details_area_left h2
{
	font-size:22px;
	font=weight:normal;
	color:#000000;
}	

#details_area_left h2
{
	font-size:18px;
}
	
.details_area_left_text
{
	font-size:11px;
	line-height:18px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	text-align:justify;
}	

#details_area_right
{
	float:right;
	width:330px;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	background-image:url(../images/details_area_right_background_middle.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
}

#details_area_right h1
{
	width:268px;
	height:32px;
	background-image:url(../images/details_area_right_heading_back.jpg);
	background-repeat:no-repeat;
	font-size:15px;
	font-weight:normal;
	padding-left:40px;
	margin-left:17px;
	padding-top:3px;
}

.details_area_right_text
{
	padding-left:17px;
	padding-right:30px;
	font-size:11px;
	line-height:18px;
	padding-top:10px;
	padding-bottom:10px;
}	
	
#details_area_right a:link, #details_area_right a:visited
{
	color:#f8a348;
	text-decoration:underline;
}

#details_area_right a:hover
{
	text-decoration:none;
}
			
.clearify
{
	clear:both;
	visibility:hidden;
}

#footer
{
	padding-top:15px;
	padding-bottom:15px;
	color:#FFFFFF;
	background-color:#ae3b14;
	border-top:#FFFFFF 5px solid;
	text-align:center;
	font-size:12px;
}

.port_text
{
	padding:15px 25px 10px 10px;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	line-height:18px;
}	

.img
{
	border:#ae3b14 solid 4px;
}

/********Portfolio Styling********************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

				
