@charset "utf-8";
/* CSS Document */
body {
	background:#fff url(../images/header.jpg) repeat-x top left;
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#6b6b6b;
}
h1, h2, h3, h4, h5, p, ul, form {
	margin:0;
	padding:0;
	list-style:none;
}
h1 {
	font-size:1.9em;
	font-family:Helvetica, Arial, sans-serif;
	color:#36714a;
	padding-bottom:8px;
}
h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.6em;
	margin-bottom:10px;
	color:#36714a;
}
h3 {
	font-size:1.3em;
	font-family:Helvetica, Arial, sans-serif;
}
p, ul {
	line-height:1.4em;
}
p {
	margin-bottom:10px;
	text-align:justify;
}
a {
	color:#4b7b5c;
	text-decoration:none;
}
a:hover {
	color:#636466;
	text-decoration:underline;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.flt-right {
	float:right;
}
.flt-left {
	float:left;
}
.text-right {
	text-align:right;
}
.text-left {
	text-align:left;
}
.text-center {
	text-align:left;
}
.text-just {
	text-align: justify;
}
.valign {
	vertical-align:middle;
}
.brd-bott {
	border-bottom:1px #8092b1 dashed;
}
.fullcaps {
	text-transform:uppercase;
}
.red-txt {
	color:#ab0202;
}
.green-txt {
	color:#4b7b5c;
}
input[type="text"], input[type="password"], select, textarea {
	border:1px solid #9d9e9e;
	padding:2px;
	color:#4b7b5c;
	margin-bottom:5px;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border:1px solid #42915d;
	padding:2px;
	color:#4b7b5c;
	background:#f0fff5;
}
input[type="button"], input[type="submit"] {
	vertical-align:top;
	border:solid 1px #0356c6;
	padding:1px 9px 2px 9px;
	color:#fff !important;
	margin:0;
	background:#5a9df7 url(../images/buttonbg.jpg) left 1px repeat-x;
	white-space:nowrap;
	cursor:pointer;
	font-weight:bold;
}
input[type="button"]:hover, input[type="submit"]:hover {
	background:#5a9df7 url(../images/buttonbg.jpg) left 1px repeat-x;
	border:solid 1px #0a4ba3;
}
input[type="button"] {
	padding:1px 9px 2px 9px !important
}
input[type="button"]:hover {
	text-decoration:none !important;
	color:#fff !important;
	border:solid 1px #0a4ba3;
}
/*-------------Layout-------------*/

#wrap {
	margin:0 auto;
	overflow:hidden;
	width:996px;
}
#header {
	overflow:hidden;
	margin-bottom:10px;
}
.logo {
	float:left;
}
.head-txt {
	overflow:hidden;
	width:660px;
	color:#FFF;
}
.head-txt a {
	color:#FFF;
}
.head-txt form {
	margin-top:50px;
}
.head-txt input[type="text"] {
	color:#4b7b5c;
	margin-top:8px;
}
input.login-butt {
	background:url(../images/login-butt.png) no-repeat top left;
	width:68px;
	height:24px;
	padding:0;
	margin:0;
	border:none;
	cursor:pointer;
	vertical-align:middle;
}
#menu {
	clear:both;
	width:950px;
	margin:0 auto;
}
#menu li {
	display:block;
	float:left;
	margin-right:20px;
	margin-left:20px;
}
#menu a {
	display:block;
	float:left;
}
#menu a:hover {
	text-decoration:none;
}
#menu a span {
	visibility:hidden;
}
.home {
	background:url(../images/home.png) no-repeat top left;
	width:68px;
	height:25px;
}
.buyers {
	background:url(../images/buyers.png) no-repeat top left;
	width:83px;
	height:25px;
}
.finance {
	background:url(../images/financing.png) no-repeat top left;
	width:119px;
	height:25px;
}
.sellers {
	background:url(../images/sellers.png) no-repeat top left;
	width:92px;
	height:25px;
}
.brokers {
	background:url(../images/brokers.png) no-repeat top left;
	width:98px;
	height:25px;
}
.aboutus {
	background:url(../images/aboutus.png) no-repeat top left;
	width:110px;
	height:25px;
}
.contactus {
	background:url(../images/contact.png) no-repeat top left;
	width:95px;
	height:25px;
}
/*-------Content----------*/

#content {
	clear:both;
	background:url(../images/contentbg.jpg) repeat-y bottom left;
}
#content-bott {
	background:url(../images/footer.jpg) no-repeat top left;
	height:132px;
}
.topdiv {
	background:url(../images/Greentop.jpg) no-repeat top left;
	height:286px;
	width:996px;
	/*margin-left:31px;*/
	margin:0 auto;
	overflow:hidden; 
}
.topdiv-img {
	float:left;
	margin-left:29px;
}
.listing-div {
	background:url(../images/Greentop_right.jpg) no-repeat top left;
	float:left;
	width:391px;
	height:286px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height:22px;
	margin:0px 1px 0 0px;
	padding:30px 0 0 40px;
}
.listing-div h2 {
	margin-bottom:5px;
}
.listing-div input {
	color:#83b1ec;
}
.listing-div select {
	color:#83b1ec;
	width:150px;
	margin-right:10px;
}
.listing-div input.list-txt {
	padding:3px;
}
.listing-div input.search-butt {
	background:url(../images/search-button.png) no-repeat top left;
	width:115px;
	height:31px;
	padding:0;
	border:none;
	cursor:pointer;
	margin-top:10px;
}
.adv-srch {
	padding:10px 0 0 45px;
}
.adv-srch a {
	color:#FFF;
	text-decoration:underline;
}
.adv-srch a:hover {
	color:#c9e1ff;
	text-decoration:underline;
}
.w150 {
	width:150px;
}
#main-content {
	width:936px;
	margin:0 auto;
	overflow:hidden;
}
#inner-content {
	width:900px;
	margin:0 auto;
	overflow:hidden;
}
#inner-content h3 {
	font-style:italic;
	font-weight:normal;
	color:#2d5b3d;
	padding-bottom:10px;
	font-size:21px;
}
#abt-content {
	width:850px;
	margin:0 auto;
	padding-top:10px;
	overflow:hidden;
}
#abt-content h3 {
	font-style:italic;
	font-weight:normal;
	color:#2d5b3d;
	padding-bottom:10px;
	font-size:21px;
}
.inner-top {
	margin-bottom:10px;
}
.td-small {
	font-size:12px;
	background:#fefefe;
	padding:2px;
	text-align:right;
}
.feat-box {
	width:438px;
	height:150px;
	float:left;
	margin:20px 0 0 30px;
}
.feat-box h3 {
	margin-left:5px;
}
.icon-img {
	margin-top:20px;
}
/*----slider--*/
div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width:411px;
	height:129px;
	overflow: hidden;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:411px;
	height:129px;
	overflow:hidden;
	float:left;
}
div.scroller div.content {
	width: 10000px;
}
.rite-arr {
	float:left;
	width:10px;
	padding-top:35px;
}
.left-arr {
	float:left;
	width:10px;
	padding-top:35px;
}
.feat-data-bg {
	background:url(../images/feat-box.jpg) no-repeat top left;
	width:411px;
	height:129px;
}
.feat-data {
	padding:7px 5px 10px 8px;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
}
.feat-data img {
	float:left;
	margin-right:5px;

}
.feat-data p {
	padding:2px;
	line-height:18px;
	margin-bottom:5px;
}
.marg-top {
	margin-top:15px;
}
.feat-con {
	float:left;
	width:202px;
}
.feat-con1 {
	float:left;
	width:660px;
}
.feat-data p.small {
	width:178px;
	text-align:left;
	height:55px;
}
.feat-data p.small, .small {
	font-size:80%;
	line-height:15px;
	text-align:left;
}
.feat-data p.small-wid {
	width:100px;
	text-align:left;
	float:left;
	height:50px;
}
.feat-data p.small-wid, .small-wid {
	font-size:80%;
	line-height:15px;
	text-align:left;
}
.feat-data p.smallx, .smallx {
	font-size:12px;
	line-height:15px;
}
.feat-data p.green-butt, .green-butt {
	background:#4b7b5c;
	float:right;
	margin-right:12px;
	padding:1px 8px 3px 5px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}
.feat-data p.blue-butt, .blue-butt {
	background:#3663a1;
	float:right;
	margin-right:12px;
	padding:1px 8px 3px 5px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}
.blue-butt a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.blue-butt a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#dfebfc;
}
.green-butt a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.green-butt a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#b5f17a;
}
p.green-butt1 {
	background:#4b7b5c;
	float:right;
	margin:0;
	padding:0;
	line-height:normal;
	margin-top:10px;
	padding:3px 15px 4px 10px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}
.green-butt1 a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.green-butt1 a:hover {
	color:#b5f17a;
	text-decoration:none;
	font-weight:bold;
}
.hom-sec {
	float:right;
	width:430px;
	margin:20px 0 10px 0;
}
.news-div {
	/*background:#eef0ee;*/
	padding:0px;
	width:152px;
	height:104px;
	float:left;
	padding:0px 0 0 0px;
}
.auc-div {
	background:#f6f7f5;
	padding:0px;
	width:230px;
	height:98px;
	float:right;
	padding:10px 0 0 15px;
}
.auc-div form {
	margin-top:5px;
	padding-left:10px;
}
.auc-div input {
	margin:0;
	padding:2px;
}
.auc-div input:focus {
	margin:0;
	padding:2px;
}
.hom-data {
	float:left;
	width:430px;
	padding:15px 0 0 34px;
}
/*footer*/
#footer {
	width:936px;
	margin:0 auto;
	text-align:center;
	color:#4b7b5c;
	font-size:90%;
}
#footer p {
	text-align:center;
	margin:0;
	padding-top:4px;
}
#footer a {
	padding-right:5px;
}
#footer li {
	display:inline;
	padding:0 0 0 5px;
}
.copy {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
}
/*-------------*/

.nottable {
	border:1px solid #dbdbdb;
	background:#ececec;
}
.catalogtable {
	border:1px solid #e2e2e2;
}
.catalogtable td {
	border-bottom:1px solid #e2e2e2;
}
.catalogtable tr:hover {
	background: #f1f8eb;
}
.img-bor {
	border:1px solid #CCC;
	padding:2px;
}
.img-bor:hover {
	border:1px solid #b3d88c;
	padding:2px;
	background:#e7f3d9;
}
.thead, .catalogtable tr.thead:hover {
	background:url(../images/headtopbg.jpg) repeat-x top left;
	height:30px;
	color:#666;
}
.bullets {
	margin:0;
	padding:0;
	margin-left:30px;
	line-height:18px;
}
.bullets li {
	list-style:url(../images/arrow.gif);
}
.bullets li:hover {
	margin:0;
	padding:0;
	list-style:url(../images/arrow2.gif);
}
.login-box {
	border:1px solid #eee;
}
.yellow {
	background:#fefde8;
	color:#90602b;
	padding:4px;
}
.smallx {
	font-size:90%;
	line-height:15px;
}
.greenbg, tr.greenbg:hover {
	background:#4b7b5c;
	color:#FFF;
}
.border-box {
	border:1px solid #ececec;
}
.border-box td {
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
}
.sidebg {
	background:#e6fbe8;
}
.padd-t5 {
	padding-top:10px;
	line-height:1.1em;
}
.serv-box {
	padding:10px;
	border:1px solid #ececec;
}
.serv-box h2 {
	border-bottom:1px solid #ececec;
	padding-bottom:5px;
}
.linktophead {
	background:#efefef;
	padding:4px;
}
.dayscount {
	background:url(../images/45days.png) no-repeat top left;
	width:149px;
	height:105px;
	float:right;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	font-size:19px;
	text-align:center;
}
.day-green {
	color:#b8e4fa;
/*padding-left:25px;*/}
.green-hd {
	background:#4b7b5c;
}
.border-bot {
	border-bottom:1px solid #dcdcdc;
}
.bullets-disc {
	list-style:disc;
	margin-left:25px;
	line-height:22px;
}
.dayscount span.fontx {
	font-size:90%;
/*padding-left:25px;*/}
.dayscount span.fontxx {
	font-size:70%;
	padding-top:5px;
	display:block;
	text-align:center;
	font-weight:normal;
}
.dayscount span.fontxx a {
	text-decoration:underline;
	color:#fff;
}
.dayscount span.fontxx a:hover {
	text-decoration:underline;
	color:#d8e6fb;
}
#navtabletop {
	background:url(../images/watermark.jpg) repeat-y top left;
}
.borrow-form em {
	font-size:11px;
}
.ContactError {
	background:#ffeaea;
	border:1px solid #facdcd;
	padding:10px;
}
.ContactError strong {
	color:#b21414;
}
.ContactError hr {
	color:#facdcd;
}

/*----------DROPDOWN--------*/
#menu .dropmenudiv {
	font: bold 15px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-left:-10px;
	padding-top:10px;
	list-style-type: none;
	background: url(../images/dropbg.png) no-repeat;
	background-position:100% 9px;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	text-indent:5px;
	width: 183px;
	padding-bottom:5px;
	
	
}
#menu .dropmenudiv a {
	/*width: 193px; width of menu (not including side paddings)*/
	color:#005b39;
	display:block;
	float:none;
	padding:4px 0 4px 5px;

	text-decoration: none;

}
#menu .dropmenudiv a:hover {
	background-color: #005b39;
	color: white; 
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
	font: bold 15px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-left:-10px;
	padding-top:10px;
	list-style-type: none;
	background: url(../images/dropbg.png) no-repeat;
	background-position:100% 10px;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	text-indent:5px;
	width: 183px;
	padding-bottom:10px;
}
.ddsubmenustyle a {
	display: block;
	width: 173px; /*width of menu (not including side paddings)*/
	color:#005b39;
	text-decoration: none;
	padding: 4px 3px 4px 8px;
}
* html .ddsubmenustyle li { /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}
.ddsubmenustyle li a:hover {
	background-color: #005b39;
	color: white;
}
/* ######### Neutral CSS  ######### */

.downarrowpointer { /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}
.rightarrowpointer { /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}
.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
/*------*/
#abt-content #mortgage_calculator {
}
#abt-content #mortgage_calculator h2 {
	font-size: 2em;
	font-family: Helvetica, arial, sans-serif;
	font-weight: normal;
	padding: 0 0 8px 0;
	border-bottom:1px solid #01673f;
	margin: 1.5em 0 .5em 0;
	color:#01673f;
}
#abt-content #mortgage_calculator div.error {
	margin: 2em 0;
	color: red;
	font-weight: bold;
}
#abt-content #mortgage_calculator table {
	width: 100%;
	margin: .1em 0 2em 0;
}
#abt-content #mortgage_calculator th, #abt-content #mortgage_calculator td {
	padding: .5em;
	vertical-align: top;
}
#abt-content #mortgage_calculator th {
	text-align: right;
	font-weight: normal;
	width: 25%;
}
#abt-content #mortgage_calculator table tr.even {
	background-color: #eee;
}
#abt-content #mortgage_calculator table tr.odd {
	background-color: #fff;
}
/* TOTAL BOX */
		#abt-content #mortgage_calculator div.total {
	float: right;
	width: 30%;
	padding: .5em;
	font-weight: normal;
	background-color: #ff9;
}
#abt-content #mortgage_calculator div.total strong {
	display: block;
	font-size: 1.8em;
}
#abt-content #mortgage_calculator div.total a:link, #abt-content #mortgage_calculator div.total a:visited {
	font-size: .84em;
}
/* INPUT */
		#abt-content #mortgage_calculator table.input p.info {
	padding-top: 0;
	margin-top: .5em;
	font-size: .84em;
	line-height: 1.4em;
	color: #666;
}
/* INFO */
		#abt-content #mortgage_calculator table.info td {
	font-weight: bold;
}
#abt-content #mortgage_calculator table.info p.info {
	padding-top: 0;
	margin-top: 0;
	color: #333;
	font-weight: normal;
}
#abt-content #mortgage_calculator table.info tr.pmi {
	background-color: #ffe;
}
#abt-content #mortgage_calculator table.info tr.tax {
	background-color: #ffc;
}
/* SUM */
		#abt-content #mortgage_calculator table.sum {
	margin: 0 auto;
	width: auto;
	border-collapse: collapse;
}
#abt-content #mortgage_calculator table.sum td {
	font-weight: normal;
	white-space: nowrap;
	border: 1px solid #999;
	border-collapse: collapse;
	text-align: right;
}
#abt-content #mortgage_calculator table.sum tr.total td {
	font-weight: bold;
	background-color: #ff9;
}
/* CALCULATIONS */
		#abt-content #mortgage_calculator div.calculation {
	padding: .5em;
}
#abt-content #mortgage_calculator div.calculation h3 {
	font-family: Helvetica, arial, sans-serif;
	color:#01673f;
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 0;
	margin-bottom: 0;
}
#abt-content #mortgage_calculator div.calculation p {
	margin-left: 5em;
}
#abt-content #mortgage_calculator div.calculation .result {
	padding: .2em;
	background-color: #ff9;
}
/* AMORTIZATION */
		#abt-content #mortgage_calculator table.amortization {
	border-collapse: collapse;
	width:845px;
	margin:0 auto;
}
#abt-content #mortgage_calculator table.amortization td {
	text-align: right;
	background-color: #eee;
	border: 1px solid #999;
	border-collapse: collapse;
}
#abt-content #mortgage_calculator table.amortization tr.legend td {
	font-weight: bold;
	background-color: #2d5b3d;
	color: #fff;
	text-align: right;
}
#abt-content #mortgage_calculator table.amortization tr.year_summary td {
	text-align: left;
	background-color: #ffc;
	margin-bottom: 2em;
}
#abt-content #mortgage_calculator table.amortization tr.year_summary td p {
	margin: .2em 0 0 4em;
}
#abt-content #mortgage_calculator table.amortization tr.year_summary td .coaching {
	font-size: .84em;
	color: #666;
}
#abt-content #mortgage_calculator table.amortization tr.total_summary td {
	font-family: Helvetica, arial, sans-serif;
	text-align: left;
	background-color: #dffeca;
	color:#01673f;
	font-size: 1.84em;
	line-height: 1.2em;
}
#abt-content #mortgage_calculator table.amortization tr.total_summary .total_spent_over_term {
	font-size: 3em;
	display: block;
	line-height: 1.2em;
	text-align: center;
}


.flt-right img {
		margin:10px;}