body
{
	color: #000000;
	font-family: Verdana, Tahoma, sans-serif;
	background-color: #f5f0cc;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(../images/bg_main.gif);	
	background-repeat: repeat-x;
	padding: 0px;	
	
	
	/*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 */
.BeNiceToMacIE5 {
  font-family: Verdana, Tahoma, sans-serif;
  font-family: inherit;
}

.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: #C5C7C9;	color: #C5C7C9;
}

/* ######### DONT TOUCH THESE ########## */



/*  THIS DIV CONTAINS THE WHOLE SITE */
.outer-container
{
	margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

/* container for just the left and center columns */
.inner-container {
  width: 624px;              /* width of left and centre columns */
  float: left;             /* left side of window */
  margin: 0;               /* keep flush with adjacent containers */
/*  background-color: #FFFFFF; */
}

.results-container
{
	width: 777px;
	float: right;
	margin: 0;
	background-color: #FFFFFF;
}
	

/*##### HEADER DIVS ######*/

#header {
  width: 777px;             /* full window width */
  margin: 0;
  padding-top: 0px;  padding-bottom: 0px;
  font-size: 10pt;
  background-color: #FFFFFF;
  height: 87px;
  overflow: hidden;
}

#logoContainer
{
	width: 450px;
	height: 60px;
	float: left;
	text-align: left
}

#telContainer
{
	width: 330px;
	height: 60px;
	float: right;
	text-align: right;
}

.navbarContainer
{
	width: 100%;
	height: 25px;
	position:relative;
	background-color: #000000;
	text-align: left;
	float: left;
	color:#FFFFFF;
}
	
/*##### HEADER DIVS ######*/

/* #### NAVBAR STYLES #####*/

.navmenu-out
{
	background-color: #000000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	color: #FFFFFF;
	border-right: None;
	padding-right: 2px;
	padding-left: 2px
}

.navmenu-over
{
	background-color: #000000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;	
	font-weight:normal;
	color: #f5f0cc;
	border-right: None;
	cursor: pointer;
	padding-right: 2px;
	padding-left: 2px;

}

a:link.navLink		{ color: #FFFFFF; text-decoration: none; font-size: 8pt; }
a:visited.navLink	{ color: #FFFFFF; text-decoration: none; font-size: 8pt; }
a:hover.navLink  { color: #000000; text-decoration: none; font-size: 8pt; }

/* #### NAVBAR STYLES #####*/

/* #### DEFAULT COMPONENTS ####*/

#leftHeader
{
	width: 156px;	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: 8pt;	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: 156px;              /* % of inner-container width is ~same width as right column */
            /* 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; */
}

#searchContainer{ /* USE THIS TO MOVE THE SEARCH BOX UP OR RIGHT */
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	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: 8pt;	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 */
	margin-top: 15px;
	margin-left: 15px;
	margin-right:15px;
	margin-bottom: 0px;
}

.introHeader{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	padding-bottom: 23px;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 0px;
}

.justReceived
{
	height: 20px;	position:relative; left: 0px;	top: 0px;	text-align: left;
	background-color: #E5E6E7;	font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #000000;text-indent: 15px; 
	padding-top: 5px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
	margin-bottom: 15px;
}

/* center column */
.content {
  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: 156px;	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: 8pt;	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: 126px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right:15px;
	margin-bottom: 0px;
	text-align: left;
}

/* right column */
.lettings {
  width: 156px;              /* 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; */
  height: 100%;
}

/* #### DEFAULT COMPONENTS ####*/

/* #### OUTSEARCH COMPONENTS ####*/

#outSearchHeader
{
	width: 156px;	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: 8pt;	color: #000000; text-indent: 15px; 
	margin-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
}

/* left column */
.outSearch {
  width: 156px;              /* % 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;
}

#outSearchContainer{ /* USE THIS TO MOVE THE SEARCH BOX UP OR RIGHT */
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
}

#resultsHeader
{
	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: 8pt;	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 */
	margin-top: 12px;
	margin-left: 15px;
	margin-right:15px;
	margin-bottom: 0px;
}

/* center column */
.results {
  float: right;            /* right side of inner-container */
  padding: 0;      /* some padding for readability */
  margin: 0;               /* keep flush with adjacent containers */
}

/* #### 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: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.searchField
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	width: 130px;
}

.searchButton
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background-color: #15827C;
	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-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;	
	margin: 0px;
}
.picBorderMain
{
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.picBorderMainpage
{
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;	
}


.propAddress
{
	font-family: Tahoma, Arial, Verdana, "Times New Roman", "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #005952;
}

.propDetails
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}

.propPrice
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}

.propBrief
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 15px;
}

.propBrief2
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 3px;
}

a:link.propAdd		{ font-family: Verdana, Arial, Verdana, "Times New Roman", "Trebuchet MS";
	font-size: 9pt;
	font-weight: bold;
	color: #005952; }
a:hover.propAdd  { font-family: Verdana, Arial, Verdana, "Times New Roman", "Trebuchet MS";
	font-size: 9pt;
	font-weight: bold;
	color: #005952;}
a:visited.propAdd	{ font-family: Verdana, Arial, Verdana, "Times New Roman", "Trebuchet MS";
	font-size: 9pt;
	font-weight: bold;
	color: #005952; }

a:link.fullDetails		{ font-family: Tahoma, Arial, Verdana, "Times New Roman", "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #005952; }
a:hover.fullDetails		{ font-family: Tahoma, Arial, Verdana, "Times New Roman", "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #005952; }
a:visited.fullDetails	{ font-family: Tahoma, Arial, Verdana, "Times New Roman", "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #005952; }

a:link.paging		{ font-family: Tahoma, Arial, Verdana, "Times New Roman", "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #005952; }
a:hover.paging		{ font-family: Tahoma, Arial, Verdana, "Times New Roman", "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #005952;  }
a:visited.paging	{ font-family: Tahoma, Arial, Verdana, "Times New Roman", "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #005952;  }

.galleryNav
{
	border: solid 1px #FFFFFF;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.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: 777px;             /* 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: 8pt;
  color: #000000;
  border-top: solid 1px #C5C7C9
}

.copyRight{
	width: 777px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

a:link.tweb			{ color: #FFFFFF; text-decoration: underline; font-size: 9px; height: 10px }
a:hover.tweb		{ color: #FFFFFF; text-decoration: underline; font-size: 9px; height: 10px }
a:visited.tweb		{ color: #FFFFFF; text-decoration: underline; font-size: 9px; height: 10px }

a:link.footer_text			{ color: #FFFFFF; text-decoration: underline; font-size: 9px; height: 10px }
a:hover.footer_text		{ color: #FFFFFF; text-decoration: underline; font-size: 9px; height: 10px }
a:visited.footer_text		{ color: #FFFFFF; text-decoration: underline; font-size: 9px; height: 10px }

/*#### FOOTER CONTAINER ####*/

#dhtmltooltip

{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: #FFFFE0;
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: #000000;
	color:#FFFFFF;
}

.PropCartTitle
{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 8pt;
	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: #000000;
	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;
	z-index: 99;
	left: 42%;
	top: 267px;
	width:216px;
	height:80px;
	opacity: 0.75;
	color:#FFFFFF;
}



/* *********************** */


.print-tel
{
	display:none
}

.non-print-tel
{
	display: block;
}

//* ********** GALLERY STYLES ************* */

#gallery-image-container
{
	position:relative;
}

#gallery-image
{
	position:relative;
}

#gallery-image-controls
{
	position:relative;
	top:-24px;
}

 .controls
 {
	background-color: #FFFFFF;
}


.washout { 
	opacity: 0.75;
	filter: alpha(opacity=70);
 }

@media screen{
	#page-printing-container
	{
		width:100%;
		height:100%;
		overflow:auto;
	}
	
	#print-out-logo
	{
		display:none;
	}
}

@media print 
{
	#page-printing-container
	{
			width:645px;
	}
	
	.page-break-avoid
	{
		page-break-before:auto;
	}
	
	#print-out-logo
	{
		display:block;
		page-break-before:auto;
		height:81px;
	}
	
}
.Body_Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}
 A  {
  	text-decoration : none;
  	font-weight : plain;
  }
  
  A:hover  {
  	text-decoration : none;
  	color : #666600
  }

.Top_Link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
a.Top_Link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #F5F0CC;
}
.Link_Line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #F0E09E;
}

Search_Space
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding: 10px;
	
}

.BG_Right {
	background-image: url(../images/bg_right.gif);
}
.BG_Title {
	background-image: url(../images/bg_title.gif);
	background-repeat:repeat-x;
}
.BG_Body {
	background-color: #FAF5DE;
	border-right:1px solid #005952;
	border-left:1px solid #005952;
	border-top:1px solid #005952;
	padding:10px;
}

.BG_Body2 {
	background-color: #FAF5DE;	
	border-bottom:1px solid #005952;
	border-right:1px solid #005952;
	border-left:1px solid #005952;
	padding:0px;
}

.Txt_Title_Green {
	font-family: Tahoma, Arial, Verdana, "Times New Roman", "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #005952;
}
.White_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color: #FFFFFF;
}
.Ph_No {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bg_title.gif);
}
.TxtBoxLogin{
	BORDER:#000000 1px solid;
	FONT-SIZE: 9px;
	background-color: #FFFFFF;
	FONT-FAMILY: Verdana;
	width:100px;
}.BG_Green {
	background-color: #005952;
}
.BG_FullDetails_Search {
	background-image: url(../images/bg_full_search.gif);
}
.TRactive {
	background-color: #FAF5DE;
	border-right: #005952 1px solid;
	border-bottom: #005952 1px solid;
	background-image:url(../images/greendot.gif);
	background-repeat: repeat-x;	
}
.TRinactive {
	background-color: #FFFFFF;
	border-right: #FFFFFF 1px solid;
	border-bottom: #005952 1px solid;
	
}.BG_FullDetails_Title {
	background-image: url(../images/bg_fulldetails.gif);
}
.PaddingTXT{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	
}
.TxtBoxGallery {
	border: 1px solid #FFFFFF;
	background-color:#CCCCCC
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana;
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.WhiteColor {
	background-color:#FFFFFF;
}
.LightYellow {
	background-color:#f5f0cc;
	}
	
.whitefooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;	
	color: #FFFFFF;
}

.blackborder
{
	border: solid 1px black;
	}
	
.printShow
{
	display: none;
}