
@import "/stylesheets/press_release.css";

body {margin:0;padding:0;text-align:center;background: url(/images/bg.gif) repeat-x;}
body#home {background: url(/images/bg_home.gif) repeat-x;}
img{border:0px;}
	
.column{position:relative;float:left;}
.clear {clear: both;}
	
.inputform { 
  font: Arial, Helevetica, sans-serif;font-size:12px; 
  color: #069; 
  background-color: #fff;
  margin: 6px; 
  padding: 3px;
  border: 1px solid #003366;
}
.inputsubmit { 
  font: Arial, Helevetica, sans-serif;font-size:12px; 
  color: #069; 
  background-color: #ffd77f;
  margin: 6px; 
  padding: 3px;
  border: 1px solid #003366;
}
clear {clear: both;}
	
/* Structure */		
	#container{width:960px;margin:0 auto;text-align:left;}
	
	body#home #content{padding:25px 0 0 0;}
	#content{padding:20px 0 0 0;}
		#homecopy{width:420px; padding:0 15px 0 10px;}
			
		#homesidebar{width:290px; padding:0 20px 0 20px; }
		#recentdeals{width:165px;}
			#deal{height:88px;padding:10px;text-align:center;background: url(/images/bg_recentdeals.gif) repeat-x;}
				#deal p{padding:5px 10px 0 10px;margin:0px;}
		
		#breadcrumb{height:48px;padding-top:12px;}
			#breadcrumb img{padding-right:5px;}
		
		#copy{width:615px;padding:0 15px 0 0;}
		#sidebar{width:330px;}
			#loanapp{border-left:1px solid #ccc; padding:0 0 0 20px; margin-bottom:15px}
				#loanapp p{padding:10px 0 10px 0;margin:0px;}
				#loanapp img{padding-bottom:2px;}
				#loanapp .button{width:123px; height:27px;line-height:27px;text-align:center;background: url(/images/bg_button.gif) no-repeat;}
			.callout{border-left:1px solid #ccc;}
		
		#subnav{width: 960px; padding: 10px 0 20px 0;}
		    #subnav a{color: #004c7f; text-decoration: none; padding-right: 10px; text-transform: uppercase; font-weight: bold; position: relative; top: -4px; left: 0px;}
		    #subnav a:hover {color: #39c;}
			#slink {background: url(/images/subnav/bk.gif) repeat-x; height: 23px; margin-right: 10px;}			
		
	#footer{clear:both;padding:25px 0 0 0;}
	.padding{padding-right:15px;}
			#address{width:600px;padding-left:5px;}
			#contactpeople{width:950px;text-align:right; margin: -13px 0 5px 0;}
		#greybar{clear:both;background: url(/images/bg_footer.gif) repeat-x;height:38px;padding:5px 10px 0 10px;}
			#footernav{width:607px;}
				#footernav a{padding-right:10px;}
			#copyright{width:330px;text-align:right;}

  div.deal{float:left;padding:4px;border:1px solid grey;width:128px;margin:8px;height:98px;}
	div.deal > span.hightlight { }
	div.deal > span.value {color:red;} /* fix this color */

	
		
/* Fonts */
	body{font-family:Arial, Helevetica, sans-serif;font-size:12px;}
	p{line-height:16px;}
	h1{margin:0;padding:0;}
	h3{margin:0;padding:0;}

	strong.dot{font-weight:bold;font-size:16px;}
	
	#deal p{font-size:14px;}
	#breadcrumb h1{font-weight:normal;font-variant: small-caps;font-size:36px;}
	#homecopy h3{font-weight:normal;font-size:18px;}
	#loanapp h3{font-weight:normal;font-size:18px;}
	#loanapp .button{font-size:14px;}
	#greybar a{text-decoration:none;}
	#contactpeople {font-size:11px}
	
		
/* Colors */
	body {color:#666;}
	a {color:#036;}
	strong{color:#069;}
	strong.dot{color:#b00000;}
	
	#breadcrumb a{color:#39c;text-decoration:none;}
	#breadcrumb h1{color:#fff;}
	
	#homecopy h3{color:#003366;}
	#loanapp h3{color:#003366;}
	#loanapp .button a{color:#036;text-decoration:none;}
	
	#deal h3{color:#990000}
	#deal p{color:#999}
	
	#footer{}
		#contactinfo{color:#069;}
			#contactpeople em{color:#b5b0ab;font-style:normal;}
		#greybar{color:#b5b0ab;}
		#greybar a{color:#b5b0ab;}



