@charset "utf-8";
/* CSS Document */
body {
	margin-top:0px;
	padding:0px;
	background-color: #F4F4F4;
	/*background-image: url(images/background_pattern.jpg); background-repeat: no-repeat;
	background-position: top center;*/
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}

img
{  border-style: none;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;	
}

h2{
	color: #376272;
	font-size: 14px;
	text-decoration: none;
}

#box_main {
 width: 775px; 	
 height: 750px;
 border: 1px solid #CCC;
 margin-left: auto;
 margin-right: auto;
 background-color: #FFF;
 margin-top: 0px;
 text-align: center;
}

#box_main2 {
 width: 775px; 	
 height: 1100px;
 border: 1px solid #CCC;
 margin-left: auto;
 margin-right: auto;
 background-color: #FFF;
 margin-top: 0px;
 text-align: center;
}

#image_div{
	width: 97%;
	text-align: center;
	border: 1px solid #BBBBBB;
	padding: 12px;
	background-color: #f4f4f9;
}

#box_footer {
	width: 765px; 
	height: 20px;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F2F2F2;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#logo_image {
	margin-top: 10px;
    text-align: center; }
	
#logo_image_frame {
	border: 1px solid #000;
	height: 299px;
}

#menu {
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #333;
height: 60px;
width: 750px;
margin-left: auto;
margin-right: auto;
}

#box_recent {
	width: 200px;
	height: 200px;
	float: left;
	margin-left: 15px;
	border-right: 1px solid #999;
}

#box_maincontent {
 width: 500px;
 height: 330px;
 float: right;
 margin-right: 25px;
 margin-top: 15px;
}

#box_maincontent2 {
 width: 500px;
 float: left;
 margin-left: 20px;
 margin-top: 15px;
 text-align: left;
}

#box_welcome{
	height: 40px;
	width: 85%;
	padding-left: 0px;
	text-align: left;
	color: #000;	
	border-bottom: 1px groove #999;
}

#pos_div { display: inline; }

#box_intro_blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	margin-right: 10px;
	height: 200px;
    padding-top: 10px;
	text-align: left;
	float: right;
}

#box_intro_blurb #other_galleries{
	width: 97%;
	background-color: #f4f4f9;
	border: 1px solid #BBBBBB;
	margin-top: 15px;
	padding: 10px;
}

#box_intro_blurb #other_galleries span{
	width: 97%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 15px;
}

.footertxt {
color: #666;
font-size: 10px;
font-family: Verdana, Geneva, sans-serif;
}

.footertxt a {
color: #666;
text-decoration: none;
}

.footertxt a:hover {
text-decoration: underline;
color: #666;
}

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