@charset "utf-8";
/* CSS Document */
<style type="text/css">
html {width:100%;}
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: left;
	background-color: #FFFFFF;
	background-image: url(images/footer.gif);
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000;
	
}


.oneColElsCtrHdr #container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:none;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}
#header {
	width:100%;
	background:#FFF;
	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. */
	background-image: url(none);
	} 
	.clear{ width:100%; overflow:visible;}
#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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.a{
	color:#666666;
}
#header table{
	background-image:url(images/bg.gif);
}
#header table tr td.m{
width=100%;
overflow:visible;
background-image:url(images/nav-bg1.png);
}
#mainContent {
	background-color:#ECD9BE;
	width:60%;
	padding-top: 30px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	margin-top: 0%;
	margin-right: 10%;
	margin-bottom: 8%;
	margin-left: 15%;
	font-size:18px;
}
#footer {
	padding: 10;
	text-align:center;
	color:#E1CDB3;
	background-image:url(images/footer.gif);
	
} 
#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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#ECD9BE;
}
#footer a{
	color:#FFFFFF;
	padding-top: 10px;
}
#footer .nav {text-align:center;padding-bottom:25px}
#footer .nav li {display:inline}
#footer .nav li a {
	color:#e3dad2;
	padding: 20px;
}
/*
#menu{
	height:58px;
	width:80%;
	padding-left: 0%;
	right: 89px;
	margin: 0px;
	padding-right: 0%;
	position: absolute;
	top: 34px;
}

#menu li{
	display:block;
	float:left;
	text-align:center;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding: 0px;
	background-image: url(images/nav-bg2.png);
}
#menu li span{

	display:block;
	padding-top: 16px;
	padding-right: 32px;
	padding-bottom: 32px;
	padding-left: 44px;
}
#menu li a{
	color:#666666;
	font-size:20px;
	line-height:18px;
	text-shadow:#FFFFFF;
	text-decoration:none;
	display:block;
	color: #024F6D;
}

#menu li a:hover, #menu li a.current{
	/*background-color:#003;*/

	display:block;
	width:100%;
	background-image:none;
	background-repeat: repeat;
	background-position: center bottom;
	}
#menu li a:hover span, #menu li a.current span{ 
color:#000000;

}
*/

.content_box_wrapper {
	border: 1px solid #d9d9d9;
	padding: 1px;
	background: #fff;
	margin-bottom: 0px;
}

.content_box {
	padding: 8px;
	background: url(images/templatemo_box.jpg) repeat-x top;
}
#gallery {
	clear: both;
	}
	
	#gallery a {
		border: none;
	}
	#gallery table { list-style: none; margin: 0; padding: 0; }
	#gallery ul li {
		padding: 0 0 30px 0;
		margin: 0 0 30px 0;
		border-bottom: 1px dashed #fff;
	}
	
	#gallery td .left {
		float: left;
		width: 20%;
	}
	
	#gallery td .left img {
	width: 140px;
	height: 100px;
	border: 0px solid #333;
	background-color: #FFFFFF;
	}
	
	.style3 {
	color: #7C4510;
	font-size:18px;
	font-weight: bold;
}
.st{
width: 140px;
		height: 100px;
		border: 5px solid #333;
}
#add
{
/*background-image:url(images/border.gif);*/

}

.seqslidestyle{
margin-right: 15px;
}

.lightbox-image {
	position:relative;
	z-index:1;
	overflow:hidden;
	display:inline-block;
	cursor:pointer;
	}
	.lightbox-image img {
		position:relative;
		z-index:1;
	}
	.lightbox-image span {
		display:inline-block;
		position:absolute;
		left:0px;
		top:-100%;
		width:100%;
		height:100%;
		background:url(../images/magnify.png) no-repeat 50% 50%;
		z-index:2;
		padding:0;
	}

	</style>
