@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #f2e2d2;
	background-image:url(../../images/bgRep.jpg);
	background-repeat: repeat-x;
	color: #595143;
}
.sidebar1 {
	background-repeat: no-repeat;
	background-position: right top;
}
.accordion {
	list-style-type: none;
	font-size: 14px;
	text-transform:uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.accordion ul {
	float: left;
	display: block;
	width: 100%;
}
.accordion li {
	background: url('../../images/menuSep.png') no-repeat left bottom;
	cursor: pointer;
	list-style-type: none;
	float: left;
	display: block;
	width: 100%;
}
.accordion li.active>a {
	background: url('../../images/close.gif') no-repeat center right;
}
.accordion li div {
	padding: 20px;
	background: #aef;
	display: block;
	clear: both;
	float: left;
	width: 360px;
}
.accordion a {
	text-decoration: none;
	color: #595143;
	padding: 5px 10px;
	display: block;
	cursor: pointer;
	background: url('../../images/open.gif') no-repeat center right;
}
.accordion a.single {
	background: none;
}
.accordion li.active>a.single {
	background: none;
}
/* Level 2 */
.accordion li ul li {
	background: url('../../images/subMenuSep.png') no-repeat left bottom;
	font-size: 0.9em;
	margin-left: 5px;
}
.accordion li ul li a {
	background-image:none;
	text-transform: none;
}
.accordion li a:hover, .accordion li a.single:hover {
	background: url('../../images/navRoll.png') repeat-y right;
	color: #000;
}
.accordion li#phone {
	background: url('../../images/phoneBg.png') no-repeat left top;
	padding: 5px 10px;
}
.mainContent {
	background-image: url(%20);
	background-repeat: no-repeat;
	background-position: right top;
}
.copy .titleImg img {
	border: 4px solid #b89b6f;
	margin: 10px 0;
}
.copy {
	font-family:Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.3em;
}
.copy a, .copy a:visited, .copy a:active {
	color:#000;
	font-weight: bold;
	text-decoration:none;
}
.copy a:hover {
	text-decoration:underline;
}
.copy p {
	margin-bottom: 20px;
}
.title {
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B89B6F;
}
.chairs {
	background: url('../../images/chairs.png') no-repeat right bottom;
}
.footer {
	background-color: #D9B480;
	background-image: url(../../images/footRep.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: thin solid #603913;
}
.footer a, .footer a:active, .footer a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #603913;
}
.footer a:hover {
	text-decoration: underline;
}
.btmNav {
	color: #603913;
	font-size:12px;
	position: relative;
	top: 10px;
}
h3.address {
font-size: 16px;	
}
.alignright{
	float:right;
	border: 4px solid #C69C6D;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
}

.alignleft{
	float:left;
	border: 4px solid #C69C6D;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
}
