@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;	
}
.clearingDiv {
	clear: both
}
a, a:active {
	text-decoration: none;
	color: #9ACB3C;
}
a:visited {
	text-decoration: none;
	color: #9ACB3C;
}
a:hover {
	text-decoration: underline;
}
body {
	background-color: #000000;
}
/*page containers - set to same width */
#mainmenu ul, #submenu ul, #footer, #body {
	margin-left: auto;
	margin-right: auto;
	width: 865px;
}

#menu {
	background-image:url(/resources/shared/template_2010/main_menu_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
}
/* main menu */
#mainmenu {
	border-bottom: 1px solid #9ACB3C;
	padding-bottom: 9px;
	padding-top: 28px;	
	background: none;
	text-transform: uppercase;
	font-size: 14px;
	text-align:left;
	color: #FFFFFF;
}
#mainmenu ul {
	list-style: none;
	display: block;
	padding: 0;
}
#mainmenu li {
	display: inline;
	padding: 0;
	margin: 0;
	margin-right: 6px;
}
#mainmenu li.divider {
	font-weight: bold;
	color: #9ACB3C;
}
#mainmenu li.active a, #mainmenu li.inactive a:hover {
	color: #9ACB3C;
	text-decoration: none;
	font-weight: normal;
}
#mainmenu li.active a {
	font-weight: bold;
}
#mainmenu li.inactive a {
	color: #FFFFFF;
}
/* sub menu */
#submenu {
	background-color: #B8D436;
	text-transform: lowercase;
	color: #000000;
	font-size: 13px;
}
#submenu ul {
	padding: 0;
	list-style: none;
	width: 900px;
}
#submenu li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	background-image: url(/resources/shared/template_2010/menu_divider.gif);
	background-position:left;
	background-repeat: repeat-y;
}
#submenu li a {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 5px;		
	display: block;	
}
#submenu li.active a, #submenu li.inactive a:hover {
	background-color: #9ACB3C;
	color: #FFFFFF;	
	background-image: url(/resources/shared/template_2010/menu_divider.gif);
	background-position:left;
	background-repeat: repeat-y;
	text-decoration: none;	
}
#submenu li.inactive a {
	color: #000000;
}
#logoBar {
	background-image:url(/resources/shared/template_2010/header_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 14px;
	padding-bottom: 28px;	
}
#logoContainer {
	margin-left: auto;
	margin-right: auto;
	width: 865px;
}
.sharebutton {
	padding-left: 430px;
}
/* body */
#bodycontainer {
	background-color: #000000;
	background-image: url(/resources/shared/template_2010/page_body_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #9ACB3C;
	color: #FFFFFF;
}
/* footer */
#footer {
	color: #9ACB3C;
	padding-top: 8px;
	font-size: 11px;
	text-align:left;
	margin-bottom: 20px;
}
#footer a, #footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #9ACB3C;
}
/* basic text */
#body h1 {
	font-size: 34px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
#body h2 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
#body h3 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
#body ol, #body ul {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;	
}
#body ol li, #body ul li {
	margin: 0;
	padding: 0;
	margin-left: 30px;
	line-height: 18px;
	margin-bottom: 0px;
	font-size: 14px;	
}
#body p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}
#body .col1 {
	width: 45%;
	float: left;
	padding-right: 8%;
}
#body .col2 {
	width: 45%;
	float: left;
}
#body img.standardIllustrative {
	float:left;
	padding-right: 20px;
	padding-bottom: 20px;
}
/* sidebar promos */
#body .sidebarFeature {
	margin-bottom: 30px;
}
#body .sidebarFeature h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}
.questionFeature {
	width: 280px;
	height:332px;
	background-image:url(/resources/shared/sidebars/nutritionist_background.png);
}