body {
	background-color: #b09c7b;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body a{
	color:#FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: bottom;
}

.style3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style111 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
}
 
ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	background:url(images/mid_bg.jpg);
}


ul#nav li a {
	display: block;
	font-weight: normal;
	padding: 0px 0px;
}

ul#nav li a:hover{
	background: url("images/mid_bg.jpg")
	color:#fff;
	}
	
ul#nav li {
	float: left;
	position: relative;
	width:inherit;
	text-align: left;
	margin-right:0px;
	border:0px solid #ccc;
	z-index: 150;
}

ul#nav li.current a{
	background: url("images/mid_bg.jpg");
}

ul#nav li.current a:hover{
	background: url("images/mid_bg.jpg");
}

li ul {
	display: none;
	position: absolute;
	width:150px;
	top: 0;
	left: 0;
	font-weight: normal;
	padding: 4px 2px 4px 5px;
	margin-left: 1px;
	list-style:none;
	z-index: 150;
}
li ul li {
	padding: 4px 2px 4px 5px;
	list-style:none;
}

li ul li ul {
	display: none;
	position:absolute;
	width:150px;
	top: 0;
	left: 0;
	font-weight: normal;
	padding: 4px 2px 4px 5px;
	margin-left: 1px;
	list-style: none;
	z-index: 150;
}

li ul li ul.sub {
	display: none;
	position:absolute;
	width:150px;
	top: 0;
	left: 0;
	font-weight: normal;
	padding: 4px 2px 4px 5px;
	margin-left:-1px;
	list-style:none;
	border-top:1px solid #999999;
}

ul#nav li ul.sub li{
	border-width:0px 1px 1px 1px;
	background:url(images/mid_bg.jpg);
	border-top:1px solid #999999;
}

ul#nav li ul.sub li ul.sub li{
	display:none;
	border-top:1px solid #999999;
	background:url(images/mid_bg.jpg);
}

ul#nav li ul.sub li a{
	font-weight: normal;	
}
li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}
li>ul>li>ul {
	position:absolute;
	top: -4px;
	left:155px;
}

ul#nav li ul.sub li:hover ul.sub, ul#nav li ul.sub li.over ul.sub{
	display:block;
	padding:0;
	top:0;
	left:160px;
	border-width:0px 1px 1px 1px;
}

ul#nav li ul.sub li:hover ul.sub li, ul#nav li ul.sub li.over ul.sub li{
	display:block;
	background:url(images/mid_bg.jpg);
}




.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
 
.thumbnail img{
border: 1px solid white;
margin: 0 0px 0px 0;
}
 
.thumbnail:hover{
background-color: transparent;
}
 
.thumbnail:hover img{
border: 1px solid black;
}
 
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed 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: 0;
left: -430px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* Image Gallery */

#gallery {position:relative; width:686px; margin:4px auto; padding:2px; border:2px solid #433c2c; background:#433c2c}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:2px}
#image {position:relative; width:672px; height:375px; padding:5px; border:1px solid #000; background:#FFF url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:5px; padding:15px 0; width:682px; height:100px; border:1px solid #000; background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:100px; width:682px; }
#thumbs {position:absolute; list-style:none; margin-left:2px; height:100px; width:10000px; border-right:2px solid #FFF}
#thumbs li {float:left; margin-right:2px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

