body
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #ffcc00;
}
 A  {
  	text-decoration : none;
  	font-weight : plain;
  }
  
  A:hover  {
  	text-decoration : none;
  	color : #666600;
}

/* ######### 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: 0 px;
	padding: 0 px;
}

hr
{
	width: 100%; height: 1px; background-color: #000000;	color: #000000;
}

/* ######### DONT TOUCH THESE ########## */



/*  THIS DIV CONTAINS THE WHOLE SITE */
.outer-container
{
	margin: 0px;
}

/* container for just the left and center columns */
.inner-container {
  width: 595px;              /* width of left and centre columns */
  float: left;             /* left side of window */
  margin: 0;               /* keep flush with adjacent containers */
}

.results-container
{
	float: right;
	margin: 0;
}
	

/*##### HEADER DIVS ######*/

#header {
  width: 779px;             /* 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: 779px;
	text-align: left;
	float: left;
	background-image: url('../images/bg_nav.gif');
	background-repeat:repeat-x;
	background-color:Fuchsia;
}
	
/*##### HEADER DIVS ######*/

/* #### NAVBAR STYLES #####*/

.navMenuOut
{
    background-image: url('../images/bg_nav.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
}

.NavMenuOver
{
	background-image: url('../images/bg_nav_over.gif');
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
}

.navTopLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.navTopLink {
	color: #FFCC00;
}



a.navLink:link		{ color: #FFFFFF; text-decoration: none; font-size: 8pt; }
.HomeMidPadding {
	padding: 20px;
}

a.navLink:visited	{ color: #FFFFFF; text-decoration: none; font-size: 8pt; }
a.navLink:hover  { color: #ffcc00; text-decoration: none; font-size: 8pt; }

/* #### NAVBAR STYLES #####*/

/* #### DEFAULT COMPONENTS ####*/

#leftHeader
{
left: 0px;	top: 0px;	text-align: left;
	font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #000000; 
	margin-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
}

.headerText
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #333300;
	text-decoration: none;
	background-color: #ffeea8;
	vertical-align: middle;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	
}
.HeaderSub {
	font-family: Windsor;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #ffeea8;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}

/* left column */
.search {
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;      /* some space from right window edge */

}

#searchContainer{ /* USE THIS TO MOVE THE SEARCH BOX UP OR RIGHT */
	padding: 0px;
}


#centerHeader
{
	position:relative;
	text-align: left;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 372px;
}

#centerContainer{ /* USE THIS TO MOVE THE NEW INSTRUCITONS BOX UP OR RIGHT */
	margin: 0px;
	width: 392px;
}

/* center column */
.content {
  float: right;            /* right side of inner-container */
  padding: 0;      /* some padding for readability */
  margin: 0;
}

#rightHeader
{
	width: 122px;	position:relative;	text-align: left;
	font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #000000; 
	padding-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
}

#rightContainer{ /* USE THIS TO MOVE THE LETTINGS BOX UP OR RIGHT */
	width: 122px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right:15px;
	margin-bottom: 0px;
	text-align: left
}

/* right column */
.lettings {
  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) */
}

/* #### DEFAULT COMPONENTS ####*/

/* #### OUTSEARCH COMPONENTS ####*/

#outSearchHeader
{
	width: 156px;	height: 25px;	position: relative; left: 0px;	top: 0px;	text-align: left;
	font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #000000; 
	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;
}

#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;
	font-family: Verdana, Tahoma, sans-serif; font-size: 8pt;	color: #000000; 
	padding-top: 0px;	padding-bottom: 0px;	padding-left: 0px;	padding-right: 0px;
}

#resultsContainer{ /* USE THIS TO MOVE THE RESULTS UP OR RIGHT */
	margin: 0px;
}

/* center column */
.results {
  padding: 0;      /* some padding for readability */
  margin: 0;
}

/* #### 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: 8pt;
	color: #000000;
	padding-right: 0px;
	padding-left: 0px;
}

.searchField
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	width: 118px;
}

.searchButton
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	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;
	margin-top: 8px;
	margin-bottom: 8px;
}

.propAddress
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}

.propDetails
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}

.propPrice
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}

.propBrief
{
	width: 100%;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #392f14;
	line-height: 16px;
}

a.propAdd:link		{ color: #000000; text-decoration: none; font-weight: bold; font-size: 8pt; }
a.propAdd:hover  { color: #000000; text-decoration: none; font-weight: bold; font-size: 8pt; }
a.propAdd:visited	{ color: #000000; text-decoration: none; font-weight: bold; font-size: 8pt; }

a.fullDetails:link		{ color: #000000; text-decoration: none; font-size: 8pt; height: 10px }
a.fullDetails:hover		{ color: #000000; text-decoration: none; font-size: 8pt; height: 10px }
a.fullDetails:visited	{ color: #000000; text-decoration: none; font-size: 8pt; height: 10px }

a.default:link		{ color: #000000; text-decoration: underline; font-size: 8pt; height: 10px }
a.default:hover		{ color: #000000; text-decoration: underline; font-size: 8pt; height: 10px }
a.default:visited	{ color: #000000; text-decoration: underline; font-size: 8pt; height: 10px }

a.paging:link		{ color: #000000; text-decoration: none; font-size: 8pt; font-weight:bold; }
a.paging:hover		{ color: #000000; text-decoration: none; font-size: 8pt; font-weight:bold; }
a.paging:visited	{ color: #000000; text-decoration: none; font-size: 8pt; font-weight:bold; }

.galleryNav
{
	border: solid 1px #FFFFFF;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.hr
{
	background-color: #000000;
	color: #000000;
}

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: 779px;             /* 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: 779px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

a.tweb:link			{ color: #FFFFFF; text-decoration: underline; font-size: 8pt; height: 10px }
a.tweb:hover		{ color: #FFFFFF; text-decoration: underline; font-size: 8pt; height: 10px }
a.tweb:visited		{ color: #FFFFFF; text-decoration: underline; font-size: 8pt; height: 10px }

a.entry:link		{ color: #FFFFFF; text-decoration: underline; font-size: 10pt; font-family: Verdana, Tahoma, Arial }
a.entry:hover		{ color: #FFFFFF; text-decoration: underline; font-size: 10pt; font-family: Verdana, Tahoma, Arial }
a.entry:visited		{ color: #FFFFFF; text-decoration: underline; font-size: 10pt; font-family: Verdana, Tahoma, Arial }

/*#### 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: #7D2E48;
}

.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;
}



/* *********************** */


.print-tel
{
	display: none;
}

.non-print-tel
{
	display: block;
}

#print-hide
{
	display:none;
	
	}

/* ********** GALLERY STYLES ************* */

#gallery-image-container
{
	position:relative;
}

#gallery-image
{
	position:relative;
}

#gallery-image-controls
{
	position:relative;
	top:-30px;
}

 .controls
 {
	background-color: #FFFFFF;
}

.washout { 
	opacity: 0.75;
	filter: alpha(opacity=70);
 }
 
.imageNumber
{
	border: solid 1px #FFFFFF;
	background-color: #FFFFFF;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 8pt;
	color: #000000;
}

@media screen{
	#page-printing-container
	{
		width: 100%;
		height:540px;
		text-align:center;
		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;
	}
	
}
.TdTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #333300;
	text-decoration: none;
	background-color: #ffeea8;
	vertical-align: middle;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 372px;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #392f14;
	text-decoration: none;
	line-height: 16px;
}

#print-hide
{
	display:none;
	
	}
.BodyTextNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #392f14;
	text-decoration: none;
	line-height: 12px;
}
.BodyTextCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #392f14;
	text-decoration: none;
	text-transform: uppercase;
}
.WhiteBgPad {
	background-color: #FFFFFF;
	padding: 10px;
}
.DotHorLine {
	background-image: url(../images/dot_hor.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.WhiteBg {
	background-color: #FFFFFF;
}
.BottomBlackBg {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 15px;
	color: #FFFFFF;
}
.BottomHeader {
	font-family: Windsor;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.BottomBlackBgLink {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
a:hover.BottomBlackBgLink {
	color: #ffcc00;
}
.BlackBg {
	background-image: url(../images/bg_nav.gif);
}

.BlackBg2 {
	background-color:#000000;
}
.TitleHeaderBG {
	background-color: #ffeea8;
}
.PropTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
}
.TblHeight {
	height: 100%;
}
.FullDetailLinkBG {
	background-color: #ffeea8;
	height: 17px;
}
.picBorderSearch {

	border: solid 1px #000000;
}
.SearchTblBrdr {
	height: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7f6600;
	border-bottom-color: #7f6600;
}
.TdTitleLeft {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #333300;
	text-decoration: none;
	background-color: #ffeea8;
	vertical-align: middle;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
}
.ViewWhiteBG {
	background-color: #FFFFFF;
	padding: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.ContentWhiteBG {

	background-color: #FFFFFF;
	padding: 0px 15px 15px;
}


.printHolder
{
	width: 100%;
}

.pdfbutton1
{
	border: solid 1px #000000; font-size: 8pt;
	padding: 5px;
}

a.pdfbutton:link		{ color: #000000; font-size: 8pt; height: 10px; }
a.pdfbutton:visited		{ color: #FFFFFF; font-size: 8pt; height: 10px; }
a.pdfbutton:hover		{ color: #FFFFFF; font-size: 8pt; height: 10px; }


