html { height: 100%; margin-bottom: 1px; }

body {
	text-align: center;
	background-color: #cca066;
	margin: 0;
	padding: 0 0 20px;
}

h2.image {
	margin: 0;
	padding: 0;
}
.clearing {
	width: 100%;
	clear: both;
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
}
#cts_0 {
	background: url('../images/bg.gif') top center repeat-y;
}
#cts_1 {
	background: url('../images/bg_bottom.gif') bottom center no-repeat;
}
#container {
	width: 780px;
	_width: 781px;
	_padding: 0 0 0 1px;
	margin: 0 auto;
	text-align: left;
}
#banner {
	background-color: #6b512e;
	height: 98px;
}
#banner_pic {
	float: right;
	display: inline;
}
#logo {
	padding: 28px 0 0 40px;
}
#menu_container {
	height: 30px;
	background-color: #996d33;
	margin: 1px 0;
}


#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu {
	float: right;
	height: 30px;
	margin-right: 30px;
	display: inline;
}

#menu a:link, #menu a:active, #menu a:visited {
	padding: 8px 10px;
	display: block;
	font-size: 9pt;
	color: #fff;
	text-decoration: none;
}
#menu ul a:link, #menu ul a:active, #menu ul a:visited {
	padding: 8px 10px;
	width: 98px;
	_width: 120px;
	display: block;
	_display: inline-block;
	font-size: 9pt;
	color: #fff;
	text-decoration: none;
}
#menu ul {
	background-color: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

#menu li {
	float: left;
	background: url('../images/menu_seperator.gif') bottom left no-repeat;
	padding: 0;
	display: inline-block;
	float: left;
	margin: 0;
	list-style-type: none;
}
#menu li.f {
	background: none;
}

#menu ul li {
	float: none;
	background: none;
	background-color: #b7823d;
	color:#fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#menu ul li a:hover {
	background-color: #855e2c;
	color:#fff;
}
#menu li ul {
	position: absolute;
	width: 120px;
	left: -999em;
}

#menu li:hover ul {
	left: auto;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

#nav_and_content {
	background: url('../images/nav_bg.gif') top left repeat-y;
}
#nav {
	width: 212px;
	_width: 235px;
	padding: 13px;
	float: left;
	display: inline;
}
#content {
	margin-left: 238px;
	padding: 20px 15px;
}

* html #nav {
	margin-right: -3px;
}
* html #content {
	margin-left: 235px;
}
#ambrose_logo {
	padding-left: 2px;
}
.nav_section {
	margin-top: 30px;
}
#footer_container {
	padding-bottom: 7px;
	margin-top: 2px;
}
#footer {
	height: 24px;
	_height: 34px;
	background-color: #6b512e;
	font-size: 7pt;
	color: #fff;
	padding: 10px 0 0 30px;
}
#content_editor {
	width: 512px;
}
a:link.button, a:active.button, a:visited.button {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 2px 4px;
}
a:hover.button {
	text-decoration: none;
}
table#site_management th {
	font-family: arial, helvetica;
	color: #6b512e;
	font-weight: bold;
	text-align: left;
}
table#site_management {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
table#site_management th, table#site_management td {
	margin: 0;
	padding-right: 10px;
}
table#site_management a.button {
	display: block;
}

ul.sitemap {
	list-style: none; margin: 0; padding: 0; text-align: center; font-size: 0.8em;
}
ul.sitemap li {
	display: inline; padding: 0 1em;
}