@charset "utf-8";

/* BASE LAYOUT */
/* -------------------------------------- */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #5E5A4A;
	outline: none;
        text-decoration: none;
}

a:hover, a:active {
	color: #484539;
        text-decoration: none;
}

body {
	background-color: #efede7;
	color: #484539;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: center;
}


/* MAIN CONTENT */
/* -------------------------------------- */

/* \*/
* html #mainContent {
	height: 1%;
} 
/* */

h1 {
	color: #7B7365;
	display: none;
	font-size: 28px;
	margin-bottom: .3em;
}

h2 {
	border-bottom: 1px solid #7B7365;
	color: #B5A994;
	font-size: 20px;
	font-weight: normal;
	margin: .8em .5em .3em 0;
	text-transform: lowercase;
}

h2.short {
	width: 275px;
}

h3 {
	color: #B5A994;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: normal;
	margin: .8em 0 .3em 0;
}

h4 {
	color: #B5A994;
	font-size: 14px;
	margin: 25px 0 3px 0;
	text-align: left;
}

p {
	margin-bottom: .5em;
}

p + p {
	text-indent: .8em;
}

table {
	border-left: 1px solid #7B7365;
	border-top: 1px solid #7B7365;
}

table caption {
	display: none;
}

table td, table th {
	border-bottom: 1px solid #47423A;
	border-right: 1px solid #47423A;
	padding: 2px 6px;
}

table th {
	background-color: #938979;
	color: #484539;
}

ul {
	margin-left: 1.2em;
}

ul li {
	margin-bottom: .3em;
}

#contentArea {
	background: url(/images/contentarea_bg.gif) repeat-y;
	float: left;
	margin: -3px 0 0 20px;
	overflow: auto;
	width: 583px;
}

#contentAreaBottom {
	margin: 0 0 -3px 0px;
}

#copyright {
	clear: both;
	color: #656150;
	font-size: 11px;
}

.feature {
	color: #fff7e9 !important;
}

#mainContent {
	background: #efede7 url(/images/maincontent_bg.gif) repeat-y;
	margin: 5px auto 0 auto;
	text-align: left;
	width: 824px;
}

#mainContentBottom {
	margin-bottom: -3px;
}

#menu {
	float: left;
	padding-top: 16px;
	text-align: right;
	width: 140px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	color: #BCAF99;
	cursor: default;
	font-size: 14px;
	line-height: 30px;
}

#menu ul li a:link, #menu ul li a:visited {
	color: #585248;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a:active {
	color: #CCBEA6;
}

.miceType {
	font-size: 10px;
}

#pageImage {
	float: right;
	margin: 0 0 10px 10px;
}

#pageText {
	float: left;
	margin: 0 0 8px 20px;
	width: 540px;
}

* html #pageText {
	margin-left: 10px;
}

#pageText a, #pageText a:link {
	color: #B5A994;
}

#pageText a:hover {
	color: #D4C6AD;
}

#pageText h1 {
	display: block;
}

#pageText p, #pageText li, #pageText td {
	color: #B5A994;
}

.sectionBreak {
	margin: 1em 0;
	text-align: center;
}

#vertLine {
	float: left;
	margin-left: 24px;
}
