/* ########## IMPORTS */

/* ######### */
html {height:100%}

a:link		{ color: #9F2535; background-color:inherit; font-size: 100%; text-decoration: none; }
a:visited	{ color: #9F2535; background-color:inherit; font-size: 100%; text-decoration: none; }
a:hover		{ color: #9F2535; background-color:inherit; font-size: 100%; text-decoration: none; }
a:focus		{ color: #9F2535; background-color:inherit; font-size: 100%; text-decoration: none; }

body
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	height:100%;
	background-image:url(images/entry_bg_ver.gif);
	background-repeat: repeat-x;
	/*background-image: url('../images/structure/bg.gif'); background-repeat: repeat-y repeat-x;*/
	
}

/* ######### DONT TOUCH THESE ########## */

/* hide these rules from CSS-challenged browsers */
@media screen, projection {
/* below exploits a parsing error so @media rules will be visible to MacIE5 */

.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}
} /* end media screen rules */

/* rules for WinIE only */
@media screen, projection {
* html .clear {
  display: none;           /* prevent excessive gap at div bottom in WinIE5 */
}
} /* end WinIE only rules */

form{
	margin: 0px;
	padding: 0px;
}

hr
{
	width: 100%; height: 1px; background-color: inherit ;	color: #C5C7C9;
}

select
{
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 8pt;
}

/* ######### DONT TOUCH THESE ########## */



/*  THIS DIV CONTAINS THE WHOLE SITE */
.outer-container
{
	width: 778px;
	margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;
	background-color: #FFFFFF;
	color:inherit;
	border-bottom: solid 1px #FFFFFF;
}

/* container for just the left and center columns */
.inner-container {
  width: 623px;              /* width of left and centre columns */
  float: left;             /* left side of window */
  margin: 0;               /* keep flush with adjacent containers */
  background-color: #FFFFFF;
  color:inherit;
}

.results-container
{
	width: 778px;
	float: right;
	margin: 0;
	background-color: #FFFFFF;
	color:inherit;
}
	

/*##### HEADER DIVS ######*/

#header {
  width: 778px;             /* full window width */
  margin: 0;
  padding-top: 0px;  padding-bottom: 0px;
  font-size: 110%;
  background-color: #FFFFFF;
  color:inherit;
  overflow: hidden;
}

#logoContainer
{
	width: 449px;
	height: 60px;
	float: left;
	text-align: left
}

#telContainer
{
	width: 329px;
	height: 60px;
	float: right;
	text-align: right;
}

.navbarContainer
{
	width: 100%;
	position:relative;
	color:inherit;
	background-color: #84221E;
	border-bottom: 1px solid #C5C7C9;
	border-top: 1px solid #C5C7C9;
	text-align: left;
	float: left;
}
	
/*##### HEADER DIVS ######*/

/* #### NAVBAR STYLES #####*/

.navMenuOutHome
{
	font-family: Verdana, Tahoma, sans-serif;
	color: #2C2A2A;
	border-right: 1px solid #C5C7C9;
	padding-right: 20px;	
}

.navMenuOverHome
{
	font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	border-right: 1px solid #C5C7C9;
	cursor: pointer;
	padding-right: 20px;
	background-color: #F2DEED
}


.navMenuOut
{
	background-color: #DBC7C7;
	font-family: Verdana, Tahoma, sans-serif;
	color: #2C2A2A;
	padding-right: 20px;
}

.navMenuOver
{
	background-color: #DBC7C7;
	font-family: Verdana, Tahoma, sans-serif;
	color: #911424;
	cursor: pointer;
	padding-right: 20px;
	background-color: #F2DEED
}

a:link.navLink		{ color: #2C2A2A; background-color:inherit; font-size: 80%; text-decoration: none; text-transform: uppercase; }
a:visited.navLink	{ color: #2C2A2A; background-color:inherit; font-size: 80%; text-decoration: none; text-transform: uppercase; }
a:hover.navLink		{ color: #2C2A2A; background-color:inherit; font-size: 80%; text-decoration: none; text-transform: uppercase; }
a:focus.navLink		{ color: #2C2A2A; background-color:inherit; font-size: 80%; text-decoration: none; text-transform: uppercase; }


/* #### NAVBAR STYLES #####*/

/* #### DEFAULT COMPONENTS ####*/

#leftHeader
{
	width: 155px;	height: 25px;	position: relative; left: 0px;	top: 0px;	text-align: left;
	background-color: #E5E6E7;	border-bottom: 1px solid #C5C7C9;	
	font-family: Verdana, Tahoma, sans-serif; font-size: 100%;	color: #000000; text-indent: 15px; 
	margin-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
}

.headerText
{
	position: relative; top: 5px;
}

/* left column */
.search {
  width: 155px;              /* % of inner-container width is ~same width as right column */
  float: left;             /* left side of inner-container */
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;    /* space from window edge (IE messes up with margin, so use padding) */
  background-color: #FFFFFF;
  color: inherit;
}

#searchContainer{ /* USE THIS TO MOVE THE SEARCH BOX UP OR RIGHT */
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-align: left;
}


#centerHeader
{
	width: 466px;	height: 25px;	position:relative; left: 0px;	top: 0px;	text-align: left;
	background-color: #E5E6E7;	border-bottom: 1px solid #C5C7C9;  
	font-family: Verdana, Tahoma, sans-serif; font-size: 100%;	color: #000000;text-indent: 15px; 
	padding-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
}

#centerContainer{ /* USE THIS TO MOVE THE NEW INSTRUCITONS BOX UP OR RIGHT */
	width: 436px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right:15px;
	margin-bottom: 0px;
}

.introHeader{ 
	margin-bottom: 15px;
	height: 40px;
	overflow: hidden;
	width: 100%;
	text-align: left;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color:inherit;
}

.justReceived
{
	height: 20px;	position:relative; left: 0px;	top: 0px;	text-align: left;
	background-color: #E5E6E7;	font-family: Verdana, Tahoma, sans-serif; font-size: 100%;	color: #000000;text-indent: 15px; 
	padding-top: 5px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
	margin-bottom: 15px;
}

/* center column */
.content {
  width: 466px;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  padding: 0;      /* some padding for readability */
  margin: 0;               /* keep flush with adjacent containers */
  border-right: solid 1px #C5C7C9;   border-left: solid 1px #C5C7C9;
}

#rightHeader
{
	width: 155px;	height: 25px;	position:relative; left: 0px;	top: 0px;	text-align: left;
	background-color: #E5E6E7;	border-bottom: 1px solid #C5C7C9;	
	font-family: Verdana, Tahoma, sans-serif; font-size: 100%;	color: #000000; text-indent: 15px; 
	padding-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
}

#rightContainer{ /* USE THIS TO MOVE THE LETTINGS BOX UP OR RIGHT */
	width: 125px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right:15px;
	margin-bottom: 0px;
	text-align: left;
}

/* right column */
.lettings {
  width: 155px;              /* a little less than available 24% */
  float: right;            /* right side of window */
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;      /* some space from right window edge */
  background-color: #FFFFFF;
  color:inherit;
  height: 100%;
}

/* #### DEFAULT COMPONENTS ####*/

/* #### SIMPLE OUTSEARCH COMPONENTS ####*/

#outSearchHeader
{
	width: 155px;	height: 25px;	position: relative; left: 0px;	top: 0px;	text-align: left;
	background-color: #E5E6E7;	border-bottom: 1px solid #C5C7C9;	
	font-family: Verdana, Tahoma, sans-serif; font-size: 100%;	color: #000000; text-indent: 15px; 
	margin-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
}

/* left column */
.outSearch {
  width: 155px;              /* % of inner-container width is ~same width as right column */
  float: left;             /* left side of inner-container */
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;    /* space from window edge (IE messes up with margin, so use padding) */
  background-color: #FFFFFF;
  color:inherit;
}

#outSearchContainer{ /* USE THIS TO MOVE THE SEARCH BOX UP OR RIGHT */
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-align: left;
}

#resultsHeader
{
	width: 622px;	height: 25px;	position:relative; left: 0px;	top: 0px;	text-align: left;
	background-color: #E5E6E7;	border-bottom: 1px solid #C5C7C9;  
	font-family: Verdana, Tahoma, sans-serif; font-size: 100%;	color: #000000;text-indent: 15px; 
	padding-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
}

#resultsContainer{ /* USE THIS TO MOVE THE RESULTS UP OR RIGHT */
	width: 592px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right:15px;
	margin-bottom: 0px;
}

/* center column */
.results {
  width: 622px;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  padding: 0;      /* some padding for readability */
  margin: 0;               /* keep flush with adjacent containers */
  border-left: solid 1px #C5C7C9;
}

/* #### SIMPLE OUTSEARCH COMPONENTS ####*/

/* #### SIMPLE OUTSEARCH COMPONENTS ####*/

#outSearchHeader
{
	width: 155px;	height: 25px;	position: relative; left: 0px;	top: 0px;	text-align: left;
	background-color: #E5E6E7;	border-bottom: 1px solid #C5C7C9;	
	font-family: Verdana, Tahoma, sans-serif; font-size: 100%;	color: #000000; text-indent: 15px; 
	margin-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
}

/* left column */
.outSearch {
  width: 155px;              /* % of inner-container width is ~same width as right column */
  float: left;             /* left side of inner-container */
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;    /* space from window edge (IE messes up with margin, so use padding) */
  background-color: #FFFFFF;
  color:inherit;
}

#outSearchContainer{ /* USE THIS TO MOVE THE SEARCH BOX UP OR RIGHT */
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-align: left;
}

#resultsHeader
{
	width: 622px;	height: 25px;	position:relative; left: 0px;	top: 0px;	text-align: left;
	background-color: #E5E6E7;	border-bottom: 1px solid #C5C7C9;  
	font-family: Verdana, Tahoma, sans-serif; font-size: 100%;	color: #000000;text-indent: 15px; 
	padding-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
}

#resultsContainer{ /* USE THIS TO MOVE THE RESULTS UP OR RIGHT */
	width: 592px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right:15px;
	margin-bottom: 0px;
}

/* center column */
.results {
  width: 622px;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  padding: 0;      /* some padding for readability */
  margin: 0;               /* keep flush with adjacent containers */
  border-left: solid 1px #C5C7C9;
}

/* #### SIMPLE OUTSEARCH COMPONENTS ####*/

/* #### ADVANCED OUTSEARCH COMPONENTS ####*/

#outSearchHeaderAdv
{
	width: 240px;	height: 25px;	position: relative; left: 0px;	top: 0px;	text-align: left;
	background-color: #E5E6E7;	border-bottom: 1px solid #C5C7C9;	border-top: 1px solid #C5C7C9; 	
	font-family: Verdana, Tahoma, sans-serif; font-size: 100%;	color: #000000; text-indent: 15px; 
	margin-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
}

.outSearchFormHeader
{
	width: 100%;	height: 25px;	position: relative; left: 0px;	top: 0px;	text-align: left;
	background-color: #E5E6E7;	border-bottom: 1px solid #C5C7C9; 
	font-family: Verdana, Tahoma, sans-serif; font-size: 100%;	color: #000000; text-indent: 15px; 
	margin-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
}

/* left column */
.outSearchAdv {
  width: 240px;              /* % of inner-container width is ~same width as right column */
  float: left;             /* left side of inner-container */
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;    /* space from window edge (IE messes up with margin, so use padding) */
  background-color: #FFFFFF;
  color:inherit;
}

#outSearchContainer{ /* USE THIS TO MOVE THE SEARCH BOX UP OR RIGHT */
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-align: left;
}

#outSearchContainerAdv
{
	padding: 15px;
	text-align: left;
}

#resultsHeaderAdv
{
	width: 537px;	height: 25px;	position:relative; left: 0px;	top: 0px;	text-align: left;
	background-color: #E5E6E7;	border-bottom: 1px solid #C5C7C9; border-top: 1px solid #C5C7C9;  
	font-family: Verdana, Tahoma, sans-serif; font-size: 100%;	color: #000000;text-indent: 15px; 
	padding-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
}

#resultsContainerAdv{ /* USE THIS TO MOVE THE RESULTS UP OR RIGHT */
	width: 507px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right:15px;
	margin-bottom: 0px;
}

/* center column */
.resultsAdv {
  width: 537px;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  padding: 0;      /* some padding for readability */
  margin: 0;               /* keep flush with adjacent containers */
  border-left: solid 1px #C5C7C9;  
}

#resultsSearch
{
	width: 778px; text-align: center;
	background-color: #FFFFFF;
}

.resultsSearchHolder
{
	padding: 15px;
}

/* #### ADVANCED OUTSEARCH COMPONENTS ####*/

/* #### FULL DETAILS COMPONENTS - MOST OF WHICH ARE THE SAME AS OUTSEARCH ####*/


/* #### FULL DETAILS COMPONENTS - MOST OF WHICH ARE THE SAME AS OUTSEARCH ####*/

/* #### SEARCH BOX STYLES ####*/

.searchTable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; margin-bottom: 20px;
	color: #000000;
}

#homeQuickSearch .searchTable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; padding-right: 20px;
	color: #000000;
}

.searchField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	width: 115px;
}

.searchFieldSub
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #000000;
}

.searchButton
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #E5E6E7;
	border-top: solid 1px #C5C7C9;
	border-left: solid 1px #C5C7C9;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	width: 130px;
}
/* #### SEARCH BOX STYLES ####*/

/*#### RE-USEABLE STYLES ####*/

.picBorder
{
	border: solid 1px #000000;
}

.propAddress
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	color: #84221E;
	background-color:inherit;
	font-weight: bold;
}

.propDetails
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}

.propPrice
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:inherit;
	color: #000000;
	font-weight: bold;
}

.propBrief
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:inherit;
}

.propAdd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #84221E;
	background-color:inherit;
	text-decoration: none;
	font-weight: bold;
}
a:link.propAdd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #84221E;
	background-color:inherit;
	text-decoration: none;
	font-weight: bold;
}
a:hover.propAdd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #84221E;
	background-color:inherit;
	text-decoration: none;
	font-weight: bold;
}
a:visited.propAdd	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #84221E;
	background-color:inherit;
	text-decoration: none;
	font-weight: bold;
}

.RedBG

{
	background-image: url(../Images/redBG.gif);
	background-repeat:repeat-x;
	
	}

.fullDetails		{ color: #84221E; background-color:inherit; text-decoration: none; font-size: 100%; height: 10px }
a:link.fullDetails		{ color: #84221E; background-color:inherit; text-decoration: none; font-size: 100%; height: 10px }
a:hover.fullDetails		{ color: #84221E; background-color:inherit; text-decoration: none; font-size: 100%; height: 10px }
a:visited.fullDetails	{ color: #84221E; background-color:inherit; text-decoration: none; font-size: 100%; height: 10px }

.paging {
	font-family: Arial, Helvetica, sans-serif;
	color: #862929;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-right: #F6EDED 1px solid;
	width: 15px;
	display:block;
	height: 20px;
	line-height: 20px;
}
a:link.paging		{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.paging		{
	font-family: Arial, Helvetica, sans-serif;
	color: #862929;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFFFF;
	border-right: #9F2535 1px solid;
}
a:visited.paging	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.paging-normalpagecell {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.paging-selectedpagecell {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.paging-selectedpagecellover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.paging-normalpagecellover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.paging-nextsetcell {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.paging-nextsetcellover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:inherit;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.paging-selectedpagemouseover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.paging-normalpagemouseover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.paging-nextsetmouseover{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


.galleryNav
{
	border: solid 1px #FFFFFF;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color:inherit;
}

.hr
{
	background-color:#C5C7C9;
	color: #C5C7C9;
}

ul
	{
		margin-left: 0px;
		padding-left: 0px;
		list-style: none;
		line-height: 150%;
		margin-top: 0px;
		margin-bottom: 0px;
	}

li
	{
		padding-left: 10px;
		padding-top: 0px;
		background-image: url('../images/structure/bullet.gif');
		background-repeat: no-repeat;
		background-position: 0 6px;		
	}

/*#### RE-USEABLE STYLES ####*/

/*#### FOOTER CONTAINER ####*/

.footer {
  clear: both;             /* below all columns */
  width: 778px;             /* full window width */
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #FFFFFF;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 100%;
  color: #000000;
  border-top: solid 1px #C5C7C9
}

.copyRight{
	padding-bottom: 10px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:inherit;
}

.innerCopyright
{
	background-image: url('../images/structure/footerBack.gif');
	background-repeat: repeat-y;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link.tweb			{ color: #000000; background-color:inherit; text-decoration: underline; font-size: 100%; height: 10px }
a:hover.tweb		{ color: #000000; background-color:inherit; text-decoration: underline; font-size: 100%; height: 10px }
a:visited.tweb		{ color: #000000; background-color:inherit; text-decoration: underline; font-size: 100%; height: 10px }

/*#### FOOTER CONTAINER ####*/

#dhtmltooltip

{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: #FFFFE0;
color: inherit;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}


/* PROPERTY CART STYLES */

.PropCartFrame
{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	background-color: #7D2E48;
	color: inherit;
}

.PropCartTitle
{
	background-color: #84221E;
	color: #FFFFFF;
	font-size: 100%;
	font-family: Verdana, Tahoma, sans-serif;
}


.PropCartBottom
{
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

.PropertyCartHide
{
	display:none;
}


.PropertyCartMessage
{
	position:absolute;
	background-color: #84221E;
	color: #FFFFFF;
	z-index: 100;
	left: 41%;
	top: 260px;
	width:220px;
	height:80px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	
}

.propMessage
{
	background-color: #FFFFFF;
	color: #000000;
}

.PropertyCartBK
{
	position:absolute;
	background-color: #000000;
	color: inherit;
	z-index: 99;
	left: 42%;
	top: 267px;
	width:216px;
	height:80px;	
}



/* *********************** */


.print-tel
{
	display:none
}

.non-print-tel
{
	display: block;
}

.noSpace
{
	margin: 0px; padding: 0px;
}

.selectBox
{
	z-index: 1;
}

.pointer
{
	cursor: pointer;
}
.SiteHeader {
	background-color: #9F2535;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8A6AD;
}
.LeftColum {
	background-color: #F2E4E4;
	height: 100%;
}
.LeftColumDark {
	background-color: #DBC7C7;
	padding-right: 20px;
}
.TitleBg {
	background-color: #F6EDED;
}
.RightColum {
	background-color: #F1E4E4;
}
.RightColumRight {
	background-color: #F1E4E4;
	background-image: url(../Images/right-top.gif);
	background-repeat: repeat-x;
}
.TblHeight {
	height: 100%;
}
.SearchResultBg {
	background-color: #F9F9F9;
	height: 100%;
}
.SearchResultBot {
	background-color: #E5DADA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C78D94;
}
.SearchResultPading {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.BottomBg {
	background-color: #F6EDED;
}
.BottomBgLeft {
	background-color: #EBDBDB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2E4E4;
}
.HeaderTitle {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9F2535;
	text-decoration: none;
}
.RefText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #292929;
	text-decoration: none;
}
.IconBg {
	background-color: #DBC7C7;
}
.Description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #DBC7C7;
	padding-left: 10px;
}
.PhotoExtraThumbBg {
	background-color: #F2E4E4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D299A0;
}
.HomeLeftBg {
	background-repeat: repeat-x;
	background-color: #DBC7C8;
}
.HomeRightBg {
	background-repeat: repeat-x;
	background-color: #EDE3E2;
}
.QsearchBg {
	background-color: #F9F3F3;
}
.HomeBotBg {
	background-color: #F2DEED;
}
.WhiteBg {
	background-color: #FFFFFF;
}
.HomeMidBg {
	background-color: #F9F3F3;
}
.DarkColor {
	background-color: #9F2535;
}

/*#### SITEMAP ####*/

.sitemap_bg
{
	background-color: #FFFFFF; margin: 10px; padding-bottom: 20px; padding-left: 20px;
	border-top: solid 1px #9F2535; border-bottom: solid 1px #9F2535;	
}

.headerItems
{
	background-color: #9F2535;	
}

.footerItems
{
	background-color: #F1E4E4;
}

.textregion
{
	padding:10px; font-size: 7pt;	
}

