@charset "UTF-8";
body {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 969px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #fff;
	padding: 0;  /* 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. */
	height: 378px;
}
.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 */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	color:#526d7b;
	font-size:0.85em;
	padding-top: 50px;
	padding-right: 150px;
	padding-bottom: 0;
	height: 360px;
}
.oneColFixCtrHdr #mainContent h1 {
	color:#C8C92F;
	font-size:1.2em;
	margin: 0px;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent a {
	color:#526d7b;
}
.oneColFixCtrHdr #mainContent p {
	line-height:1.3em;
	vertical-align: bottom;
}
.oneColFixCtrHdr #mainContent a:hover {
	color:#C8C92F;
}
.oneColFixCtrHdr #mainContact {
	background: #FFFFFF;
	color:#526d7b;
	font-size:0.85em;
	padding-top: 25px;
	padding-bottom: 0;
	height: 385px;
}
.oneColFixCtrHdr #mainContact h1 {
	color:#C8C92F;
	font-size:1.2em;
	margin: 0px;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContact a {
	color:#526d7b;
}
.oneColFixCtrHdr #mainContact p {
	line-height:1.3em;
}
.oneColFixCtrHdr #mainContact a:hover {
	color:#C8C92F;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #9FB0B8;
	font-size: 0.7em;
	text-align: right;
	color: #fff;
	margin: 0;
}
.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 */
}
#banner {
	border-top: 1px solid #C8C92F;
	border-bottom: 1px solid #C8C92F;
}
#logo {
	padding-top: 26px;
	padding-right: 50px;
	padding-bottom: 26px;
	padding-left: 50px;
	border:0;
}
.nav {
	float:left;
	background-color:#eff0f0;
	width:215px;
	height:370px;
	text-align:right;
	clear:right;
	padding-top: 40px;
	margin-right: 65px;
}
.nav a {
	display:block;
	padding:10px 25px;
}
.nav a:hover {
	background:#FFF;
}
.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;
}
.loginForm {
	float:right;
	width:500px;
	padding:15px 10px;
	text-align:right;
	color:#999;
	font-size:0.7em;
}
.loginForm a {
	color:#999;
}
.loginForm p {
	padding:0;
	margin:0 0 5px 0;
}
.print {
	font-size:0.8em;
	vertical-align: middle;
}
