@charset "utf-8";
body {
	font-family: "Lucida Sans Regular", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #4f4f4f;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	float: left;	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 100%;
}

.oneColFixCtrHdr #ticker {
	float: left;
	width: 100%;
	height: 33px;
	background: url(images/ticker-bg.jpg) no-repeat;
	color: white;
	padding: 18px 0px 0px 20px;
}

.oneColFixCtrHdr #ticker p {
margin-top: 25px;
margin-left: 40px;
margin-bottom: 0px;
}

.oneColFixCtrHdr #headerMain {
	float: left;	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 100%;
	height: 161px;
	position: relative;
}

.oneColFixCtrHdr #mainContent {
	/* padding: 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/homepage-content-bg.jpg) no-repeat;
	float: left;
	width: 100%;
	height: 547px;
}

.oneColFixCtrHdr #subpageMainContent {
	/* padding: 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(images/subpage-maincontent-bg.jpg) repeat-y;
	float: left;
	width: 100%;
}

.oneColFixCtrHdr #boxes {
	width: 776px;
	height: 304px;
	float: left;
	background: url(images/homepage-boxes.jpg) no-repeat;
}

.oneColFixCtrHdr #subpageContent {
	width: 735px;
	margin-left: 28px;
	float: left;

}

.oneColFixCtrHdr #subpageContent p.firstafter {
	margin-top: 13px

}


.oneColFixCtrHdr #subpageContent  h1 {
	font-size: 24px;
	color: #009d94;
	text-transform: uppercase;
}

.oneColFixCtrHdr #subpageContent  h1.subhead {
	font-size: 16px;
	color: #4f4f4f;
	margin:0px;
	padding: 0px;
	display: block;
	border-bottom: 1px solid #4f4f4f;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #4f4f4f;
	border-right-color: #4f4f4f;
	border-left-color: #4f4f4f;
	text-transform: capitalize;
}

.oneColFixCtrHdr #subpageContent  h2 {
	font-size: 16px;
	color: #4f4f4f;
	margin:0px;
	padding: 0px;
	display: block;
	border-bottom: 1px solid #4f4f4f;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #4f4f4f;
	border-right-color: #4f4f4f;
	border-left-color: #4f4f4f;
}

.specialemph {
	font-style: italic;
	font-weight: bold;
	color: #009c93;
}
.oneColFixCtrHdr #homenav {
	width: 166px;
	height: 304px;
	float: left;
}

.oneColFixCtrHdr #subpagenav {
	width: 159px;
	height: 590px;
	float: left;
}



.oneColFixCtrHdr #footer {
	float: left;
	width: 100%;
	background: url(images/footer-bg.jpg) no-repeat;
	height: 104px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.copyright {
	text-align: right;
	margin-right: 20px;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 11px;
	font-weight: bold;
}
.whiteheader {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin:10px;
}
#addthis {
	position:absolute;
	width:147px;
	height:27px;
	z-index:1;
	left: 809px;
	top: 13px;
