/* 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('../images/site_shadow.png') repeat-y;
}

/* HEADER CONTAINERS */
#bannerAd_ctr {
	text-align: center;
    padding: 3px 0px;
	background:#fff !important;
}
#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 {
	clear:both;
	width: 810px;
	padding-right: 8px;
	float: right;
}

/*  =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;
	min-height:1%;
}
#mainContent_ctr {
	margin-left: 2px;
}


/*  =THIRD COLUMN STYLES
------------------------------------------------------- */
#thirdCol_area {
	width: 312px;
	float: left;
	margin-left: 4px;
}

/*  =FOOTER DIVS & STYLES
------------------------------------------------------- */
#footer_rdr {
	clear: both;
}
#footer_rdr #bottomShadow_fmt {
	clear: both;
	background:url('../images/site_topbot.png') 0px -15px no-repeat;
	height:15px;
	width:996px;
	font-size: 1%;
}
	
/* GENERAL GLOBAL STYLES
-----------------------------------------------*/
.moduleSpacer_rdr {
	height: 4px;
	background: #ffffff url('../images/spacer.gif') repeat;
	font-size: 1%;
	clear: both;
}
.hide_label, label .hide { 
display: none; 
}
sup {
vertical-align:text-top;
}

/* automatically clears floats */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*  =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;
}

/* Link Icon Styles */
a.type_ss_old i {
	background:url("../images/link_sprite_old.png") 0px 0px no-repeat;
	display:inline-block;
	height:12px;
	margin-left:3px;
	vertical-align:text-top;
	width:21px;
}
a.type_vid_old i {
	background:url("../images/link_sprite_old.png") 0px -51px no-repeat;
	display:inline-block;
	height:12px;
	margin-left:3px;
	vertical-align:text-top;
	width:21px;
}
a.type_com i {
background:url('../images/link_icons.gif') 0px 2px no-repeat;
display:inline-block;
height:12px;
margin-left:3px;
vertical-align:text-top;
width:12px;
}
a.type_ss i {
background:url('../images/link_icons.gif') 0px -43px no-repeat;
display:inline-block;
height:12px;
margin-left:3px;
vertical-align:text-top;
width:12px;
}
a.type_vid i {
background:url('../images/link_icons.gif') 0px -88px no-repeat;
display:inline-block;
height:12px;
margin-left:3px;
vertical-align:text-top;
width:12px;
}  

/* Jaws only: text available to screen readers but not displayed on screen */
.jawsonly {
   height:1px;
   left:-10000px;
   overflow:hidden;
   position:absolute;
   top:auto;
   width:1px;
}