/*

green from sign: #98C33D
green text: #637501 replaces blue text: #2A5F84
gray - dark, text: #A7A5A5
grey, border: #EAEAEA
*/

html {
	margin: 0px;
	padding: 0px;
}

body {
	color: #5F5F5F; /*#A7A5A5;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover,
.newsbox_read_more {
	text-decoration: underline;
}

h3 {
	margin-top: 0;
}

img {
	border: 0;
}

label {				/* contact forms */
	display: block;
	float: left;
	width: 300px;
}

#bannerLeft label {
	font-weight: bold;
	width: 70px;
}

#bannerLeft select {
	border: 1px solid #BDBBBB;
	color: #8A8B8C;
	float: right;
	font-size: 12px;
}

input {
	border: 1px solid #BDBBBB;
	color: #8A8B8C;
	font-size: 12px;
}

#bannerLeft label.notBold {
	font-weight: normal;
}

ul {
	list-style-image: url('../images/arrow_blue.gif');
}

.fieldSeparator {
	clear: both;
	height: 7px;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.flags {
	float: left;
}

#outerContainer {
	margin: 0 auto;
	width: 974px;
}

.submitButton {
	background: transparent url('../images/bg_title.gif') repeat-x;
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
	height: 34px;
	text-align: center;
	width: 177px;
}

.inputLightBlue,
.inputDarkBlue,
.linkLightBlue,
.linkDarkBlue {
	background: transparent url('../images/bg_title.gif') repeat-x;
	border: 0;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	height: 29px;
	text-align: center;
	width: 196px;
}

.linkLightBlue,
.linkDarkBlue {
	background: transparent url('../images/bg_button_lightblue.gif') repeat-x;
	height: 21px;
	padding-top: 8px;
}


.inputDarkBlue {	/* actually only used for compare on listing users page */
	background: transparent url('../images/bg_title.gif') repeat-x;
	float: right;
	margin: 10px 10px 0 0;
}

/************ HEADER MENU **************/
#menubar {
	background: transparent url('../images/bg_menu.jpg') no-repeat;
	height: 69px;
}

#topMenu {
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 29px;
	margin-left: 35px;
	margin-top: 28px;
	position: relative;
	text-align: center;
	z-index: 2;
}

#topMenu ul,
.pm {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu .menuitem {
	border-right: 2px solid #98C33D;
	display: inline;
	height: 15px;
	padding-left: 20px;
	padding-right: 15px;
}

#topMenu ul li.last {
	border: 0px;
}

#topMenu .menu .menuitem,
#topMenu .menulink {
	text-decoration: none;
	color: #65B206; /* #2A5F84; */
	text-transform: uppercase;
}

.menu .menuitem {
	float: left;
	text-align: center;
	position: relative;
}

#topMenu .inner .menulink {
	color: #FFFFFF; 
	display: block;
	position: relative;
}

.menu .menuitem .inner {
	display: none;
}

.menu .menuitem:hover .inner  {				/* second level ul */
	background-color: #55ACEA;
	display: block;
	left: 0;
	padding: 0;
	position: absolute;
	top: 14px;
	width: 350px;	/* note: this accounts for the padding of 10px on L and R */
}

.menu .menuitem:hover .inner .menuitem {			/* second level */
	border-bottom: 1px solid white;
	border-right: none;
	height: 20px;
	padding-top: 5px;
	text-align: left;
	width: 330px;
}


.menu .menuitem:hover .inner .menuitem .last {
	border-bottom: none;
}

.menu .menuitem:hover .inner .menuitem:hover {			/* second level, hover */
	background-color: #98C33D; 						/* dark blue */
	padding-right: 0px;
}

.menu .menuitem:hover .inner .menuitem:hover .inner { /* third level */
	background-color: #7DAE10;
	display: block;
	left: 129px;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 0px;
}

.menu .menuitem:hover .inner .menuitem:hover .inner .menuitem:hover {			/* third level */
	background-color: #85276B;
}

.menu li:hover .headerMenu li:hover .inner { /* third level */
	left: 155px;
}

#languages {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

/************ HEADER MENU **************/

/******************** home *****************/

.featuredHomeListImage {
	float: left;
	margin-right: 14px;
	width: 100px;
}

.listingImage {
	border: 1px solid #BCBBBB;
}


.featuredHomeListText {
	float: left;
	position: relative;
	width: 100px;
}

.pricing {
	bottom: 0;
	color: #58B6DC;
	font-weight: bold;
	position: absolute;
}
/******************** end Home *****************/

/******************** Content *****************/
#bannerLeft #title {
	height: auto;
	margin-bottom: 10px;
	padding: 10px 0;
	width: auto;
}

#bannerLeft .featuredHomeListText {
	width: 70px;
}

#bannerLeft .featuredHomeListText p {
	margin-top: 0;
}

#contentContainer,
#siteContainer {
	margin-left: 5px;
	text-align: left;
}

#bannerLeft {
	background-color: #F6F6F6;
	border: 1px solid #EAEAEA;
	float: left;
	padding: 9px 10px;
	width: 195px;
}

#bannerLeft label#quickSearchPropertyId {
	width: 105px;
}

#row1 #bannerLeft {
	background-color: none;
	border: none;
	padding: 0;
	width: 344px;
}

#bannerLeftContent,
#extra,
#propertyContainer {
	background-color: #FFFFFF;
	padding: 15px 7px 10px 10px;
	position: relative; 	/* for propertyContainer, contact us at bottom of detail */
}



#properties {
	background: #FFFFFF url('../images/bg_featured.jpg') repeat-x;
	border: 1px solid #EAEAEA;
	float: left;
	padding: 9px 8px;
	width: 225px;
}

#title {
	background: transparent url('../images/bg_title.gif') repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	height: 34px;
	margin: 0 auto;
	margin-bottom: 6px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	width: 350px;
}

#properties #title {
	height: 24px;
	text-transform: uppercase;
	width: 225px;
}

#bannerRight {
	float: left;
	width: 344px;
}

.widthSeparators {
	float: left;
	width: 15px;
}

#content {
	background-color: #F6F6F6;
	border: 1px solid #EAEAEA;
	float: left; 	/* not needed for home */
	padding: 22px 33px;
}

#siteContainer #content {
	background: #FFFFFF url('../images/bg_content.jpg') repeat-x;
	position: relative;
	width: 665px;
}

#siteContainer #title {
	margin: 0;
	padding-left: 14px;
	text-align: left;
}

#propertyContent {
	background-color: #F6F6F6;
	border: 1px solid #EAEAEA;
	float: left; 	/* not needed for home */
	padding: 10px 15px;
	width: 700px;
}

.field {
	float: left;
}

/******************** end Content *****************/

/******************** property management *****************/

.pm .menuitem .menulink {
	display:block;
	margin-left: 60px;
	padding-top: 20px;
	width: 200px;
}

.pm .menuitem {
	height: 57px;
	width: 57px;
}

#pm_23 { /* general prop mgmt */
	background: url('../images/pm_admin.gif') 0 0 no-repeat;
}

#pm_24 { /* residential prop mgmt */
	background: url('../images/pm_admin.gif') 0 0 no-repeat;
}

#pm_25 { /* holiday prop mgmt */
	background: url('../images/pm_admin.gif') 0 0 no-repeat;
}

#pm_26, 	/* general prop maintenance */
#pm_28 {  	/* repairs */
	background: url('../images/pm_repairs.jpg') 0 0 no-repeat;
}

#pm_29 { /* cleaning */
	background: url('../images/pm_keyholding.jpg') 0 0 no-repeat;
}

#pm_27,
#pm_30 { /* pool */
	background: url('../images/pm_pool_garden.jpg') 0 0 no-repeat;
}

#pm_31 { /* cleaning */
	background: url('../images/pm_cleaning.jpg') 0 0 no-repeat;
}

#pm_32 { /* furniture */
	background: url('../images/pm_furniture.jpg') 0 0 no-repeat;
}

#pm_33 { /* complex mgmt */
	background: url('../images/pm_admin.jpg') 0 0 no-repeat;
}


/******************** end pm *****************/


/******************** listings *****************/
.alignleft {
	float: left;
}

#rightSide {
	float: left;
	width: 700px;
}

.sortLabel {
	font-weight: normal;
	
}
.sorting {
	background:  url('../images/bg_sortresultsbar.gif') repeat-x; 
	color: #65B206; /* #98C33D; */
	float: left;
	font-weight: bold;
	height: 30px;
	padding-top: 10px;
	width: 530px;
}

.sorting p {
	margin: 3px 5px;
}

.sorting a {
	width: 22px;
	float: left;
	text-decoration: none;
}
.sortArrows {
	float: left;
	width: 60px;
}

#compareSection,
.itemContainer {
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
}

.itemContainer {
	padding: 10px;
}

#compareText {
	color: #8A8B8C;
	float: left;
	font-size: 11px;
	margin: 10px;
	width: 450px; 
}

.listTitleLeft {
	float: left;
	width: 590px;
}

.listTitleLeft p {
	margin: 0;
}

.listTitleRight {
	color: #98C33D;
	float: left;
	width: 85px;
}

.listTitleRef {
	color: #65B206; /* was 3BBAF2 */
	font-size: 13px;
	font-weight: bold;
	margin-left: 11px;
}

#summaryLeft .listTitleRef {
	margin-bottom: 5px;
	margin-left: 0;
}

#properties .listTitleRef {	/* on home */
	color: #72C10D; 
}

.listInfo {			/* contains image and info */
	font-size: 11px;
	margin-left: 8px;
	margin-top: 12px;
	position: relative;
}

.listImage {
	border: 1px solid #EAEAEA;
	float: left;
	margin-right: 22px;
}

.listText {
	float: left;
}

.listDetails {
	bottom: 0;
	float: right;
	position: absolute;
	right: 0;
}

.listDetails .lightBlueButton {
	height: 24px;
	padding-top: 5px;
}

.imageGallery {
	margin-right: 30px;
}

/****************************** PAGING from room1twelve **************************/ 
.listingspaging {
	float: right;
	margin-right: 10px;
}

.paging {
	font-size: 12px;
}


.nav_img {
	position: relative;
	top: 2px;
}


.paging_current {
	font-family: arial, helvetical, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold; 
	color: black;
}

a.paging_link:link {
	font-size: 10px;
	color: #1C1B1B;
	text-decoration: none;
}

a.paging_link:link:hover {
	font-size: 10px;
	color: #8C0003;
	text-decoration: none;
}
a.paging_link:visited {
	font-size: 10px;
	color: #1C1B1B;
	text-decoration: none;
}
a.paging_link:visited:hover {
	font-size: 10px;
	color: #8C0003;
	text-decoration: none;
}

.paging_dropdown {
	font-family: Tahoma, verdana, ms sans serif;
	font-size: 11px;
	width: 40px;
	height: 18px;
}

.paging_arrows {
	font-family: Tahoma, verdana, ms sans serif;
	font-size: 14px;
	font-weight: bold;
	
}


/****************************** PAGING END **********************************/


/******************** end listings *****************/


/******************** detail *****************/
#summaryLeft {
	float: left;
	width: 500px;
}

#summaryRight {
	float: right;
	width: 120px;
}

#detailFlashSlideshow {
	clear: both;
	float: left;
	height: 324;
	margin-right: 60px;
	width: 378;
}

#details {
	float: left;
}

.title {
	color: #58B6DC; /*#72C10D;*/
	font-weight: bold;
	margin: 24px 0 8px; 
}

form .title {
	float: left;
	margin-top: 0;
	width: 100px;
}

.formrowSeparator {
	clear: both;
	font-size: 1px;
	height: 3px;
}

#bannerLeftContent .title {	/* for new search */
	color: #72C10D;
	font-size: 13px;
}

#details .pricing {
	position: relative;
}

#details p {
	margin: 0;
}

#contactUs {
	bottom: 30px;
	position: absolute;
	right: 44px;
}

#prevMonth,
#nextMonth {
	background: url('../images/prevMonth.gif') no-repeat;
	float: left;
	height: 199px;
	margin-top: 60px;
	margin-right: 18px;
	width: 32px;
}

#nextMonth {
	background: url('../images/nextMonth.gif') no-repeat;
	margin-left: 18px;
	margin-right: 0;
}

#monthsDisplay {
	float: left;
}

#legend {
	margin: 0 0 20px 53px;
}

.legendText {
	color: #58B6DC;
	float: left;
	font-weight: bold;
	padding-top: 5px;
}

#availableBox,
#unavailableBox {
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
	float: left;
	height: 22px;
	margin: 0 12px;
	width: 22px;
}

#unavailableBox {
	background-color: #8F8F8F; /*DEDDDD;*/
}

.detailDescription {
	border: 1px solid #EAEAEA;
	/*color: #000000;*/
	padding: 20px 22px 25px;
}

.headerRow {
	background-color: #98C33D;
}

.headerRow th {
	color: #FFFFFF;
}

.pricingRow2 {
	background-color: #BBDC02;
}

#ratesFragment td {
	color: #000000;
}

/******************** end detail *****************/

/******************** FOOTER *****************/

#footer {
	background: url('../images/bg_footer.jpg') repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 61px;
	margin-top: 16px;	
	margin-left: 5px;
	position: relative;
	text-align: left;
}

#copyright {
	float: left;
	margin-left: 20px;
	margin-top: 25px;
}

#bottomMenu {
	float: left;
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
	width: 700px;
}

#bottomMenu ul {
	list-style: none;
	margin: 0 auto;
	padding: 0px;
	width: 500px;
}

#bottomMenu ul li{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #FFFFFF;
}

#bottomMenu ul li.last{
	border: 0px;
}

#bottomMenu ul li a {
	text-decoration: none;
	color: #FFFFFF;
}

#com2go{
	float: right;
	margin-right: 28px;
}
/******************** END FOOTER *****************/
