/*
dark grey text in input dropdowns: #777777
dark green: #32722E
light grey for border: #CACAC9
*/

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

body {
	margin: 0px;
	padding: 0px;
	font-family: arial; 
	font-size: 12px;
}

a {
	text-decoration: none;
}

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

h3 {
	margin-top: 0;
}

img {
	border: 0;
}

label {
	display: block;
	float: left;
	width: 150px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

.outer_container{
	width: 100%;
}

.lang_search_bar {
	text-align: center;
	width: 100%;
	background: url('../images/lang_bar_bg.jpg');
	height: 53px;
}

.lang_search_bar_inner {
	width: 933px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.top_search_box {
	float: left;
	padding-top: 10px;
	width: 400px;
}

.top_search_box_input {
	float: left;
}
.top_search_box_submit {
	float: left;
	margin-left: 3px;
}


#ajaxSearch_input {
	background: url('../images/top_search_input.jpg');
	border: 0px;
	color: #7BBC2E;
	font-size: 11px;
	height: 17px;
	padding: 4px 0 0px 10px;
	width: 112px;
}

#ajaxSearch_submit {
	background: url('../images/top_search_submit.jpg');
	border: 0px;
	color: #7BBC2E;
	height: 21px;
	padding-bottom: 0px;
	vertical-align: bottom;
	width: 23px;
}

#memberLogin {
	background: transparent url('../images/bg_memberLogin.jpg') repeat-x;
	border: 1px solid #398133;
	border-top: none;
	float: left;
	height: 41px;
	width: 148px;
}

#memberLoginLink {
	color: white;
	display: block;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	width: 148px;
}

.lang_box {
	padding-top: 15px;
	width: 170px;
	float: right;
}

.select_lang {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #7BBC2E;
}

.flags{
	float: left;
}



.outer_header{
	width: 100%;
	background: #ACACA7;
	text-align: center;
	height: 339px;
}

.header {
	position: relative;
	top: -8px;
	width: 979px;
	/*height: 347px;*/
	background: url('../images/header_bg.jpg');
	margin-left: auto;
	margin-right: auto;
}



/************ HEADER MENU **************/
#top_menu {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px; /*13px; */
	position: relative;
	z-index: 5;
}

#top_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu .menuitem {
	color: #FFFFFF; /* we need this for if parentRow is not linking somewhere */
	display: inline;
	padding-left: 18px;
	padding-right: 15px;
	border: 1px solid #FFFFFF;
	height:20px;
	padding-top:5px; 
	/*border-right: 2px solid #FFFFFF; */
}

/*#top_menu ul li.last {
	border: 0px;
}*/

#top_menu ul li a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
}

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

.menu .menuitem a,
.menu .menuitem a:hover .inner .menuitem a {
	color: #FFFFFF; 
	display: block;
	text-decoration: none;
	position: relative;
}

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

.menu .menuitem:hover .inner  {				/* second level ul */
	background-color: #5CA84E;
	display: block;
	left: 0;
	padding: 0;
	position: absolute;
	top: 25px; /*14px;*/
	width: 170px;	/* 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: 150px;
}


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

.menu .menuitem:hover .inner .menuitem:hover {			/* second level, hover */
	background-color: #32722E; 						/* dark green */
	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;
}

/************ HEADER MENU **************/
.header_fla {
	height: 310px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.outer_body{
	background: #FFFFFF;
	margin-top: -3px;
	text-align: center;
	width: 100%;
}

.body_top_shadow{
	background: url('../images/body_top_shadow.jpg');
	width: 979px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	margin-left: auto;
	margin-right: auto;
}

.body_bottom_shadow{
	background: url('../images/body_bottom_shadow.jpg');
	width: 979px;
	height: 8px;
	font-size: 0px;
	margin-left: auto;
	margin-right: auto;
}

.body_center{
	width: 979px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url('../images/body_center_bg.jpg') repeat-y;
}

.body_content{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 960px;
}

/*************** LEFT COL ***********/

#leftCol {
	float: left;
	width: 178px;
}

#propertySearch {
	/*min-height: 598px;*/
	background: #F4F2F2; /*32722E;*/
	border: 1px solid #CDCDCC;
	padding-bottom: 10px;
}

.property_search{
	background: url('../images/property_search.jpg') center bottom no-repeat;
	height: 11px;
	padding-top: 10px;
	margin-top: 5px;
	width: 100%;
}

.search_radio {
	color: #777777;
	margin-bottom: 17px;
}

.radio_input {
	margin-left: 12px;
	margin-top: 0px;
}
.radio_input input{
	margin: 0px;
}

.radio_input_text{
	position: relative;
	bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.search_select{
	margin-left: 4px;
	margin-bottom: 20px;
}

.select_input select {
	color: #777777;
	width: 170px;
}
.select_input{
	margin-bottom: 6px;
}

.advanced_btn{
	margin-bottom: 9px;
	text-align: center;
}

.advanced_btn input{
	background: #32722E;
	border: 2px solid #5CA850;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	width: 170px;
}

.submit_btn{
		text-align: center;
}

.submitButton,
.submit_btn input{
	background: #5CA850;
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	width: 170px;
}

.separator {
	height: 10px;
}
.formrowSeparator {
	height: 4px;
}

#newsletter {
	height: 85px;
}

#specialOffer,
#lastVisited {
	background-color: #F4F2F2;
	color: #939388;
}

#lastVisited {
	border: 1px solid #CDCDCC;
}

#specialOffer #title,
#lastVisited #title {
	background-color: #939388;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

#specialOffer #title {
	color: #BF180B;
}

.specialOfferThumb {
	height: 134px;
	overflow: hidden;
	width: 178px;
}

#lastVisited #title {
	margin-bottom: 5px;
}
.leftcolItem {
	border: 1px solid #CDCDCC;
	padding: 10px;
}

#mortgagecalc {
	background-color: #5CA850;
	padding-left: 2px;
}

#mortgagecalc label {
	width: 105px;
}
.lastVisitedListing {
	margin-top: 13px;
}
.lastVisitedImage {
	border: 1px solid #939388;
	float: left;
	height: 52px;
	margin-left: 10px;
	overflow: hidden;
	width: 52px;
}
.lastVisitedImage img {
	height: 52px;
	overflow: hidden;
	width: 52px;
}


.lastVisitedText {
	float: left;
	margin: 0 5px;
	width: 110px;
}

#leftCol .lastVisitedText {
	width: 102px;
}

/*************** END LEFT COL ***********/

/************* CENTER *****************/
.center_col{
	width: 580px;
	float: left;
	text-align: left;
	margin-left: 10px;
}

.home_newsbox{
	margin: 0px;
	border: 1px solid #CACAC9;
	width: 278px;
	height: 245px;
	background: #F4F2F2;
	color: #5F6061;
	font-size: 11px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.newsbox_title{
	width: 100%;
	height: 39px;
	background: url('../images/newsbox_sep.jpg') no-repeat;
	background-position: bottom;
}
.newsbox_center_cont{
	width: 275px;
}

.newsbox_title_padding{
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #7BBC2E;
}

.newsbox_image{
	float: left;
	
}

.newsbox_info{
	float: left;
	margin-left: 12px;
	width: 160px;
	margin-top: 18px;
	text-align: justify;
}

.newsbox_read_more{
	margin-top: 18px;
	margin-left: 72px;
}

.read_more {
	color: #3082B3;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}

.home_fla {
	width: 570px;
	height: 356px;
}

.left {
	float: left;
}

/************* ENDCENTER *****************/

/************* Right Col *****************/
#aipp #title {
	background-color: #0060B4;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

#aippImg {
	background: #0060B4 url('../images/logo_aipp.jpg') 0 100% no-repeat;
	float: left;
	height: 200px;
	width: 80px;
}

#aippLink {
	cursor: hand;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

#aippText {
	border-bottom: 1px solid #CACAC9;	
	border-right: 1px solid #CACAC9;
	border-top: 1px solid #CACAC9;
	color: #5CA850;
	float: left;
	font-size: 11px;
	height: 187px;
	padding: 5px 6px 6px 8px;
	width: 94px;
}


/************* END Right Col *****************/

/************* listing results *****************/

#column2 {
	float: left;
	padding: 8px 10px;
	width: 760px;
}

.listInfoRightText {
	display: block;
	float: left;
	width: 85px;
}

#compareSection {
	background-color: #F4F2F2;
	border: 1px solid #CACAC9;
	padding: 4px;
}

#compareText {
	color: #5F6061;
	display: block;
	float: left;
	margin: 0;
	width: 570px;
}

.compareButton {
	background-color: #4A9E41;
	border: 1px solid #9BC695;
	color: white;
	height: 30px;
	width: 180px;
}

.sorting {
	color: #5CA850;
	float: left;
	font-weight: bold;
	width: 570px;
}

.sortLabel {
	font-weight: normal;
}

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

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

.listingspaging {
	color: #5F6061; /* green: #5CA850; width: 300px;*/
	float: right;
	text-align: right;
	
}

.paging_current {
	font-weight: bold;
}

.listingspaging a {
	color: #5CA850;
}

#otherPropertiesFragment .listingspaging a {
	color: #5F6061;
}

.itemContainer {
	background-color: #F4F2F2;
	border: 1px solid #CACAC9;
	padding: 8px 17px 15px 23px;
}

.listLeftThird {
	width: 197px;
}

.listMidThird {
	width: 265px;
}

.listRightThird {
	width: 80px;
}

.listTitle {
	/*background-color: #F1F3F7;*/
	height: 25px;
}

.listTitleLeft {
	float: left;
	width: 570px;
}
.listTitleRight{
	color: #5CA850;
	float: right;
	width: 145px;
}

.listTitle p {
	margin: 1px;
}

.listTitle a {
	color: #32722E;
}

#projectSummaryFragment p {
	margin: 5px;
}

.listTitleRef {
	font-weight: bold;
}

.listTitleProject {
	font-weight: bold;
	font-size: 14px;
}
.listTitleSelect {		/* the select in the 'other properties' */
	color: #5CA850;		/* in detail listing, detail project */
}

.listInfo {
	color: #5F6061;
}

.listInfo .listingImage {
	height: 113px;
	overflow: hidden;
	width: 150px;
}

.listImageThird {
	width: 190px;
	padding-left: 12px;	
	padding-top: 4px;
}
.listTextThird {
	border-right: 1px solid #C7D5E0;
	width: 280px; /* was 300 */
}

.listTextThird a {
	color: #5CA850;
}


.listRightText {
	padding-left: 15px;
	padding-top: 4px;
	width: 161px;
}
.listInfoRightText,
.listInfoRightAreaText {
	display: block;
	float: left;
	width: 85px;
}

.listInfoRightAreaText {	/* for area, need to account for the sup 2 */
	padding-top: 4px;
}

/************* END listing results *****************/

/************* listing detail *****************/
#flashcontainer {
	height: 482px;
}

.toolsItem {
	color: #E5F1F8;
	padding: 0 0 5px 0;
}

.tool {
	background-color: #5CA850;
	padding: 5px 6px 5px 10px;
}

#firstTool {
	margin-bottom: 10px;
}

.tool p {
	margin: 0px;
}

.toolText {
	display: block;
	font-weight: bold;
	width: 137px;
}

.tool a {
	color: white;
}

#firstTool p {
	margin: 0px;
	font-size: 1.5em;
}

.detailIconSeparator {
	border-bottom: 1px solid #E5F1F8;
	line-height: 1px;
	font-size: 1px;
	margin: 5px 0;
	position: relative;
}

#summaryLeft {
	float: left;
	width: 460px;
}

#summaryCenter {
	color: #5CA850;
	float: left;
}

#summaryCenter p,
.detailPrice p {
	margin: 0;
}

#propertyIdInfo {
	background-color: #F4F2F2;
	padding: 15px;
}

.detailWebId {
	color: #32722E;
	float: left;
	font-weight: normal;
	width: 200px;
}

.idNumbers {
	color: #5CA850;
	font-weight: bold;
}

.detailPropertyId {
	color: #32722E;
	float: right;
	font-weight: normal;
}

.detailDescription {
	background-color: #F4F2F2;
	border-bottom: 1px solid #CACAC9;	/* gray */
	border-top: 5px solid #5CA850;		/* green */
	color: #5CA850;
	font-weight: bold;
	padding: 15px 20px;
}

.detailDescription label {
	color: #32722E;
	font-weight: normal;
}


.accommodationhalfleft {
	float: left;
	width: 300px;
	border-right: 1px solid #CACAC9;
	margin-right: 15px;
}

.accommodationhalfright {
	float: left;
	width: 49%;
}


#projectSummaryFragment .listTitleProject {
	color: #0F3A0D;
}

#detailProjectInfo .detailDescription {
	/*background-color: #5CA850;
	color: white;*/
}

#detailProjectName {
	color: #32722E;
	margin: 0;
}

.detailOtherProperties {
	/* background-color: #5CA850; */
}

.detailPrice,
.detailPrice a,
#currencyText a {
	color: #5CA850;
}

#summaryRight {
	float: right;
}


.emailForm {
	padding-left: 20px;
}

/************* END listing detail *****************/

/************* project detail *********************/
#projectDetailColOne {
	float: left;
}

#projectDetailColOne h3 {
	margin-top: 12px;
}

#projectNameSeparator {
	height: 5px;
}

#projectDetailColTwo {
	color: #5CA850;
	float: left;
	margin-left: 5px;
}

.detailRightText h4 {
	margin: 10px 0;
}

.detailRightText ul {
	font-weight: normal;
	list-style: none;
	margin: 5px 0;
	padding-left: 10px;
}

/*************  END project detail *********************/

/*************  advanced search *********************/
#search_content_holder {
	color: #32722E;
}

#listingForm {	/* advanced search. anywhere else??  */
	padding-left: 20px;
}

.searchSeparator {
	background-color: white;
	height: 1px;
}

.grayBackground {
	background-color: #E5E5E5;
}

.greenSeparator {
	background-color: #32722E;
	height: 5px;
	font-size: 1px;
 	line-height: 1px;
}

/*************  END advanced search *********************/

.right_col{
	float: left;
	width: 189px;
}
.right_banner{
	margin-bottom: 10px;
}



/******************** FOOTER *****************/
.outer_footer{
	width: 100%;
	background: #5CA850;
	height: 81px;
}

.inner_footer{
	width: 979px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url('../images/footer_bg.jpg') repeat-y;
}

.footer{
	width: 919px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.hassapis_copy{
	float: left;
	margin-top: 20px;
}

#bottom_menu{
	float: left;
	width: 778px;
	text-align: center;
	margin-top: 20px;
}

#bottom_menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

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

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

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

.com2go{
	float: right;
}
/******************** END FOOTER *****************/

.page_title{
	margin-bottom: 2px;
	font-weight: bold;
	color: #32722E;
}

.page_separator{
	width: 570px;
	height: 1px;
	border-bottom: 1px solid #5CA84E;
}

.page_content{
	font-size: 12px;
	width: 570px;
	margin-top: 30px;
	text-align: justify;
	color: #555C6E;
}