@import url("../css/global.css");

/*  Layout
--------------------------------------------------------------------------------------------------- */


#primary {
	padding: 257px 0 0 0;
}
#feature {
	margin: 0;
	padding: 0;
	width: 619px;
	height: 251px;
	float: left;
	z-index: 1;
}
#feature li {
	width: 619px;
	height: 251px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}

#feature li.f1 {
	background: url(../gfx/home/001.jpg) no-repeat 0 0;
}
#feature li.f2 {
	background: url(../gfx/home/002.jpg) no-repeat 0 0;
}
#feature li.f3 {
	background: url(../gfx/home/003.jpg) no-repeat 0 0;
}
#feature li.f4 {
	background: url(../gfx/home/004.jpg) no-repeat 0 0;
}
#feature li.f5 {
	background: url(../gfx/home/005.jpg) no-repeat 0 0;
}
#request {
	float: right;
	width: 210px;
	height: 251px;
	background: url(../gfx/box/bg_request.gif) no-repeat 0 0;
	text-align: center;
}
#secondary {
	position: absolute;
	top: 105px;
	left: 0;
	height: 251px;
	width: 832px;
}

#newsBox {
	position: absolute;
	/* top: 358px; */
	top: 251px;
	left: 0; 
	height: 37px;
	line-height: 37px;
	width: 832px;
	color:#777777;
	background: url(../gfx/box/bg_news.gif) no-repeat 0 0;
}

#newsBox h2 { float: left; width: 200px; font-size: 11px; text-align: right; font-weight: normal;}
#newsBox ul { float: right; width: 606px; padding: 3px 0; }
#newsBox ul li { width: 595px; background:#E0E0E0; line-height: 30px; margin: 0; }

/*  Primary Content
--------------------------------------------------------------------------------------------------- */
#primary dl {
	height: 287px;
}
#primary dl dd {
	padding: 20px;
}
#primary dl dd p {
	line-height: 1.4em;
	margin: 0 0 15px 0;
	color:#777;
}
#box1 {
	width: 211px;
	background: url(../gfx/box/box1_mid.gif) repeat-y 0 0;
	float: left;
}
#box2 {
	width: 398px;
	background: url(../gfx/box/box2_mid.gif) repeat-y 0 0;
	float: left;
	margin: 0 0 0 6px;
}
#box3 {
	width: 210px;
	background: url(../gfx/box/box3_mid.gif) repeat-y 0 0;
	float: right;
}
#box1 dt {
	display: block;
	width: 211px;
	height: 92px;
	text-indent: -9999px;
	background: url(../gfx/box/box1_top.gif) no-repeat 0 0;
}
#box2 dt {
	display: block;
	width: 398px;
	height: 92px;
	text-indent: -9999px;
	background: url(../gfx/box/box2_top.gif) no-repeat 0 0;
}
#box3 dt {
	display: block;
	width: 210px;
	height: 92px;
	text-indent: -9999px;
	background: url(../gfx/box/box3_top.gif) no-repeat 0 0;
}
#box1 dl {
	background: url(../gfx/box/box1_foot.gif) no-repeat 0 100%;
}
#box2 dl {
	background: url(../gfx/box/box2_foot.gif) no-repeat 0 100%;
}
#box3 dl {
	background: url(../gfx/box/box3_foot.gif) no-repeat 0 100%;
}

/* ---------| Loan Request |--------- */
#request h4 {
	font-weight: bold;
	color:#fff;
	padding: 0 0 20px 0;
	font-size: 12px;
}
#request form {
	padding: 27px 0 0 0;
}
#request p {
	padding: 6px 0 0 0;
	font-size: 10px;
}
#request a {
	color:#BEBEBE;
}
#request a:hover {
	color:#fff;
}
form fieldset {
	border: none;
}
form select {
	width: 148px;
	display: block;
	/* height: 27px;
	line-height: 27px; */
	margin: 0 auto 17px;
	font-size: 11px;
	color:#777777;
}
html>body #request fieldset {
	padding: 0 0 6px 0;
}

/* ---------| Subscribe |--------- */
#box3 form label {
	display: none;
}
#box3 form input {
	margin: 0 auto 6px;
	display: block;
	font-size: 11px;
	color:#777777;
	text-align: center;
}

/* ---------| Feature |--------- */
#feature blockquote {
	display: block;
	width: 335px;
	height: 84px;
	display: none;
}
blockquote p {
	display: none;
}
#feature .cite { display: none; }

#feature p {
	float: right;
	line-height: 1.4em;
	margin: 160px 105px 0 0;
}


