body, table, tr, td, tbody, div {
	font-family: Verdana, Arial, "sans-serif";
	font-size: small;
	color: #3f0101;
}
html {
	background: url("../images/background-fade.gif") center top repeat-x #3e0101;
}
body {
	background: url("../images/background.jpg") center top no-repeat;
	text-align: center;
	padding: 0;
	margin: 0;
}
html, body, #main {
	height: 100%;
}
.left {	float: left; }
.right { float: right; }
.clear { clear: both; }
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
h1 { font-size: 160% }
h2 { font-size: 130% }
h3 { font-size: 115% }
h4 { font-size: 100% }
h5 { font-size: 80% }
h6 { font-size: 60% }
a {
	color: #0000cc;
}
a:hover {
	color: #CC0000;
}



/* MAIN */
#main {
	margin: auto;
	width: 850px;
}
/* END MAIN */


/* HEADER */
#header-main, #header-santa-fe, #header-kingwood, #header-west-monroe {
	height: 151px;
	width: 100%;
}
#header-main {
	background: url("../images/header-main.jpg") center top no-repeat;
}
#header-santa-fe {
	background: url("../images/header-santa-fe.jpg") center top no-repeat;
}
#header-kingwood {
	background: url("../images/header-kingwood.jpg") center top no-repeat;
}
#header-west-monroe {
	background: url("../images/header-west-monroe.jpg") center top no-repeat;
}
/* END HEADER */


/* CONTENT */
#content-wrapper-2 {
	_height: 600px;
	min-height: 600px;
	background: url("../images/content-background-top.jpg") top center no-repeat #ffecbb;
	border: 8px solid #FFF;
}
#content-wrapper {
	_height: 600px;
	min-height: 600px;
	background: url("../images/content-background-bottom.jpg") bottom center no-repeat;
}
#content-heading {
	background: #3f0101;
	color: #FFF;
	font-weight: bold;
	font-size: 115%;
	padding: 3px 0 3px 0;
}
#content {
	padding: 12px;
}
/* END CONTENT */


/* HOME BUTTON */
.home-button-wrapper {
	width: 33%;
	text-align: center;
	float: left;
}
.home-button {
	margin: 0 auto 4px auto;
	width: 256px;
	height: 191px;
	background: url('../images/home-button-background.png') center center no-repeat;
	behavior: url('css/iepngfix.htc');
}
.home-button img {
	border: 0;
	padding: 11px;
}
.home-button-wrapper a.link {
	font-weight: bold;
	text-decoration: none;
	color: #3f0101;
}
.home-button-wrapper a:hover.link {
	text-decoration: underline;
}
/* END HOME BUTTON */


/* CONTENT SECTIONS */
#content #left, #content #center, #content #right {
	text-align: left;
}
#content #left {
	width: 165px;
	float: left;
	margin-right: 20px;
}
#content #center {
	width: 440px;
	float: left;
}
#content #right {
	width: 165px;
	float: right;
}
#content #left ul {
	padding: 0;
	margin: 0;
}
#content #left ul li {
	list-style-type: none;
	padding: 4px 0 4px 0;
}
#content #left ul li a {
	color: #3f0101;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	display: block;
	width: 152px;
	padding: 3px 5px 3px 5px;
}
#content #left ul li a:hover, #content #left ul li.menu-current a:hover {
	background-color: #3f0101;
	color: #FFF;
}
#content #left ul li.menu-current a {
	background-color: #FFF;
}
/* END CONTENT SECTIONS */


/* FOOTER */
#footer-wrapper {
	height: 70px;
	width: 100%;
}
#footer {
	margin: 15px;
}
#footer, #footer a {
	color: #FFF;
	font-size: xx-small;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* END FOOTER */


/* FORM */
td.right-z {
	text-align: right;
}
.form-er {
	background-color: #ffe1e1;
	border: 1px solid #a5acb2;
	color: #000000;
	padding: 2px 1px 2px 1px;
}
.required {
	color: #a60808;
}
/* END FORM */