* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}

a {
	color: #bf643c;
	text-decoration: none;
}

body {
    background-color: #52727a;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
    font-weight : normal;
    color:#66665f;
	margin: 0;
	padding: 0;
}

h1 {
	color: #000000;	
	font-family: Verdana;
	font-size: 34px !important;
	line-height: 40px;
	font-weight: normal !important;
	letter-spacing: 1px;
}

h2 {
	font-size: 22px !important;
	font-family: Verdana;
	line-height: 32px;
	color: #bf643c;	
	font-weight: normal !important;
	letter-spacing: 1px;
}

h3 {
	font-size: 20px;
	font-family: Verdana;
	line-height: 24px;
	color: #949a9c;
	font-weight: normal !important;
	letter-spacing: 1px;
}

h4 {
	color: #949a9c;	
	font-family: Verdana;
	font-size: 18px !important;
	line-height: 24px;
	font-weight: normal !important;
	letter-spacing: 1px;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#feedback_image {
	position: absolute;
	width: 100%;
	text-align: right;
	z-index: 210;
}

#feedback_form {
	position: absolute;
	border: solid 1px;
	border-radius: 10px;
	background-color: #f7f7f7;
	width: 400px;
	padding: 10px;
	margin-left: 800px;
	z-index: 200;
}

#side_navigation {
	position: fixed;
	border: solid 1px;
	border-radius: 10px;
	background-color: #505d5d;
	padding: 10px 10px 10px 0;
	width: 190px;
}

#navigation_image {
	float: left;
	padding-top: 20px;
}

#sub-nav {
	width: 100%;
}

#sub-nav li {
	background: url('../img/side_nav_bar.png') repeat-x;
	height: 30px;
	font-size: 12pt;
	list-style: none;
	margin-left: 10px;
}

#sub-nav a {
	color: #000000;
	line-height: 30px;
	text-decoration: none;
	padding-left: 10px;
	width: 100%;
}

#sub-nav .current {
	background: url('../img/side_nav_bar_current.png') repeat-x;
}

#sub-nav li:hover {
	background: url('../img/side_nav_bar_current.png') repeat-x;
}

#wrapper {
	background-color: #e4e4d7;
	padding: 0;
}

.loan_wrapper {
	background-color: #e4e4d7;
	padding: 0 10px;
	margin: 0 auto;
	width: 1250px;
}

#home_page_broker_phone_number {
	color: #e7e7e7;
	text-align: right;
	font-size: 16px;
	line-height: 20px;
	margin: 0 10px 0 0;
}

#header {
	width: 1000px !important;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#loan_header {
	width: 1250px !important;
	margin: 0 auto;
	padding: 0 10px 20px 10px;
}

#header .company_name,
#loan_header .logo h1 {
	color: #e7e7e7;
	margin-left: 10px;
	padding-top: 20px;
	font-size: 36px !important;
	line-height: 42px;
	font-style: italic;
}

#header .tag_line {
	color: #e7e7e7;
	margin-left: 15px;
	font-size: 20px;
	line-height: 24px;
	font-style: italic;
}

#banner {
	clear: left;
	width: 1000px !important;
	margin: 0 auto;
	height: 420px;
	overflow: hidden;
}

/* THESE ARE IMPORTANT FOR THE PAGE ELEMENTS TO WORK */
/* MAKE YOU ADJUSTMENT TO MATCH YOUR THEME HERE */
#content {
	width: 1000px !important;
	margin: 0 auto;
	min-height: 600px;
	padding-bottom: 50px;
}

#content .left {
	float: left;
    width: 200px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#content .main {
	padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#content .two_elements {
    float: left;
    width: 505px;
    padding-left: 20px;
    padding-right: 20px;
}

#content .one_element {
    float: left;
	width: 50%;
	padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

#content .right {
	float: right;
	width: 40%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 30px;
}

#content .top {
	margin-top: 20px;
	min-height: 100px;
}

#content .bottom {
	margin-top: 60px;
	min-height: 100px;
}
/* END OF IMPORTANT PAGE ELEMENT STYLES */

#content .main_optin_form {
	display: none;
}

#contact_form {
	width: 600px;
	border: #c7c7bc solid 1px;
	background-color:#f0f0e2;  
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.breadcrumbs {
    /*background:url("../img/home.png") no-repeat scroll 0 0 transparent;*/
	clear: left;
    font-size: 12px;
    line-height: 30px;
	padding-left: 10px;
}

.breadcrumbs a {
    color: #1e572e;
	text-decoration: none;
}

.breadcrumbs a:hover {
    color: #777;
	text-decoration: underline;
}

.content {
	padding-top: 10px;
	border-top: #777 dashed 1px;
	min-height: 600px;
}

.statistics {
	line-height: 25px;
}

.form {
	border: #c7c7bc solid 1px;
	background-color:#f0f0e2;  
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.form_entity {
	margin-top: 10px;
}

.form_label {
	float: left;
	text-align: right;
	margin-right: 10px;
}

.error-message {
	color: #EE0000;
	text-align: center;
}

.flash_success {
	background: #e5f2be;
	border:2px solid #bedf5d;
	padding:10px;
	font-weight:bold;
}

.flash_error {
	background: #eccecf;
	border:2px solid #9e0b0f;
	padding:10px;
	font-weight:bold;
}

.new_request {
	color: green;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.logout {
	color: #e7e7e7;
	text-align: right;
	margin: 0 10px 0 0;
}

.error-message {
	color: #EE0000;
	text-align: center;
}

.odd {
  background-color: #fff;
}

.even {
  background-color: #eee;
}

.data-table {
	width: 100%;
	border: solid 1px #a7a7a7;
}

.data-table caption {
	background-color: #494949;
	color: #FFFFFF;
	padding: 5px;
	font-size: 18px;
	line-height: 30px;
}

.data-table thead {
	background-color: #c1c1c1;
	color: #FFFFFF;
	line-height: 25px;
}

.data-table th a{
	color: green;
	text-decoration: none;
}

.data-table td {
	border-top: solid 1px #a7a7a7;
}

.xstooltip {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font: normal 8pt sans-serif;
    padding: 10px;
    border: solid 1px #c7ddea;
    background-color: #d7e3ea;
	border-radius: 10px;
	width: 300px !important;
	height: auto !important;
	box-shadow: 5px 5px 8px #888;
}

.instructions {
	color: #09314a;
}

.instructions h3 {
	color: #dd710e;
}

#footer_background {
	clear: both;
	background-color: #974b2d;
}

#loan_footer_wrapper {
	background-color: #974b2d;
	clear: both;
	margin: 0 auto;
	width: 1250px;
}
#footer {
	width: 1000px;
	font-size: 12px;
	color: #ffffff;
	padding-bottom: 20px;
	margin: 0 auto;
}

#footer a {
	color: #e4e4d7;
}

#footer div {
	line-height: 20px;
}

#footer .left {
	float: left;
	padding: 10px;
	width: 150px;
}

#footer .right {
	width: 45%;
	text-align: right;
	float: right;
	padding: 10px;
}

#loan_footer_wrapper #footer .right {
	width: 600px;
	float: right;
	padding: 10px;
	text-align: right;
}


#footer .footer_optin_form {
	display: none;
	margin-left: 0 !important;
	width: 280px !important;
}

#footer h2 {
	color: #e4e4d7;
}

.optin {
	width: 270px;
	text-align: left;
	padding: 10px;
}

#footer .optin {
	padding: 0;
}

.optin h3 {
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	color: #e4e4d7;
}

#lyr10 {
  background-color: #e4e4d7;
}

a.home-registration-link {
	background-color: #256589;
	border-radius: 9px;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.35) 0%, rgba(255,255,255,.35) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,.35) 0%, rgba(255,255,255,.35) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.35) 0%, rgba(255,255,255,.35) 100%);
	background-image: linear-gradient(top, rgba(0,0,0,.35) 0%, rgba(255,255,255,.35) 100%);
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 71px;
	height: 71px;
	margin: 70px auto 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 350px;
}

a:hover.home-registration-link {
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.35) 0%, rgba(255,255,255,.35) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.35) 0%, rgba(255,255,255,.35) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.35) 0%, rgba(255,255,255,.35) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.35) 0%, rgba(255,255,255,.35) 100%);
}