/* PAGE CONTAINER DIVS - CENTERS CONTENT */
#centering_area {
	text-align: center;
	width: 100%;
}
#page_area {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background:url(https://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/layout/2009Chrome/site_shadow.png) repeat-y;
}

/* HEADER CONTAINERS */
#bannerAd_ctr {
	height: 92px;
	text-align: center;
    padding: 3px 8px 0px 8px;
	background:#fff;
}
#header_ctr {
	position: relative;
	height: 133px;
	z-index: 100;
}


/* MAIN CONTENT CONTAINER */
#mainContentContainer_area {
	width: 996px;
}

/* BREADCRUMB CONTAINER */
#breadcrumb_ctr {
	width: 963px;
	padding: 2px;
	margin: 0px 0px 0px 13px;
	border-top: 1px #dee0da solid;
}

/*  =MIDDLE/RIGHT COLUMN CONTAINER
------------------------------------------------------- */
#mainContent_ThirdCol_ctr {
	width: 810px;
	padding-right: 8px;
	float: right;
}

/* override for 2-column header just in case 
.titleBar_rdr {
margin-left:0px !important;
}*/

/*  =LEFT COLUMN STYLES
------------------------------------------------------- */
#navColumn_area {
	float: left;
	width: 162px;
	margin-left:-660px;
	overflow: hidden;
}


/*  =CENTER COLUMN STYLES
------------------------------------------------------- */
#mainContent_area {
	width: 496px;
	float: left;
	margin-left:176px;
	display:inline;
	overflow: hidden;
}
#mainContent_ctr {
	margin-left: 2px;
}
#mainBottom_fmt {
	display: none;
}

/* fix for IE display issue 
* html #middleContent_fmt {
	height: 1%;
}*/

/*  =THIRD COLUMN STYLES
------------------------------------------------------- */
#thirdCol_area {
	width: 312px;
	float: left;
	margin-left: 4px;
	overflow: hidden;
}

/*  =FOOTER DIVS & STYLES
------------------------------------------------------- */
#footer_rdr {
	clear: both;
}
#footer_rdr #bottomShadow_fmt {
	clear: both;
	background:url(https://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/layout/2009Chrome/site_topbot.png) 0px -15px no-repeat;
	height:15px;
	width:996px;
	font-size: 1%;
}
	
/* GENERAL GLOBAL STYLES
-----------------------------------------------*/
.moduleSpacer_rdr {
	height: 4px;
	background: #ffffff url(https://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/layout/shared/spacer.gif) repeat;
	font-size: 1%;
	clear: both;
}

/* Below styles are needed to make the center pane look right 
-----------------------------------------------*/
.composite.twoCol_fmt {
position:relative;
width: 494px;
}

/*--- composite container styles ---*/
.composite.twoCol_fmt .left_ctr {
float: left;
width: 243px;
}
.composite.twoCol_fmt .right_ctr {
float: left;
width: 250px;	
}
.composite.twoCol_fmt .mainContentSectionFooter_fmt {
display: none;
}

/* automatically clears floats */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-table;}

/*  =SAFARI text-size inheritance fix */
body div,
body dl,
body fieldset,
body form,
body p,
body pre,
body table,
body ul,
body ol {
	font-size: 10pt;
}

/* Hide images that have to be in source  */
.topBGCorners_fmt, .topFTCorners_fmt, .bottomFTCorners_fmt, .bottomBGCorners_fmt {
display: none !important;
}
