body {
	font: 0.75em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #E9F4FB;
	margin: 0px;
	padding: 0px;
}
#doc {
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg-doc.png) repeat-y;
	padding-right: 7px;
	padding-left: 7px;
}
#main p, #main ul, #main ol {
	margin: 0px 0px 1em;
	padding: 0px;
}
#main ul ul, #main ol ol {
	margin: 0px 0px 0.25em;
	padding: 0px;
}
.right, .alignright {
	float: right;
}
.left, .alignleft {
	float: left;
}
.none {
	display:none;
}

#topmost { margin:auto; width:966px; text-align:center; }
#topcontainer { float:left; width:850px; margin-left:-1px; }
#headcontainer { float:left; text-align:center; margin:0px; position:relative; }

#header {
	background: #3b9fd9 url(images/bg-header.png) no-repeat;
	height: 129px;
}
#header #utility {
	height: 22px;
	color: #77B3E2;
	font-size: 90%;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
}
#header  #utility  a  {
	color: #EAF3FA;
}
#header #utility a.shop {
	background: url(images/shop.png) no-repeat left center;
	padding-left: 25px;
	display: inline-block;
	border: 1px solid #F8A128;
	padding-right: 10px;
}
#header #utility a.shop:hover {
	background-image: url(images/shop-hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#header #logo a {
	text-indent: -9999px;
	display: block;
	height: 105px;
	width: 238px;
}
#navigation {
	background: url(images/bg.png) no-repeat;
	height: 38px;
	width: 958px;
	padding-left: 8px;
}
#navigation ul li {
	display: inline;
	float: left;
}
#navigation a {
	display: block;
	height: 38px;
	background-position: left top;
	text-indent: -9999px;
}
#navigation .careers, #navigation .careers a {
	width: 74px;
}
#navigation .certification, #navigation .certification a {
	width: 104px;
}
#navigation .publications, #navigation .publications a {
	width: 103px;
}
#navigation .events, #navigation .events a {
	width: 63px;
}
#navigation .advocacy, #navigation .advocacy a {
	width: 84px;
}
#navigation .continuing-education, #navigation .continuing-education a {
	width: 160px;
}
#navigation .practice-management, #navigation .practice-management a {
	width: 162px;
}
#navigation .research, #navigation .research a {
	width: 80px;
}
#navigation .member-center, #navigation .member-center a {
	width: 119px;
}
#navigation .careers a {
	background: url(images/careers.png) no-repeat;
}
#navigation .certification a {
	background: url(images/certification.png) no-repeat;
}
#navigation .publications a {
	background: url(images/publications.png) no-repeat;
}
#navigation .events a {
	background: url(images/events.png) no-repeat;
}
#navigation .advocacy a {
	background: url(images/advocacy.png) no-repeat;
}
#navigation .continuing-education a {
	background: url(images/continuing-education.png) no-repeat;
}
#navigation .practice-management a {
	background: url(images/practice-management.png) no-repeat;
}
#navigation .research a {
	background: url(images/research.png) no-repeat;
}
#navigation .member-center a {
	background: url(images/member-center.png) no-repeat;
}
#navigation a:hover, #navigation li.on a, #navigation li.on a:hover {
	background-position: left -41px;
}

#container { float:left; margin:0px; text-align:left; }
#navcontainer { display: none; }
#primarycontent1 { vertical-align:top; width:850px; }
#primarycontent2 { vertical-align:top; padding:15px; }
#primarycontentcont { margin:0px; padding:10px; background-color:#fff; }

#contentcontainer {
	float: left;
	width: 980px;
	text-align: left;
	background: url(images/bg-doc.png) repeat-y #ffffff;
}

#containerdiv { float:left; margin:0px; }

#footer {
	background: #3584bd url(images/bg-footer.png) no-repeat left bottom;
	float: left;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 14px 17px;
	margin-bottom: 10px;
}

#footer a {
	color: #FFFFFF;
}
#footer a.rss, a.rss {
	background: url(images/rss.png) no-repeat left center;
	padding-left: 12px;
}
#footer .links a {
	padding-right: 5px;
}
#footer .links, #footer .copyright   {
	font-size: 85%;
	color: #E5F3FB;
}
#footer .copyright  {
	text-align: right;
}
#footer .related {
	text-align: center;
	clear: both;
	padding-top: 10px;
	width: 464px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#footer .related h5 {
	color: #D9EDF8;
	font: bold 100% Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #72BDE8;
	margin-bottom: 10px;
}
#footer .related .listen-to-your-buds, #footer .related .nsslha {
	border-right: 1px solid #72BDE8;
}

.clearfix:after, blockquote:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
