body
{
  background-color: #EAEDE9;
  margin: 0px;
  font-family:Georgia, Times, "Times New Roman", serif;
}

a{   color: #AB1A43;
  text-decoration: none;
}

#headerBar, #bodyBar, #navTwo
{
	position: relative;
	width: 100%;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#navContainer
{
  position: relative;
  width: 1000px;
  margin: 0px auto;
  background-image: url(../images/bg-nav.gif);
  background-repeat: repeat-x;
  background-color: #81293D;
  height: 40px;
  font-size: 15px;
  display: block;
}

#navContainer ul, #navContainer ul li
{
  position: relative;
  list-style-type: none;
  display: block;
  margin: 0px;

}

#navContainer ul
{
  padding: 10px 0px 0px 20px;
}

#navContainer ul li
{
  display: inline;
  margin-right: 15px;
  color: white;
}

#navContainer ul li a
{
  color: #F9B0C3;
  text-decoration: none;
}

#navContainer ul li a.active
{
  color: white;
}

#navContainerTwo
{
  position: relative;
  width: 1000px;
  margin: 0px auto;
  background-image: url(../images/bg-services.gif);
  background-repeat: repeat-x;
  background-color: #d2d2d2;
  height: 34px;
  font-size: 15px;
  display: block;
}

#navContainerTwo ul, #navContainerTwo ul li
{
  position: relative;
  list-style-type: none;
  display: block;
  margin: 0px;

}

#navContainerTwo ul
{
  padding: 7px 0px 0px 20px;
}

#navContainerTwo ul li
{
  display: inline;
  margin-right: 15px;
  color: white;
}

#navContainerTwo ul li a
{
  color: #c45170;
  text-decoration: none;
}

#navContainerTwo ul li a.active
{
  color: #000000;
  background:none;
}

#headerContainer
{
	position: relative;
	width: 1000px;
	margin: 0px auto;
	height: 101px;
	background-color: white;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 24px;
	border-bottom: 1px solid #DDDDDD;
}

#bodyContainer
{
  position: relative;
  width: 1000px;
  margin: 0px auto;
}

#homePicturesContainer
{
  position: relative;
  float: left;
  width: 579px;
}

#mainImage1, #mainImage2
{
  position: absolute;
  top: 0px;
  left: 0px;
}

#mainImage1
{
  z-index: 4;
}

#mainImage2
{
  z-index: 3;
}

.clearer
{
  position: relative;
  clear: both;
  height: 0px;
  line-height: 0px;
}

#homeSearchContainer
{
	width: 391px;
	padding: 15px;
	float: right;
	position: relative;
	height: 269px;
	background-color: #CCCCCC;
	background-image: url(../images/bg-home-search.gif);
	background-repeat: repeat-x;
	overflow: auto;
}

#homeSearchContainer h1, #bodyContainer h1
{
  font-weight: normal;
  font-size: 22px;
  color: #AB1A43;
  margin: 0px;
}

#bodyContainer h1
{
  font-size: 30px;
}

#bodyContainer h2
{
    font-weight: normal;
  font-size: 22px;
  color: #AB1A43;
  margin: 0px;
}

#homeSearchViewAllLink
{
  float: right;
  color: #AB1A43;
  margin-top: 5px;
}

#homeSearchContainer label
{
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}

#homeSearchContainer input.homeSearchField
{
  padding: 4px;
  border: 1px solid #dddddd;
}

input.homeSearchButton
{
  position: relative;
  display: block;
  border: 0px;
  margin-top: 25px;
  float: right;
}

input.long
{
  width: 340px;
}

input.short
{
  width: 175px;
}

.homeSearchContainerHalfWidth
{
  float: left;
  width: 187px;
}

#footerBar
{
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
}

#homeSearchOtherBoxes
{
  position: absolute;
  top: 255px;
  font-size: 14px;
}

#homeSearchOtherBoxes a
{
  color: #AB1A43;
}

.bodyText
{
  padding: 20px;
}

.bodyText a
{
color: #AB1A43;
}

.homeBodyText
{
  padding-top: 0px;
  width: 538px;
  border-right: 1px solid #DDDDDD;
}

.homeBodyTextRight
{
  float: right;
  width: 380px;
}

.homeBodyTextRight ul, .homeBodyTextRight li
{
  list-style-type: none;
  margin: 12px 0px;
  padding: 0px;
}

.homeBodyTextRight ul
{
  margin-top: 16px;
}

#footerContainer
{
	color: #999999;
	font-size: 14px;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	height: 76px;
	background-color: #AB1A43;
	background-image: url(../images/bg-footer-container.gif);
	background-repeat: repeat-x;
}

.date
{
  color: #999999;
}

.blogThumb
{
  float: right;
  border: 1px solid #dddddd;
  margin-left: 20px;
}

.blogListing
{
  position: relative;
  padding: 10px 0px;
}

#footerAddress
{
  float: right;
  text-align: right;
  color: white;
  font-size: 13px;
  line-height: 18px;
  padding-right: 20px;
  padding-top: 20px;
}

.pagesIndex
{
  float: right;
  text-align: right;
  width: 300px;
  padding: 5px 0px;
}

#picturesContainer
{
  float: right;
  width: 300px;
  margin-left: 30px;
}

.picture
{
  background-color: #AB1A43;
  text-align: center;
  border: 1px solid #AB1A43;
  margin-bottom: 30px;
}

.picture .caption
{
  padding: 5px;
  color: white;
}

#searchResults dl
{
  border: 1px solid #7E2A3D;
}

#searchResults dl dt, #searchResults dl dt a, #searchResults dl dt a:hover
{
  background-color: #7E2A3D;
  color: white;
}

#searchResults dl dd
{
  font-size: 14px;
}

dd strong
{
  color: #7E2A3D;
  font-size: 14px;
}

#searchResults dl dd span.moredetails a
{
  color: #7E2A3D;
}

#searchResults dl dd .adfooter .contact
{
  display: none;
}

#searchResults dl dd a, #searchResults dl dd a:hover
{
  color: #7E2A3D;
}

.propertiesButton{
float:left;
margin:auto;
}



/*tabs for search results page*/
.container {width: 500px; margin: 10px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

/* css for search suggest*/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}


.ac_odd {
	background-color: #eee;
}


