/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 0px;
	width: 822px;
	z-index: 0;
}

#masthead_img {
	z-index: 5;
}

/************* #masthead styles ***************/
#masthead h1 {
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 45px;
	color: #000000;
	z-index: 15;
	white-space: nowrap;
	width: auto;
	text-align: right;
	margin: 0px;
	padding: 0px;
	left: 90px;
}
#content {
	float:left;
	width: 520px;
	margin: 0px;
	padding: 0px 0px 30px;
	z-index: 50;
	position: relative;
	background: #FFFFFF url(../images/bg_main_05.gif) no-repeat left bottom;
}

embed {
	margin: 0px;
	padding: 0px 0px 20px;
	float: right;
	position: relative;
	clear: right;	
}
/************** .feature styles ***************/

.feature {
	padding: 0px;
	margin: 0px;
	z-index: 20;
	position: relative;
	clear: right;
}

div.title {
	 position: absolute; 
	left: 100px;
	top: -130px;
	height: 90px;
	width: 500px;
	z-index: 1000;
	text-align: left;
	vertical-align: bottom;
}

div.title h1 {
	font: bold 16px/22px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1001;
	padding-bottom: 5px;
}

.feature h2, .feature p.story {
	padding: 4px 150px 4px 85px;
	text-align: left;
	margin: 0px;
	font-size: 11px;
	line-height: 12px;
	text-indent: 12px;
}

.feature h2 {
	padding-top: 15px;
	padding-bottom: 30px;
	color: #0a3981;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: -0.05em;
	padding-right: 140px;
	line-height: normal;
}

.feature ul.story {
	padding: 0px 0px 0px 215px;
	margin: 5px 0px;
	list-style: disc inside;
}

.feature ul.story li {
	text-indent: -20px;
}

.feature img.proposal {
	float: left;
	margin: 0px;
	text-align: right;
	padding: 40px 0px 0px 0px;
}

.feature div.box1 {
	width: 145px;
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	clear: right;
	height: auto;
}

.feature img.img_01 {
	float: right;
	margin: 0px;
	padding: 30px 0px 0px 5px;
	position: relative;
	clear: right;
}

.feature img.img_02 {
	margin: 0px;
	padding: -10px 0px 0px;
	float: right;
	position: relative;
	clear: right;
}

.feature div.box1 h1 {
	font-size: 14px;
	font-weight: normal;
	color: #0a3981;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.feature div.box1 h2 {
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 145px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.feature div.box1 h3 {

}

.feature div.box1 p.paragraph {
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	width: 145px;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	border-top: 1px solid #cccccc;
	margin: 0px;
}
/* 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;
}

.spacer_index {
	float: left;
}

