@import url("../css/global.css");

/*  Layout
--------------------------------------------------------------------------------------------------- */


#primary {
	padding: 250px 0 0 0;
}
#feature {
	margin: 0;
	padding: 0;
	width: 619px;
	height: 251px;
	float: left;
	background: url(../gfx/home/001.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;
}

/*  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.jpg) 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 p {
	float: right;
	line-height: 1.4em;
	margin: 57px 50px 0px 225px;
}
#listen {
	float: right;
	text-align: center;
	width: 340px;}

a.credits:link {color: #B4B4B4; font-size: 10px;}
a.credits:visited {color: #B4B4B4; font-size: 10px;}
a.credits:hover {color: #003399; font-size: 10px;}

/*  Footer
--------------------------------------------------------------------------------------------------- */

#footer ul  {
	padding: 7px 0px;
}
#footer ul li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #ccc;
}
#footer ul li.last {
	border-right: none;
	margin: 0px;
	padding: 0px;
}
#footer p {
	padding: 0 0 0 10px;
	color:#999;
}
#footer a {
	color:#999;
	text-decoration: none;
}
#footer a:hover {
	color:#666;
}
#footer p.notice {
	width: 800px;
	padding: 40px 0 20px 0px;
	text-align: justify;
}