@charset "utf-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #222222;
	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: #cecece;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	color: #b75327;
	font-size: 120%;
	border-bottom: 1px dashed #b75327;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #222222;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	/*background: #222222;*/ 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #menu {
	padding: 0;
	margin: 0;
	clear:both;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 80%;
	/*background: #222222;*/
}
.oneColFixCtrHdr #footer {
	padding: 10px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 60%;
	/*background:#222222;*/
}
.footerMenu {
	float: right;
	width: 65%;
	text-align: right;
	padding: 10px 20px 20px 0;
	color: #9d9d9d;
	text-decoration: none;
}
.footerMenu a:link, .footerMenu a:visited {
	color: #9d9d9d;
	text-decoration: none;
}
.footerMenu a:hover, .footerMenu a:active {
	color: #fc4f03;
	text-decoration: none;
}
.copy {
	float: left;
	width: 25%;
	padding: 10px 0 20px 20px;
	color: #9d9d9d;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #b75327;
}
a:visited {
	color: #b75327;
}
a:active {
	color: #fc4f03;
}
a:hover {
	color: #fc4f03;
}
.logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 304px;
	width: 508px;
}
.logo img {
	vertical-align: bottom
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: justify;
	/*padding-top: 10px;*/
}	
.imgPage {
	float: right;
	margin: 0;
	padding: 10px 0 20px 20px;
}
.imageTitle {
	padding: 20px 0 20px 0;
}
.menuPad {
	padding: 0px 4px;
	margin: 0px;
	position: relative; 
} 
.clearBoth {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cssform p{
	width: 440px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed #b75327;
	height: 1%;
}
.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}
.cssform textarea{
	width: 350px;
	height: 100px;
}
* html .threepxfix{
	margin-left: 3px;
}
.services {
	width: 597px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.galText {
	width: 900px;
	margin: 0px;
	padding: 0px;
}
ul {
  float: left;
  width: 597px;
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}
 
li {
	float: left;
	width: 278px;
	margin: 0;
	background-image: url(/images/bullet.jpg);
	background-position: 6px 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 20px; /* left padding moves the text away from the bullet */
}

.galleryImg {
	margin: 0px;
	padding: 0;
}
#lightbox{
	background-color:#414141;
	padding: 10px;
	border: 1px solid #000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#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(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
