@charset "UTF-8";
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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #808285;
	background-image: url(images/bkg-striped.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #C26558;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.stylehilite {
	color: #CC0000;
	font-weight: bold;
}
.twoColFixLtHdr #container {
	width: 888px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 70px;
	width: 888px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
div#menu_container {
	height: 25px;
	background-image: url(images/navbkg1.jpg);
	padding: 0px;
	width: 890px;
	margin: 0px;
	text-align:center;
}
#menu_container ul {
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display: inline;
	list-style-type:none;
	}
#menu_container ul li {
	display: inline;
	padding: 2px 25px 2px;
	}
.nolink {
color:#666666
}
div#homepg-hdr {
	padding: 10px;
	text-align:center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}

div #ContentContainer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin: 0px;
	float: left;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	}
	div #sidebar1 {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	vertical-align: top;
	margin-top: 0px;
	line-height: 18px;
	background-color: #FFFFFF;
	width: 140px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	float: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	background-color: #FFFFFF;
	} 
	.twoColFixLtHdr #mainContent-home {
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	background-color: #FFFFFF;
	text-align: center;
	} 
div#homepg-content {
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	float: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	}
	
div#inner_footer {
	height: 25px;
	width: 888px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
.twoColFixLtHdr #footer {
	background-image: url(images/innerfooterbkg4.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 20;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #CCCCCC;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	font-weight: normal;
}
.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;
}
#merc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E8E2D8;
	margin-top: 17px;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 10px;
}
#merc-thmb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 17px;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 10px;
	width: 180px;
	border: 1px dotted #666666;
}
.merc {
}
.desc {
	margin: 10px;
}
.gallerycontainer{
	position: relative;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	padding-top: 10px;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px 666px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #E8E2D8;
padding: 5px;
left: -500px;
border: 1px gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -410px;
left: -10px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

