html {
	background: #f2f2f2;
	height: 100%;
	overflow: auto;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
body {
	position: relative;
	min-height: 100%;
	overflow: visible;
	background: #f2f2f2;
	font-family: Arial, Verdana, Sans-serif;
	color: #333;
}
* html body {
	height: 100%;
}

h3 {
	text-transform: uppercase;
	margin-top: 34px !important;
}

h4 {
	font-size: 18px !important;
	margin:20px 0 !important;
}

a, a:link, a:visited {
	color: #333;
}

a:hover {
	color: #000;
}


#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 7px;
	width: 959px;
/*	border: 1px solid red;*/
	background: #fff;
	height: 100% !important;
}
* html #wrapper {
	height: 100%;
}
#inner-wrapper {
	padding: 7px 0 19px 0;
}

#header {
/*	height: 214px;*/
/*	border: 1px solid green;*/
}

#homepage_feature {
/*	height: 288px;*/
/*	border: 1px solid gray;*/
	margin-top: 3px;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
	#homepage_feature_mainbox {
		position: relative;
		float: left;
		background: transparent url(images/homefeature/feature-0.png) 0 0 no-repeat;
		width: 743px;
		height: 626px;
/*		height: 248px;*/
/*		background: #efefef;*/
	}
	#homepage_feature_mainbox a {
		display: block;
		position: absolute;
/*		width: 743px;
		height: 626px;*/
		top: 0;
		left: 0;
	}
	#homepage_feature_mainbox img {
		display: none;
		float: left;
		clear: both;
	}
	#homepage_feature_mainbox img.active {
		display: none;
	}

	#homepage_feature_nav, #homepage_feature_nav li {
		display: block;
		float: left;
		clear: both;
		width: 753px;
		list-style: none;
		margin: 0 !important;
		padding: 0;
	}
	* html #homepage_feature_nav {
		width: 763px;
	}
	#homepage_feature_nav {
		margin-top: 4px;
		margin: 0 0 5px -10px !important;
		padding-left: 0 !important;
	}
	#homepage_feature_nav li {
		clear: none;
		width: 241px;
		height: 109px;
		margin-left: 10px !important;
	}
	#homepage_feature_nav a {
		display: block;
		position: relative;
		width: 241px;
		height: 109px;
		color: #e5ebd1;
		background: #81a11c;
		text-decoration: none;
		font: bold 18px Arial, Helvetica, sans-serif;
		line-height: 18px;
		text-transform: uppercase;
		opacity: 0;
		-moz-opacity: 0;
		filter:alpha(opacity=0);
	}
	#homepage_feature_nav .active a {
		color: #393939;
		background: #e5e5e5;
	}
	
	#homepage_feature_nav a:hover {
		color: #fbded1;
		background: #e95c19;
	}

#force br {display:none;}

#homepage_feature_nav_borrowers {
	background: url(images/homefeature/feature-label-1.png) 0 0 no-repeat;
}
#homepage_feature_nav_investors {
	background: url(images/homefeature/feature-label-2.png) 0 0 no-repeat;
}
#homepage_feature_nav #homepage_feature_nav_partners {
	background: url(images/homefeature/feature-label-3.png) 0 0 no-repeat;
}
#homepage_feature_nav .active {
	background-position: 0 -109px !important;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
	#sidebar ul, #sidebar ul li {
		list-style: none;
	}
	
	#sidebar ul ul li {
		list-style: disc;
		font-size: 12px;
		margin: 2px 0 0 18px; 
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 500px;
	padding: 2px;
	}
	
input, textarea {
	border: 1px solid #999;
}

#commentform #submit {
	margin: 0 0 5px auto;
	padding: 8px;
	
	}

.wpcf7-form input {
	padding: 4px;
	width:140px !important;
}



	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 167px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Logo */
#logo {
	height: 165px;
	line-height: 165px;
	margin-bottom: 20px;
}
#logo * {
	vertical-align: bottom;
}

/* Header right column */
#header-right-column {
	float: right;
	clear: right;
	text-align: right;
/*	width: 240px;*/
	margin-right: 14px;
	padding-top: 25px;
}
* html #header-right-column {
	padding-top: 24px;
}
#header-right-column p, #header-right-column a {
	color: #3c3c3e;
	font: bold 18px Arial, Helvetica, sans-serif;
}
#header-right-column a {
	text-decoration: none;
}
#header-right-column form div, #login form div {
	padding-bottom: 10px !important;
}
#header-right-column input {
	font-size: 11px;
}


/* Navigation */
#navigation {
	color: #333;
	background: transparent url(images/nav-bottom.png) left bottom no-repeat;
	float: left;
	width: 100%;
	clear: both;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin-bottom: 4px;
	position: relative;
	z-index: 10;
}
#navigation ul, #navigation li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul {
	float: right;
	margin-right: -1px;
}

#navigation a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0 12px;
	margin: 8px 0;
	border-right: 1px solid #858585;
}
#navigation a.last {
	border: 0 !important;
	padding-right: 3px;
}
#navigation_gold_box, #navigation_green_box {
	background: #e1c44b;
	height: 14px;
	padding: 8px 0;
	width: 42px;
	float: right;
	border-left: 2px solid #FFF;
}
#navigation_green_box {
	background: #81a11c;
}

/* Subnav */
#navigation ul li ul {
	display: none;
	float: none;
	clear: none;
	position: absolute;
	width: 200px;
	z-index: 10;
	color: #fbded1;
	background: #d1d1d1;
	margin-left: 15px;
	overflow: hidden;
}
#navigation ul li ul li {
	float: none;
/*	border-top: 1px solid #e3bda2;*/
	margin: -1px 0 0 0px;
}
* html #navigation ul li ul li {
/*	margin-bottom: -15px;*/
}
#navigation ul li ul li a {
	color: #646464;
	border: 0;
	margin: 0;
	padding: 8px;
}

#navigation a:hover, #navigation li.active a:link, #navigation li.active a:visited {
/*	color: #fff;*/
}

	#navigation li.active ul li a:link, #navigation li.active ul li a:visited {
/*	color: #fbded1;*/
	}

#navigation .submenu li.active {
	font-weight: bold;
}

#navigation ul li ul li a:hover {
	background: #a5a5a5;
	color: #fff;
	background: #a5a5a5;
}

#navigation li.hover ul {
	z-index: 11;
}

/* Body */

#content {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 12px;
}

	#content h2 {
		font-size: 1.4em;
		letter-spacing: 1.2px;
		color: #333;
	}

	#content p, #content ul, #content ol {
		font-size: 0.80em;
		
	}

	#content a:link, #content a:visited {
		color: #333;
	}
	
	#sidebar a:link, #sidebar a:visited {
	color: #333;
	}

	#content h2 a:link, #content h2 a:visited, #content p.postmetadata a:link, #content p.postmetadata {
	color: #333;
	}


.how-it-works ol ol li {
	list-style: disc;
}


.entry form.wpcf7-form {
	text-align: left !important;

}



.homepage #wpcf7-f2-p3-o1 input {
	width:170px;
}


ul#blog-categories li {
	list-style: none;
	margin-left:10px;
	margin-top:0;

}

	ul#blog-categories h2 {
	margin: 0;
	padding: 0;
	}

	ul#blog-categories ul li {
		list-style: disc;
		margin-left: -28px;
	
	}

/* Sidebar */

#sidebar {
	float: left;
	width: 167px;
	padding: 0 10px 0 13px;
	margin: 0;
	color: #333;
	background: transparent;
	border-right: 3px solid #99b347;
}
.page-template-homepage-php #sidebar {
	width: 167px;
	border: 0;
}
#sidebar h1 {
	font: bold 18px Arial, Helvetica, sans-serif !important;
	margin: 14px 0;
}
.page-template-homepage-php #sidebar h1 {
	font-size: 24px !important;
}

#sidebar .description {
	font: bold 15px Arial, Helvetica, sans-serif;
	line-height: 16px;
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-template-homepage-php #sidebar .description {
	font: bold 15px Arial, Helvetica, sans-serif;
	line-height: 16px;
/*	border-bottom: 2px solid #da8543;*/
/*	padding-bottom: 20px;
	margin-bottom: 23px;*/
}
#sidebar_news {
/*	border-bottom: 1px solid #da8440;
	padding-bottom: 22px;*/
}
#sidebar_news ul, #sidebar_news li {
	display: block;
	list-style: none !important;
	margin: 0;
	padding: 0;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
#sidebar_news li {
	font: 14px Helvetica, Arial, sans-serif !important;
	line-height: 19px;
	border-top: 1px solid #616162;
	padding-top: 15px;
	margin-top: 15px !important;
}
#sidebar_news li a {
	color: #333;
	text-decoration: none;
}

#sidebar .sidebar_section, li.widget {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #da8440;
/*	border-bottom: 3px solid #99b347;*/
}

#sidebar_contact, #sidebar_contact a, #sidebar .sidebar_section h1 {
	color: #333;
	font: bold 17px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#sidebar_contact {
	line-height: 24px;
}
#sidebar_contact p {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
/*	border-bottom: 1px solid #da8440;*/
}

#sidebar input {
	width: 170px;
}
#sidebar input.tip-input {
	background: transparent url(images/text-input.png) 0 0 no-repeat;
	outline: 0;
	width: 135px !important;
	padding: 3px 4px 3px 4px !important;
	border: 0 !important;
}

#sidebar h2 {
	font-size: 22px;
	margin-bottom: 8px;
	color: #333;
	letter-spacing:0.9px;
}

	#sidebar h2 a:link, #sidebar h2 a:visited {
		font-size: 22px;
		text-decoration:none;
	}

/* Main */

#main {
	float: left;
	width: 741px;
	padding: 0 0 0 20px;
	border-left: 3px solid #99b347;
	margin-left: -3px;
}
.page-template-homepage-php #main {
	width: 741px;
	border: 0;
	margin-left: 0;
}

#main ul, #main ol {
	margin: 1em 0 1em 3em;
}

#main .post, #main .newsletter, #main #respond {
	font: 18px Helvetica, Arial, sans-serif;
	line-height: 20px;
	padding-bottom: 10px;
	padding-right: 45px;
	margin-left: 60px;
}
/*.page-template-homepage-php #main .post, .page-template-homepage-php #main .newsletter {
	border-bottom: 6px solid #99b347;
	margin-bottom: 15px;
	margin-left: 0;
}*/
#main .newsletter {
	padding-right: 0;
}

#main .post h1 {
	font: bold 30px Arial, Helvetica, sans-serif;
	margin: 14px 0;
}

.page-template-about-php #main b, .page-template-about-php #main strong {
	/*font-size: 24px !important;*/
}

.single .navigation {
	margin:20px;
	overflow:hidden;
	font-size:12px;
}

	.single .navigation a:link, .single .navigation a:visited {
		font-size:12px;
	}

/* Footer */

#footer {
	font: 12px Helvetica, Arial, sans-serif;
	color: #616162;
	text-align: right;
	width: 100%;
	margin-right:30px;
	float: right;
	*width: auto;
	*margin-right: 36px;
}
* html #footer {
	margin-right: 0;
	width: auto;
	margin-right: 23px;
}
#footer a {
	color: #616162;
	text-decoration: none;
}

/* Form */
input.tip-input, input.submit {
	font-size: 11px !important;
	text-align: left;
}
input.submit {
	width: auto !important;
	background: #ebebeb;
	color: #828283;
	border: 0;
}
input.tip {
	color: #999;
}
button {
	color: #383838;
	background: #ebebeb;
}

/* Breadcrumbs */
#crumbs {
	font: 12px Arial, Helvetica, sans-serif;
	color: #515151;
}
#crumbs .separator, #crumbs a:link, #crumbs a:visited {
	color: #9f9e9e;
	text-decoration: none;
}
