/* 
 * MISC
 */ 
.clear {
	clear: both; 
}
a img {
	border: 0;
}
.show {
	display: block;
}
.hide {
	display: none;
}

/* 
 * MAIN CONTAINERS
 */ 
body {
	font-family: "Arial","Lucida Grande",sans-serif;
	font-size: 12px;
	color: #646567;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff url(/images/bg_main.jpg) repeat-x;
}
.burst-bkgd {
	background: url(/images/bg_burst.png) no-repeat;
	width: 1095px;
	max-width: 1095px;
	margin: 0 auto 0 auto;
	height: 740px;
	padding: 0;
	text-align: center;
}
#wrapper {
	width: 840px;
	max-width: 840px;
	margin: 0 auto 0 auto;
	padding: 0;
}

/* 
 * HEADER
 */ 
#header {
	background-color: #ffffff;
	height: 81px;
	border-bottom: 3px solid #046897;
	position: relative;
	text-align: left;
}
#header .site-logo {
	position: absolute; 
	top: 7px;
	left: 45px;
}
#header .hcp-callout {
	position: absolute; 
	top: 5px;
	left: 655px;
}
#header .search {
	position: absolute; 
	top: 45px;
	left: 545px;
}
#header .search input {
	font-size: 11px;
}
#header .search input.form-text {
	width: 215px;
	height: 20px;
	border: 1px solid #c5c6c8;
	margin-right: 10px !important;
	margin-right: 7px;		/* IE Only */
	padding-top:2px;
	float: left;
}

/* 
 * PRIMARY MENU
 */ 
#primary-menu {
	height: 52px;	
}
#primary-menu .menu-item {
	background: url(/images/bg_primary_menu_button.png) no-repeat;
	width: 168px;
	height: 52px;
	float: left;
	text-align: left;
}
#primary-menu .menu-item.last {
	background: url(/images/bg_primary_menu_button_last.png) no-repeat;
}
#primary-menu .menu-item.selected {
	background: url(/images/bg_primary_menu_button_selected.png) no-repeat;
}
#primary-menu .menu-item a {
	display: block;
}

/* 
 * HOMEPAGE
 */ 
.homepage-callouts {
	margin-top: 10px;
	text-align: left;
}
.homepage-callouts a {
	display: block;
	color: #646567;
	text-decoration: none;
}
.homepage-callouts a:hover {
	color: #d18316;
	text-decoration: underline;
}

/* 
 * SIDEBAR & SECONDARY MENU
 */ 
#sidebar-left {
	width: 168px;
	text-align: left;
	float: left;
}
#secondary-menu {
	width: 168px;
	background: url(/images/bg_secondary_menu.jpg) repeat-y;
	margin-top: 37px;
	margin-bottom: 10px;
	text-align: left;
}
#secondary-menu .menu-item.selected {
	background: url(/images/secondary_menu_selected.gif) no-repeat 17px 2px;
}
#secondary-menu .menu-item a {
	color: #046897;
	text-decoration: none;
	margin: 0 10px 0 30px;
	display: block;
}
#secondary-menu .menu-item a:hover {
	color: #d18316;
	text-decoration: underline;
}
#secondary-menu .menu-item.selected a {
	color: #d18316;
	text-decoration: none;
}
#secondary-menu .divider {
	margin: 9px 0;
}
#sidebar-left .callout {
	margin-left: -23px;
}
#sidebar-left .callout img {
	position: relative;
}

/* 
 * CONTENT
 */ 
.sidebar #main {
	width: 672px;
}
.no-sidebar #main {
	width: 840px;
}
#main {
	background: #ffffff url(/images/bg_content.gif) 0px 12px no-repeat;
	margin-top: 15px;
	text-align: left;
	float: left;
	position: relative;
}
.sidebar #main  .content-buttons {
	left: 470px;
}
.no-sidebar #main  .content-buttons {
	left: 640px;
}
#main .content-buttons {
	position: absolute;
	top: 23px;
}
#main .content {
	padding: 15px 30px 20px 40px;
	height: auto;
	min-height: 350px;
}
/* for Internet Explorer */
* html #main .content {
	height: 350px;
}
#main .content h1.title, .media-page h1.title {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-size: 22px;
	font-weight: normal;
	color: #046897;
	margin: 0;
}
#main .content h1.title.sub {
	font-size: 18px;
}
#main .content a {
	color: #046897;
	text-decoration: underline;
}
#main .content a:hover {
	color: #d18316;
	text-decoration: underline;
}
#main .content .content-image.pc-right {
	margin: 1em -50px 20px 20px;
	float: right;
}
#main .content .content-image img {
	position: relative;
}
#main .content .myth-link {
	padding-top: 10px;
}
#main .content .myth-question {
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
}
#main .content .myth-answer {
	padding-top: 5px;
}

.media-page {
	height: 40px;
	background: url(/images/bg_media_title.gif) 0px 0px no-repeat;
	margin: 20px 0 10px 0;
	padding-left: 40px;
	text-align: left;
	position: relative;
}
.media-page h1.title {
	padding-top: 3px;
}
.media-page .email-button {
	position: absolute;
	top: 15px;
	right: 0;
}
div.error {
	background: #FFCCCC;
	border:1px solid #DD7777;
	color: #220000;
	padding: 2px;
	margin: 1em 0;
}

/* Glossary popup */
.bubbleInfo {
	position: relative;
}
.glossary-def {
	text-decoration: none;
	border-bottom: 1px dashed #046897;
	cursor: pointer;
	background: #dceeff;
}
.glossary-def.hover {
	background: #dceeff;
}
.popup {
	width:225px;
	height: 106px;
	padding:10px 10px 10px 10px;
	margin: 0;
	background: url(/images/bg_glossary_def.png) no-repeat;
	position: absolute;
	font-weight: normal;
	display: none; /* keeps the popup hidden if no JS available */
}
* html .popup {
	width:232px;
	height: 98px;
	background-color: #ffffff;
}
.popup h3 {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	color: #046897;
	margin: 0 0 .5em;
	font-weight: normal;
}
* html .popup h3 {
	font-size: 12px;
	font-weight: bold;
}


/* 
 * FORM ELEMENTS
 */ 
.form-item {
	margin-bottom: 8px;
}
.form-item input, .form-item select {
	border: 1px solid #C5C6C8;
	font-size: 12px;	
}
.form-item label {
	display: block;
	padding-bottom: 2px;
}
.form-item label.error { 
	color: red; 
	padding-left: .5em; 
}
.form-required {
	color: #d18316;
	font-size: 14px;
	font-weight: bold;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
	border: 2px solid red;
}
.form-item-sample, .form-item-sample input {
	color: #ffffff;
	border: none;
	display: none;
}

/* 
 * DAILY ACTIVITY CHART
 */ 
#daily-activity-chart {
	font-size: 14px;
	color: #046897; 
	border: 1px solid #b3d1e0;
}
#daily-activity-chart .section {
	margin: 1px 6px; 
	padding: 15px 20px;
}
#daily-activity-chart .section-1, #daily-activity-chart .section-3 {
	background-color: #e9f0f4;
}
#daily-activity-chart .section-2 {
	background-color: #d3e2e9;
}
#daily-activity-chart .section .title, #daily-activity-chart .section .item {
	height: 22px;
	float: left;
}
#daily-activity-chart .section .title {
	width: 274px;
	font-weight: bold;
}
#daily-activity-chart .section .item {
	width: 239px !important;
	width: 270px;		/* IE Only */
	padding-left: 35px;
	line-height: 22px;
	background: url(/images/checkbox.gif) no-repeat 8px 0;
}
#daily-activity-chart .section .item.checked {
	background: url(/images/checkbox_selected.gif) no-repeat 8px 0;
}
#daily-activity-chart .section .item a {
	color: #046897; 
	text-decoration: none;
	display: block;
}
#daily-activity-chart .section .item a:hover {
	color: #d18316;
	text-decoration: underline;
}

/* 
 * FOOTER
 */ 
#footer {
	text-align: center;
	font-size: 11px;
}
.sidebar #footer {
	margin-left: 168px;
}
#footer .primary-menu {
	color: #046897;
	margin-top: 15px;
}
#footer .primary-menu a {
	color: #046897;
	text-decoration: none;
}
#footer .footer-menu a {
	color: #7e8082;
	text-decoration: none;
}
#footer .primary-menu a:hover, #footer .footer-menu a:hover {
	text-decoration: underline;
}
#footer .copyright {
	color: #7e8082;
	font-size: 11px;
	margin-top: 15px;
	padding-bottom: 15px;
}


