/* Manufacturing loans */
body{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
ul,li,h1,h2,p{
	padding:0;
	margin:0;
}
#wrapper{
	
}
table{
	border: none;
	margin: 0; padding: 0;
}
#billboard{
  width:100%;
  height:151px;
	background: repeat-x url('../financial_products/images/manuBBrepeat.jpg');
}
#billboard div{
	font-size:11px; 
	position:relative;
}
#billboard div div{
	position:absolute;
	left:350px;
	top:50px;
	width:410px;
}
#billboard div div p{
	margin:6px 0 0;
  width:100%;
}
#billboard img{
	margin: 0 15px 0 0;
}
h1{
	display:block;
	font-size:25px;
	font-weight:normal;
	height:25px;
	position:absolute;
	right: 30px;
	top: 50px;
}
#billboard p{
	font-size: 11px;
	width: 225px;
}
.horzBar{
	background: repeat-x url('../financial_products/images/manuHorz.jpg');
	height: 137px;
	width: 100%;
}
ul.links{
	list-style:none;
	clear:left;
	float:left;
	width:100%;
	background: repeat-x #9bc7f0 url('../financial_products/images/navBtnRepeat.jpg');
}
ul.links li{
	float:left;
}
ul.links li.cap{
	background: no-repeat #9bc7f0 url('../financial_products/images/navBtn.jpg');
}
ul.links li a{
	background: no-repeat #9bc7f0 url('../financial_products/images/navBtn.jpg');
	text-decoration: none;
	padding: 0 10px;
	color: #002c84;
	height: 31px;
	line-height: 31px;
	text-align:center;
}
ul.links li>a{
	display:block;
}
ul.links li a:hover{
	background: no-repeat #3581d0 url('../financial_products/images/navBtnOver.jpg');
	color: #fff;
}
/* Subnav */
.threenav li a{
	width:150px;
}
.fournav li a{
	width:115px;
}
.prequal li a{
	width:150px;
}
.nav{
	clear:left;
	float:left;
	margin: 25px 0 25px 40px;
	width: 625px;
}
div.nav ul{
	list-style-position: inside;
}
div.nav h2{
	width:100%;
	font-size: 17px;
	margin: 15px 0 0 0;
}
div.nav h2 a{
	color:#78b7e2;
	padding: 0 0 0 25px;
	margin: 10px 0;
	text-decoration: none;
	background: no-repeat 0px -14px url('../images/arrow.png');
}
div.nav h2 a:hover{
	color: #00ac4c;
	background-position: 0px 0px;
}
div.nav p{
	margin: 10px 0 5px 0;
}

