/* ########## IMPORTS */



/* ######### */
html{
	height:100%;
}
body
{
	color: #000000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	background-color: #C68073;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	background-image: url(../Images/bg-home.gif);
	background-repeat: repeat-x;
	height:100%;

	background-color: #DCB1A9;
	background-image: url(Images/bg-sub.gif);
	background-repeat: 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: 90%; height: 1px; background-color: FFFFFF ;	color: #FFFFFF;
}

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;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-right: 15px;
}

.navMenuOverHome
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #9E250E;
	cursor: pointer;
	text-transform: uppercase;
	padding-right: 15px;
}



.navMenuOut
{
	background-color: #C17465;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-right: 15px;
}

.navMenuOver
{
	background-color: #C17465;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #9E250E;
	cursor: pointer;
	text-transform: uppercase;
	padding-right: 15px;
}

a:link.navLink		{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-size: 11px; }
a:visited.navLink	{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-size: 11px; }
a:hover.navLink		{ color: #9E250E; background-color:inherit; text-decoration: none; font-size: 11px; }
a:focus.navLink		{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-size: 11px; }

.navLinkBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

a:link.navLinkBold	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
a:visited.navLinkBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
a:hover.navLinkBold	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#9E250E;
}
a:focus.navLinkBold	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}


/* #### 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: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
}

.searchField
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	width: 129px;
}
.searchFieldAV
{
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #DCB1A9;
	border: 1px solid #9E250E;
}

.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: arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color:inherit;
	font-weight: bold;
}

.propDetails
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.formDetails
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.propPrice
{
	font-family: arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	background-color:inherit;
	color: #FFFFFF;
	font-weight: bold;
}
.propTimes
{
	font-family:Times New Roman;
	font-size: 12pt;
	background-color:inherit;
	color: #FFFFFF;
	font-weight: bold;
}

.propBrief
{
	width: 100%;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color:inherit;
}
.propAdd {
	font-family: arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color:inherit;
	font-weight: bold;
}

a:link.propAdd		{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-weight: bold; font-size: 11px; }
a:hover.propAdd  { color: #FFFFFF; background-color:inherit; text-decoration: none; font-weight: bold; font-size: 11px; }
a:visited.propAdd	{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-weight: bold; font-size: 11px; }

a:link.propTimes		{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-weight: bold; font-size: 12pt; font-family:Times New Roman; }
a:hover.propTimes  { color: #FFFFFF; background-color:inherit; text-decoration: none; font-weight: bold; font-size: 12pt; font-family:Times New Roman; }
a:visited.propTimes	{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-weight: bold; font-size: 12pt; font-family:Times New Roman; }

.fullDetails {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}
a:link.fullDetails {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}
a:hover.fullDetails	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}
a:visited.fullDetails {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}

a:link.paging		{ color: #DEB6AF; background-color:inherit; text-decoration: none; font-size: 10px; }
a:hover.paging		{ color: #DEB6AF; background-color:inherit; text-decoration: none; font-size: 10px; }
a:visited.paging	{ color: #DEB6AF; background-color:inherit; text-decoration: none; font-size: 10px; }
.paging { font-family: Verdana, Tahoma, sans-serif;color: #DEB6AF; background-color:inherit; font-size: 100%; }
.paging-normalpagecell { background-color: white }
.paging-selectedpagecell { background-color: White}
.paging-selectedpagecellover { background-color: Black }
.paging-normalpagecellover { background-color: blue} 
.paging-nextsetcell { background-color:White}
.paging-nextsetcellover {background-color: green }
.paging-selectedpagemouseover {font-weight:bold;color:white; font-size:10px; }
.paging-normalpagemouseover {color:White}
.paging-nextsetmouseover{color:White}


.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;
}


.ulHome {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #BB6757;
	text-decoration: none;
}

ul
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

li
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px;

	}

/*#### RE-USEABLE STYLES ####*/

/*#### FOOTER CONTAINER ####*/

.footer {
  clear: both;             /* full window width */
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #F1E0DD;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #9E250E
}

.footer2 {
  clear: both;             /* full window width */
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #F1E0DD;
  font-family: Tahoma, Times, serif;
  font-size: 10px;
  color: #000000
}

.copyRight{
	width: 780px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color:inherit;
}

a:link.tweb			{ color: #000000; background-color:inherit; text-decoration: underline; font-size: 12pt; font-family:Times New Roman; }
a:hover.tweb		{ color: #9E250E; background-color:inherit; text-decoration: underline; font-size: 12pt; font-family:Times New Roman; }
a:visited.tweb		{ color: #000000; background-color:inherit; text-decoration: underline; font-size: 12pt; font-family:Times New Roman; }

a:link.tweb2			{ color: #9E250E; background-color:inherit; text-decoration: underline; font-size: 12pt; ;font-family:Times New Roman; }
a:hover.tweb2		{ color: #9E250E; background-color:inherit; text-decoration: underline; font-size: 12pt; ;font-family:Times New Roman; }
a:visited.tweb2		{ color: #9E250E; background-color:inherit; text-decoration: underline; font-size: 12pt; ;font-family:Times New Roman; }

/*#### 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;
}
.TblHeight {
	height: 100%;
}
.BrownBg {
	background-color: #9E250E;
}
.WhiteLightHome {
	background-color: #E2BDB6;
}
.WhiteHome {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 21px;
	padding-bottom: 14px;
	padding-left: 17px;
}
.BodyTxtHome {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
	color: #D4ACA5;
	text-decoration: none;
	line-height: 10px;
	padding-right: 10px;
}
.HomeBullet {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #BB6757;
	text-decoration: none;
	line-height: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.LinksBg {
	background-color: #C17465;
}
.SubTitleBg {
	background-image: url(../Images/title-curve-bg.gif);
	background-repeat: no-repeat;
}
.SearchResultContent {
	background-image: url(../Images/searchresult-bg.gif);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9E250E;
	padding-left: 13px;
}
.SearchResultContentOver {
	background-image: url(../Images/searchresult-bg-over.gif);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9E250E;
	padding-left: 13px;
}
.SearchResultLeftPhoto {
	background-image: url(../Images/search-right-img.jpg);
	background-repeat: repeat-y;
}
.SearchResultHomeLeftPhoto {
	background-image: url(../Images/search-hotel-right.jpg);
	background-repeat: repeat-y;
}
.TitleHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.SubTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AF4A38;
	padding: 15px;
}
.FullDetailBgColorOne {
	background-color: #AE4A37;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.FullDetailBgColorOneNormalText {
	background-color: #AE4A37;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 20px;
}

.FullDetailBgColorTwo {
	background-color: #BC6959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
}
.FullDetailBgColorTwoNormalText {
	background-color: #BC6959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}
.IconsTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.IconsTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9E250E;
	text-decoration: none;
}
.FDText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 10px;
}

html>body .hotels{
	background-image: url('../images/hotelclick.png');
	
}

* html .hotels {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/hotelclick.png');
	
}		

html>body .carehomes{
	background-image: url('../images/carehomesclick.png');
	
}

* html .carehomes {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/carehomesclick.png');
	
}	


html>body .hotelsover{
	background-image: url('../images/hotelclick_over.png');
	
}

* html .hotelsover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/hotelclick_over.png');
	
}		

html>body .carehomesover{
	background-image: url('../images/carehomesclick_over.png');
	
}

* html .carehomesover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/carehomesclick_over.png');
	
}	

.pointer
{
	cursor:hand;}

}		

html>body .leftarrow{
	background-image: url('../images/structure/leftarrow.png');
	
}

* html .leftarrow {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/structure/leftarrow.png');
	
}			

html>body .rightarrow{
	background-image: url('../images/structure/rightarrow.png');
	
}

* html .rightarrow {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/structure/rightarrow.png');
	
}	

.mainimage	
{
	display:block;
	}