/* The mighty Back40 Design, Inc. style sheet */
body {
	background: #cec2b3 url(images/template/bodyBk.gif) repeat-x;
	font: 75%/150% Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
p,h1,h2,h3,h4,h5,h6,form,body,html,ul,li {
	padding: 0;
	margin: 0;
}

hr {
	clear: both;
	margin: 0;
	visibility: hidden;
}

#content-secondary a {
	color: #78946E;
}
	#content-secondary a:hover {
		color: #786955;
	}
	
	

#content-secondary ul {
	margin-left: 20px;
	list-style: square;
}

p {margin-bottom:14px;}

h1 {
	color: #786955;
	font-size: 1.8em;
	margin-bottom: 14px;
}

h2 {
	color: #78946E;
	font-size: 1.5em;
	margin-bottom: 14px;
}

h3 {
	color: #78946E;
	font-size: 1.2em;
	margin-bottom: 14px;
}

.right {
	float: right;
	margin-left: 12px;
}
/* CONTAINER */
#container {
	text-align: left;
	width: 780px;
	margin: 0 auto;
}

/* HEADER */

#header {
	background: url(images/template/header.jpg) no-repeat;
	height: 144px;
}

/* SIDE-BAR */
#side-container {
	background:url(images/template/sideBk.gif) repeat-y right;
	font-size: 1.4em;
	text-align: right;
	width: 240px;
	float: left;
	margin-left: 10px;
	margin-top: 22px;
	display: inline;
	
}

#side-bar {
	background: url(images/template/sideTop.gif) no-repeat right 0;
}

#side-bar ul {
	background: url(images/template/sideBtm.gif) no-repeat bottom right;
	padding:28px 15px 28px 0;

}

#side-bar li {
	list-style: none;
	padding: 8px 0;
}

#side-bar li a {
	color: #726658;
	text-decoration: none;
	padding-right:16px;
	display:block;
	height:1%; /*IE*/
}

#side-bar a:hover, a.active {
	background: url(images/template/dot.gif) no-repeat right 6px;
	color: #000;
}
#side-bar #sub-nav {
	font-size:.7em;
	background-image:none;
	margin:0 0 0 0;
	padding:0;
}
#sub-nav li {
	margin: 0;
	padding: 0;
}
#sub-nav li a {
	background: url(images/template/subNav.gif) repeat-x;
	color: #59754d;
	display: block;
	margin-bottom: 1px;
	padding: 4px 16px;
	height:1%; /*IE*/
}
#sub-nav a:hover {
	background: url(images/template/subNavHover.gif) repeat-x;
}
/* CONTENT */

#content-container {
	background: url(images/template/contentBk.gif) repeat-y;
}

#content {
	width: 480px;
	float: right;
	margin-right: 28px;
	display:inline;
}

#content-secondary {
	width: 480px;
	margin-top: 34px;
	float: right;
	margin-right: 28px;
	display:inline;
}

/*FOOTER*/
#footer {
	color: #786955;
	line-height: 180%;
	background: url(images/template/footer.jpg) no-repeat;
	width: 780px;
	height: 100px;
	margin :0 auto;
	clear: both;
}
#footer ul {
	text-align: left;
	width: 516px;
	margin-top :110px;
	float: right;
	display: inline;
}
#footer li  {
	list-style: none;
	display: inline;
}

#footer li a {
	color: #786955;
}
#address {
	text-align: right;
	margin: 110px 0 0 100px;
	float: left;
	display: inline;
}



dl.faqs {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
}
	dl.faqs dt {
		font-weight: bold;
		color: #5D7751;
		font-size: 1.3em;
	}
	dl.faqs dd {
		margin: 0;
		padding: 0;
	}
	
table.gallery img {
	border: 4px solid #786955;
}
