@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	background-color: #999999;
	background-image: url(images/concrete_test.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	font-size:11px;
	line-height:17px;
	text-align:left;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	background-image: none;
	padding:10px;
	font-size:11px;
	line-height:12px;
	text-align:left;
}

body a:link {
	text-decoration: none;
	font-style: normal;
	border-width:0px;
	color: #eb2828;
}
body a:visited {
	text-decoration: none;
	font-style: normal;
	border-width:0px;
	color: #eb2828;
}
body a:hover {
	text-decoration:underline;
	font-style: normal;
	border-width:0px;
	color: #eb2828;
}
body a:active {
	text-decoration: none;
	font-style: normal;
	border-width:0px;
	color: #eb2828;
}
p {
text-align:left;
text-indent:0px;
padding:0px;
margin:0px;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #555555;
	line-height: 17px;
	text-align:left;
	}
.h2 {
	color: #eb2828;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 17px;
	text-align:left;
	}
/***********************************************************************************************
SPECIFIC DIVS
***********************************************************************************************/


#container {
	width: 950px;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) auto right and left will centre it in the browser */ 
	text-align: center;
	position: relative;
	overflow:hidden;
	background-image: url(gallery.html);
	}

#headerDiv {
	width:950px;
	height:347px;
	outline:none;
	/*clear:both;*/
	position:relative;
	}

#mainContentBg {
	width:936px;
	background-image:url(images/content_tile.jpg);
	background-repeat:repeat-y;
	position:relative;
	float:left;
	/*clear:both;*/
	margin-left:7px;
	margin-right:7px;
	padding-top:10px;
	padding-bottom:0px;
	padding-left:30px;
	padding-right:30px;

	}
/***********************************************************************************************
CRUMBS
***********************************************************************************************/
.crumbDiv {
	position:relative;
	width:870px;
	clear:both;
	height:20px;
	float:left;
	text-align:left;
	vertical-align:top;
	font-size:10px;
	padding-left:30px;
	}


/***********************************************************************************************
FOOTER STUFF
***********************************************************************************************/
.footer {
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
	width:936px;
	height:77px;
	position:relative;
	float:left;
	clear:both;
	margin-left:7px;
	font-family:Arial, Helvetica, sans-serif;
	color: #555555;
	line-height:17px;
	font-size:9px;
	text-align:center;
	z-index:1;
	padding-top:5px;
	}
.footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #555555;
	line-height:17px;
	font-size:9px;
	text-decoration:none;
	border-width:0px;
	}
.footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #555555;
	line-height:17px;
	font-size:9px;
	text-decoration:none;
	border-width:0px;
	}
.footer a:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #555555;
	line-height:17px;
	font-size:9px;
	text-decoration:none;
	border-width:0px;
	}
.footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #eb2828;
	line-height:17px;
	font-size:9px;
	text-decoration:underline;
	border-width:0px;
	}

/***********************************************************************************************
CONTENT DIVS
***********************************************************************************************/
.greyContentDiv {
	background-image:url(images/red1px.gif);
	background-repeat:repeat-x;
	background-color: #f5f5f5;
	background-position:top;
	padding:30px;
	position:relative;
	text-align:left;
	overflow:hidden;
	float: left;
	}
#leftCol {
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	padding:0px;	
	position:relative;
	}
#RightCol {
	overflow:visible;
	float:left;

	margin-right:0px;
	margin-bottom:0px;
	padding:0px;	
	position:relative;

	}
	
.repeatingRedLine {
	background-image:url(images/red1px.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:10px;
	position:relative;

	clear:both;
	padding:0px;
	width:100%;
	}

.contentHolder {
	float:left;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;	
	position:relative;
	}
	
.contentImageHolder {
	float:right;
	margin-left:10px;
	clear:none;
	padding:0px;
	}
	
.imageThumbLeft {
	float:left;
	margin-right:1px;
	margin-bottom:1px;
	}
.imageThumb {
	float:left;
	margin-bottom:1px;
	}
.newsItemHolder {
	padding-top:10px;
	float:left;
	position:relative;
	}

/*********************************
NEWS RSS FEED
*********************************/

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #555555;
	line-height: 17px;
	text-align:left;
	}

.headline a:link {
	text-decoration: none;
	font-style: normal;
	border-width:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #555555;
	line-height: 17px;
}
.headline a:visited {
	text-decoration: none;
	font-style: normal;
	border-width:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #555555;
	line-height: 17px;
}
.headline a:hover {
	text-decoration:underline;
	font-style: normal;
	border-width:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #555555;
	line-height: 17px;
}
.headline a:active {
	text-decoration: none;
	font-style: normal;
	border-width:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #555555;
	line-height: 17px;
}

.date {
	color: #eb2828;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 17px;
	text-align:left;
	}
	

.feedburnerFeedBlock li {
	margin-bottom:30px;
	padding-top:10px;
	list-style:none;
	margin-left:0;
	padding-left:0;
	left:0;
	border-top-color:#cccccc;
	border-top-style:dotted;
	border-top-width:1px;
	display:block;
	overflow:hidden;
	position:relative;
	clear:both;
}

.feedburnerFeedBlock ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
	left:0;

}
.feedburnerFeedBlock img {
	float:right;
	margin-left:10px;
	border:0;
	clear:both;
	position:relative;
	overflow:hidden;
}
#creditfooter {
        display: none;
}

	
/*********************************
OLD LIGHTBOX
*********************************/
/*#lightbox{
	background-color:#FFFFFF;
	padding: 10px;
	}

#lightboxDetails{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	padding-top:8px;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
*/
/*********************************
NEW LIGHTBOX
*********************************/
#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-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #555555; background-color: #fff; margin: 0 auto; line-height: 17px; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight:normal	}
#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; }





/*******************************************
GALLERY
*******************************************/
.galleryHolder {
	float:left;
	margin-bottom:0px;
	padding:0px;	
	position:relative;
	}
	
.greyGalleryBg {
	background-image:url(images/red1px.gif);
	background-repeat:repeat-x;
	background-color: #ebebeb;
	background-position:top;
	padding-bottom:29px;
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	float:left;
	position:relative;
	text-align:left;
	}

.galleryThumbLeft {
	float:left;
	margin-right:1px;
	margin-bottom:1px;
	}
.galleryThumb {
	float:left;
	margin-bottom:1px;
	}

