/* CSS Document */

.style1 {
	color: #3A4A70;
}

body,td,th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image:  url(images/mainbg.jpg);
}

#top {
	width: 100%;
	height: 67px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(images/topbg.jpg);
}

#topmid {
	width: 704px;
	height: 67px;
	background-image:  url(images/toplogo.jpg);
	margin-right:auto;
	margin-left:auto;
}

#mid {
	width: 100%;
	height: auto;
	margin-right:auto;
	margin-left:auto;
	background-color:#1F2837;
}

#midholder {
	width: 704px;
	height: auto;
	margin-right:auto;
	margin-left:auto;
	background-image:  url(images/centerbg.jpg);
}

#btext {
	padding-top: 7px;
	padding-bottom:  7px;
	margin-top: 10px;
	margin-bottom:  25px;
	border-bottom: 1px dotted #99FF00;
	border-top: 1px dotted #99FF00;
}

#portfolio {
	margin-left: .5px;
	margin-top:  5px;
}

#portfolio img{
	border:  12px solid #FFFFFF;
	margin-bottom: 30px;
}

#portfolio img:hover{
	border:  12px solid #8FE9FF;
}

#bottom {
	width: 100%;
	height: 96px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(images/bottombg.jpg);
}

#bottommid{
	width: 704px;
	height: 96px;
	background-image:  url(images/bottommid.jpg);
	margin-right:auto;
	margin-left:auto;
}

#bgbottom {
	width: 100%;
	height: 96px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(images/mainbg.jpg);
}

#bgbottommid{
	width: 704px;
	height: 96px;
	background-image:  url(images/footerbg.jpg);
	margin-right:auto;
	margin-left:auto;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6FE2FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6FE2FF;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
}

#bottommid a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A4A70;
}

#bottommid a:hover {
	text-decoration: underline;
	color: #6077AC;
}

/* LIGHTBOX */

#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(../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 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A4A70;
}

#imageData a:hover {
	text-decoration: underline;
	color: #6077AC;
}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	color:#3C4F76;}
#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-image:  url(images/lbbg.jpg);
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	

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