/* -------------------------------------- */
/*      CSS by www.anamorphics.com        */
/* -------------------------------------- */


/* ----------------------------------------------------- */
/* STANDARD TAG DEFINITIONS                              */

body {
	background-color: #ffffff;
	background-image: url('images/bg_main.gif');	
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #313133;
	margin: 0px 0px 0px 0px;
}

/* ----------------------------------------------------- */

/* ----------------------------------------------------- */
/* STRUCTURE 							                               */

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#header_locations {
	width: 800px;
	height: 43px;
}

#header {
	width: 800px;
	height: 176px;
}

#content {
	width: 800px;
	margin: 0px 0px 25px 0px;
	background-image: url('images/bg_content.jpg');
	background-repeat: repeat-x;	
}	

#content_left {
	width: 225px;
	min-height: 300px;
	float: left;
}

#content_right {
	width: 575px;
	min-height: 300px;
	float: left;
}

#market_nav {
	width: 150px;
	min-height: 300px;
	float: left;	
	margin: 40px 0px 0px 0px;
}

#market_text {
	width: 350px;
	margin: 40px 20px 0px 40px;
	float: left;
}


#content_thumbnail {
	width: 185px;
	margin: 40px 0px 0px 40px;
}

#content_text {
	width: 495px;
	margin: 40px 0px 0px 40px;
}

#footer {
	width: 800px;
	height: 80px;
	padding: 20px 0px 0px 0px;
	background-image: url('images/bg_footer.jpg');	
	background-repeat: no-repeat;		
	color: #080e26;
	font-size: 10px;
}

#lenders_shell {
	width: 495px;
}

#lenders_column {
	width: 155px;
	float: left;
	margin: 0px 10px 0px 0px;
}

#staff_shell {
	width: 480;
}

.imgpad {
	padding: 0px 12px 5px 0px;
}

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

h1 {
	font-size: 11px;
	color: #c0752c;
}

h2 {
	font-size: 11px;
	color: #080e26;
}

.text_orange {
	color: #c0752c;
	font-weight: bold;
}

.text_blue {
	color: #080e26;
	font-weight: bold;
}

.text_sitemap {
	color: #FFFFFF;
	text-decoration: underline;	
}

a:link, a:visited {
	color:#c0752c;
}

a:hover, a:active {
	color: #080e26;
}

.interface_text {
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: no-underline;
}

.mindthegap {
	font-size: 9px;
}

.required {
	color:#c0752c;
}

.note {
	font-size: 9px;
}

/* -------- SUB NAV TEXT --------- */

h3 {
	font-size: 11px;
	color: #c0752c;
	text-decoration: none;
}

h4 {
	font-size: 11px;
	color: #080e26;
	text-decoration: none;
}


/** NAVIGATION **/

#interface {
	width: 800px;
	height: 28px;
	background: url('images/bg_interface.jpg') repeat-x;	
}
	ul.interface_text {list-style: none; padding: 0; margin:0;}
	ul.interface_text li {
				float:left;
				background: url('images/int_spacer.jpg') no-repeat top right;
				padding: 3px 40px 0 24px; 
				margin:0; 
				}
				ul.interface_text li.contact {background: transparent;}
				ul.interface_text li.home {margin-left: 7px;}
  ul.interface_text li a:link, ul.interface_text li a:visited {
			  color:#fff;
			  text-decoration: none; 
			  letter-spacing: .02em;
			  }
	ul.interface_text li a:active, ul.interface_text li a:hover {
			  color:#d08833;
			  text-decoration: none; 
			  }






















