@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.thrColFixHdr #container {
	width: 950px;
	text-align: left;
	margin: 0px auto 0 auto;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
} 
.thrColFixHdr #header {
	background-image: url(images/header.png);
	height: 150px;
	width: 950px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -100px;
}
#mainHome {
	width: 950px;
	background-repeat: no-repeat;
	height: 15px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr  #mainContentHome {
	float: left;
	width: 380px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	padding-top: 0px;
	height: 15px;
} 
#image {
}

.thrColFixHdr #footer {
	padding: 0px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 125px;
} 
#footer-txt {
	height: 50px;
	width: 490px;
	margin: 0 0 0 20px;
	padding: 7px 0 0 0;
	float: left;
}
#footer-nav {
	height: 50px;
	width: 420px;
	margin: 0 10px 0 0;
	padding: 5px 0 0 0;
	float: right;
}
.thrColFixHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCCCCC;
	text-align: left;
	font-size: 80%;
}
.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;
}


#image {
	height: 400px;
	width: 950px;
	clear: left;
	margin: 0px;
	padding: 0px;
	background-image: url(images/imagetxt_v2.png);
}

#image2 {
	height: 550px;
	width: 950px;
	clear: left;
	margin: 0px;
	padding: 0px;
	background-image: url(images/imagetxt_v3.png);
}

#imagetxt {
	width: 310px;
	float: right;
	margin: 10px 0 10px 0;
	padding: 0 20px;
}

.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;
}
p     {
	font-size: 90%;
	text-align: justify;
}

#nav {
	height: 25px;
	width: 950px;
	background-image: url(images/nav_bar.png);
	margin: 0px;
	padding: 0px;
}
#slideshow {
	float: left;
	height: 400px;
	width: 600px;
	margin: 0px;
	padding: 0px;
}
.slideshow-images {
	clear: left;
	height: 329px;
	margin: 35px 0 20px 8px;
	padding: 0px;
	width: 590px;
}
#gallery {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#imagePlain {
	width: 938px;
	clear: left;
	margin: 0;
	padding: 10px 6px 0 6px;
	height: 1440px;
}
input, textarea {
	border:1px solid #223d0e;
	background-color:#BDCAB3;
}
input, select {
	border:1px solid #223d0e;
	background-color:#BDCAB3;
}
img {
	border: #663300 1px solid;
}
/*--------------------------------------------------
			GALLERY
---------------------------------------------------*/
.gallery-item {
	float: left;
   	overflow: hidden;
   	position: relative;
}
.gallery-item img {
   	display: block;
   	position: relative;
	float: left;
}
.gallery-item h2 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}
.gallery-item h3 {
   	font-size: 14px;
}
.gallery-item a.view {
	position: absolute;
	z-index: 110;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-indent: -999px;
}
.gallery-item .mask {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 80%;
	width: 80%;
	padding: 10%;
	text-align: center;
	text-transform: uppercase;
    color: #333;
}
.thumb .mask {
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(255,255,255, 0.85);
   -webkit-transition: all 0.25s ease;
   -moz-transition: all 0.25s ease;
   -o-transition: all 0.25s ease;
   -ms-transition: all 0.25s ease;
   transition: all 0.25s ease;
}
.thumb:hover .mask {
   filter: alpha(opacity=100);
   opacity: 1;
}	
