body,

html {

	width:100%;

	height:100%;

	padding:0;

	margin:0;

	font:normal 12px helvetica, sans-serif;;

	color:#000;

	background:#fff;

}



/* General style definitions */

*:focus {

	outline:none;

}

table {

	padding:0;

	border:none;

	border-collapse:collapse;

}

img {

	border:none;

}

a {

	color:#00744b;

	text-decoration:none;

}

a:hover {

	text-decoration:underline;

}

.clear {

	float:left;

	width:100%;

	clear:both;

}

form,fieldset {

	padding:0;

	margin:0;

	border:none;

}





/* Wrapper */

#wrap {

	width:1024px;

	margin:0 auto;

}







/* Header */

#header {
	height:73px;
	background:url(images/header-bg.gif) 0 0 repeat-x;

}

#logo {
	float:left;
	height:73px;

	width:279px;

	background:url(images/logo.png) #fff 0 0 no-repeat;

}

#logo a {
	text-indent:-9000px;
	height:73px;

	display:block;
}

#header-inner {
	float:left;

	width:745px;

	height:73px;
}

#header-top {
	height:36px;

	border-bottom:4px solid #ffe000;
}





/* Top menu next to header */

#topmenu {
	float:left;

	clear:both;

	width:100%;
	background:url(images/topmenu-bg.png) #ffe000 0 -19px repeat-x;

}

#topmenu ul {
	float:left;

	width:97%;
	height:19px;

	line-height:19px;

	list-style:none;

	padding:0 1.5%;

	margin:0;

	font-size:11px;

	background:url(images/topmenu-bg.png) 0 0 no-repeat;

	overflow:hidden;

}

#topmenu ul li {
	float:left;

	height:19px;

	padding:0 10px;

	color:#6d6e71;
}

#topmenu ul li a {

	color:#6d6e71;

	text-decoration:none;

}

#topmenu ul li a:hover {

	color:#000;

}





/* Search Form */

#search-box {
	float:left;

	height:29px;

	width:302px;

	padding:7px 0 0 38px;

	background:url(images/greenbar-bg.gif) #006d46 0 0 repeat-x;
}

#search-box .btn {
	width:70px;

	height:16px;

	font-size:0.9em;

	padding:0;

	margin:2px 0 0 0;

	border:none;

	color:#58595b;

	background:url(images/btn-search.png) #ffe000 0 0 no-repeat;

	cursor:pointer;

	float:left;

}

#search-box .text {
	font-size:1em;

	float:left;

	padding:2px 5px 1px 5px;

	margin:0 5px 0 0;

	height:16px;

	width:165px;

	color:#58595b;

	border:1px solid #b9bdbe;
}





/* Member Login Box */

#member-box {

	float:left;

	width:350px;

	height:26px;

	padding:10px 0 0 25px;

	background:url(images/top-corner.png) 0 0 no-repeat;

}

#member-box .inv {
	float:left;

	line-height:18px;

	height:18px;
}

#member-box a.button {
	float:right;

	background:url(images/button-bg.png) #00744b 100% -18px no-repeat;

	height:18px;
	line-height:18px;

	color:#fff;

}

#member-box a.button span {
	float:left;
	height:18px;

	padding:0 15px;

	line-height:18px;

	background:url(images/button-bg.png) 0 0 no-repeat;

}





/* Main Menu */

#mainmenu {
	padding-left:15px;

	height:32px;

	overflow:hidden;

	clear:both;
}

#mainmenu ul {
	float:left;

	list-style:none;

	padding:10px 0 0 0;

	margin:0;

	width:100%;

	height:22px;

	font-size:13px;
}

#mainmenu ul li {
	float:left;

	border-right:1px solid #dfb243;

	padding-right:20px;

	margin-right:20px;

	color:#555;

}

#mainmenu ul li.last {
	padding-right:0;

	margin-right:0;

	border-right:none;
}

#mainmenu ul li a {
	color:#555;

	text-decoration:none;

}

#mainmenu ul li a:hover {

	color:#000;

}





/* Content Columns Wrapper */

#main {
	float:left;

	width:100%;

	background:url(images/leftcol-bg.gif) 0 0 repeat-y;
}

#column-wrapper {

	float:left;

	width:100%;

	background:url(images/leftcol-bg2.png) 0 0 no-repeat;

}

.index #column-wrapper {

	background:url(images/bg.png) #fffdf0 0 0 repeat-x;

}

#left-column {
	float:left;

	width:211px;

	padding-bottom:50px;

	overflow:hidden;

}

#content {
	float:left;

	padding:20px 15px 50px 38px;

	width:760px;

	color:#555;

	background:url(images/content-bg.png) #fff 0 0 repeat-x;

	overflow:hidden;

}

.index #content {
	padding:0;

	width:724px;

	height:393px;
	background:url(images/content-bg.png) 0 0 no-repeat;

}

#text {
	line-height:1.5;

}

#sidebar {
	float:right;

	width:297px;
	height:393px;

	background:url(images/bg.png) #f6fbf8 0 -393px repeat-x;

}





/* Navigation Chain */

#chain {
	color:#00744b;

	padding-bottom:10px;
}

#chain span {
	padding:0 5px;

	font-size:11px;
}

#chain a {
	color:#00744b;

}





h1 {
	font:normal 24px "Myriad Pro",myryad,helvetica,sans-serif;

	color:#00744b;

	padding:0;

	margin:0;

}



p.apply {
	margin-top:4em;

	color:#00744b;

	line-height:1.8;
}

p.apply span {
	padding-right:10px;

	font-size:11px;
}





/* Left column menu with title */

#left-column h3 {

	padding:0 0 3px 30px;

	margin:0;

	font:bold 14px "Myriad Pro",myryad,helvetica,sans-serif;

	text-transform:uppercase;

	color:#00744b;

}

.menuleft {

	list-style:none;

	padding:0;

	margin:0;

}

.menuleft li {

	padding:5px 0 5px 30px ;

}

.menuleft li.active {

	background:url(images/leftmenu-active-bg.png) 0 0 repeat-y;

}

.menuleft li a {

	color:#555;

}





/* Quick Loan form styling */

#quick-loan {

	height:250px;

	background:url(images/loanform-bg.png) 18px 0 no-repeat;

	padding:0 18px;

}

.index #quick-loan {

	height:358px;

	padding:0 58px;

	background:url(images/loanform-bg.png) 46px -250px no-repeat;

}

.index #quick-loan form {

	padding:0 20px 0 10px;

}

#quick-loan .intro {

	height:50px;

	padding:20px 12px 0 12px;

	font-size:14px;

	color:#fff;

}

#quick-loan .intro span {

	font-weight:bold;

	font-size:16px;

	color:#ffe000;

}

#quick-loan .intro2 {

	height:75px;

	padding-top:18px;

	font-size:1.1em;

	color:#939598;

}





#quick-loan form {

	padding:10px 12px;

	font-size:0.85em;

}

#quick-loan form select {

	font-size:1em;

	width:100%;

}

#quick-loan form p {

	padding:0 0 7px 0;

	margin:0;

}

#quick-loan form input.text {

	font-size:1em;

	width:98%;

	color:#0e0e0e;

}

#quick-loan .btn {

	width:91px;

	height:22px;

	line-height:22px;

	color:#fff;

	font-size:0.9em;

	padding:0;

	margin:3px 0 0 0;

	border:none;

	background:url(images/btn-submit.png) #085f3a 0 0 no-repeat;

	cursor:pointer;

}







/* footer */

#footer {

	border-top:6px solid #e7cb02;

	background:url(images/footer-bg.png) #006642 0 0 repeat-x;

	height:162px;

	clear:both;

	padding:20px 25px 0 45px;

}





/* Lookup Form in Footer */

#footer-lookup {
	float:left;

	width:310px;
	height:162px;

}

#footer-lookup .text {

	font-size:0.9em;

	float:left;

	padding:2px 5px 1px 5px;

	margin:0 5px 0 0;

	height:16px;

	width:185px;

	color:#a7a9ac;

	border:1px solid #b9bdbe;

}

#footer-lookup .btn {

	width:70px;

	height:16px;

	font-size:0.9em;

	padding:0;

	margin:2px 0 0 0;

	border:none;

	background:url(images/btn-search.png) #ffe000 0 0 no-repeat;

	cursor:pointer;

	color:#58595b;

	float:left;

}





/* Menu in the footer */

#footer-menu {
	float:left;

	width:640px;

	height:90px;
}

#footer-menu ul {
	list-style:none;

	padding:2px 0 0 0;

	margin:0;

	float:left;

	width:100%;

	color:#939598;

}

#footer-menu ul li a {
	color:#939598;

}

#footer-menu ul li {
	float:left;

	padding-right:10px;
	margin-right:10px;

	border-right:1px solid #939598;

}

#footer-menu ul li.last {
	padding-right:0;

	margin-right:0;

	border-right:none;

}

#footer-logos {
	float:right;

	width:200px;

	text-align:right;

}

#footer-logos a {
	margin-left:10px
}





/* Adjust look of standard Contact Us form */

#emailForm label {
	display:block;

	margin:1em 0 0.2em 0;
}







/* Promo Icons at homepage bottom */

#promo {
	background:url(images/goldbar.jpg) #fff 0 0 no-repeat;
	height:197px;

	clear:both;

	padding:6px 0 0 0;
}

#promo ul {
	float:left;

	width:100%;

	padding:24px 0 0 0;

	margin:0;

	list-style:none;
	height:197px;

	background:url(images/promo-bg.gif) 0 100% repeat-x;

}

#promo ul li {
	width:230px;

	padding-left:26px;

	float:left;
	height:187px;

	overflow:hidden;

}

#promo ul li .title {
	font-size:20px;

	height:28px;
}

#promo ul li .pic {
	width:193px;
	height:80px;

	padding:6px 0 0 6px;

	background:url(images/frame.png) 0 0 no-repeat;
}

#promo ul li .text {
	font-size:13px;

	padding-right:30px;

	color:#939598;

}

#promo ul li .text a {
	font-style:italic;
	color:#147642;

}





/* Styling of the promo area at homepage */

p.quote {
	font-size:24px;

	color:#025436;

	padding:75px 35px 35px 330px;

	margin:0;

	background:url(images/quotes.png) 292px 72px no-repeat;
}

p.testimonials {
	padding:0 30px 0 385px;

	margin:0;

	color:#555;

	line-height:1.45;
}
