@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	background: #516E7F url(../images/background/topBackground.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #333;
}

a {
	text-decoration: none;
	outline: none;
}

img {
	border: none;
}

p {		
	margin: 10px 0 0;
	padding: 0;
	line-height: 15pt;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3 {
	margin: 0 0;
} h1 { font-size: 12pt; }
  h2 { font-size: 11pt; }
  h3 { margin: 30px 0; font-size: 10pt; font-weight: normal; }

div#wrapper {
	margin: 0 auto;
	width: 880px;
	clear: both;
}

/* HEADER */

div#header {
	background: url(../images/background/headerBackground.png) no-repeat;
	width: 880px;
	height: 125px;
}

div#logo {
	padding: 8px 0 0;
	width: 110px;
	height: 110px;
	float: left;
}

div#logo a {
	display: block;
	width: 110px;
	height: 110px;
}

div#logoTitle a {
	display: block;
	width: 330px;
	height: 25px;
	float:left;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:10px;
}

div#navMenu {
/*	padding: 70px 0 0; */
	padding: 15px 0 0;
	width: 770px;
	height: 30px /*118px*/;
	font-size: 12pt;
	text-align: left;
	float: left;
}


div#subMenu {
	height: 25px;
	width: 600px;
	float: left;
}


div#navMenu ul {
	/*padding: 55px 0 0;*/
}

div#navMenu li {
	/*display: inline;*/
	padding: /*10px*/ 0 15px 0 20px;
	float: left;
}

/*div#subMenu li {*/
div#subMenu div {
	/*display: inline;*/
	padding: /*10px*/ 0px 15px 1px 10px;
	float: left;
}


div#navMenu a {	
	color: #2D2823;
} 

div#navMenu a:hover, div#navMenu .selected {
	color: #44784C; 
}


div#subMenu a {
	color: #206487;
} 

div#subMenu a:hover, div#subMenu .selected  { 
	border-bottom: #2D2823 dotted 1px;
	color: #2D2823; 
}


/* END OF HEADER */

/* CONTENT */

div#contentWrapper {
	padding: 10px 5px 10px 35px;
	background: url(../images/background/mainRepeat.png) repeat-y;
	width: 840px;
	text-align: left;
	clear: both;
}

div#home, div#agents, div#listings, div#about, div#propertiesWrapper, div#topSearchMLS, div#buildings, div#contact, div#mobile {
	margin: 0 25px;
	clear: both;
} 

div#contentWrapper a {
	color: #206487;
} div#contentWrapper a:hover { border-bottom: #206487 dotted 1px; color: #206487; }
  div#contentWrapper a.clickToView:hover { border: none; }

/* Home */

div#home p {
	width: 650px;
}

div#home h1 {
	margin: 20px 0 0;
}

div#home img {
	border: /*#698C58*/#48B358 solid 5px;
}

/* End of Home */

/* Agents / About */

div#agents p { 
	/*width: 450px;
	float: left;*/
} div#about p { }

div#agents img, div#about img{
	/*margin: 0 0 10px 0*/margin: 0 0 10px 20px;;
	border: #698C58 solid 3px;
	float: right;
} /*div#about img { margin: 0 0 10px 20px; }*/

div#contentWrapper a.back {
	display: block;
	padding: 0 0 0 20px;
	background: url(../images/backArrow.png) 0 0 no-repeat;
	height: 16px;
	/*width: 50px;*/
	color: #333;
} div#contentWrapper a.back:hover { background-position: 0 -16px; color: #44784C; border: none; }
  div#contentWrapper div#agents a.back { width: 30px; }

div#contentWrapper .backDisabled { 
	display: block;
	padding: 0 0 0 20px;
	background: url(../images/backArrow.png) 0 -16px no-repeat; 
	height: 16px;
	color: #44784C;
}

div#contentWrapper a.next {
	display: block;
	padding: 0 20px 0 0;
	background: url(../images/nextArrow.png) top right no-repeat;
	height: 16px;	
	color: #333;
} div#contentWrapper a.next:hover { background-position: right -16px; color: #44784C; border: none; }

div#contentWrapper .nextDisabled {
	display: block;
	padding: 0 20px 0 0;	
	background: url(../images/nextArrow.png) right -16px no-repeat;
	height: 16px;
	color: #44784C;
}

div#aboutLogos {
	margin: 30px 0 0;
} 

div#aboutLogos ul { margin-right: 50px; float: right; }

div#aboutLogos li { display: inline; }

div#aboutLogos li.spacer { padding-right: 100px; }

div#aboutLogos a:hover { border: none; outline: none; }

div#agents table {
	margin: 20px;
	border: none;
}

div#agents tr { vertical-align: top; }

div#agents td {
	padding: 15px;
	background: #6A91A8;
	width: 315px;
	color: #F2F2F2;
} div#agents .even { background: #689D7B; }
  div#agents td img { border: #333 solid 1px; }
  div#agents td p { width: auto; }
  div#agents td a { color: #F2F2F2; } div#agents td a:hover { color: #333; }

/* End of Agents */

/* Listings / Agents Listings */

div#listings, div#agentsListings {
}

div#listings tr {
	background: #77A1BA;
} div#listings tr.even { background: /*#689D7B;#ACE1AF;*/ #9CCEA0; }

div#listings td {
	padding: 15px;
	line-height: 18pt;
	vertical-align: top;
}

div#listings tr.headerRow, div#listings tr.whiteSpace {
	background: #f2f2f2;
	font-size: 11pt;
	font-weight: bold;
} div#listings tr.whiteSpace td { padding: 0; height: 5px; }

div#listings img {
	border:  #333 solid 1px;
}

.price, .title {
	font-weight: bold;
	color: #445938;
} div#listings .price, div#listings .title { color: #333; }

div#propertiesWrapper h1 {
	margin: 0 0 15px;
}

div#propertiesWrapper td { vertical-align: top; }

div#propertiesWrapper ul {
	padding: 10px 15px;
} div#propertiesWrapper ul.propertyDetails { background: #DFDFDF; }

div#propertiesWrapper li {
	margin: 5px 0;
	line-height: 15pt;
}

div#propertiesWrapper img {
	border: #698C58 solid 3px;
}

div#contentWrapper div#listings a:hover { border: none; }

div#listings ul { clear: both; }

div#listings li {
	display: inline;
	margin: 0 10px;
	float: left;
}

div#searchBox {
	margin-top: 15px;
	padding: 10px;
	width: 538px;
	background: /*#689D7B;*/ #9CCEA0;
	line-height: 18pt;
}

div.autocomplete {
	width: 155px;	
    background-color: #FFF;
    border: 1px solid #333;
    margin: 0px;
    padding: 0px;
}


div.autocomplete ul li.selected { 
	background-color: #CCC;
}

div.autocomplete ul li {

    display: block;
    margin: 0;
    padding: 2px 5px;
    height: 20px;
    cursor: pointer;
    clear: both;
}

/* End of Listings / Agents Listings */

/* Buidings */

div#buildings table {
	margin: 20px;
	border: none;
	text-align: center;
}

div#buildigns tr { vertical-align: middle; }

div#buildings td {
	padding: 15px;
	background: #6A91A8;
	width: 200px;
	height: 220px;
	text-align: center;
	vertical-align: middle;
} div#buildings .even { background: #689D7B; }

div#buildings li { margin-bottom: 5px; }

div#buildings a {
	color: #FFF;
	font-weight: bold;
} div#buildings a:hover { color: #333; border: none; }
  div#buidigns img { border: none; outline: none; }

/* End of Buildings */

/* Contact */

div#contact {
	margin: 30px 0 0;
	font-size: 9pt;
	text-align: center;
}

div#contact ul {
	margin: 10px 0 0 0;
}

div#contact li {
	display: inline;
	margin: 10px 8px;
}

div#contact a { color: #333; }

/* END of Conctact */


/* Mobile */

div#mobile div.columns {
	width: 395px;
}

div#mobile ul {
	margin: 0 0 0 30px;
	background: #DFDFDF;
}

div#mobile li {
	padding: 10px;
} div#mobile li.mobileTitle { background: #6A91A8; color: #F2F2F2; }
  div#mobile li.mobileSpacer { padding: 0; background: #F2F2F2; height: 5px; clear: both; }

div#mobile li p { margin: 0; }

div#mobile img { border: none; outline: none; }

div#mobile iframe { background: #FFF; border: #698C58 solid 3px; }

div#mobile a:hover { border: none; }


/* END OF Mobile */

/* END OF CONTENT */

/* FOOTER */

div#footer {
	padding: 15px 5px 5px 0;
	background: url(../images/background/bottomBackground.png) no-repeat;
	width: 875px;
	height: 20px;
	font-size: 9pt;
	color: #ccc;
	text-align: right;
	clear: both;
}

/* END OF FOOTER */

/* MISC */

.clear { clear: both; }

.topMargin10px { margin: 10px 0 0; }

.topMargin20px { padding: 20px 0 0; }

.topMagirn30px { margin: 30px 0 0; }

.leftMargin10px { margin: 0 0 0 10px; }

.leftMargin25px { margin: 0 0 0 25px; }

.rightMargin10px { margin: 0 10px 0 0; }

.width30px { width: 30px; }

.width80px { width: 80px; }

.floatRight { float: right; }

.floatLeft { float: left; }

.alignCenter { text-align: center; }

.noBorder { border: none; }

div#listings tr.badGreen { background: #48B358; }

div#MLSLegalBox { 
	margin: 20px 0 20px 35px; 
	padding: 0 25px;
	text-align: justify;
	font-size: 8pt;
	color: #000;
} div#MLSLegalBox p { line-height: normal; }

/* ENF OF MISC */