/* Site Wide */
html, body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #ffffff;
}
html * {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
h1{
font-size: 18px;
text-align: left;
font-weight: normal;
color: #1c5292;
border-bottom: 1px solid #1c5292;
margin-bottom: 10px;
}
h2{
font-size: 12px;
text-align: left;
font-weight: bold;
color: #1c5292;
border-bottom: none;
margin-bottom: 5px;
}
p{
font-size: 12px;
line-height: 1.5em;
}
a:link{color:#1c5292;}
a:visited{color:#1c5292;}
a:hover{color:#0099FF;}
a:active{color:#1c5292;}

/* Login Button */
.loginbutton {
	font: bold 12px Arial, Helvetica, sans-serif;
}

/* Nav Bar */
#navBar {
	height: 24px;
        background: url(/image/navbar-bg.jpg) top center repeat-x;
}
#navBar #btnBack {
        margin-top: 3px;
	float: left; 
	margin-left: 5px;
}
#navBar #btnNew {
        margin-top: 3px;
	float: right; 
	margin-right: 5px;
	_margin-right: 20px;
}
#navBar #btnMLSHome {
	float: left; 
	margin-left: 5px;
}
#navBar #btnMyHome {
	float: right; 
	margin-right: 5px;
	_margin-right: 20px;
}

/* Start Page */
#startPage {
	width: 35em;
	margin: 10px auto;
	border: 1px solid #dddddd;
	background: #ffffff url(/image/boxbg.jpg) bottom center repeat-x;
	padding: 20px;
}
#startPage #propType {
	width: 60%;
	float: left;
}
#startPage #quickSearch {
	width: 40%;
	float: right;
}
#frmPropType {
	width: 100%;
	margin: auto;
}
#frmQuickSearch {
	text-align: left;
}
#startPage #txtIDSearch {
	width: 4em;
}
#btnSubmit {
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        padding: 2px 7px;
	margin-top: 10px;
        color: #ffffff;
        background: #1c5292;
        border: 1px solid #ffffff;
}
#mySearches {
	width: 35em;
	margin: 10px auto;
	border: 1px solid #dddddd;
	background: #ffffff url(/image/boxbg.jpg) bottom center repeat-x;
	padding: 20px;
}

#mySearches p {
	text-align: left;
}
#mySearches p.link {
	text-align: left;
	font-weight: bold;
}
#myFeaturedProperty {
	width: 42em;
	margin: 2px auto;
	border: 1px solid black;
	background-color: #E8E8E8;
	padding: 2px 15px;
}

/* Search form tables */
table.form {
	width: 98%;
	margin: 10px auto;
	background-color: #E8E8E8;
	border: 1px solid black;
	border-collapse: collapse;
}
table.form th {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: white;
	background-color: #999999;
	white-space: nowrap;
	height: 1em;
	padding: 2px;
}
table.form td {
	vertical-align: top;
	padding: 2px 5px 5px 5px;
}
#button {
	text-align: center;
}
table.form select {
	width:auto;
}
#selCounty, #selTown {
	width: auto;
}

/* Search results table listings */
table.results {
	width: 98%;
	_width: 95%;
	margin: 10px auto;
	color: black;
	border-collapse: collapse;
}
table.results td {
	text-align: left;
	padding: 2px;
}
table.results h3 {
	font-size:13px;
	margin: 0 0 2px 0;
}
table.results h4 {
	font-size: 12px;
	padding: 0 .5em 0 0;
	display: inline;
}
table.results td.center {
	text-align: center;
}
table.results tr td {
	padding: 5px 0;
	border-bottom: 1px solid #dddddd;
}
table.results tr.odd {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
}
table.results tr.even {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}
table.results td.noResult {
	text-align: center;
	font-weight: bold;
}
table.results th {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #1c5292;
	background-color: #ffffff;
	padding: 4px;
        border-top: 1px solid #1c5292;
        border-bottom: 1px solid #1c5292;
        margin-bottom: 10px;
}
table.results th.served {
	font-weight: normal;
	font-size: 11px;
}
#cpc-footer{
border-top: 1px solid #dddddd;
padding-top: 7px;

