html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
img { border: 0; }
h1 { font-size: 2.7em; font-weight: normal; line-height: 150%; }
h1 span { font-weight: bold; color: #F89018; }
h2 { font-size: 2.3em; font-weight: normal; margin-top: 20px; }
h3 { font-size: 1.8em; margin-top: 15px; }
h4 { font-size: 1.3em; line-height: 3em; margin-top: 15px; border-top: 2px dotted #666; }
p { color: #666; font-size: 1.3em; }
a { color: #C26501; text-decoration: none; }
a:hover { color: #F89018; }
a:focus { outline: none; }


body {
	background: #F4FBE5 url(/images/background/gradient_background_img.jpg) center top repeat-x;
	height:100%;
	font-family: helvetica, "Myriad Pro", Arial;
	font-size: 62.5%;
	color: #C26501;
	text-align: center;
}

#wrapper {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background: #FFF url(./images/page_sliver.jpg) -20px top repeat-y;
	position: relative;
}

#page_cont { float: left; width: 716px; }

.arrow-right { padding-right: 15px; background: url(./images/arrow_on_white.jpg) center right no-repeat; }
.pdf { padding-right: 20px; background: url(./images/pdf_icon_on_white.jpg) center right no-repeat; }
.pdf_gray { padding-right: 20px; background: url(./images/pdf_icon_on_gray.jpg) bottom right no-repeat; }
.btt { font-size: .9em; color: #666; text-decoration: underline; }

.left_repeat {
	float: left;
	width: 42px;
	height:100%;
	background: #FFFFFF url(/images/background/left_vert_pixel.jpg) bottom center repeat-y;
	z-index:50;
}

.topnav_left {
	background-image: url(/images/navigation/left_main.nav.jpg);
	width: 340px;
	height: 25px;
	float: left;
	margin-right:3px;
	display: inline;
}

.topnav_left_link {
	font-family: "Myriad Pro", helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	height: 25px;
	float: left;
}

.topnav_left_cap {
	background-image: url('/images/navigation/left_main.nav_cap_09.jpg');
	background-repeat: no-repeat;
	width:11px;
	height: 25px;
	float: left;
}

.topnav_left_cap_sel{ background-image: url('/images/navigation/left_main.nav_cap_select_09.jpg'); background-repeat: no-repeat; }

.topnav_right {
	background-image: url(/images/navigation/right_main_nav_09.jpg);
	width: 359px;
	height: 25px;
	float: left;
}

.topnav_right_link {
	font-family: helvetica, "Myriad Pro", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	height: 25px;
	float: left;
}

.topnav_right_cap {
	background-image: url(/images/navigation/right_main.nav_cap_09.jpg);
	background-repeat: no-repeat;
	width:11px;
	height: 25px;
	float: left;
}

.topnav_spacer_row { height: 10px; }

#smc_logo {
	background-image: url(/images/common/top_left_frame.gif);
	width: 299px;
	height: 135px;
	float: left;
}

#smc_logo a { display: block; height: 100%; text-indent: -9000px; }

#login_form_main {
	background: url(/images/common/top_right_nonlogin.jpg) center top repeat-x;
	height: 135px;
	width: 417px;
	float: right;
}

#content { padding: 0 0 0 10px; }

#sidenavigation { float: left; margin-top: 20px; padding: 0 20px 300px 0; position: relative; }

#sidenavigation #spoony_bg {
	position: absolute;
	bottom: 0;
	left: -30px;
	background: url(./images/spoony.jpg) left bottom no-repeat;
	width: 187px;
	height: 283px;
}

#sidenavigation ul { width: 160px; border-right: 4px solid #F89018; }

#sidenavigation li {
	list-style-image: url(./images/arrow_on_white.jpg);
	margin: 0 0 10px 20px;
	font-size: 1.4em;
	padding-right: 5px;
}

#sidenavigation li.last { margin-bottom: 0; }

#sidenavigation li a.on { color: #F89018; }

#sidenavigation ul li ul { width: 120px; border: 0; list-style: none; color: #666; }
#sidenavigation ul li ul li { margin: 5px 0 0 0; list-style-image: none; font-size: .8em; padding-left: 7px; text-indent: -7px; }
#sidenavigation ul li ul li a { color: #666; }
#sidenavigation ul li ul li a:hover { color: #F89018; }

#main { float: left; width: 515px; }

#home_scroll_nav { margin-top: 20px; height: 49px; }
#home_scroll_nav div {
	float: left;
	width: 103px;
}
#home_scroll_nav a { 
	display: block; 
	width: 102px;
	height: 49px; 
	text-indent: -9000px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

#home_scroll_nav a.activeSlide { background-position: left top; }
#home_scroll_nav a:hover { background-position: left top; }

#home_scroll_nav a#pager_hc { background-image: url(./images/home/hc.jpg); }
#home_scroll_nav a#pager_hunts { background-image: url(./images/home/hunts.jpg); }
#home_scroll_nav a#pager_orv { background-image: url(./images/home/orv.jpg); }
#home_scroll_nav a#pager_pam { background-image: url(./images/home/pam.jpg); }
#home_scroll_nav a#pager_eb { background-image: url(./images/home/eb.jpg); }

#home_scroll { height: 223px; }
.homeScroller { height: 100%; position: relative; width: 514px; }
/**
.homeScroller a {
	display: block;
	position: absolute;
	height: 21px;
	text-indent: -9000px;
	background-color: inherit;
}

#featureDiv1 {  }
	#featureDiv1 a {
		left: 250px;
		top: 141px;
		width: 237px;
	}
#featureDiv2 {  }
	#featureDiv2 a {
		left: 210px;
		top: 151px;
		width: 185px;
	}
#featureDiv3 {  }
	#featureDiv3 a {
		left: 210px;
		top: 138px;
		width: 270px;
	}
#featureDiv4 {  }
	#featureDiv4 a {
		left: 210px;
		top: 157px;
		width: 178px;
	}
#featureDiv5 {  }
	#featureDiv5 a {
		left: 210px;
		top: 118px;
		width: 220px;
	}
**/

.callout_box {
	margin-top: 20px;
	width: 253px;
	padding-bottom: 11px;
	background: url(./images/rounded_footer.jpg) center bottom no-repeat;
}

.callout_box h3 {
	padding: 0 0 4px 0;
	border-bottom: 2px dotted #666;
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
}

.callout_box h3 span {
	color: #F89018;
	font-weight: bold;
}

#home_page .callout_box div {
	height: 160px;
}

.callout_box p { margin-top: 7px }

.callout_box#for_hp div { height: 175px; }
.callout_box#for_general div { height: 175px; }

.callout_box div {
	border-left: 2px solid #E6E6E6;
	border-right: 2px solid #E6E6E6;
	padding: 0 14px;
}

#healthy-tooltip {
	border: 2px solid #C26501;
	width: 340px;
}

#healthy-tooltip div {
	padding: 10px;
}

#healthy-tooltip div * {
	font-size: 12px;
}

#healthy-tooltip div #healthy-source {
	font-size: 10px;
}

.nutrition_box {
	margin-top: 20px;
	padding-top: 20px;
	*padding-top: 20px;
	_padding-top: 10px;
	border-top: 2px dotted #666;
}

.nutrition_box .left_side {
	float: left;
	width: 170px;
}

.nutrition_box .left_side p {
	margin-top: 10px;
}

.nutrition_box .right_side {
	float: left;
	width: 330px;
}

.nutrition_box .right_side h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.nutrition_box .right_side ul {
	margin-left: 20px;
	font-size: 1.3em;
	color: #666;
}

.nutrition_box .right_side p { margin-top: 10px; }

#tools_nav {
	display: inline;
	margin-top: 20px;
}

#tools_nav li {
	width: 170px;
	height: 39px;
	float: left;
	background-position: left bottom;
	background-repeat: no-repeat;
	list-style: none;
	margin-right: 2px;
}

#tools_nav li a {
	display: block;
	height: 100%;
}

#tools_nav li a span {
	display: none;
}

#tools_nav li.last {
	margin-right: 0px;
}

#tools_nav li#nutrition-tab {
	background-image: url(./images/tools/nutrition_off.jpg);
}

#tools_nav li#nutrition-tab.on {
	background-image: url(./images/tools/nutrition_on.jpg);
}

#tools_nav li#activity-tab {
	background-image: url(./images/tools/activity_off.jpg);
}

#tools_nav li#activity-tab.on {
	background-image: url(./images/tools/activity_on.jpg);
}

#tools_nav li#wellbeing-tab {
	background-image: url(./images/tools/well_being_off.jpg);
}

#tools_nav li#wellbeing-tab.on {
	background-image: url(./images/tools/well_being_on.jpg);
}

.tools_content {
	width: 514px;
	background: url(./images/tools/horizontal_sliver.jpg) center center repeat-y;
}

.tools_content h3 {
	font-size: 1.3em;
	padding: 0;
	padding: 10px 0 0 0;
	margin: 0;
}

.tools_content .sub_content {
	padding: 0 30px;
}

.bucket1, .bucket2, .bucket3 {
	float: left;
	display: inline;
	width: 140px;
}

.tools_content .sub_content div.bucket1, .tools_content .sub_content div.bucket2 {
	margin-right: 17px;
}

.gray_bg {
	background-color: #E6E6E6;
	padding: 0 10px 10px;
}

#footer {
	margin-top: 30px;
	padding: 10px 0 20px;
	border-top: 2px dotted #999;
	text-align: center;
	color: #999;
}

#footer p { font-size: 1em; color: #999; }

#footer ul {
	margin-top: 10px;
}

#footer ul li {
	display: inline;
	list-style-type: none;
}

#footer a { color: #999; text-decoration: underline; }

#footer ul li#image-footer-first a {
	border-right: 2px solid #CB6360;
	padding-right: 12px;
	font-size: 45px;
}

#right_repeat {
	background: url(/images/background/right_frame_tall.gif) left top no-repeat;
	float: right;
	width: 42px;
	height: 900px;
}

.mgT10 { margin-top: 10px; }
.mgT15 { margin-top: 15px; }
.clrB { clear: both; }
.fltL { float: left; }
.fltR { float: right; }

/** imported styles for nav **/

#dropmenudiv{
	position:absolute;
	border:0;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	margin-bottom:-17px;
	text-align: left;
}

#dropmenudiv a{
width: 100%;
display: block;
border: 0;
padding: 4px 0px;
text-indent: 10px;
text-decoration: none;
font-weight: bold;
background-color:#D1ED95;
color:#148B55;
line-height:12px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ECF8D4;
}

.topnavlink{
	font-family: "Myriad Pro", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

/* Health professionals webinar styles */
#webinar-callout {
	width: 515px;
	margin: 20px 0 30px 0;
	padding: 15px 0 0 0;
	background: #fdeedc url('/health-professionals/images/education/shaded_box_top.gif') no-repeat;
}

.webinar-callout-old{
	/*background: #f9ddb8 url('/health-professionals/images/education/box-top.jpg') no-repeat !important;*/
}

#webinar-callout p {
	margin: 0 15px;
}

#callout-bottom {
	background: url('/health-professionals/images/education/shaded_box_bottom.gif') no-repeat;
	height: 17px;
}

.webinar-callout-old #callout-bottom{
	/*background: url('/health-professionals/images/education/box-bottom.jpg') no-repeat !important;*/
}

#science-header-container p {
	float: left;
	display: inline;
	margin: 10px 0 20px 0;
}

#science-header-container img {
	float: right;
	display: inline;
	margin: 10px 0 20px 0;
}

#science-header-container p {
	width: 310px;
	margin-right: 20px;
}

#webinar-callout #left h4 {
	border: none;
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 0;
	width: 280px;
	font-size: 14px;
}

#webinar-callout h4.small {
	font-size: 12px;
}

#webinar-callout #left {
	float: left;
	display: inline;
	margin-left: 18px;
	width: 335px;
}

#webinar-callout #right {
	float: right;
	display: inline;
	width: 129px;
	margin-right: 12px;
}

#webinar-callout #right h4 {
	text-transform: uppercase;
	border: none;
	margin-top: 0;
	line-height: 14px;
}

#webinar-callout p {
	margin: 12px 0;
}

#webinar-callout img#play {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#webinar-callout #right ul {
	list-style-type: none;
	margin: 20px 0;
	color: #666;
}

#webinar-callout #right ul li {
	margin: 0 0 12px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#webinar-callout #right ul li.last {
	border-bottom: none;
}

#quiz-head p {
	margin: 12px 0;
}

.ceu-quiz h3 {
	font-size: 14px;
}

.ceu-quiz fieldset {
	padding: 18px 0 0 0;
	margin: 18px 0;
	border: none;
	background: #fdeedc url('/health-professionals/images/quiz/shaded_box_top.gif') no-repeat;
	font-size: 12px;
	font-weight: bold;
}

.ceu-quiz fieldset label {
	color: #666;
}

.ceu-quiz fieldset div.question {
	margin: 0 14px;
}

.ceu-quiz fieldset div.input-group-block, .ceu-quiz fieldset div.input-group-inline {
	margin: 14px 14px 14px 32px;
}

.ceu-quiz div.bottom {
	background: url('/health-professionals/images/quiz/shaded_box_bottom.gif') no-repeat;
	height: 18px;
	margin: 0;
}

div.question .number {
	float: left;
	display: inline;
	width: 16px;
}

div.question .description {
	float: left;
	display: inline;
	width: 430px;
	margin-left: 8px;
}

.ceu-quiz #verification {
	margin: 0 14px;
	font-weight: normal;
}

.ceu-quiz #verification p {
	font-size: 12px;
	margin: 12px 0;
}

.ceu-quiz #verification h3 {
	margin: 0;
}

.ceu-quiz #verification label {
	width: 120px;
	float: left;
	display: inline;
	text-align: right;
	margin-right: 8px;
	font-weight: bold;
	padding-top: 4px;
}

.ceu-quiz #verification .input-group {
	margin-bottom: 8px;
}

.ceu-quiz #verification .input-group input {
	width: 200px;
}

.ceu-quiz-thanks h2, .ceu-quiz-thanks p {
	margin-bottom: 12px;
}

.ceu-quiz-thanks div p, .ceu-quiz-thanks div img {
	float: left;
	display: inline;
}

.ceu-quiz-thanks div p {
	width: 275px;
	margin-right: 20px;
}

#img-right {
	float: right;
	margin: 10px 0 10px 10px;
}

div#form-errors {
	color: #f00;
	font-size: 12px;
}

h3#webinars {
	margin-top: 0;
}

#subPopup {
	position:absolute;
	top: 0;
	left: 0;
	display:none;
	z-index:2000;
}

#subPopup table {
	border: 1px #00693E solid;
	background: #fff;
}

#subPopup #close-button {
	text-align: right;
	font-size: 12px;
	margin: 4px 2px;
}

#webinar-title-outer{
	float: left; 
	padding-top: 5px; 
	font-size:12pt;	
	width:510px;
	text-align:center;
}

#webinar-title{
	font-size:12pt;	
	width:450px;
}

.input-group-block table label{
	font-size:12px;
	font-weight:bold;
}

/* End Health Professionals webinar styles */

sup{
	font-size:.6em;

}
