/* 
    Document   : styles
    Created on : Jul 22, 2010, 5:10:46 PM
    Author     : Crystal Wrenn
    Description:
        Purpose of the stylesheet follows.
*/

/*********************************/
/**********************general****/
/*********************************/

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.DBCB {
	display: block;
	clear: both;
}

html {
	min-height:101%;
}

body {
	background-color: #d1d2d3;
}

h1, p {
	font-family: 'Times New Roman', Times, serif;
}

h1 {
	color:#2ea165;
	font-weight:normal;
}

p  {
	color:#6c6d6f;
	line-height: 150%;
}

h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h2 {
	color:#90bce6;
	font-size: 14pt;
}

h3 {
	color:#000000;
	font-size:12pt;
}

/*********************************/
/**********************fonts******/
/*********************************/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 27, 2010 02:37:19 PM America/New_York */

/* Yanone Kaffeesatz License available at /assets/fonts/SIL_Open_Font_License_1.txt */

@font-face {
	font-family: 'YanoneKaffeesatzThin';
	src: url('/assets/fonts/YanoneKaffeesatz-Thin-webfont.eot');
	src: local('☺'), url('/assets/fonts/YanoneKaffeesatz-Thin-webfont.woff') format('woff'), url('/assets/fonts/YanoneKaffeesatz-Thin-webfont.ttf') format('truetype'), url('/assets/fonts/YanoneKaffeesatz-Thin-webfont.svg#webfontstW7OZ4L') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'YanoneKaffeesatzLight';
	src: url('/assets/fonts/YanoneKaffeesatz-Light-webfont.eot');
	src: local('☺'), url('/assets/fonts/YanoneKaffeesatz-Light-webfont.woff') format('woff'), url('/assets/fonts/YanoneKaffeesatz-Light-webfont.ttf') format('truetype'), url('/assets/fonts/YanoneKaffeesatz-Light-webfont.svg#webfontn9MifoRW') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'YanoneKaffeesatzRegular';
	src: url('/assets/fonts/YanoneKaffeesatz-Regular-webfont.eot');
	src: local('☺'), url('/assets/fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('/assets/fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'), url('/assets/fonts/YanoneKaffeesatz-Regular-webfont.svg#webfontlKPF1zIT') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'YanoneKaffeesatzBold';
	src: url('/assets/fonts/YanoneKaffeesatz-Bold-webfont.eot');
	src: local('☺'), url('/assets/fonts/YanoneKaffeesatz-Bold-webfont.woff') format('woff'), url('/assets/fonts/YanoneKaffeesatz-Bold-webfont.ttf') format('truetype'), url('/assets/fonts/YanoneKaffeesatz-Bold-webfont.svg#webfontPj13Lbsm') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* END OF FONTSQUIRREL GENERATED FONTS ****************************************/

/*********************************/
/**********************links******/
/*********************************/

a:link {
	color:#2ea165;
}

a:visited {
	color:#2ea165;
}

a:hover {
	color:#90bce6;
}

a:active {
	color:#6c6d6f;
}

h2 a:link {
	color:#90bce6;
}
h2 a:visited {
	color:#90bce6;
}

h2 a:hover {
	color:#2ea165;
}

h3 a {
	text-decoration: none;
	padding-bottom: 8px;
}

/*********************************/
/**********************layout*****/
/*********************************/

div#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-top: 6px solid #6c6d6f;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	z-index: 0;
}

div#header {
	width: 100%;
	position: relative;	/* This is necessary for z-index in IE 7 */
	z-index: 10;	/* this keeps the menu system drop downs above the content */
}

div#interiorWrapper {
	width: 100%;
	position: relative; /* This is necessary for z-index in IE 7 */
	top: 40px;	/* since the navigation menu is set to absolute, this "makes up" for the room the navigation div would take */
	z-index: 5; /* this keeps the menu system drop downs above the content */
	background-color: #b8babc;
	/*min-height: 500px; */
	border-bottom: 6px solid #6c6d6f;
	margin-bottom: 40px;
}

#whiteBkg  {
	background-color: #ffffff;
	width: 730px;
	float: left;
	min-height: 500px;
}

body#home #whiteBkg {
	min-height: 0px;
}

div#callouts {
	width: 960px;
	clear: both;
	height: auto;
	background-color: #2ea165;
	border-top: 1px solid #ffffff;
}

div#callouts div#productsCallout, div#callouts div#contactCallout {
	float: left;
}

/*********************************/
/**********************top********/
/*********************************/

div#banner {
	width: 100%;
	height: 124px;
	background: url('/assets/images/logo-bkg.gif') repeat-x;
	position: relative;
}

div#banner img#logo {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

div#navigation {
	position: absolute;	/* this pulls it out of the page so that the drop down menus don't interfere with the content below them */
	width: 100%;
	height: 34px;
	background: url('/assets/images/navigation-bkg.gif') no-repeat;
	border-bottom: 6px solid #90bce6;
}

div#navigation div.menuGroup {
	float: left;
}

div#navigation div.menuGroup:hover a.menuHead {
	background-color: #90bce5;

}

div#navigation div.menuGroup a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

div#navigation div.menuGroup a.menuHead{
	display: block;
	height: 32px;
	padding: 2px 0px 0px 10px;
	font-size: 24px;
	font-family: 'YanoneKaffeesatzRegular', 'Arial Narrow', 'Sans Serif';
}

div#navigation div.menuGroup a.menuItem {
	display: block;
	height: 24px;
	padding: 5px 10px 0px 10px;
	font-size: 14px;
	font-family: 'Arial', 'Sans Serif';
	font-weight: bold;
}

div#navigation div.menuGroup a:hover {
	background-color: #90bce5;
}

div#navigation div.menuGroup ul li {
	list-style: none;
	background-color: #6c6d6f;
	border-top: 1px solid #ffffff;
}

div#navigation div.menuGroup ul li.first {
	border-top: none;
}

div#navigation div.menuGroup ul li {
	display: none; 					/* this hides the submenu until hover */
	overflow: visible;
}

div#navigation div.menuGroup:hover ul li {
	display: block;					/* this shows the submenu on hover */
}

div#navigation div#homeMenu {
	width: 70px;
}

div#navigation div#aboutMenu {
	width: 100px;
}

div#navigation div#aboutMenu ul.menuItems {
	width: 175px;
}

div#navigation div#productsMenu {
	width: 100px;
}

div#navigation div#productsMenu ul.menuItems {
	width: 275px;
}

div#navigation div#resourcesMenu {
	width: 110px;
}

div#navigation div#resourcesMenu ul.menuItems {
	width: 150px;
}

div#navigation div#newsMenu {
	width: 75px;
}

div#navigation div#newsMenu ul.menuItems {
	width: 150px;
}

div#navigation div#contactMenu {
	width: 110px;
}

body#about div#aboutMenu a.menuHead, body#states_we_serve div#aboutMenu a.menuHead, body#products div#productsMenu a.menuHead, body#resources div#resourcesMenu a.menuHead, body#news div#newsMenu a.menuHead, body#contact div#contactMenu a.menuHead {
	background-color: #90bce5;
}

div#homeBanner {
	height: 230px;
	border-bottom: 5px solid #6c6d6f;
	position: relative;
}

.rotate div {
position:absolute;
left:0;
top:0;
z-index:0;
}

.rotate div.current {
z-index:2;
}

.rotate div.previous {
z-index:1;
}

/*********************************/
/**********************content****/
/*********************************/

#leftColumn {
	display: block;
	width:230px;
	height: 100%;
	float:left;
	margin-top:0;
}

#partnerLogin {
	background-color: #90bce6;
	height: 170px;		/*120px before button was "added" */
	width: 230px;
	text-transform:uppercase;
}

#partnerLogin img {
	margin-left: 12px;
}

div#partnerLogin h3, div#partnerLogin p {
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 12pt;
	margin-left: 12px;
	padding: 13px 10px 5px 0;
	font-weight:bold;
}

#partnerLogin p {
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}

#partnerLogin #buttonTop {
	width: 230px;
	height: 20px;
	background: url('/assets/images/button-background-top.jpg') no-repeat;
}

#partnerLogin div#becomeAPartner {
	background: url('/assets/images/button-background.jpg') repeat-y;
}

#partnerLogin div#becomeAPartner p {
	color: #000000;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 11pt;
	text-transform: none;
	
}

a.partnerButton {
	display: block;
	background: url('/assets/images/button.png') no-repeat;
	height: 43px;
	width: 211px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin-top: 5px;
	font-size: 12pt;
	text-transform: uppercase;
}

a.partnerButton:hover {
	background: url('/assets/images/button-hover.png') no-repeat;
	color: #ffffff;

}

/*
div#partnerLogin p a {
	text-decoration: none;
	color: #4674b6;
}

div#partnerLogin p a:hover {
	color: #ffffff;
}
*/

#partnerLogin label {
	display: none;
}

#partnerLogin input {
	display:block;
	background-color: transparent;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color:#6c6d6f;
	font-weight: bold;
}

#partnerLogin input#submit {
	/*display: none; before button added */
	display: inline;
	color: #4674b6;
	background-color: transparent;
	border: none;
	padding:0px;
	margin: 0px;
	font-size: 12pt;
}

#partnerLogin input#submit:hover {
	color: #ffffff;
}

#partnerLogin #edit-name, #partnerLogin #edit-pass, #partnerLogin #password-clear {
	width: 194px;
	background-color: #e3e4e6;
	border: 3px solid #ffffff;
	margin: 5px 12px;
	padding: 3px;
}

#copy {
	width: 420px;
	height: 100%;
	margin: 40px 0 40px 20px;
	float:left;
}

#copy h1 {
	padding-bottom: 10px;
}

#copy h2 {
	padding-bottom: 5px;
}

#copy h3 {
	padding-bottom: 5px;
}

#copy p {
	padding-bottom: 20px;
}

#copy ul, #copy li {
	font-family: 'Times New Roman', Times, serif;
	color:#6c6d6f;
	line-height: 150%;
}

#copy ul {
	margin: -10px 0 20px 30px;
}

#rightColumn {
	width: 250px;
	height: 100%;
	margin-left:40px;
	float:left;
}

#statesLink {
	display:block;
	width: 210px; /* was 210px */
	height: 250px;
	background: transparent url('/assets/images/states-link.gif') no-repeat;
	font-family: 'YanoneKaffeesatzRegular', 'Arial Narrow', 'Sans Serif';
	font-size: 28px;
	color:#ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 80px 0 0 42px;
	margin-left: 2px;
}

#statesLink:hover {
	background: transparent url('/assets/images/states-hover.gif') no-repeat;
	/*margin-left: 2px;*/
}

div#consumerLoan p {
	text-align: center;
}

body#contact #statesLink, body#contact #statesLink:hover {
	
}

.warning {
	color:#f54e62;
}

#contactForm {
	color:#6c6d6f;
	line-height: 150%;
	font-family: 'Times New Roman', Times, serif;
	padding-bottom: 20px;
}

#contactForm #generalConsumer {
	color:#2ea165;
	line-height: 130%;
	padding-left: 10px;
}

#states_we_serve #copy {
	width: 400px;
}

#states_we_serve #rightColumn {
	margin: 150px 0 75px 20px;
}

#states_we_serve #copy img {
	padding-bottom:20px;
}

#states_we_serve #rightColumn h2 {
	font-size: 12pt;
}

#states_we_serve #rightColumn h3, #states_we_serve #rightColumn p {
	padding-bottom: 5px;
}

#states_we_serve #rightColumn h3:hover, #states_we_serve div#whiteBkg img, #states_we_serve div#whiteBkg area {
	color: #90bce6;
	cursor: pointer;
}

#states_we_serve div.regionGroup, #states_we_serve div.regionGroup div {
	clear:both;
}

#states_we_serve #rightColumn h3, #states_we_serve #rightColumn img {
	float: left;
}

#states_we_serve #rightColumn h3 {
	margin-left: 8px;
}

#rightColumn #rightImage {
	padding-left: 2px;
}
/*********************************/
/**********************footer*****/
/*********************************/

div#callouts div {
	color: #ffffff;
}

div#callouts div#productsCallout {
	background-color: #2ea165;
	width: 365px;
}

div#callouts div#productsCallout a {
	display: block;
	background-color: #7bba92;
	color: #ffffff;
	width: 345px;
	font-family: 'YanoneKaffeesatzRegular', 'Arial Narrow', 'Sans Serif';
	font-size: 26px;
	padding-left: 20px;
	text-decoration: none;
}

div#callouts div#productsCallout ul {
	padding-left: 40px;
}

div#callouts div#productsCallout ul li span {
	font-size: 26px;
	font-family: 'YanoneKaffeesatzThin', 'Arial Narrow', 'Sans Serif';
}

div#callouts div#contactCallout {
	background: #90bce6 url('/assets/images/grass-house.gif') no-repeat center right;
	width: 593px;
	border-left: 2px solid #ffffff;
	padding-bottom: 25px;
}

div#callouts div#contactCallout p {
	font-family: 'YanoneKaffeesatzLight', 'Arial Narrow', 'Sans Serif';
	font-size: 26px;
	margin: 0px 20px;
	line-height: 130%;
	color: #ffffff;
}

div#callouts div#contactCallout p span {
	display: block;
	font-family: "Arial";
	font-weight: bold;
}

div#directLending {
	clear: both;
	width: 100%;
	background: #778592 url('/assets/images/direct_lending_bkg.jpg') no-repeat center left;
	text-align: center;
	font-family: 'Arial', 'Sans Serif';
	border-top: 1px solid #ffffff;
}

div#directLending:hover {
	background: #91bce6 url('/assets/images/direct_lending_bkg_hover.jpg') no-repeat center left;
}

div#directLending a {
	display: block;
	height: 100%;
	width: 595px;
	color: #ffffff;
	font-size: 24px;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 365px;
}

div#footer {
	position: relative;
	clear: both;
	background-color: #ffffff;
	color: #6c6d6f;
	padding: 20px;
	font-family: 'Arial', 'Sans Serif';
	font-size: 12px;
}

div#footer a {
	color: #6c6d6f;
	text-decoration: none;
}

div#footer a:hover {
	color:#000000;
}

div#footer div#siteMap {
	border-right: 1px solid #6c6d6f;
}

div#footer div#utilities {
	position: relative;
	padding-left: 20px;
	width: 365px;
}

div#footer div#utilities div#info {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 160px;
}

div#footer div#utilities div#info h4 {
	margin-top: 15px;
	text-align: right;
}

div#footer div#utilities div#info img {
	float: right;
}

div#footer div#utilities div#info p {
	clear: both;
	text-align: right;
}


div#footer div#siteMap div.menuGroup a.menuHead, div#footer div#utilities li a {
	font-weight: bold;
	text-transform: uppercase;
}

div#footer div#siteMap, div#footer div#utilities {
	float: left;
}

div#footer div#siteMap div.menuGroup {
	width: 120px;
	float: left;
}

div#footer div#siteMap div#sitemapProducts {
	width: 180px;
	margin-left:-10px;
}

div#footer div#siteMap div.menuGroup ul li {
	padding-bottom: 2px;
}

div#footer div#siteMap div.menuGroup ul li, div#footer div#utilities ul li {
	list-style: none;
	line-height: 150%;
}

div#lenzLogo {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

div#lenzLogo img {
	padding-right: 5px;
}

div#lenzLogo a:hover {
	color: #6c6d6f;
}

/********************************/
/** CMS STYLE *******************/
/********************************/

body#admin div#copy {
	width: 700px;
}

textarea.editor {
	width: 400px;
	height: 300px;
	margin-bottom: 5px;
	display: block;
}

body#admin label {
	display: block;
	margin-top: 10px;
}

body#admin input {
	display: block;
}

body#admin input.long {
	width: 400px;
}

body#admin label.inline, body#admin input.inline {
	display: inline;
	margin-top: 0px;
}

body#admin div#partnerLogin label {
	display: none;
}

body.mceContentBody {
   background: #FFF;
}

body.mceContentBody h1 {
	padding-bottom: 10px;
	font-size: 26px;
}

body.mceContentBody h2 {
	padding-bottom: 5px;
	font-size: 23px;
}

body.mceContentBody h3 {
	padding-bottom: 5px;
	font-size: 18px;
}

body.mceContentBody p {
	padding-bottom: 20px;
	font-size: 16px;
}

body.mceContentBody ul, body.mceContentBody li {
	font-family: 'Times New Roman', Times, serif;
	color:#6c6d6f;
	line-height: 150%;
}

body.mceContentBody ul {
	margin: -10px 0 20px 30px;
}

body#admin table.index {
	border-collapse: collapse;
	width: 700px;
}

body#admin table.index td, table.index th {
	padding: 0 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
}

body#admin table.index td.long {
	width: 400px;
}

body#admin table.index th a, body#admin table.index td a {
	text-transform: uppercase;
	text-decoration: none;
}

body#admin p.error {
	color: #ff0000;
}

.button, a.button {
	background-color: #eeeeee;
	color: #000000;
	text-decoration: none;
	padding: 2px 4px;
	border: 1px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: 'YanoneKaffeesatzRegular';
	letter-spacing: 1px;
	margin: 5px 5px 5px 0px;
}

