@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../images/common/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 951px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/common/85_white.png);
	border: 1px solid #835F2E;
}
.oneColFixCtrHdr #header {
	background-color: #7c4c1d;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/common/50_black.png);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
	font-size: 22px;
	text-transform: uppercase;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.oneColFixCtrHdr #whitebox {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/85_white.png);
	height: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #835F2E;
	border-left-color: #835F2E;
}
.oneColFixCtrHdr #container #mainContent {
	min-height:575px;
	height:auto !important;
	height:500px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 21px;
	color: #835F2E;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 15px;
	letter-spacing: .1em;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 130%;
}
.oneColFixCtrHdr #footer {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	line-height: 100%;
}
.oneColFixCtrHdr #footer p a {
	color: #7C4C1D;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer p a:hover {
	text-decoration: none;
	color: #900;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #7c4c1d;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #dropshadow {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 7px;
}.oneColFixCtrHdr #wrap {
	background-image: url(../images/common/home_06.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #wrap #container #header h1 a {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #wrap #container #header h1 a:hover {
	color: #FFF;
	text-decoration: underline;
}
#mainContent ul li {
	font-size: 86%;
	line-height: 150%;
}

