@charset "UTF-8";
/* CSS Document */
#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: #003; }

* {
        margin: 0px;
        padding: 0px;
}

ul {
	position: relative;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CEC7E5;
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bgd%20strip.jpg);
} 
.twoColFixLtHdr #header {
	background-image: url(images/Concrete%20Wakefield.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 1000px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 50px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #2B1684;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 li {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #2B1684;
	list-style-position: inside;
	list-style-type: none;
	line-height: 200%;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.twoColFixLtHdr #sidebar1 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #2B1684;
	padding-top: 15px;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 34px;
	color: #2B1684;
	line-height: 20px;
	padding-bottom: 20px;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	text-transform: none;
	color: #F2DF24;
	padding: 0px;
	line-height: 35px;
}
.twoColFixLtHdr #sidebar1 h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 150%;
	font-weight: bold;
	color: #2B1684;
	padding-bottom: 15px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 310px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666;
	font-size: 14px;
	line-height: 150%;
} 
.twoColFixLtHdr #mainContent h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	color: #F2DF24;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 120%;
}
.twoColFixLtHdr #mainContent h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #2B1684;
	line-height: 120%;
}
.twoColFixLtHdr #mainContent h2 a {
	text-decoration: none;
	color: #2B1684;
}
.twoColFixLtHdr #mainContent h2 a:hover {
	color: #F2DF24;
}
.twoColFixLtHdr #mainContent p a {
	text-decoration: none;
	color: #2B1684;
}
.twoColFixLtHdr #mainContent p a:hover {
	color: #F2DF24;
}
.twoColFixLtHdr #mainContent li {
	list-style-type: none;
	display: inline;
}
.twoColFixLtHdr #mainContent li a {
	padding-top: 93px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 100px;
}
.twoColFixLtHdr #mainContent li a:hover {
	background-color: #2B1684;
}
.twoColFixLtHdr #footer {
	background-image: url(images/bottom%20banner.jpg);
	height: 100px;
	width: 940px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dashed;
	border-top-color: #2B1684;
	border-right-color: #2B1684;
	border-bottom-color: #2B1684;
	border-left-color: #2B1684;
	line-height: 20px;
} 
.twoColFixLtHdr #footer p a {
	color: #000;
	text-decoration: none;
} 
.twoColFixLtHdr #footer p a:hover {
	color: #F2DF24;
} 
.twoColFixLtHdr #footer h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #2B1684;
	padding-top: 5px;
}
.twoColFixLtHdr #footer h6 a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #2B1684;
	padding-top: 5px;
	text-decoration: none;
	padding-left: 50px;
}
.twoColFixLtHdr #footer h6 a:hover {
	color: #F2DF24;
}
#footer ul {
	list-style-type: none;
	display: inline-block;
	margin-left: 25px;
}
#footer li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #2B1684;
	display: inline;
}
#footer li a {
	color: #2B1684;
	text-decoration: none;
	padding-right: 15px;
}
#footer li a:hover {
	color: #F2DF24;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	padding-top: 30px;
	padding-right: 630px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #2B1684;
	text-align: right;
}
.twoColFixLtHdr #header h2 a {
	color: #2B1684;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #header h2 a:hover {
	color: #FFF;
	background-color: #2B1684;
	padding-right: 10px;
	padding-left: 10px;	
}
.twoColFixLtHdr #header h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	padding-top: 60px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #2B1684;
	text-align: right;
}

