@charset "UTF-8";
body {
	background: #666666;
	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;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
   outline: none;
}
img { border: none;}
* {
margin: 0;
padding: 0;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	padding: 20px 0 0 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: 200px;
}
.oneColFixCtrHdr #container #header #logo {
	float: left;
	margin: 20px 0;
	width: 145px;
	position: relative;
	left: 16px;
}
.oneColFixCtrHdr #container #header #nancytitle {
	float: left;
	text-align: center;
	width: 638px;
	position: relative;
	left: 16px;
}
.oneColFixCtrHdr #container #header #contactwrapper {
	color: #463C3C;
	float: right;
	width: 177px;
}
.oneColFixCtrHdr #container #header #contactwrapper #contact {
	margin: 35px 0 10px 0;
	text-align: center;
	width: 177px;
	position: relative;
	text-transform: uppercase;
}
.oneColFixCtrHdr #container #header #contactwrapper #social {
	width: 177px;
	height: 59px;
	text-align: left;
}
.oneColFixCtrHdr #container #header #contactwrapper #social ul li {
	list-style-type: none;
	float: left;
}
.oneColFixCtrHdr #header h1 {
	display: none;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin: 20px 0;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	display: inline;
}
.oneColFixCtrHdr #footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	margin: 0;
	text-align: center;
}
.oneColFixCtrHdr #container #footer #share {
	float: right;
	position: relative;
	right: 168px;
	bottom: 22px;
}
.oneColFixCtrHdr #container #footer #share a {
	text-decoration: none;
	font-size: 1em;
	color: #000000;
}
.oneColFixCtrHdr #container #footer #share img {
	vertical-align: middle;
	text-decoration: none;
}
#at15s {
	-moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}
#at16pf {
	display:none !important;
}
#at_pspromo {
	display:none !important;
}
#at_promo {
	display:none !important;
}
