@charset "utf-8";
/* CSS Document */

p.clear {
	clear:both;
	padding:0;
	margin:0 20px 10px 0;
	text-align:left;
}

p.foot-nav {
	text-align:right;
	font-size:90%;
}

div#nav-plus h3 {
	font-size:140%;
	font-weight:bold;
	/*margin-bottom:65px;*/
	margin-bottom:45px;
}

div#nav-plus ul {
	list-style:none;
	font-size:105%;
	font-weight:bold;
	margin-left:0; /* adjust to move nav across */
}

div#nav-plus ul li {
	float:left;
	margin-right:5px;
	border-right:1pt solid #cac4b1;
	padding-right:5px
}

div#nav-plus ul li a {
	color:#524c39;
	text-decoration:none;
}
div#nav-plus ul li a:hover {
	color:#524c39;
	text-decoration:none;
	padding-bottom:2px;
	border-bottom: 1pt solid #bf8627;
}

span.paged {
	color:#524c39;
	text-decoration:none;
	padding-bottom:2px;
	border-bottom: 1pt solid #bf8627;
}

div#foot-address p{
	color:#e8e4d6;
}

span.tel {
	color:#e8e4d6;
	font-size:150%;
}

span.open {
	color:#e8e4d6;
	font-size:90%;
	line-height:normal;
}
div#separator{
	border-top:1px solid #857F6D;
	float:left;
	height:1px;
	margin-left:-20px;
	margin-top:28px;
	width:810px;
}

