@charset "UTF-8";
/* CSS Document */

.twoColFixLtHdr #loan_sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 189px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 100px 10px 15px 20px;
	background-image: url(images/loan/loan_center_links_header.jpg);
	background-position: 0px 60px;
	background-repeat: no-repeat;
}
.sidebar_link {
	font-weight: bold;
	text-decoration: none;
	color: #404040;
	}
	
.sidebar_on {
	color: #007eba;
	text-decoration: none;
	font-weight: bold;
	}
	
#loan_sidebar1 ul{
	list-style:outside;
	list-style-type: none;
	margin-left: 0;
	padding-left: 18px;
	text-indent: -12px;
	line-height: 120%;
	display: block;
	padding-top: 10px;
}

#loan_sidebar1 li {
padding-bottom: 5px;
display: block;
padding-top: 5px;
}

.img_block {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	font-size: 9px;
	font-style: italic;
	color: #808080;
	line-height: 140%;
	text-align: left;
	padding-top: 3px;
	}
	
.img_block_img {
	border: 1px #404040 solid;
	padding: 5px;
}

.office {
	padding-top: 15px;
	padding-bottom: 10px;
	}

.office_name { 
	padding-left: 20px;
	}
	
.office_address {
	padding-left: 35px;
	display: block;
	}
	
.office_numbers {
	padding-left: 50px;
	display: block;
	}
	
h3 {
	font-size: 14px;
	}
	
.result {
	color: #FF6600;
	font-weight: bold;
	}
	
.cell_padding {
	padding-left: 4px;
	}
	
.copy 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.error 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.scooch {
	padding-right: 0;
	}


