@charset "utf-8";
html {
 overflow-y: scroll;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DDD9D5;
	margin: 0 0 0 0; /* left margin fixes Firefox alignment bug */
	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: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 600px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 20px 0 15px;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#hiddenPipe {
	font-size: 20px;
	color: #cccccc;
	float: left;
	margin-left: -15px;
	visibility: hidden;
}
.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: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}
.menuElement {
	float: left;
	padding-top: 22px;
}
.pipe {
	float: left;
	font-size: 20px;
	color: #cccccc;
	margin-top: -10px;
}
#bannerImage {
	margin: 10px 0 5px 0;
}
#apCaption {
	position:absolute;
	width:149px;
	height:22px;
	z-index:598;
	padding: 0;
	margin-left: 781px;
	top: 468px;
	visibility: hidden;
}
.oneColFixCtrHdr #footer {
	padding: 0 0 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	text-align: center;
	font-family: Franklin Gothic Demi, Verdana, Arial, sans-serif;
	color: #7d7d7d;
	font-size: 11px;
	line-height: 24px;
	margin: 0 10px 30px 10px;
}
.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 */
}
.footerLeft {
	float: left;
	text-align: left;
	margin-left: 20px;
}
.footerRight {
	float: right;
	margin-right: 20px;
	text-align: right;
}
.left {
	float: left;
}
.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;
}
#aboutContent{
	width: 89px;
	padding-left: 0;
}
a.footerLink:link {
	color: #7d7d7d;
	text-decoration: none;
}
a.footerLink:visited {
	color: #7d7d7d;
	text-decoration: none;
}
a.footerLink:active {
	color: #7d7d7d;
	text-decoration: none;
}
a.footerLink:hover {
	color: #a44c24;
	text-decoration: none;
}