BODY, HTML {
	background-color:#333333;
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	color:#fff;
	}

A {
	color:#fff;
	}
A:hover {
	color:#91CC89;
	}

TD {
	text-align:left;
	}

H1 {
	font-size:22px;
	margin-top:20px;
	margin-bottom:20px;
	color:#91CC89;
}

H2 {	
	font-size:18px;
	font-weight:bold;
	color:#91CC89;
}
H3 {
	font-size:16px;
	font-weight:bold;
	color:#91CC89;
	margin-bottom:10px;
	margin-top:5px;
	}
	
#main {
	width:100%;
	height:100%;
	}
	
#inner {
	background-color:#000;
	width:990px;
	height:100%;
	border-left:#7C7A7C solid 1px;
	border-right:#7C7A7C solid 1px;
	text-align:left;
	}

#inner DIV.home{
	height:520px;
	border-top:#91CC89 solid 15px;
	border-bottom:#91CC89 solid 15px;
	}

#inner DIV.listings, #inner DIV.details, #inner DIV.alerts, #inner DIV.sellers, #inner DIV.buyers, #inner DIV.mission, #inner DIV.team, DIV.resources, DIV.search, DIV.agents, DIV.ourteam, DIV.testimonials, #inner DIV.searchresults {
	overflow:auto;
	overflow-x:hidden;
	overflow-y:scroll;
	scrollbar-3dlight-color:#91CC89;
    scrollbar-arrow-color:#91CC89;
    scrollbar-base-color:#000;
    scrollbar-darkshadow-color:#000;;
    scrollbar-face-color:#000;;
    scrollbar-highlight-color:#FFF;
    scrollbar-shadow-color:#000;
	height:60%;
	border-top:#91CC89 solid 15px;
	border-bottom:#91CC89 solid 15px;
	padding:0px 35px 10px 35px;
	}
	
#inner div.team {
 /*	overflow-y: hidden;*/
	}

/* BEGIN Team page */

a.team, a.team:link, a.team:visited, a.team:hover, a.team:active {
	font-size: 11pt;
	font-weight: bold;
	color: white;
	background: none;
	text-decoration: none;
	text-transform: none;
	line-height: normal;
	border: 0;
	}

#inner DIV.team {
	padding:0;
	padding-top: 20px;
	padding-top: 0px;
	}
	
#innerTeam {
	background: transparent;
	width: 972px;
	}
	
#innerTeam #holder {
	width: 95%;
	padding: 0px 35px;
	padding-right: 0px;
	}
	
h2.team {
	font-size: 16pt;
	color: #9EE095;
	padding-left: 35px;
	}
	
#innerTeam table.teamLanding {
	width: 100%;
	}
	
#innerTeam table.teamLanding td.startCol {
	border-left: solid 1px #808080;
	}
	
#innerTeam table.teamLanding td {
	text-align: left;
	width: 25%;
	padding-left: 35px;
	border-right: solid 1px #808080;
	padding-bottom: 0px;
	}
	
#innerTeam table.teamLanding td span {
	font-size: 11pt;
	font-weight: bold;
	}

#innerTeam table.teamLanding td img {
	float:right;
	margin-right: -1px;
	margin-bottom: -1px;
	}
	
#innerTeam .hrzSpacer {
	padding: 0px;
	background: #191919;
	position: absolute;
	width: 990px;
	height: 15px;
	margin-top: -2px;
	}
	
	

#inner DIV.ourteam {
	padding:0;
	padding-top: 20px;
	}
	
#innerOurTeam {
	background: transparent;
	width: 972px;
	}
	
table.teamContent {
	width: 100%;
	}
	
table.teamContent td {
	}
	
table.teamContent td.description {
	vertical-align: top;
	text-align: left;
	padding: 0 35px;
	padding-bottom: 20px;
	}
	
table.teamContent td.info{
	text-align: left;
	vertical-align: top;
	padding: 0;
	padding-left: 20px;
	}
	
table.teamContent td.info span.name {
	font-size: 13pt;
	font-weight: bold;
	}
	
table.teamContent td.info span.title {
	font-size: 13pt;
	}
	
table.teamContent td.info div.contact {
	color: gray;
	width: 180px;
	}
	
table.teamContent td.pic{
	text-align: right;
	vertical-align: bottom;
	overflow: hidden;
	}
	
table.teamContent td.pic img {
	margin-bottom: -5px;
	}
	
td.spacer {
	width: 100%;
	height: 15px;
	background: #1e1e1e;
	}
	
td.spacerBlack {
	width: 100%;
	height: 30px;
	background: black;
	}

/* END Team page & BEGIN Mission page */
	
#inner DIV.mission {
	padding: 0;
	background: #191919;
	}

table.missionContact th {
	padding: 0em 0 0 2em;
	}
	
table.missionContact td {
	vertical-align: top;
	}
	
table.missionContact .missionText {
	padding: 2em;
	padding-top: 2px;
	width: 30%;
	}
	
table.missionContact .form {
	padding: 2em;
	padding-left: 1em;
	}
	
table.missionContact .vSpacer {
	width: 1px;
	background: #1e1e1e;
	}
		
.missionText {
	color: #fff;
	padding: 0 1em;
	vertical-align: top;
	}
	
.missionInfo {
	padding: 15px;
	padding-top: 0px;
	vertical-align: top;
	}

.missionFrm {
	padding: 15px;
	padding-top: 0px;
	vertical-align: top;
	}
	
/*#missionTop {
	width: 972px;
	height: 270px;
	background: #fff;
	}
	
#missionTop .graphicsLayout td {
	padding: 3em;
	vertical-align: top;
	}
#missionTop .spacer {
	width: 100%;
	background: #9EE095;
	height: 15px;
	}*/

/* END Mission page */

#header {
	width:100%;
	background-color:#191919;
	height:150px;
	}
	
#flash {
	background-color:#000000;
	width:990px;
	text-align:right;
	border-bottom:#91CC89 solid 15px;
	}

#logo {
	width:286px;
	height:60px;
	text-align:center;
	border:none;
	margin-left:30px;
	margin-top:20px;
	}
	
#logo IMG {
	width:198px;
	height:98px;
	border:none;
	}


#buy-back {
	width:300px;
	height:60px;
	border:none;
	margin-left:100px;
	}
	
#header div.logoCaption {
	float: right;
	margin-top: -4em;
	padding-right: 2em;
	}
	
#header div.logoCaption .text {
	text-transform: uppercase;
	font-size: 14pt;
	color: #9EE095;
	letter-spacing: -1px;
	}

#spacer {
	height:6px;
}

#spacer.CD6E6F3 {
	background-color:#D6E6F3;
}

#spacer.CA9BBC8 {
	background-color:#A9BBC8;
}


/* HOME PAGE */

#homeText {
	color:#fff;
	background-color:#191919;
	font-family:trebuchet ms;
	size:13px;
	font-weight:bold;
	line-height:23px;
	width:520px;
	height:200px;
}




/*----------------------------------------------------*/
/* Menu*/

#menuBox {
	height:236px;
	width:800px;
	text-align:center;
	background-image:url('../images/menu/bg.gif');
	}

#menu {
	padding-left:35px;
}

#menu.sub {
	padding-left:2px;;
}

#menuTD {
	padding-top:20px;
}

#menu a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	width:180px;
	padding-left:6px;
	background-color:#17588A;
	margin-bottom:2px;
	
	line-height:23px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

#menu a:hover {
	background-color:#0B4575;
}

#menu a.sub {
	margin-left:1px;
	}
#menu a.sub:hover {}

.hide {
	display:none;
	position:absolute;
	}

#visual {
	width:620px;
	background-image:url('../images/home/main.jpg');
	background-repeat:no-repeat;
	background-position:right;
	}


/*----------------------------------------------------*/
/* Featured Properties*/


#featured IMG {
	width:180px;
	height:100px;
	border:#fff solid 1px;
	padding:1px;
	margin-right:10px;
}

#featuredTable {
	margin:20px;
}

#featured TD {
	margin:5px;
}



#featured.data, #featured.data a {
	width:180px;
	color:#fff;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	padding-left:2px;
	margin-top:1px;
}




#feturedTitle {
	background-color:#A3B7C5;
	height:30px;
	text-align:left;
	padding-left:10px;
}

/*----------------------------------------------------*/
/* Web ID Search*/


#wedID-container {
	float: right;
	padding-right: 52px;
	margin-top: 20px;
	}

#agentsStr {
	background-color: #fff;
	border: solid 1px #91CC89;
	font-size: 10px;
	width: 110px;
	margin-top: 2px;
	padding: 0px 2px;
	}
	
#webIDBtn {
	font-size: 10px;
	margin-left: 5px;
	background: #131313;
	color: #ebebeb;
	border: outset 2px #ebebeb;
	cursor: pointer;
	}



/*----------------------------------------------------*/
/*Footer*/

#footer {
	width:970px;
	height:10%;
	padding:10px;
	margin-top:10px;
	margin-bottom:30px;
	font-size:12px;
	background-color:#000000;
	color:#003366;
	text-align:left;
	line-height:18px;
	}
	
#footer table td {
	vertical-align: middle;
	text-align: right;
	}


#footer TD {
	vertical-align:top;
	font-weight:bold;
	}


#footer DIV.copy {
	width:300px;
	}

#footer DIV.phone {
	width:200px;
	}

#footer DIV.logos {
	width:300px;
	text-align:right;
	}
	
#footer IMG {
	margin:5px;
	}
	
#footer TD.disclaimer {
	font-size:9px;
	color:#333333;
	line-height:12px;
	}

#seo{
	font-size:11px;
	color:#333366;
	line-height:14px;
	width:810px;
	padding:5px;
	text-align:justify;
	}
	


/*----------------------------------------------------*/
/*search*/


#searchMain TD {
	vertical-align:top;
	padding-right:10px;
	font-size:11px;
	}
	
#amCheck {
	}



#searchResults {
	width:100%;
	}

#searchResults IMG {
	border:#91CC89 solid 1px;
	margin-bottom:20px;
}
#searchResults IMG.vertical {
	height:100px;
	width:45px;
}
#searchResults IMG.horizontal {
	height:100px;
	width:160px;
}


#searchResults TR.header {
	font-size:16px;
	}

#searchResultsNav {
	border-top:#91CC89 solid 1px;
	border-bottom:#91CC89 solid 1px;
	}

#result {
	font-weight:bold;
	padding:2px;
	}

#result.header {
	font-size:larger;
	}

#result.webTitle {
	font-size:19px;
	color:#91CC89;
	padding-top:0px;
	margin-top:-5px;
	padding-bottom:5px;
	}
	
.listingsWebTitle {
	font-size:19px;
	color:#91CC89;
	padding-top:0px;
	margin-top:-5px;
	padding-bottom:5px;
	}

#result.fieldValue, #result.fieldPrice{
	width:150px;
	padding-left:10px;
	}
#result.fieldPrice{
	color:#91CC89;
	}

#result.content {
	vertical-align:top;
	}

#result.description {
	font-size:smaller;
	vertical-align:top;
	padding-top:0px;
	}

#result a {
	font-weight:bold;
	text-decoration:none;
	}
	



/*-----------[Property Details]-----------------*/
#propertyDetails {
	font-size:11px;
}

#propertyDetails TD {
	vertical-align:top;
}

#propertyDetails DIV.fieldName {
	float:left;
	margin-right:3px;
}


#propertyDetails DIV.fieldValue, #propertyDetails DIV.amenityValue {
	float:none;
}

#propertyDetails DIV.amenityName  {
	float:left;
	width:100px;
}


#propertyOption , #propertyOption a {
	width:180px;
	margin-bottom:8px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	}

#propertyDetails DIV.description {
	padding-bottom: 35px;
}

#propertyDetails DIV.description DIV {
	margin-top:3px;
	margin-bottom:3px;
}

H3.details {
	margin-top:-5px;
	padding-top:0px;
}

#propertyEssentials {
	margin-right:20px;
}

#propertyFinancial {
	margin-right:20px;
	margin-top:10px;
}

#propertyAmenities {
	width:240px;
}

#propertyImage {
	width:275px;
	height:180px;
	border:#91CC89 solid 2px;
	margin-right:20px;
	}

#propertyThumb {
	width:63px;
	height:40px;
	margin-right:3px;
	margin-bottom:3px;
	border:#91CC89 solid 1px;
	}



#propertyContactFormFields {
	float:left;
	width:120px;
}
#propertyContactForm DIV.fieldName, #propertyContactFormFields DIV.fieldName {
	float:none;
	border:none;
	width:80px;
}
#propertyContactFormFields INPUT.text{
	float:left;
	width:100px;
}
#propertyContactForm TEXTAREA {
	width:250px;
	height:52px;
}




/*-----------------[ALERTS]------------------*/

#alertsForm {
	font-size:11px;
	}

#alertsForm #cat.subCat {
	float:left;
	}

#alertsForm #cat{
	width:130px;
	float:left;
	font-size:11px;
	}

#alertsForm #spacer {
	float:left;
	height:20px;
	}

#alertsForm #allCats {
	margin-bottom:25px;
	}


#alertsForm DIV.essentials {
	width:395px;
	}

#alertsForm DIV.contactInfo {
	}

#alertsForm DIV {
	white-space:nowrap;
	}
	


#alertsForm #fieldName {
	padding-right:10px;
	border:none;
	overflow:hidden;
	margin:0;
	padding-left:0;
}

#alertsForm #amCheck {
	float:left;
	font-size:11px;
	margin-right:10px;
	width:120px;
	}
	
#alertsForm SELECT {
	width:120px;
	font-size:12px;
	margin-right:5px;
	}
	

#alertsForm INPUT.text {
	width:200px;
	font-size:12px;
	margin-right:5px;
	}

#alertsForm TEXTAREA {
	width:200px;
	height:100px;
	font-size:12px;
	}

#alertsForm INPUT.phone {
	width:150px;
	}
#alertsForm INPUT.ext {
	width:40px;
	}
	
#alertsForm DIV.vSpacer {
	border-left:#CCCCCC solid 2px;
	height:250px;
	margin-right:5px;
	margin-right:5px;
	}
	
	
	
/*-----------------[content]------------------*/

#leftNav {
	width:250px;
	line-height:24px;
	font-weight:bold;
	}
	
#leftNav.sub {
	width:250px;
	font-size:smaller;
	line-height:20px;
	font-weight:normal;
	}
	

/*-----------------[agents]------------------*/

#agentsList {
	margin-bottom:10px;}

#agentsList DIV{
	margin:5px;
}

#agentsList DIV.head {
	font-size:larger;
	font-weight:bold;
	border-bottom:#CCCCCC solid 1px;
}

#agentsList DIV.result{
}


#agentProfile DIV.contactInfo {
	white-space:nowrap;
	}



/*-----------------[contact us]------------------*/

#contactBox {
	vertical-align:top;
	width: 100px;
	}
#contactFieldName {
	float:left;
	width:75px;
	font-weight:bold;
	height:30px;
	}

#contactFieldValue {
	width:100px;
	height:30px;
	}

#contactForm INPUT.text {
	width:200px;
	font-size:12px;
	margin-right:5px;
	}

#contactForm TEXTAREA {
	width:200px;
	height:100px;
	font-size:12px;
	}

#contactForm INPUT.city {
	width:100px;
	}
#contactForm INPUT.state {
	width:30px;
	}
#contactForm INPUT.zip {
	width:50px;
	}
#contactForm #fieldName {
	width:100px;
	font-weight:bold;
	padding-left: 5px;
	}

/* --------- [popupStyles] --------- */

.popupHeader {
	text-align: left;
	padding: 5px 0 0 5px;
	background: #191919;
	}
	
.hSpacer {
	width: 100%;
	height: 100%;
	background: #9EE095;
	}
	
#emailFriendCase {
	width: 485px;
	}
	
#emailFriendCase h2 {
	color: #fff;
	}
	
.contactForm {
	width:220px;
	border-left-color:999999;
	border-left-width:1px;
	border-left-style : solid;
	border-right-color:999999;
	border-right-width:1px;
	border-right-style : solid;
	border-top-color:999999;
	border-top-width:1px;
	border-top-style : solid;
	border-bottom-color:999999;
	border-bottom-width:1px;
	border-bottom-style : solid;
	overflow:auto;
	font-family:verdana;
	}
	
#printListingCase {
	background: white;
	color: black;
	width: 585px;
	}
	
#printListingCase .plAllContent {
	padding: 20px;
	}
	
#printListingCase .title {
	padding: 10px;
	padding-bottom: 0;
	}
	
/*#printListingCase tr {
	background: #fffecd;
	}*/	
	
#buysellCol1 {
	float: left;
	padding-right: 20px;
	width: 600px;
	border-right: solid 1px #fff;
	}
	
#rsrcNav {
	}
	
#resourcesLayout td a{
	text-transform: none;
	color: white;
	font-size: 11pt;
	background: none;
	border: none;
	text-decoration: none;
	line-height: normal;
	}
	
#rsrcNav a.resources:hover {
	text-decoration: underline;
	}
	
	
/* Listing Details Contact Styles */

#propertyContactHolder {
	border-top: solid 1px #4D4D4D;
	padding-top: 30px;
	}
	
#propertyContactForm {
	text-align: left;
	font-weight: bold;
	float: left;
	padding-bottom: 35px;
	}
	
#propertyContactForm td {
	padding: 3px 10px;
	text-align: right;
	vertical-align: top;
	}
	
#propertyContactForm .text {
	width: 200px;
	}
		
#propertyContactForm .commentBox {
	width: 200px;
	height: 75px;
	}
	
#propertyContactForm td.send {
	vertical-align: bottom;
	}
	
#propertyContactForm spacer1 {
	width: 25px;
	}
	
#propertyContactForm input.send {
	}
	
	
/* New link style */

a.normal, a.normal:link, a.normal:visited, a.normal:active {
	text-transform: none;
	color: white;
	font-size: 11pt;
	background: none;
	border: none;
	text-decoration: none;
	line-height: normal;
	}	

a.normal:hover {
	text-decoration: underline;
	}
	
a.listingImg, a.listingImg:link, a.listingImg:visited, a.listingImg:hover, a.listingImg:active {
	background: none;
	text-decoration: none;
	line-height: normal;
	border: none;
	}

span.contactInfo {
	font-weight: bold;
	color: #91CC89;
	}	
	
	
#MSG {
	position: absolute;
	visibility: hidden;
	width: 200px;
	padding: 10px;
	font-size: 10px;
	font-family: verdana, helvetica, arial;
	background: #ebebeb;
	border: solid 1px silver;
	z-index: 1000;
	margin-left: 548px;
	height: 50px;
	padding-right: 20px;
	}
	
img.MSG_exclamation {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	}


