* {margin: 0px; padding:0px; }

/* elements */

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}


body {
	margin:0px;
	padding:0px;
	font-family: verdana, helvetica, tahoma;
	font-size: 11px;
	color: #191919;
	background: url(../images/bkg_bodyGradient.jpg) repeat-x top;
	background-color: #9f9fa1;
	}
	
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 801px;
	border-left: 1px solid #545454;
	border-right: 1px solid #545454;
	background-color: #fff;
	min-height: 100%;
	height: auto;
	}
	
* html #wrapper {
	height: 100%;
	}
	
table {
	font-family: verdana, helvetica, tahoma;
	font-size: 11px;
	}

#footer {
	width: 801px;
	margin-top:20px;
	color: #6b6b6b;
	clear: both;
	}
#footer a {
	padding: 0 5px;
	}
	
#ftrBlurb {
	margin: 5px 25px;
	text-align: center;
	}
	
#footer a {
	text-decoration: none;
	font-weight: normal;
	}
	
#ftrLeft {
	width: 210px;
	float:left;
	margin-left: 26px;
	display: inline;
	position: relative;
}

#luxPortTextLink {
	position: absolute;
	left: 4px;
	top: 62px;
	font-size: 8px;
 	}

#ftrCenter {
	width: 400px;
	height: 70px;
	margin-left: 196px;
	padding-top: 26px;
	text-align: center;
	}
	
#ftrCenter a, #countyLinks a {
	padding-left: 4px;
	padding-right: 5px;
	white-space: nowrap;
	}
	
#ftrRight {
	float: right;
	width: 170px;
	margin-right: 25px;
	display: inline;
}

#ftrRight img {
	padding-right: 15px;
	padding-left: 15px;
	}
	
#countyLinks {
	text-align: center;
	padding-bottom: 26px;
	margin: 0px 26px;
	}
	
#countyLinks a {
	color: #000;
	font-size: 9px;
	}

a.grey, a.grey:link, a.grey:visited, a.grey:active, a.grey:hover { color: #6b6b6b; font-size: 11px; text-decoration: none; padding: 0px 0px; }

a.lux, a.lux:link, a.lux:visited, a.lux:active, a.lux:hover { color: #6b6b6b; font-size: 8px; text-decoration: none; padding: 0px 0px; }

.footnote {
	margin: 10px 0px;
	text-align: right;
	font-size: 9px;
	font-style: italic;
	}
	
/* header */

#header {
	background-image: url(../inc/rotator.cfm?page=inner);
	background-repeat: no-repeat;
	background-position: right top;
	width:801px;
	height:137px;
	border-bottom: 1px solid #545454;
	background-color: #000;
	}
	
#headerHome {
	background-image: url(../inc/rotator.cfm?page=home);
	background-repeat: no-repeat;
	background-position: right top;
	width:801px;
	height:241px;
	border-bottom: 1px solid #545454;
	}

#logo h1{
	margin-left: -10000px;
	margin-bottom: -26px;
	margin-top: 0px;
	}

* html #logo h1{
	margin-bottom: -40px;
	margin-top: 10px;
	}
	
#logo img {
	display: block;
}
	
#navigation {
	background-image: url(../images/gray-trans.png);
	height: 24px;
	border-top: 1px solid #545454;
	border-bottom: 1px solid #545454;
	color: #545454;
	text-align: justify;
	padding-left:20px;
	font-size: 15px;
	vertical-align: top;
	}
	
#navigation a {
	color: #fff;
	text-decoration: none;
	font-family: 'trebuchet ms';
	font-size: 13px;
	font-weight: bold;
	vertical-align:baseline;
	}
	
#navigation a.highlight {
	font-size: 20px;
	font-weight:normal;
	vertical-align: baseline;
	}
	
#subNav {
	margin-top: 5px;
	}
	
#subNav a {
	line-height: 18px;
	}
	
	/* -- Nav / Drop Downs -- */
#navigation ul {
	z-index: 9;
	font-family: verdana;
	font-size: 9px;
	list-style: none;
	padding: 0;
	margin: 0; }

#nav {
	z-index: 10;
	position: absolute;
	}
	
#nav li a {
	text-decoration: none;
	padding: 0;
	margin: 0; }
	
#nav li div {
	line-height: 24px;
	}

#nav li li a {
	display: block;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px solid #545454;
	padding: 2px 5px;
	margin: 0; }

#nav li li a:hover {
	color: #ffffff;
	border-bottom: 1px solid #545454; }

li#one { width: 155px; padding: 0; margin: 0; border: 0; }
li#two { width: 155px; padding: 0; margin: 0; border: 0; }
li#three { width: 120px; padding: 0; margin: 0; border: 0; }
li#four { width: 120px; padding: 0; margin: 0; border: 0; }
li#five { width: 90px; padding: 0; margin: 0; border: 0; }
li#six { width: 110px; padding: 0; margin: 0; border: 0; }
li#seven { width: 100px; padding:0; margin:0; border:0; }


/* Added 6/6/06 PE */
#navLogin {
	border-bottom: 1px solid #545454;
	width: 100%;
	float: left;
	color: white;
}

.navLoginInput {
	border: solid 1px #fe4141;
	width: 120px;
	margin-left: 10px;
}

.navLoginSubmit {
	background-color: #fe4141;
	border: 1px solid #fff;
	padding: 1px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	cursor: pointer;
	width: auto;
	overflow: visible;
	margin-left: 10px;
	margin-top: 3px; margin-bottom: 3px;
}

li.locked ul {
	display: block;
}

/* End Added */

#nav li {
	float: left;
	position: relative;
	cursor: default;
	padding: 0px;
	margin: 0px; }

li ul {
	display: none;
	position: absolute;
	left: 0;
	font-weight: normal;
	width: 140px;
	padding: 0;
	margin: 0;
	background: #000;
	border-top: solid 1px #545454;
	border-left: solid 1px #545454;
	border-right: solid 1px #545454; }

li ul li {
	width: 140px;
	float: left;
	position: relative; }
	
li>ul {
	top: auto;
	left: auto; }

li li {
	display: block;
	float: none;
	border: 0;
	padding: 0;
	margin: 0; }

li:hover ul, li.over ul { display: block; }

.mySearch {
	background-color: #333333;
}
	
#hdrImage {
	float: left;
	width: 300px;
	}

/***** end header *****/	

/***** body styles *****/
	
#bodyHeader {
	width:750px;
	padding: 15px 26px 0px 25px;
	background-color: #fff;
	}
	
#body {
	width:596px;
	margin: 25px 0px 0px 21px;
	background-color: #fff;
	padding-left:160px;
	padding-bottom: 25px;
	border-bottom: 3px solid #9f9fa1;
	min-height:100%;
	height:auto;
	overflow: hidden;
}

head+body #body:after{
	content: "."; 
	display: block; 
	height:0; 
	clear: both; 
	visibility: hidden;
	}
	
#bodyPlain {
	width: 765px;
	margin: 0px 18px;
	background-color: #fff;
	padding-bottom: 25px;
	border-bottom: 3px solid #9f9fa1;
	}
		
#leftColumn {
	width: 160px;
	float: left;
	margin-left: -160px;
	display: inline;
	}
	
#leftColumn img {
	border: 1px solid #9f9fa1;
	margin-bottom: 10px;
	}
	
#searchBody {
	width:570px;
	margin: 0px 21px 0px 21px;
	background-color: #fff;
	padding-left:182px;
	padding-right: 0px;
	padding-bottom: 25px;
	border-bottom: 3px solid #9f9fa1;
	overflow: hidden;
	}	
	
#searchColumn {
	width: 170px;
	float: left;
	margin-left: -182px;
	background: url(../images/bkg_leftcolumn.gif) repeat-y;
	min-height: 100%;
	height: auto;
	color: #fff;
	display: inline;
	}
	
* html #searchColumn {
	height: 100%;
	}
	
#searchList {
	margin: 0px 10px;
	padding-top: 10px;
	}
	
/* Start Mac IE5 filter \*/
#searchColumn
	{
	padding-bottom: 32767px;
	margin-bottom: -32800px; 
	}
/* End Mac IE5 filter */

#searchColumn form table {
	margin: 10px;
	font-size: 10px;
	}
	
#searchColumn a {
	color: #fff;
	padding-left: 10px;
	line-height: 20px;
	text-decoration: underline;
	}

#searchColumn #agentInfo {
	margin-left: 10px;
	}
	
#searchColumn #agentInfo a {
	padding-left: 0px;
	}
	
#searchColumn #agentPhoto {
	margin-left: 10px;
	margin-top: 10px;
	}
	
#reset {
	text-align: center;
	border-top: 1px solid #fff;
	line-height: 20px;
	padding: 5px 0px;
	font-size: 10px;
	}
	
#saveSearch {
	text-align: center;
	border-top: 1px solid #fff;
	line-height: 20px;
	padding: 5px 10px;
	font-size: 10px;
}
	
.saveSearch {
	border: 1px solid #fff;
	background-color: #545454;
	margin: 10px 2px;
	padding: 5px 2px;
	visibility: hidden;
	position: absolute;
	font-size: 10px;
	width: 160px;
	}	
	
#contactForm {
	margin-top: 20px;
	width: 550px;
	}
	
#contactForm td {
	line-height: 20px;
	padding-right: 5px;
	vertical-align: top;
	}
	
.inputSmall {
	width: 40px;
	font-size:10px;
	margin: 3px 0px;
	}
	
.inputMedium {
	width: 75px;
	font-size: 10px;
	margin: 3px 0px;
	}

.inputMediumD {
	width: 125px;
	font-size: 10px;
	margin: 3px 0px;
	}
	
.inputLarge {
	width: 150px;
	font-size: 10px;
	}

.formButton {
	background-color: #fe4141;
	border: 1px solid #fff;
	padding: 1px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	cursor: pointer;
	width: auto;
	overflow: visible;
	margin: 3px 0px;
	}

.formButton2 {
	background-color: #DBEFE6;
	border: 1px solid #737373;
	padding: 1px;
	color: #EB1B1B;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	cursor: pointer;
	width: auto;
	overflow: visible;
	margin: 3px 0px;
}

#contentColumn {
	min-height: 100%;
	height: auto;
	width: 550px;
	}
	
* html #contentColumn {
	margin-left: -3px;
	height: 100%;
	}
	
blockquote {
	margin-top: 10px;
	margin-left: 10px;
	}
	
textarea {
	font-family: verdana, helvetica, tahoma;
	font-size: 10px;
	}
	
p {
	padding-top: 15px;
}

a {
	color: #eb1b1b;
	font-weight: normal;
	text-decoration: underline;
}

h1 {
	font-family: "Trebuchet MS",arial,verdana;
	margin-top: 0px;
	font-size: 22px;
	text-transform: capitalize;
	}



h3 {
	font-size: 15px;
	font-weight:bold;
	font-family: "Trebuchet MS",arial,verdana;
	padding-top: 8px;
	}
	
h4 {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	}
	
h4.black { color: #000; }

	
h5 {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: -10px;
	}
	
dt {
	margin-top: 10px;
	}
	
.section {
	width: 175px;
	float: left;
	margin-top: 20px;
	}
	
.section a {
	padding-left: 10px;
	}
	
.section a.topLevel {
	color: #000;
	font-size: 15px;
	padding-left: 0px;
	font-weight: bold;
	}
	
.marginr20 {
	margin-right: 10px;
	}

.textSlant {
	font-style: italic;
	}
	
.textB {
	font-weight: bold;
	}
	
.textRed {
	color: #ff0000;
	}
	
.textSmall {
	font-size: 10px;
	}
	
.textBig {
	font-size: small;
}

.padding10 {
	padding: 10px;
}
.vspace10 {
	padding: 10px 0px;
	}
.margin0 {
	margin-right: 0px;
	}

.borderBlack {
	border: 1px solid #000;
	}

.grayBar {
	width: 695px;
	border-bottom: 3px solid #9f9fa1;
	}
	
.cursor {
	cursor: pointer;
	}

/***** end body styles *****/
	
/* Forms */	
.form table {
	width: 550px;
	}
	
.form td {
	padding-right: 10px;
	text-align:right;
	}

.button {
	}
	
.formField {
	border: 0px;
	border-bottom: 1px solid #456a75;
	border-right: 1px solid #456a75;
	width:130px;
	height: 18px;
	margin-right: -2px;
	vertical-align:top;
	}
	
/***** end forms *****/

/****** Quick Search ******/
#quickSearch {
	color: #737373;
	width: 440px;
	text-align:right;
	float: right;
	padding-bottom: 3px;
	border-bottom: 1px solid #DBDBDB;
	vertical-align: middle;
	}
/****** End Quick Search ******/
	
/* Listings */
.listing {
	margin-top: 20px;
	height: auto;
	width:557px;
	border-bottom: 0px solid #DBDBDB;
	}
	
.listingHeader {
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	display: block;
	height: 26px;
	width: 557px;
	clear: both;
	}
	
.listingFooter {
	width: 557px;
	}
	
.homeSection {
	float: left;
	width: 300px;
	}
	
.mortgageSection {
	}

.listImage {
	width: 90px;
	float:left;
}

.listImage img {
	border:0px;
	display: block;
	}
	
.listInfo {
	margin-left: 110px;
	font-size: 10px;
	}
	
* html .listInfo {
	height: 1%;
	}
	
.listAddress {
	margin-bottom: 10px;
	}
	
.listPrice {
	margin-bottom: 10px;
	}
	
.mortgageTable td {
	padding-right: 6px;
	font-size: 10px;
	text-align: left;
	}
	
.mortgageTableHeader {
	color: #ff0000;
	}
	
.banners {
	min-height: 80px;
	height: auto;
	vertical-align:middle;
	margin-left: 300px;
	}
	
* html .banners {
	height: 60px;
	}
	
.banners img {
	padding-top: 6px;
	}
	
.listLinks img {
	display: inline;
	border: 0px;
	float: left;
	}
	
.compareButton {
	float: right;
	width: 70px;
	text-align: center;
	}
	
.compare {
	float: right;
	text-align: center;
	}
	
/* Counter */
.counter {
	margin-bottom: 10px;
	display: block;
	width: 557px;
}
.records {
	float: left;
	}
.records input {
	margin:3px 0px;
	}
.pages {
	text-align: right;
	font-weight: bold;
	line-height: 26px;
	}
	
#paging {
	text-align: right;
	width: 760px;
	padding-top: 11px;
	}
	
* html #paging {
	float: right;
	width: 300px;
	}
	
#disclaimer {
	font-size: 10px;
	margin-top: 10px;
	}
	
.clear {
	clear: both;
	}
	
.clearRight {
	clear: right;
	}
	
/* searches */

#county {
	float: left;
	width: 365px;
	padding-right:20px;
	}
	
#office {
	float: left;
	}
	
#homeLeft {
	float:left;
	width: 175px;
	font-size: 11px;
	min-height:100%;
	}

* html #homeLeft{height:100%;}

#homeCenter {
	/* background: url(../images/bkg_logo.gif) no-repeat; */
	margin-left: 180px;
	height: auto;
	min-height: 430px;
}

* html #homeCenter {
	height: 430px;
	}

#homeRight img {
	border: 1px solid #9f9fa1;
	display: block;
	margin-top: 11px;
}

#homeRight {
	float:right;
	width: 140px;
	font-size: 11px;
	min-height:100%;
	}
	
* html #homeRight{height:100%;}

#searchWidget {
	border: 1px solid #9f9fa1;
	background-image: url(../images/bkg_qksrch.gif);
	height: 145px;
	width: 178px;
	padding-top: 45px;
	margin-bottom:8px;
}

/***** home page *****/
	
#searchWidget form {
	margin-bottom: 10px;
	text-align:center;
	}
	
#openHouseWidget {
	border: 1px solid #9f9fa1;
	background-color: #d8d7d7;
	width: 178px;
	height: 227px;
	overflow: hidden;
	margin-top: 21px;
}

#contentWidget {
	width: 380px;
	margin: 0px 25px;
	height: auto;
	min-height: 412px;
	margin-bottom: -96px;
}

* html #contentWidget {
	height: 412px;	
	margin-bottom: -90px;
}

#contentWidget p {
	padding: 15px 0px;
}
	
#bottomWidgets {
	margin-left: 25px;
	margin-top: 9px;
}
	
#emailWidget {
	border: 1px solid #9f9fa1;
	height: 115px;
	background: url(../images/bkg_emailListings.gif) no-repeat center bottom;	
	background-color: #9f9fa1;
	width: 168px;
	display:inline;
	float:left;
}

#emailWidget div {
	padding:9px 5px;
	font-weight: bold;	
	letter-spacing: -.25px;
	}
	
#emailWidgetSmall {
	border: 1px solid #9f9fa1;
	background: url(../images/bkg_emailListings.gif) no-repeat center bottom;	
	background-color: #9f9fa1;
	width: 140px;
	display:inline;
	float:left;
}

#emailWidgetSmall img {
	margin: 0px;
	}

#emailWidgetSmall div {
	padding:9px 5px;
	font-weight: bold;	
	letter-spacing: -.25px;
	}
	
#emailWidgetSmall img {
	width: 140px;
	border: 0px;
	}

#contactWidget {
	border: 1px solid #9f9fa1;
	height: 115px;
	background-color: #9f9fa1;
	width: 166px;
	display:inline;
	float:left;
	vertical-align:top;
	margin-left: 38px;
}

#rightNav {
	border: 1px solid #9f9fa1;
	background-image: url(../images/bkg_grayGradient.gif);
	width: 137px;
	padding:5px 0px 5px 3px;
}

#rightNav img {
	border: 0px;
}

#rightNav span { 
	font-family: verdana;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	list-style: none;
}
	
#rightNav span:hover {
	text-decoration: underline;
	}

#rightNav a {
	font-family: verdana;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0px 3px 8px;
	background: url(../images/lnk_arrow.gif) no-repeat left top;
	line-height: 11px;
	display: block;
	}
	
#rightNav a:hover {
	text-decoration: underline;
	background: url(../images/lnk_arrow_o.gif) no-repeat left top;
}
.alignR {
	text-align: right;
	}
	
.alignC {
	text-align: center;
	}
	
.alignL {
	text-align: left;
	}
.lightGray {
	background-color: #D5D3D3;
	}
.message {
	color:#EB1B1B;
	font-weight: bold;
	}
	
.testimonial {
	width: 250px;
	float: left;
	margin-right: 40px;
	padding: 10px 0px;
	}
	
.testimonial blockquote {
	margin: 10px 0px;
	}
	
#home_worth td {
	line-height: 20px;
	}
	
ul {
	font-family: verdana;
	list-style-position: inside;
	margin: 10px 0px;
 }
 
ul li {
	margin-top: 3px;
	}
 
ol {
	list-style-position: outside;
	margin: 10px 0px;
	margin-left: 30px;
	}
	
.class {
	margin: 10px 0px;
	}
	
ul.noclass {
 margin: 10px 0px;
 margin-left: 10px;
 list-style-position: outside;
}
	
