/* CSS Document */


body   {
	background:url(images/forty9_bkgd.jpg);
	background-attachment:scroll;
	background-repeat:repeat-y;
	background-position:top;
	
}

#container  {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	min-width:600px;
	color:#000000;
	margin-top:-10px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
}


/* Header */

#header   {
	background:url(images/header.jpg);
	height:85px;
	width:800px;
	position:relative;
	text-indent:-5000px;
}

#header img  {
	float:left;
	border-style:none;
	margin-top:14px;
	margin-left:5px;
}

/* Content */



#content  {
	background:url(images/forty9_contentbg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	width:800px;
	height:403px;
	min-height:402px;
	margin:0px;
	padding:0px;
}




#contentleft  {
	color:#000000;
	width:250px;
	margin-left:30px;
	float:left;
	margin-top:0px;
	height:290px;
}

#lefttext   {
	width:240px;
	height:290px;
	margin:60px 10px 20px 0px;
	padding-left:40px;
	padding-right:10px;
	float:left;
	overflow:auto;
	font-size:12px;
	text-align:left;
}

#lefttext img  {
	margin-left:15px;
	margin-bottom:-10px;
}

#lefttext h4  {
	font-size:11px;
}



#contentright  {
	color:#000000;
	width:370px;
	margin-right:95px;
	float:right;
	margin-top:75px;
	height:290px;
}

#righttext   {
	width:370px;
	height:290px;
	margin:0px 20px 20px 23px;
	padding-left:0px;
	overflow:auto;
	font-size:12px;
}

#righttextslide   {
	width:370px;
	height:290px;
	margin:0px 20px 20px 23px;
	padding-left:6px;
	overflow:auto;
	font-size:12px;
}

#righttext h2 {
	margin:0px 0px 0px 0px;
}

#righttext h4 {
	margin:5px 0px -10px 0px;
}

#righttext h5 {
	margin:5px 0px -10px 0px;
	font-size:10px;
}



#righttext  img   {
	margin:6px 1px 0px 0px;
	padding:0px;
	border-style:none;
	
}



/* Footer */

#footer  {
	background:url(images/forty9_footer.jpg);
	height:71px;
	width:800px;
}


#footnav  {
	margin-top:0px;
	width:800px;
	text-align:center;
}

#navlist  {
	margin-top:0px;
	margin-right:30px;
	margin-bottom:0px;
}

#navlist img  {
	border-style:none;
	padding-right:10px;

}

#bottomnavlist  {
	margin-top:0px;
	text-align:center;
}


#bottomnavlist img  {
	border-style:none;
	padding-right:5px;

}

#facebooklink  {
	
	border-style:none;
	margin-left:305px;
	margin-top:0px;
	
}

#facebooklink img  {
	text-align:center;
	border-style:none;
	margin-left:5px;
}



/*Photo Gallery CSS
---------------------------------------------------------------------------*/


#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 */ 

/*---------------------------------------------------------------------------*/
	
