﻿/*
--------------------------------------------------
 Basic Declarations
--------------------------------------------------
*/

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	text-align:center;
	margin: 0 20px 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	background:#ddd2b8;
}

/*
--------------------------------------------------
HOMEPAGE STYLES 
--------------------------------------------------
*/

#home #bodyTable {
	background: #fff3b6 url("../images/homeBgWide.jpg") top no-repeat;
}

#homeContent {
	text-align:left;
	width: 100%;
	margin: 30px 0 0 0;
}

#call {
	width: 240px;
	height: 50px;
	background: url("../images/tx.gif") no-repeat;
	margin-top:10px;
	padding: 15px 0 0 80px;
}


/*
--------------------------------------------------
PAGE BACKGROUNDS 
--------------------------------------------------
*/

#bodyTable {
	margin-top:0px; /* fix to push bg images to the top ounder the navbar */
}

#investor #bodyTable {
	background: #fef3b4 url("../images/backgroundInvestor.jpg") top no-repeat;
	margin-top:0px; /* fix to push bg images to the top ounder the navbar */
}

#lending #bodyTable {
	background: #fff7c9 url("../images/backgroundLending.jpg") top no-repeat;
	margin-top:0px; /* fix to push bg images to the top ounder the navbar */
}

#contact #bodyTable {
	background: #fff7c9 url("../images/backgroundContact.jpg") top no-repeat;
	margin-top:0px; /* fix to push bg images to the top ounder the navbar */
}

#contact #mainContentColumn {
	height:450px;
}

#privacy #bodyTable {
	background: #fef3b4 url("../images/backgroundPrivacy.jpg") top no-repeat;
	margin-top:0px; /* fix to push bg images to the top ounder the navbar */
}

#disclosures #bodyTable {
	background: #fff6c3 url("../images/backgroundDisclosures.jpg") top no-repeat;
	margin-top:0px; /* fix to push bg images to the top ounder the navbar */
}



/*
-------------------------------------------------
LINK STYLES 
--------------------------------------------------
*/

a:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #f26521;
	text-decoration: none;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #f26521;
	text-decoration: none;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #ce4100;
	text-decoration: none;
}
a:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #e5ac00;
	text-decoration: none;
}

.white { color:#FFFFFF;}
.white a { color:#FFFFFF; font-weight:bold; text-decoration:none;}
.white a:hover {text-decoration:underline;}

/*
-------------------------------------------------
LIST STYLES 
--------------------------------------------------
*/

ul, ol {
	margin: 5px 0 5px 0;
	font-size:14px;
	line-height: 16px;
}

#sideContent ul, ol {
	font-size:12px;
	line-height: 14px;
}

ul.icon, ol.icon {
	list-style-type:none;
}

li.icon { 
	list-style-image: url("../images/bulletIcon.gif");
}


li {
	/* list-style:inside !important; */
	color: #000000;
	margin-left: 25px;
	font-weight: 400;
}


/*
-------------------------------------------------
TEXT STYLES 
--------------------------------------------------
*/


p {
	margin: 0 0 12px 0;
	font-size:14px;
	line-height: 16px;
	color: #000000;
	font-weight: 400;
}

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	color: #1e0e59;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 -2px 0;
}

h2 {
	font-size: 16px;
	font-weight: 700;
}

.purple {
	color: #1e0e59;
}

.gold {
	color: #e5ac00;
}

.orange {
	color: #f26521;
}

.today { color:#2a2933;}
.today strong { color:#2a2933;}
.today a { color:#2a2933; font-weight:bold;}

#applynow td {
	 font-size:11px;
}

td.largeBullet {
	 font-size:14px;
	 color: #4E463F;
	 font-weight: 700;
}

/*
-------------------------------------------------
LAYOUT STYLES 
--------------------------------------------------
*/

#bodyTable {
	margin: 15px 0 0 0; 
}

#bodyTable td {
	text-align: left;
}

#title {
	margin-bottom:10px;
}

#mainContentColumn {
	background:#ffffff;
	padding:20px;
	/* border-left:2px solid #d3a549; */
	border-bottom: 2px solid #d3a549;
}

#sideContentColumn {
	padding:10px;
}

#sideContentColumn h1 {
	color: #5e4719;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 6px 0;
}

.footer {
	margin: 0 15px 0px 15px;
	font-size:11px;
	line-height: 13px;
	color: #4E463F;
	
}

hr { 
	border: none;
	color: #ccc;
	height: 1px;
	width: 100%;
	margin: 8px 0 12px 0;
	clear:both;
}

#shadeRight {
	background: url(../images/sideShadowRt.jpg) top no-repeat;
}

#shadeLeft {
	background: url(../images/sideShadowLft.jpg) top no-repeat;
}

/*
-------------------------------------------------
IMAGE STYLES 
--------------------------------------------------
*/

.left {
	display: inline;
	margin: 0 15px 15px 0;
	float: left;
}

.right {
	display: inline;
	margin-left: 0 0 15px 15px;
	float: right;
}

#homeLink {
	margin:0 42px 8px 0;
}

/*
-------------------------------------------------
FORM STYLES 
--------------------------------------------------
*/

input {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #f0f0f0;
	padding: 2px;
	margin-bottom: 10px;
	width: 370px;
	font-size: 11px;
	color: #4E463F;
}

textarea {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #f0f0f0;
	padding: 2px;
	margin-bottom: 10px;
	width: 370px;
	font-size: 11px;
	color: #4E463F;
}

.buttons {
	margin: 0 0 75px; 236px;
	
}

input.btn {
	width: 100px;
	float:left;
	margin:0 1px 0 0;
	padding:4px 10px;
	background:#ccc;
	font-size:11px;
	color:#000;
	border-top:1px solid #f1f1f1;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #f1f1f1;
}


form fieldset {
	display:block;
	margin:0;
	padding:0;
	border:0;
}
form p {
	clear:both;
	margin: 0 0 10px 0;
}

form label
{
	float:left;
	margin:0;
	padding:0 0 8px 0;
	border:0;
	font-size:12px;
	font-weight:700;
	color:#000000;
}

/*
--------------------------------------------------
 Special Hackz
--------------------------------------------------
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}


/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */


