/* this CSS file contains the base structural layout of the newsroom in 3 or 2 columns 
Any element that would be contained inside of one of these areas is defined in newsroom.css
*/
#pru-header, #pru-footer {padding: 0; margin: 0; line-height: 9px;}
#wrap_header_date {height: 75px; width: 998px; padding-bottom:25px; background:url('../graphics/20026/pru_newsroom_header_date_bg_v2.jpg') no-repeat; border:1px solid #027fc2;}
#current-date{color: #FFFFFF; font-size: 20px;  line-height: 23px; padding: 19px 0 0 10px; font: Arial, Helvetica, sans-serif;  color:#FFF;}
#wrap_site {
	width: 1000px;
	position: relative;
	/* min-height: 1000px; */
	margin: 0 auto; /* alter this for left alignment of site */
	padding: 0;
	background-color: #ff0000;
}

#wrap_site_contain {
	/*background: #017fc2 url(../graphics/20026/bgpxln.jpg) repeat-x;*/
	background-color: #017fc2;
	width: 100%;
	position: relative;
	float: left;
	z-index: 10;
}
	
#wrap_header {
	width: 980px;
	float: left;
	}
	
#header {
	width: 100%;
	float: left;
	height: 36px;
	}
	
#subheader {
	width: 600px;
	height: 25px;
	float: left;
	}
	
	
/* this class is used by the jquery function equalHeight() found in the header.  It ensures that all colums assigned with this class will equal the height of the tallest column */
.columnTallest {}

#wrap_leftrail {
	width: 180px; /* should be */
	float: left;
	/* border: 1px dashed; */
	}
#leftrail {
	width: 168px;
	float: left;
	margin: 6px 0 0 0;
	padding: 6px;
	overflow: hidden;
	background-color: #dbe4f0;
	/* border: 1px solid; */
	}
/* 6-19-09 completed up to here */

 
#wrap_centerwell {
	width: 748px; 
	float: left;
	margin: 0 0 0 18px;
	overflow: hidden;
	}
	
	
/* not used */
#wrap_centerwell_twocol {
	width: 794px; /* should be */
	float: left;
	margin: 6px 0 0 6px;
	overflow: hidden;
	/* border: 1px dashed; */
	}
	
#centerwellTop, #centerwellTop2 {
	height: 16px;
	width: 100%;
	float: left;
	background: url(/graphics/20026/articlBg_top.png)
	}
#centerwellBtm, #centerwellBtm2 {
	/* display: block;
	vertical-align: top; */
	height: 26px;
	width: 100%;
	float: left;
	background: url(/graphics/20026/articlBg_bottom.png) 
	}
#wrap_all_video{
	width: 948px; 
	float: left;
	margin-left: 24px;
}
#wrap_centerwell_video{
	float: left;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 948px;
    background-color: #FFF;

}
#centerwellVideoTop {
	height: 16px;
	width: 100%;
	float: left;
	background: url(/graphics/20026/researchlBg_top.png)
	}
#centerwellVideoBottom {
	/* display: block;
	vertical-align: top; */
	height: 26px;
	width: 100%;
	float: left;
	background: url(/graphics/20026/researchlBg_bottom.png) 
	}
	
	



#wrap_all_wide{
	width: 948px; 
	float: left;
	margin-left: 24px;
}
#wrap_centerwell_wide{
	float: left;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
	padding: 4px 30px 0 19px;
   /*  width: 948px; */
    background-color: #FFF;

}
#centerwellWideTop {
	height: 16px;
	width: 100%;
	float: left;
	background: url(/graphics/20026/researchlBg_top.png)
	}
#centerwellWideBottom {
	/* display: block;
	vertical-align: top; */
	height: 26px;
	width: 100%;
	float: left;
	background: url(/graphics/20026/researchlBg_bottom.png) 
	}


	
	
	
	
#centerwell, #centerwell2 {
	width: 699px;
	float: left;
	/* padding: 4px 30px 0 19px; */
	padding: 4px 30px 0 19px;
	background: url(/graphics/20026/articlBg_rpt.png) repeat-y;
	/* border: 1px solid; */
	}
#centerwell_twocol {
	width: 100%;
	float: left;
	/* border: 1px solid; */
	}

#wrap_rightrail {
	margin: 0 0 0 -5px;
	width: 229px; 
	float: left;
	/* border: 1px dashed;  */
	}
#rightrail {
	width: 204px;
	/* width: 229px; */
	float: left;
	padding: 0 18px 0 7px;
	/* padding: 0; */
	overflow: hidden;
	
	/* border: 1px solid; */
	}

#wrap_footer {
	width: 980px;
	position: relative;
	float: left;
	/* border: 1px dashed; */
	} 
#footer {
	width: 100%;
	padding: 0;
	float: left;
	height: 28px;
	background-color: 
	}