@charset "windows-1252";
body {
	font: 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #333333;
	background-color: #aebca9;
	background-image: url(../images/bg_master.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.oneColFixCtr #container {
	width: 900px;
	background-color: #f5f5f5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #minorLinx {
	background-color: #6c8e5f;
	width: 900px;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: url(../images/bg_minor_linx.jpg);
}
.oneColFixCtr #minorLinx li {
	display: block;
	float: right;
	font-size: .6em;
	color: #d2efcf;
	margin: 3px;
	padding: 0;
}
.oneColFixCtr #minorLinx .spacerFloat {
	display: block;
	float: right;
	font-size: .6em;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.oneColFixCtr #minorLinx li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.oneColFixCtr #minorLinx li a:hover {
	display: block;
	color: #d2e5cf;
	text-decoration: none;
	margin: 0;
	padding: 0;
}


.oneColFixCtr #hdr {
	clear: both;
	margin: 0;
	padding: 0;
}

.oneColFixCtr #majorNav {
	background-image: url(../images/bg_major_nav.jpg);
	width: 900px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #435c39;
	}

/* float clearing method:::: */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
.oneColFixCtr #container #majorNav .zplace {
	z-index: 10;
}

*html .clear {
	height: 1px;
}


.oneColFixCtr #mainContent {
	clear: both;
	padding: 0 0 14px 0;
	margin: 0;
	width: 898px;
	border-right: 1px solid #989f96;
	border-left: 1px solid #989f96;
	border-top: none;
	border-bottom: none;
	background-color: #f5f5f5;
}

.oneColFixCtr #majorLinxShadow {
	clear: both;
	padding: 0;
	margin: 0;
	width: 898px;
}


.oneColFixCtr .hilight {
	width: 872px;
	background-color: #f5f5f5;
	background-image: url(../images/bg_hm_hilight.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 12px auto 0 auto;
	padding: 0;
}
.oneColFixCtr .hilight .unit {
	width: 218px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}
.oneColFixCtr .hilight .hilightHDR img{
	width: 653px;
	float: left;
	margin: 0;
	padding: 0;
	/*clear: left;*/
}
.oneColFixCtr .hilight .unitFloatRight {
	/*width: 218px;*/
	width: 212px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
}
.hilight p {
	font-size: .7em;
	line-height: 1.75em;
	margin: 0 20px 8px 20px;
	padding: 0;
	color: #333333;
}
.unitFloatRight .txtHdr {
	color: #1f4d22;
	font-family: Georgia, Times, serif;
	font-size: .9em;
	line-height: 1em;
	text-align: center;
}
.hilight img {
	display: block;
	margin: 10px auto;
	margin-top: 0;
}
.hilight a {
	color: #1f4d22;
}
.hilight a:hover {
	color: #000000;
}



.oneColFixCtr #footer {
	background-color: #6c8e5f;
	width: 900px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_minor_linx.jpg);	
}
#footer p {
	margin: 0;
	padding: 8px;
	color: #d2e5cf;
	font-size: .6em;
}

.centerImg {  /*use me to center elements within a DIV  */
	text-align: center;
	z-index: 1;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloatSpacer {
	clear:both;
    height:12px;
    font-size: 1px;
    line-height: 0px;
}
