@charset "utf-8";
/* CSS Document */
/* hide from ie on mac \*/
html {
	height: 100%;
}
/* end hide */
body {
	margin:0px; padding:0px;
	background-color:#ffffff;
	height:auto;
}
body.section5 #menu li.chapterlife{
	background:#ffffff;
	margin: 0px;
	padding-top:6px;
	border-style:solid;
	border-top:hidden;
	border-color:#d9d8d8;
	border-bottom:hidden;
}
#main {
	background-color:#ffffff;
	height:800px

}
#header {
	background-image:url(images/headerBackground.png);
	background-color:#d9d8d8;
	background-repeat:repeat-x;
	padding-top:43px;
	padding-left:10px;
	height:123px;
    border-bottom-style:solid;
	border-bottom-color:#a7a6a6;
	border-bottom-width:medium;
}
#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:326px;
	height:84px;
	position: relative;
	top:-2px;
}
#slogan {
	position:relative;
	top: -12px;
}
#slogan h1 {
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#8d8c8c;
	font-size:24px;
	text-transform:uppercase;
}
#chapter h1{
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	position: relative;
	left:645px;
	top:-112px;
}
#chapter h2{
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#e4dd8d;
	font-size:18px;
	text-transform:uppercase;
	position: relative;
	left:676px;
	top:-135px;
}

#menu {
	background-color:#d9d8d8;
	position:relative;
	left:0px;
	top:-173px;
}

ul#menu {
	margin:0px;
	padding:0px;
	position:absolute;
	right:1034px;
	top: 173px;
	width: 187px;
}

ul#menu li {
	list-style-type:none;
	margin-top:8px;
	border-bottom-style:solid;
	border-bottom-color:#a7a6a6;
	border-bottom-width:thin;
	text-align:right;
}
ul#menu li a {
	text-decoration:none;
	margin-right:6px;
	color:#73447d;
	font-family:Lucida Sans, Lucida Grande, sans-serif;
	font-size:22px;
	font-stretch:ultra-condensed;
	font-weight:400;

}

ul#menu li a.active, ul#menu li a:hover {
	color:#211e1e;
}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	color:#151410;
	line-height:0;
}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	width: 250px;
	height: 250px; /* without this line error in IE8 detected */
	margin: 0 auto;
	position: relative;
}


#imageContainer{
	width:100%;
	
	background-color: #fff;
	position: relative;
/*	border-style:solid;
	border-color:#fff;
	border-width:1px;*/
	font-size:0;/* ie fix - big info bar*/
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url(images/loading.gif) center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { 
	background: url(images/prev.png) 5% center no-repeat; 
	_background-image:url(images/prev_ie6.gif)
}
#nextLinkImg:hover, #nextLinkImg:visited:hover { 
	background: url(images/next.png) 97% center no-repeat; 
	_background-image:url(images/next_ie6.gif)
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	width:100%;
}

#imageData{
	overflow:hidden;
	width:100%;
}
#imageDetails{ width: 70%; float: left; text-align: left; 	padding:10px 10px 0 10px;}
#caption{ font-weight: bold; display:block;}
#numberDisplay{ display: block; float: left; padding-right:10px;}			
#detailsNav{display:block; float:left;   padding:0; }
#prevLinkDetails { margin:3px; margin-top:1px; display:block; width:16px;height:16px; background: url(images/prevlabel.gif) left center no-repeat; float:left; }
#nextLinkDetails { margin:3px; margin-top:1px; display:block; width:16px;height:16px; background: url(images/nextlabel.gif) right center no-repeat; float:left; }

#slideShowControl.started{
	background-image:url(images/pause.gif);
}

#slideShowControl{
	display:block;
	width:17px; 
	height:17px; 
	float:left;
	background:url(images/start.gif);
	background-position:center center;
	background-repeat:no-repeat;
	}

#close{
	padding:10px 10px 0 0;
	float:right;
}
#closeLink {
	display:block;
	margin:0;
	padding:0px;
	text-decoration:none;
	width:32px;
	height:32px;
	background:url(images/close.gif) no-repeat;
}	
		
	

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

#outerImageFrame{
	border:solid 1px red;
	height:100%;
	width:100%;
	position:absolute;
}


#outerImageContainer{
	overflow:visible;
}
#outerImageContainer td{
	text-align:center;
	padding:0;
}

#lightboxFrameBody{
	background-color: #fff;
	border:solid 1px #fff; /* hack for opera table small cell width */
	_vertical-align:top;
	_height:90%;
	//vertical-align:top;
	//height:90%;
}

#outerImageContainer td{
	font-size:0;
}
/* frame style */
#outerImageContainer td.tl, #outerImageContainer td.br{
	height:15px;
	width:15px;
}

#outerImageContainer td.tl{
	background-image:url(images/borderTopLeft.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderTopLeft.png', sizingMethod='scale');
}
#outerImageContainer td.tc{
	background-image:url(images/borderTopCenter.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderTopCenter.png', sizingMethod='scale');
}
#outerImageContainer td.ml{
	background-image:url(images/borderMiddleLeft.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderMiddleLeft.png', sizingMethod='scale');
}
#outerImageContainer td.mr{
	background-image:url(images/borderMiddleRight.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderMiddleRight.png', sizingMethod='scale');
}
#outerImageContainer td.bc{
	background-image:url(images/borderBottomCenter.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderBottomCenter.png', sizingMethod='scale');
}


#outerImageContainer td.tr{
	background-image:url(images/borderTopRight.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderTopRight.png', sizingMethod='scale');
}
#outerImageContainer td.bl{
	background-image:url(images/borderBottomLeft.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderBottomLeft.png', sizingMethod='scale');
}
#outerImageContainer td.br{
	background-image:url(images/borderBottomRight.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderBottomRight.png', sizingMethod='scale');
}
#galleryImage {
	background-image:url(images/galleryBack.jpg);
	background-repeat:no-repeat;
	position:relative;
	z-index:0;
	top:-370px;
	left:210px;
	height:280px;
				
}
#galleryImage h1{
	color:#73447d;
	font-family:Lucida Sans, Lucida Grande, sans-serif;
	font-size:22px;
	font-stretch:ultra-condensed;
	font-weight:400;
	position:relative;
	top:13px;
	left:20px;
}
#side_Box{
	background-image:url(images/sideBox1.jpg);
	background-repeat:no-repeat;
	position:relative;
	top: -347px;
	left:808px;
	padding:6px;
	width:204px;
	height:320px;

}
#side_Box h1{
	color:#73447d;
	font-family:Lucida Sans, Lucida Grande, sans-serif;
	font-size:22px;
	font-stretch:ultra-condensed;
	font-weight:400;
	position:relative;
	top:-10px;
	left:8px;
}
.p1{
	color:#6d6c6c;
	font-family:Lucida Sans, Lucida Grande, sans-serif;
	font-size:10px;
	font-stretch:ultra-condensed;
	font-weight:500;
	text-align:center;
	position:relative;
	top:10px;
	padding:0px;
}
.centeredImage
{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
#calendarBox {
	background-image:url(images/calendarBox.jpg);
	background-repeat:no-repeat;
	position:relative;
	left:212px;
	top:3px;
	height:350px;
}
#calendarBox h1{
	color:#73447d;
	font-family:Lucida Sans, Lucida Grande, sans-serif;
	font-size:22px;
	font-stretch:ultra-condensed;
	font-weight:400;
	position:relative;
	top:12px;
	left:20px;
}
#calendar {
	position:relative;
	top:6px;
	left:14px;
}

#footer {
	position:relative;
	top:-365px;
	left:0px;
	background-image:url(images/footerBackground.jpg);
	color:white;
	background-repeat:repeat-x;
	width: 1026px;
	height: 50px;
}
ul#footer_Menu {  
    margin:0px; padding:0px;  
    position:absolute;  
    right:10px;
	top:25px; 

}  
ul#footer_Menu li {  
    display:inline;  

}  
ul#footer_Menu li a {
	text-decoration:none;
	color:#CCCCCC;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:7px;

}
ul#footer_Menu li a.active, ul#footer_Menu li a:hover {
	color:#ffffff;

}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none; color:#FFFFFF;}
A:hover {text-decoration: none}

.footer_p {
	text-decoration:none;
	color:#CCCCCC;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:7px;
	position:absolute;
	right:740px;
}

.container {
	width:1024px;
	height:1200px;
	margin:0 auto;
	border:0px;
}