div, h1, h2, img {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
body, div, td, h1, h2, h3, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
body {
	background: #544D3A url("main-bg.gif") repeat;
}

img {
	border-style: none;
}

a {
	color: #4D1C19;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.footer {
	margin-top: 1em;
	width: 100%;
}

.footer p {
	text-align: center;
}

.menu-main {
	background-color: #E0DBC8;
	border: 2px solid #A38C75;
	text-align: center;
	padding-top: 0em;
	padding-bottom: 0em;
}


.menu-main, .header, .main, .menu-foot {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

/* *** Header Area ***  */

.header-bg {
	width: 100%;
	background: #544D3A url("main-small-bg.gif") repeat;
}

.header {
	background: #544D3A url("header.jpg") no-repeat;
	border-left: 2px solid #A38C75;
	border-right: 2px solid #A38C75;
	height: 151px;
}

.logo {
	float: right;
	padding-right: 2em;
	padding-top: 2em;
	text-align: center;
}

.logo p {
	margin-top: 0.1em;
	margin-bottom: 0em;
}

.logo .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: larger;
}

.logo .tagline {
	color: #ccc;
	font-weight: bold;
}

.main {
	background: #DFD8C8;
	border: 2px solid #A38C75;
	border-bottom: none;
	padding: 0em;
	margin-bottom: 0px;
	height: 100%;
}

.content {
	height: 100%;
	min-height: 30em;
/*	height: 30em; */
	height:expression(30 + "em");
}

/* *** Side panel *** */

.submenu {
	width: 15%;
	padding: 0em;
	margin: 0em;

	float: left;
	clear: left;
}

/* Added for sidepanel mode - remove for menu mode */

.submenu p {
	padding-left: 1em;
}

.submenu ul {
	list-style: none;
	padding-left: 1em;
	padding-top: 0.5em;
	margin-left: 0em;
	margin-top: 0em;
}

.submenu ul li {
	background-image: url("submenu_bullet.gif");
	background-repeat: no-repeat;
	background-position: 100% 40%;
	padding-bottom: 1em;
	padding-top: 0.5em;
	border-bottom: 1px solid #ba8;
}

.clear-fix {
	clear: both;

	height: 2px;
	width: 100%;
	font-size: 1px;

	background-color: #A38C75;

	padding: 0px;
	margin: 0px;
}

.content {
	border-left: 1px solid #A38C75;
	background: #C0B099;
	padding: 2%;

	width: 80%;
	float: right;
}

h1, h2, h3, .content p, .content li, .content legend {
/*	color: #5A534A; */
	color: #3A332A;
}

.submenu p {
	color: #5A534A;
}

.content h1 {
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url("txtheader_bullet.gif");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 30px;
	display: inline;
}

.content img {
	padding: 1em;
}

.menu-foot {
	clear: both;
	background-color: #C0B099;
	border: 2px solid #A38C75;
	border-top: none;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0em;
}

.menu-foot a {
	text-decoration: none;
	text-transform: uppercase;
}

.menu-foot a:hover {
	text-decoration: underline;
}

.menu-foot ul {
	padding-top: 0em;
	padding-bottom: 0em;
	margin: 0em;
	margin-bottom: 0.5em;
}

.menu-foot ul li:first-child {
	background: none;
}

.menu-foot ul li {
	padding: 0.5em;
	padding-left: 2em;
	background-image: url("bmenu_separator.gif");
	background-repeat: no-repeat;
	background-position: center left;
	display: inline;
}

legend {
	font-weight: bold;
}

fieldset {
	border: thin solid #A38C75;
}

label {
	width: 200px;
	text-align: right;
	clear: left;
	float: left;
	margin-top: 5px;
}

label:after {
	content: ": ";
}

input, textarea {
	float: left;
	clear: right;
	margin: 3px;
	margin-left: 10px;
	width: 20em;
}

input.submit {
	clear: both;
	margin-left: 210px;
	margin-top: 10px;
}

textarea#address {
	height: 7em;
}

textarea#message {
	width: 40em;
	height: 12em;
}

input#submit {
	width: 15em;
	height: 2em;
}

legend {
	padding: 5px;
	border: thin solid #A38C75;
	font-weight: bold;
}

.error {
	color: #990033;
	font-weight: bold;
}
