/* CSS Document */

margin:0px;
padding:0px;
body {
	background-color: #e6ddcc;
	background-image: url(../images/backdrop_main.png);
	background-repeat: repeat-x;
	margin: 0px;
}
#container{
    width:844px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#gallery {
	float: left;
	width: 844px;
	margin-top:20px;
	border: none;
	text-align:center;
}

#gallery img {
	border: none;
}

#portal {
	float: center;
	width: 825px;
	margin: 0px auto;
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 10px 0px 0px 0px;
	/* border: 1px solid #ff0000; */
}
a {text-decoration: none; color: #99cc66;}
a:hover {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none; color: #bfbfbf;}

#headStone {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 825px;
}
#headStone img {
	float: left;
	margin: 0px 0px 0px 0px;
	border: none;
	padding: none;
	width: 201px;
}
#headStone p {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 17px 0px 0px 0px;
	padding: none;
}
#headStone A {text-decoration: none; color: #99cc66;}

#navh-container
	{
	float: left;
	position: relative;
	border: none;
	width: 100%;		
	margin: 0px 0px 0px 0px;
	background-color: #99cc66;
	min-height: 56px;
	vertical-align: bottom;
	}

#navh
	{
	float: right;
	width: 624px;
	background-color: #99cc66;
	font-size: 11px;
	font-size-adjust: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
	vertical-align: bottom;
	text-align: bottom;
	padding: 4px 0px 0px 0px;
	}
		
#navh a
	{
	text-align: center;
	display: block;
	border: 0;
	white-space: nowrap;
	margin: 0;
	padding: 1.25em 1.5em 0.5em 1.25em;
	}
	
#navh a, #navh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #99cc66;
	text-decoration: none;
	}
	
#navh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #888888;
	}	
			
#navh a.top_parent, #navh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	/* background-image: url(navdown_white.gif); */
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#navh a.parent, #navh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	/* background-image: url(nav_white.gif); */
	background-position: right center;
	background-repeat: no-repeat;
	}

#navh ul
	{
	list-style: none;
	margin: 22px 0px 0px 0px;
	padding: 0;
	float: left;
	border-right: 1px dotted #ffffff;
	vertical-align: bottom;
	text-align: bottom;
	/* width: 11em; width of all menu boxes */
	}
#navh ul.lastInRow {
	border-right: none;
}

#navh li
	{
	position: relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	text-align: bottom;
	}

#navh ul ul
	{
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1em;
	margin: -1em 0 0 -1em;
	border: none;
	}

#navh ul ul ul
	{
	top: 0;
	left: 100%;
	border: none;
	}

#navh li li {
	text-align: left;
	min-height: 1px;
	vertical-align: bottom;
}

div#navh li:hover
	{
	cursor: pointer;
	z-index: 100;
	}

div#navh li:hover ul ul,
div#navh li li:hover ul ul,
div#navh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#navh li:hover ul,
div#navh li li:hover ul,
div#navh li li li:hover ul,
div#navh li li li li:hover ul
{display:block;}


#footer {
	float: left;
	width: 825px;
	border: 0px;
	border-top: solid 1px #bfbfbf;
	margin: 6px 0px 0px 0px;
	padding: 5px 0px 20px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.2em;
}
#footer h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	margin: 8px 0px 6px 0px;
	padding: none;
	letter-spacing: .2em;
	text-align: center;
}
#footer a {text-decoration: none; color: #99cc66;}
#footer a:hover {text-decoration: none;}
#footer a:visited {text-decoration: none;}
#footer a:active {text-decoration: none; color: #bfbfbf;}

.none {
	display: none;
	float: left;
}



#footer img {
	width: 96px;
	height: 36px;
	padding: none;
	margin: 0px 10px 6px 10px;
	border: none;
}

/* CONTAINERS */
.containerFeature {
	float: left;
	width: 360px;
	margin: 0px 0px 0px 10px;
	border-left: 1px dotted #bfbfbf;
	padding-left: 10px;
}
.containerImgCluster {
	float: left;
	clear: left;
	padding: 0px;
}
.containerLogoCluster {
	float: left;
	clear: left;
	padding: auto;
}


/*LIGHTBOX */

#lightbox{
	position: absolute;
	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{	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	   