@charset "utf-8";
/* CSS SMPTH Document */

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/mainBG.jpg);
	background-repeat:repeat-x;
	background-color:#571517;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	text-align: center;
	color: #333;
}
.containerLooking{
	padding:20px;
}

#container { 
	width: 920px;
	background-color:#eeede4;
	margin: 0 auto; 
	text-align: left;
} 
#mainContent { 
	/*margin: 0 280px 0 0; */
	margin-left:280px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding: 0 20px; 
} 
#mainContentFullPage { 
	margin: 0px;
	padding: 0 20px; 
}
#mainDisplay{
	background-image:url(../images/mainDisplay_BG.jpg);
	background-repeat:repeat-x;
	text-align:center;
	height:280px;
}

/*********************** Links **************************/
a:link, a:visited{
	color:#6E0D0F;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
	color:#8A6C28;
}
.whiteLink a:link, .whiteLink a:visited{
	color:#FFF;
	text-decoration:underline;
}
.whiteLink a:hover{
	text-decoration:none;
	color:#8A6C28;
}

/*********************** email backword**************************/
.backwards {unicode-bidi:bidi-override; direction: rtl;}

/************************* Header *******************************/
.HeaderDark{
	color:#333;
}
.HeaderLightGrey{
	color:#666;
	margin-top:-15px;
}
.HeaderRed{
	color:#6E0D0F;
	font-size:28px;
}
.HeaderWhite{
	color:#FFF;
	text-align:center;
}
.BoldRed{
	color:#6E0D0F;
	font-weight:bold;
}

.RedHeader{
	color:#6E0D0F;
}
.RedHeaderHR{
	border-bottom-color:#CACF97;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#6E0D0F;
}
/*************************Freatured Section*******************************/
.horizFeatured{
	width:265px;
	height:400px;
	padding:7px;
	margin-bottom:10px;
	margin-right:8px;
	background-color:#E1DECF;
	border-color:#CACF97;
	border-style:solid;
	border-width:1px;
	float:left;
	display:inline;
}
.horizFeatured td{
	border-bottom-color:#CACF97;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.horizFeatured table{
	width:265px;
	margin-top:5px;
}
ul.DevelopBox{
	padding-left:0px;
	margin:5px;
}
ul.DevelopBox li{
	width:187px;
	padding:7px;
	margin-bottom:10px;
	margin-right:11px;
	background-color:#E1DECF;
	border-color:#CACF97;
	border-style:solid;
	border-width:1px;
	float:left;
	display:inline;
	list-style:none;
}
.DevelopBox td{
	border-bottom-color:#CACF97;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.DevelopBox table{
	width:187px;
	margin-top:5px;
}

.vertiFeatured{
	width:265px;
	height:550px;
	padding:7px;
	margin-bottom:10px;
	margin-right:8px;
	background-color:#E1DECF;
	border-color:#CACF97;
	border-style:solid;
	border-width:1px;
	float:left;
	display:inline;
}
.vertiFeatured td{
	border-bottom-color:#CACF97;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.vertiFeatured table{
	width:265px;
	margin-top:5px;
}
	
/*************************Property Image Section*******************************/
.imgSmall{
	border-color:#FFF;
	border-style:solid;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	
}
.imgBorderWhite{
	border-color:#FFF;
	border-style:solid;
	margin-bottom:5px;
	
}
.showBigImg{
	width:570px;
	height:380px;
	padding:5px;
	text-align:center;
	background-color:#FFF;
	border-color:#CACF97;
	border-style:solid;
	border-width:1px;
}
ul.thumbGallery{
	padding-left:0px;
	margin:5px;
}

ul.thumbGallery li{
	width:93px;
	height:61px;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#FFF;
	border-color:#CACF97;
	border-style:solid;
	border-width:1px;
	float:left;
	display:inline-block;
	list-style:none;
}
ul.thumbGallery li a:link, .thumbGallery li a:visited{
	color:#FFF;
}
ul.thumbGallery li:hover{
	background-color:#D7BE7C;
}
/*************************Right side Section*******************************/
#sidebar{
	/*float: right; */
	float:left;
	width: 260px;
	background-color:#eeede4;
	padding-right:15px;
	padding-left:5px;
	padding-bottom:15px;
	padding-top:15px;
}
.searchBoxHome{
	height:61px;
	background-image: url(../images/SearchHomeBox.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.searchBoxLandTop{
	height:61px;
	background-image:url(../images/searchLand.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.searchBoxTop{
	height:61px;
	background-image: url(../images/searchVilla.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.inquiryBoxTop{
	height:61px;
	background-image:url(../images/inquiryBox.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
	
.searchBoxMiddle{
	background-image:url(../images/boxSearch_filler.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-left:25px;
	padding-right:20px;
	margin-top:-20px;
}
.searchBoxBottom{
	height:15px;
	margin-top:-25px;
	margin-bottom:20px;
	background-image:url(../images/searchBox.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.mapBox{
	background-color:#E1DECF;
	border-color:#CACF97;
	border-style:solid;
	border-width:1px;
	width:230px;
	padding:7px;
	margin-left:8px;
	margin-bottom:10px;
	text-align:center;
}
.FlowerBoxBG{
	background-color:#E1DECF;
	background-image:url(../images/flowerLogoBG.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border-color:#CACF97;
	border-style:solid;
	border-width:1px;
	width:230px;
	padding:7px;
	margin-left:8px;
	margin-bottom:10px;
	text-align:left;
}
.InfoBox{
	background-color:#E1DECF;
	border-color:#CACF97;
	border-style:solid;
	border-width:1px;
	width:230px;
	padding:7px;
	margin-left:8px;
	margin-bottom:10px;
	text-align:left;
}
.InfoBox td{
	border-color:#CACF97;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.downloadBox{
	text-align:left;
	background-color:#E1DECF;
	border-color:#CACF97;
	border-style:solid;
	border-width:1px;
	width:190px;
	padding-left:42px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	margin-left:8px;
	margin-bottom:10px;
}
/*************************Top Section*******************************/

#header {
	background-image:url(../images/topMenu_BG.jpg);
	background-repeat:no-repeat;
	background-color:#6D0D0F;
	height:112px;
	padding-top:7px;
	padding-left:20px;
	padding-right:20px;
}
#logoBox{
	float:left;
	text-align:center;
	padding-bottom:1px;
	background-color:#6E0D0F;
	z-index:1;
	position:absolute;
	border:0px;
}
.logoBox a:link, .logoBox a:visited, .logoBox a:hover{
	border-width:0px;
	border-style:none;
}
#logoBox img{
	border-width:0px;
}
.topMenu {
	float:right;
	width:630px;
	padding-top:50px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#6E0D0F;
}
ul.topMenu {
	padding-left:0px;
}
ul.topMenu li{
	list-style:none;
	display:inline;
}
.topMenu a:link, .topMenu a:visited{
	color:#6E0D0F;
	text-decoration:none;
	padding-right:17px;
	padding-left:17px;
}
ul.topMenu li a:hover{
	border-top-style:solid;
	border-top-width:4px;
	border-top-color:#6E0D0F;
	padding-top:7px;
}
/*************************Search Results*******************************/

.Listing table{
	width:100%px;
	border-left-color:#6E0D0F;
	border-left-style:solid;
	border-left-width:1px;
	padding-left:3px;
}
.Listing td{
	border-bottom-color:#CACF97;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
table.Listing{
	background-color:#E1DECF;
	border-color:#CACF97;
	border-style:solid;
	border-width:1px;
	margin-bottom:10px;
}
/*************************Footer*******************************/
#footer p {
	margin: 0;
	padding: 10px 0;
	color:#EEEDE4;
	font-size:10px;
	text-align:center;
}
#footer {
	padding: 0 10px 0 20px;
	background-color:#6E0D0F;
	border-top-color:#C0A258;
	border-top-style:solid;
	border-top-width:3px;
} 
ul.footerMenu {
	padding-left:0px;
	color:#EEEDE4;
	text-align:center;
	padding-top:20px;
	font-size:11px;
	font-weight:bold;
}
ul.footerMenu li{
	list-style:none;
	display:inline;
}
.footerMenu a:link, .footerMenu a:visited{
	color:#EEEDE4;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
}
ul.footerMenu li a:hover{
	text-decoration:underline;
}

/*************************Floatr*******************************/
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*************************Form*******************************/
.SearchBoxListLong{
	width:200px;
}
.SearchBoxListMiddle{
	width:150px;
}
.SearchBoxListShort{
	width:90px;
}
/*************************Tell friend*******************************/
.tell_friend{
	color:#FFF;
}
