@import url("../css/global.css");

/*  Three Column Pages Layout
--------------------------------------------------------------------------------------------------- */
#header {
	width: 100%;
	height: 68px;
}
#primary {
	position: absolute;
	top: 102px;
	left: 214px;
	width: 404px;
	height: 707px;
	background: url(../gfx/core/bg_primary_mid.gif) repeat-y 0 0;
}
#main {
	height: 707px;
	background: url(../gfx/core/bg_primary_foot.gif) no-repeat 0 100%;
}
#mainWrap {
	padding: 54px 31px 0;
	background: url(../gfx/core/bg_primary_top.gif) no-repeat 0 0;
}
#secondary {
	float: left;
	width: 211px;
	height: 707px;
}
#tertiary {
	position: absolute;
	top: 102px;
	right: 0;
	width: 210px;
	height: 707px;
}


/*  Primary Content
--------------------------------------------------------------------------------------------------- */

#primary p {
	line-height: 1.5em;
	margin: 0 0 15px 0;
}
#primary p.more {
	font-weight: normal;
	padding: 15px 0 30px 0;
}
#primary ul {
	margin: 0 0 15px 23px;
}
#primary ul li {
	line-height: 1.2em;
	margin: 10px 0 10px 0;
	padding: 0 0 0 15px;
	background: url(../gfx/nav/arrow_blue.gif) no-repeat 0 2px;
}

/* ---------| Testimonials |--------- */
#testimonials {
	margin: 10px 0 0 0;
	height: 150px;
	width: 210px;
	background: url(../gfx/box/bg_testimonials.gif) no-repeat 0 0;
	color:#777777;
}
#testimonials p {
	line-height: 1.4em;
}
#testimonials p.more {
	padding: 115px 0 0 20px;
}
#testimonials ul li { 
	background:#E0E0E0; 
	margin: 15px 20px 20px 20px;
	width: 80%;
	padding: 0; 
}

/* ---------| Loan Request |--------- */
#request {
	width: 210px;
	height: 255px;
	background: url(../gfx/box/bg_request.gif) no-repeat 0 0;
	text-align: center;
}
#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 12px;
	font-size: 11px;
	color:#666
}
#request fieldset {
	padding: 0 0 12px 0;
}

/* ---------| Subscribe |--------- */
#box3 form label {
	display: none;
}
#box3 form input {
	margin: 0 auto 6px;
	display: block;
	font-size: 11px;
	color:#666;
	text-align: center;
}

h5 {color: #444; font: normal 10px Verdana, Arial, Helvetica, sans-serif; margin: 10px 0px 3px 0px;
	line-height: 1.3em;
  	text-transform:uppercase;
  	letter-spacing:.1em;
}
