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

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

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#996600;
}	

#site_wrapper
{
	background-image:url(../images/main_background.gif);
	background-repeat:repeat-x;
	text-align:center;
	background-color:#000000;	
}

#site_wrapper_inner
{
	background-image:url(../images/main_background_inner.gif);
	background-repeat:repeat-x;
	text-align:center;
	background-color:#000000;	
}

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

#header
{
	width:950px;
	height:117px;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
}

#navigation
{
	height:46px;
	width:950px;
	font-size:12px;
}	

#navigation ul 
{
	list-style:none;
	margin:0;
	padding:0;
	padding-top:1.4em;
}

#navigation li 
{
	display:inline;
}

#navigation a:link, #navigation a:visited 
{
	padding:0.4em 0.7em 0.4em 0.7em;
	color:#FFFFFF;
	text-decoration:none;
}

#navigation a:hover 
{
	color:#b38700;
}


.clearify
{
	clear:both;
	visibility:hidden;
}	

#flash_area
{
	height:233px;
	width:950px;
}

#image_area
{
	height:132px;
}
	
#details_area
{
	width:950px;
	background-image:url(../images/details_area_background.jpg);
	background-repeat:repeat-y;
	padding-bottom:10px;
	padding-top:10px;
}			

#details_area_left
{
	width:300px;
	float:left;
}

h1, h2, h3
{
    margin-top:10px;
    margin-left:10px;
    font-size:18px;
    font-weight:normal;
    padding-left:30px;
    color:#FFFFFF;
	background-image:url(../images/heading_icon.jpg);
	background-repeat:no-repeat;
    height:23px;
}

h2, h3
{
	background-image:url(../images/heading_icon2.jpg);
	background-repeat:no-repeat;
	font-size:16px;
	padding-top:3px;
	color:#b38700;
}

h3
{
	background-image:url(../images/heading_icon3.jpg);
	background-repeat:no-repeat;
}

#details_area_left h1
{
	background-image:url(../images/projects_icon.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
}
	
#details_area_left h2
{
	margin-left:0px;
	font-size:13px;
	font-weight:normal;
	background-image:none;
	padding-left:20px;
}
			
#details_area_right
{
	width:630px;
	float:right;
}

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

#details_area_right a:hover, #details_area_left a:hover 
{
	color:#FFFFFF;
	text-decoration:underline;
}

.homepage_content
{
	float:left;
	width:49%;
}	

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

.text_left
{
	margin-left:20px;
	font-size:12px;
	line-height:18px;
}
	
.port_text
{
	text-align:left;
}

.test_text
{
	font-style:italic;
}

.test_client
{
	float:right !important;
	text-align:right;
	font-weight:bold;
}
		
#footer
{
	color:#FFFFFF;
	background-color:#996600;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:2px;
}

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

.img_left
{
	margin-left:22px;
	margin-bottom:10px;
	margin-top:10px;
	border:#87b401 solid 3px;
}

/********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; }

				