body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-image: url(/images/bk_page.gif);
	margin-left: 0px;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 10px;
	color: #E59100;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.Header {
	background-image: url(/images/bk_header.gif);
	background-repeat: repeat-x;
}
.HeaderLeft {
	background-image: url(/images/bk_header_left.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.HeaderRight {
	background-image: url(/images/bk_header_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.DateDisplay {
	font-size: 9px;
	color: #000000;
}
.WhiteFooterText {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.ErrorText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
.Required {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CC6600;
	padding-left: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.RequiredError {
	color: #990000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CC6600;
	padding-left: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.FormField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	height: 17px;
	border: 1px solid #333333;
}
.FormSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	height: 17px;
	border: 1px solid #333333;
	width: 160px;
}
.FormTextField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	border: 1px solid #333333;
}
.FormButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	height: 20px;
	border: 1px solid #333333;
}


/*/services/gallery*/

#lightbox{

	position: absolute;

	top: 40px;

	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, #prevLink:visited { background: url(/library/lightbox/prevlabel.gif) left 15% no-repeat; }

#nextLink, #nextLink:visited { background: url(/library/lightbox/nextlabel.gif) right 15% no-repeat; }

#prevLink, #prevLink:visited { background: url(/library/lightbox/prevlabel.gif) left 15% no-repeat; }

#nextLink, #nextLink:visited { background: url(/library/lightbox/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;

	}

#imageData #imageDetails{ width: 100%; 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;

	padding-top: 0px;

}	

		

#overlay{

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 500px;

	background-color: #000;

	filter:alpha(opacity=60);

	-moz-opacity: 0.6;

	opacity: 0.6;

	}

	



.clearfix:after {

	content: "."; 

	display: block; 

	height: 0; 

	clear: both; 

	visibility: hidden;

	}



* html>body .clearfix {

	display: inline-block; 

	width: 100%;

	}

	

ul.thumbs{ list-style: none; margin: 10px 0 20px 10px;}

ul.thumbs li{ float: left; margin: 5px;}

ul.thumbs li a img{ border: 5px solid #ece4e4; }

ul.thumbs li a:hover img{ border: 5px solid #666; }

ul.thumbs h4 {font-weight: normal;}





