@charset "utf-8";
/* CSS Document */
@import "menu.css";
@import "conpan.css";

body
	{
	margin:0 auto;
	text-align:center;
	height:100%;
	width:970px;
	background-color:#e6e6e6;
	color:#606060;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
p
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fdfde7;
	}
h1
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#fdfde7;

	}
h2
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fdfde7;
	}

#footer p
	{
	font-size:11px;
	margin-top:0px;
	margin-bottom:0px;
	color:#606060;
	}
#footer a
	{
	font-size:11px;
	margin-top:0px;
	margin-bottom:0px;
	}
#hours p	{
	margin: 0px;
	font-size:11px;
	color:#606060;
	}
a {
	color:#D1133B;
	font-weight:bold;
	text-decoration:none;
	}	
a:link {
	color:#D1133B;
	font-weight:bold;
	text-decoration:none;
	}
a:visited {
	color:#Dfdfde7;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#aa0032;
	font-weight:bold;
	text-decoration:underline;
	}
#footer .skinobject
	{
	color:#606060;
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	}
	

/******************************

          L A Y O U T 

********************************/

#wrap 
{
width:970px;
height:570px;
margin:0 auto;
background-color:#a69a84;
background-image:url(/Portals/0/images/BRADLAUGH_HOME_MOCKUP.gif);
background-repeat:no-repeat;
text-align:left;
}
	
#header	{
	float:left;
	clear:both;
	height:115px;
	width:800px;
	background-image:url(images/img_header.gif);
	background-repeat:no-repeat;
	padding-right:170px;
	}
#menu_wrap
{
	float:none;
	clear:both;
	width:500px;
	padding-right:5px 300px 5px 170px;
	}

#content_wrap
{
	float:left;
	clear:left;
	width:750px;
	padding:10px 10px 10px 10px;
}

#top_content_wrap
{
     
	float:left;
	clear:left;
	width:740px;
	padding:0px 50px 0px 60px;
}
#middle_content_wrap
{

	float:left;
	clear:left;
	width:850px;
		padding:0px 50px 0px 50px;
}
#mid_left_wrap
{
    float:left;
	clear:none;
	width:415px;
	padding:0px 0px 0px 10px;

}
#mid_right_wrap
{
    float:left;
	clear:none;
	width:325px;

	}
#bottom_content_wrap
{
    float:left;
	clear:left;
	width:740px;
	padding:0px 50px 0px 60px;
}
#footer
{
	height:100px;
	width:970px;
	clear:both;
}
#copyright_div
{
width:970px;
float: none;
clear:both;
}
/***************************************
	
	          L I G H T B O X
	 
*****************************************/
	
#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(/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/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; }
