/* these styles are applied to those pages
in the buyers and sellers directories */

ul#sub-nav {
	background-color: #fff;
	border: 0;
	border-bottom: 2px solid #666;
	float: left;
	font-size: .8em;
	margin: 15px 0 20px 0;
	padding: 0 5px;
	position: relative;
	left: 16px;
	width: 555px;
}

ul#sub-nav li {
	background-image: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#sub-nav a, ul#sub-nav li.selected {
	color: #585E56;
	border: 1px solid #ccc;
	border-bottom: 0;
	float: left;
	line-height: 14px;
	margin: 0 3px;
	padding: 6px;
	text-decoration: none;
}

ul#sub-nav li.selected {
	background-color: #F8F6E8;
	border: 2px solid #666;
	border-bottom: 0;
	color: #000;
}

ul#sub-nav a.active, ul#sub-nav a:hover {
	background-color: #F8F6E8;
	border: 2px solid #bbb;
	border-bottom: 0;
	color: #000;
	margin: 0 2px;
	padding: 5px 6px 7px 6px;
}

/*----------------

MORTGAGE CALCULATOR

----------------*/

#center div#calculator {
	font-size: .8em;
	position: relative;
	left: 10px;
	width: 586px;
}

#center div#calculator table {
}

#center div#calculator table td{
	padding: 2px 4px;
}

#center div#calculator td.calc-right {
	text-align: left;
	width: 60%;
}

#center div#calculator td.calc-left {
	text-align: right;
}




