/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 0px;
	width: 780px;
	z-index: 0;
	height: 104px;
	background: url(../images/image_t_w.png) no-repeat;
}

#content {
	float:none;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	z-index: 100;
	position: relative;
}

/************* #masthead styles ***************/
#masthead h1 {
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 5px;
	color: #F6F6F6;
	z-index: 15;
	white-space: nowrap;
	width: auto;
	right: 100px;
	text-align: right;
	padding-bottom: 8px;
}
#header_imageprint {
	display: none;
}
.toppriority, .additionalpriority, .supplementalpriority {
	display: none;
}
.cwrapper {
	margin-right: 15px;
}

h2.section {
	display: none;
}
/************** .feature styles ***************/

.feature {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 480px;
}
.leftcol {
	float: left;
	padding: 0px 0px 0px;
	margin: 0px;
	clear: none;
}

div.title {
	position: absolute;
	left: -230px;
	top: -135px;
	height: 104px;
	width: 460px;
	z-index: 1000;
	text-align: left;
	vertical-align: text-bottom;
}

div.title h1 {
	font: normal 20px/20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	padding-bottom: 5px;
	left: 0px;
	bottom: 0px;
}

.feature h2, .feature p {
	padding: 0px;
	text-align: left;
	margin: 0px;
}
.feature p, .leftcol p {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #07284b;
	margin: 0px;
	padding: 10px 0px 5px;
}
.leftcol p {
	padding: 5px 10px 5px 30px;
	margin-right: 35px;
}
.leftcol p.b {
	font-size: 14px;
	display: block;
	border-bottom: 2px solid #07284b;
	font-weight: bold;
	padding-top: 30px;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	margin-top: 30px;
	border-top: 1px solid #cccccc;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

