body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 100%;
}
html>body {
	font-size: 16px; /* IE can’t read this */
}

/* emsizing hacks */
table, td p, td td, td td td {
	font-size: 100%;
}
/******************/

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #666666;
	font-size: 0.75em;
	line-height: 120%;
}

p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #666666;
	font-size: 0.75em;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

input, textarea, select {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #666666;
	border: 1px solid #666666;
}
input.smasearchbox {
	font-size:0.8em;
	width:130px;
}
input.smasearchbtn {
	font-size:0.7em;
	width:20px;
}

img {
	border-color: #666666;
}

li {
	padding-bottom: 5px;
}

a {
	color: #009933;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.header, a.header:hover {
	text-decoration: none;
}

a.propertymenu, a.propertymenu:hover {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	text-decoration: none;
	color: #006633;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}

a.newpropertyitem {
	text-decoration: none;
}
a.newpropertyitem:hover{
	text-decoration: underline;
}

a.roomlink{
	color: #666666;
	text-decoration: none;
}
a.roomlink:hover {
	text-decoration:underline;
}

.header {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #666666;
	font-style: italic;
	border-bottom: solid #e4e4e4 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
p.header{
	font-size: 1.1em;
}
p.phonehead {
	color:#aaaaaa;
	font-size:1.6em;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}

.subheader {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #009933;
	font-style: italic;
	text-align: center;
}

.printer {
	font-size: xx-small;
	color: #666666;
	text-align: right;
	border-bottom: solid #e4e4e4 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.printheadline {
	font-size: 3em;
	color: #666666;
	font-weight: bold;
}

.arealabel {
	font-family: Arial;
	color: #0000ff;
	font-style: italic;
	font-weight: bold;
}

.contenttable {
	margin-left:10px;
	margin-top: 5px;
}

.newpropertytable {
	background-color: #e4e4e4;
}

.propertydetail {
	padding-bottom: 8px;
}

.subscribetable {
	background-color: #99ccff;
	padding: 3px;
}

.propertymenutable {
	background-color: #99ccff;
	padding-left: 8px;
}

.propertylistitem{
	
}

.propertylistitemlink{
	color: #666666;
	text-decoration: none;
}

.newpropertyitem {
	background-color: #009933;
	font-size: xx-small;
	color: #ffffff;
	padding: 2px;
}

.sma {
	font-size: xx-small;
}

.smahead {
	font-size: xx-small;
	color: #666666;
	font-style: italic;
}

.btn {
	font-size: xx-small;
	border: 1px solid #666666;
	background-color: #f5f5f5;
	padding-bottom: 3px;	
}

.dblue{
	background-color: #99ccff;
}

.lblue {
	background-color: #ddeeff;
}

.dgrey{
	background-color: #e4e4e4;
}

.lgrey{
	background-color: #f5f5f5;
}

.logobg {
	background-color: #009933;
	text-align: center;
}

.sitemenu {
	font-size: xx-small;
	color: #666666;
	text-decoration: none;
}

.alert {
	font-weight: bold;
	color: #ff0000;
	font-size: xx-small;
}

/* property display */
.title {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #009933;
	font-style: italic;
	text-align: center;
}

.attributelabelgreen{
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-weight: bold;
	color: #009933;
	font-style: italic;
}

.attributelabelgrey{
	font-weight: bold;
}

/********************/

/* status label styles */
.status1{
	color: #ff0000;
	font-weight: bold;
	font-style: italic;
}
.status2{
}
.status3{
	color: #666666;
	font-weight: bold;
	font-style: italic;
}
.status4{
	color: #009933;
	font-weight: bold;
	font-style: italic;
}
.status5{
	color: #333333;
	font-weight: bold;
	font-style: italic;
}
.status7{
	color: #0033cc;
	font-weight: bold;
	font-style: italic;
}
.status8{
	color: #0033cc;
	font-weight: bold;
	font-style: italic;
}

/************************/

/* featured property ****/
#featuredproperty {
	float:right;
	border:1px solid #cccccc;
	background-color:#ddeeff;
	width:225px;
	text-align:center;
}
#featuredpropertytitle {
	background-color:#009933;
	color:#ffffff;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
	padding:5px 0;
}
#featuredpropertydetail p.featureheading {
	margin:0;
	padding:5px 0;
	font-size:0.85em;
	font-weight:bold;
}
#featuredpropertydetail p.featuretext {
	font-size:0.8em;
	margin:0;
	padding:5px 0;
}
#featuredpropertydetail a.morelink {
	float:right;
	font-size:0.8em;
	font-style:italic;
	padding:3px 0;
}
/************************/

/* listing styles *******/
.listingaddress{
	background-image:url(../../images/npbox-bg.jpg);
	background-repeat:repeat-x;
	padding:2px 0 5px 5px;
	font-weight:bold;
}
.listingaddress a {
	font-size:0.85em;
	color:#006633;
}

.listdescription {
	margin:5px;
	font-size:0.9em;
}

.listimage {
	width:110px;
	padding-bottom:10px;
}

.listdetails {
	width:320px;
}

.listprice {
	
}
/************************/

/* holding page styles */
.headline {
	color: #006633;
	font-size: 17pt;
	font-weight: bold;
	text-align: center;
}

.subhead {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	color: #006633;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.holdingtable {
	background-color: #99ccff;
	padding-left: 10px;
	padding-right: 10px;
}
td.holdingtext {
	color: #006633;
	font-size: 9pt;
	font-style: italic;
	text-align: center;
	padding-top: 5px;
}
#holdingtext2 {
	font-size: 10pt;
	font-weight: bold;
}
a.holdingtext {
	color: #006633;
	text-decoration: none;
}
a.holdingtext:hover {
	text-decoration: underline;
}
.holdinglogobg {
	background-color: #009933;
	text-align: center;
}
/* end holding page styles */
