﻿/* Layout boxes with IE hacks inplace */

/* commented backslash hack v2 \*/ 
html, body{height:auto;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
		color: #000000;
		background: #eee;
}
body {		
		font-family:Trebuchet MS;
		font-size:small;
		text-align: center;

}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 800px; 
		min-height:575px;
		text-align: left;
		background: #FFFFFF;  
        position:relative;

		}
/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:852px;width:900px;}
* html body{font-size:xx-small;font-size:x-small}
/* end hack */ 

.adjustedZIndex {
    z-index: 1;
}

#mainheader {
		position:absolute;
		left:0;top:0;
		height: 150px;
		width:100%;
		background-color: #FFFFFF;
		border-bottom: 0px solid #e6e6e6;
		z-index:1;
		margin-top:5px;
}
#header {
		height: 150px;
		background: #FFFFFF;
	    border-top:solid 5px #ffffff;
    	position:relative;
		z-index:2;
		overflow:hidden;
        margin: 5px 5px 5px 5px;
}

* html #header {height:180px;height:180px}
#mainnav {
		background-color: #FFFFFF;
		position:relative;
		z-index:2;
		margin: 0px 0px 0px 0px;
		border-right: solid 0px #000000;
		border-bottom: solid 5px #ffffff;
		text-align:center;
}
* html #mainnav{height:2px;height:0px}		
#sidebar {
		float: left;
		width: 180px;
		padding:0px 0 ;
		z-index:2;
		}
#content {
		width: 800px;
		padding:0px 0;
		min-height:350px;
		margin-left:auto;
		margin-right:auto;
		background-color:#FFFFFF;
	    float:right;
}
#content p, #sidebar p, #mainnav p, #header p,#footer p  {margin: 5px 5px 5px 5px;}		
#footer	{
		position:absolute;
		bottom:0;
		width:100%;
		height: 34px;
		text-align:center;
		margin-top:10px;
		margin-bottom:10px;
		border-top:solid 1px #cccccc;
}
#footer p {margin:0;padding:0}
* html #footer {height:35px;height:34px;}

.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	background:#FFFFFF;
	position:relative;
}

#clearfooter {height:34px;width:100%;clear:both}
.blank , .blank2 {
	position:absolute;
	left:547px;
	width:7px;
	height:0px;
	overflow:hidden;
}
.blank {top:-1px;}
.blank2 {bottom:-1px;
}
/* End of layout boxes */

/*Image Box*/

.imageleft
{
    float:left;
    margin-top:10px;
    margin-bottom:20px;
    margin-left:10px;
    margin-right:10px;
    border:none;
}

.imageright
{
    float:right;
    margin-top:10px;
    margin-bottom:20px;
    margin-left:10px;
    margin-right:10px;
    border:none;
    z-index:2;
}
/*Alignment*/

.center
{   
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
}

/* P class */

.pfoot
{
    font-size:10px;}
    
p.large
{
	font-size:20px;
	font-weight:bolder;
}

p.medium
{
	font-size:14px;
}

p.hours
{
	font-size:16px;
	font-weight:bold;
}

p.address
{
	font:Verdana;
	font-size:16px;
}
    
/* Hrefs */

 a
 {
	font-family:verdana;
	color:#770078;
	text-decoration:None;
 }
 a:hover
 {
	color:#D4D2D2;
	background:f6f6f6;
	}
    
/* Content Boxes */

.body

{
    background-color:#FFFFFF;
    border:solid 0px black;
    position:relative;
    padding:0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}

.body p
{
    font:Trebuchet MS 10px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
}
.body
{
    font:Verdana 10px;
    padding-bottom:1px;
}

.body h3
{
    font:Trebuchet MS 18px;
    font-weight:bolder;
    padding-left:5px;
}

/* Contact Us Box */

.contactbox
{
	background:#FFFFFF;
	padding:10px;
	color:#333333;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:auto;
	width:350px;
}

.contactbox input .input-text{
	border:1px solid #3b6e22;
	color:#666666;
	width:180px;
}

.contactbox label{
	display:block;
	margin-bottom:10px;
	color:#555555;
}

.contactbox label span{
	display:block;
	float:left;
	padding-right:6px;
	width:75px;
	text-align:right;
	font-weight:bold;
}


/* Gallery */

.gallerymain
{
	background-color:#ffffff;
	border:solid 2px #DDDDDD;
	text-align:center;
	margin:0 5px 5px 5px;
	padding:5px 5px 5px 5px;
	font-family:Verdana;
}

.galleryscroller
{
	background:#dddddd;
	padding:5px 0 5px 0;
	border:solid 1px #cccccc;
}

/* Lightbox */
#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; }

	
	

