body {
	margin: 0 auto;
	background-image: url(../images/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #4B2001;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.76em;
	color: #000000;
}
a {
	color: #975f3d;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
/* container styles */
#container {
	width: 845px;
	border-right: solid 7px #391800;
	border-bottom: solid 7px #391800;
	border-left: solid 7px #391800;
	background-image: url(../images/content_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	text-align: center;
	margin: 0 auto;
}
#container #bottom {
	width: 845px;
	height: 10px;
	background-image: url(../images/content_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
/* banner styles */
#container #banner {
	width: 825px;
	height: 146px;
	background-image: url(../images/logo_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 auto;
	border-bottom: solid 2px #f0e3c6;
}
#container #banner h1 {
	display: none;
	margin: 0;
	padding: 0;
}
#container #banner ul {
	padding: 19px 0 0 33px;
	margin: 0;
}
#container #banner ul li {
	float: left;
	list-style: none;
	border: solid 1px #f0e3c6;
	margin-right: 16px;
	margin-top: 36px;
}
#container #banner ul li a {
	display: block;
	text-align: center;
	width: 86px;
	padding: 5px 0;
	color: #f0e3c6;
	font-size: 1.1em;
	text-decoration: none;
}
#container #banner ul li a:hover {
	background-color: #361700;
}
#container #banner ul li.logolink {
	width: 338px;
	height: 88px;
	border: none;
	margin-top: 0;
	margin-right: 20px;
}
#container #banner ul li.logolink a {
	display: block;
	width: 336px;
	height: 88px;
	padding: 0;
}
#container #banner ul li.logolink a:hover {
	background-color: transparent;
}
#container #banner ul li.logolink a strong {
	display: none;
}
/* hero images */
#container #heroimages {
	border-bottom: solid 2px #f0e3c6;
}
/* standard HTML */
#container #content {
	width: 825px;
	margin: 0 auto;
	text-align: left;
}
#container #content h1 {
	margin: 10px 0 0 17px;
	padding: 0;
	text-align: left;
	height: 33px;
	font-size: 1px;
}
#container #content h2.homenews {
	margin: 5px 216px 4px 17px;
	padding: 0;
	text-align: left;
	text-transform: none;
	font-size: 1.6em;
}
#container #content hr.homenewsdivider {
	margin: 5px 20px 14px 17px;
	color: #4b260f;
	height: 1px;
}
#container #content h2 {
	margin: 5px 0 0 17px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}
#container #content h1 span {
	display: none;
}
#container #content p {
	text-align: left;
	margin: 0 206px 15px 17px;
	line-height: 1.6em;
	font-size: 1.1em;
}
#container #content table.awards {
	width: 560px;
	margin: 0 0 15px 17px;
	line-height: 1.6em;
	font-size: 1.1em;
}
#container #content table.awards td {
	padding: 2px 0;
	border-bottom: 1px solid #4b260f;
}
#container #content table.photos {
	width: 560px;
	margin: 0 0 15px 17px;
	line-height: 1.6em;
	font-size: 1.1em;
}
#container #content table.photos td {
	padding: 15px 0;
	border-bottom: 1px solid #4b260f;
	border-right: 1px solid #4b260f;
	text-align: center;
}
#container #content table.photos td.noright {
	border-right: 0px solid #4b260f;
}
#container #content table.photos td.nobottom {
	border-bottom: 0px solid #4b260f;
}
#container #content table.menus {
	width: 560px;
	margin: 0 0 15px 17px;
	line-height: 1.2em;
	font-size: 1.1em;
	text-align: left;
}
#container #content table.menus td {
	padding: 0 15px;
	width: 250px;
}
#container #content table.menus td h3 {
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #4b260f;
	border-bottom: 1px solid #4b260f;
}
#container #content table.menus td h4 {
	font-size: 0.9em;
	margin: 10px 0 0 0;
	padding: 0;
}

.wide {
	width:500px;
	text-align:left;
}
.wide .center {
	text-align:center;
	width:500px;
}


/* right sidebar */
#container #content #rightside {
	float: right;
	width: 196px;
	font-size: 0.9em;
	color: #fff;
	text-align: left;
}
#container #content #rightside h2 {
	width: 162px;
	height: 17px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	font-size: 1px;
}
#container #content #rightside h2 span {
	display: none;
}
#container #content #rightside table.rtable {
	margin: 4px 0 9px 17px;
	width: 162px;
}
#container #content #rightside table.rtable td {
	padding: 2px 0;
}
#container #content #rightside table.rtable td.border {
	border-bottom: 1px solid #4b260f;
}
#container #content #rightside table.rtable td.right {
	text-align: right;
}
#container #content #rightside table.rtable td.right img {
	display: block;
	margin-bottom: 2px;
}
/* map container */
#mapcontainer {
	width: 425px;
	border-right: solid 15px #391800;
	border-bottom: solid 15px #391800;
	border-left: solid 15px #391800;
	text-align: center;
	margin: 0 auto;
}
/* footer */
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 15px;
	color: #975f3d;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}
#footer a, a.close {
	color: #975f3d;
	text-decoration: none;
}
#footer a:hover, a:hover.close {
	color: #975f3d;
	text-decoration: underline;
}