/* ########## IMPORTS */



/* ######### */

body
{
	color: #000000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	background-color: #225C37;
	padding: 0px;
	background-image: url(../images/body-img.gif);
	background-repeat: repeat-x;
	margin: 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 {
.TblHeight {
	height: 100%;
}

/* below exploits a parsing error so @media rules will be visible to MacIE5 */

.clear {
	height: 100%;
	overflow: hidden;
	background-color: #D4E6D9;
}
} /* end media screen rules */

/* rules for WinIE only */
@media screen, projection {
.TopBkg {
	background-image: url(../images/top_bkg.gif);
	background-repeat: repeat-y;
}
.WhiteColorBkg {
	background-color: #FFFFFF;
}
.PaddingLeftTab {
	padding-top: 28px;
	padding-bottom: 23px;
	padding-left: 25px;
}



* 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;
}

/* ######### 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%;
	color:inherit;
	background-color: #628C6F;
	border-bottom: 1px solid #C5C7C9;
	border-top: 0px solid #C5C7C9;
	text-align: left;
}

.emailBanner
{
	width: 100%;
	color:inherit;
	background-color: #01244C;	
	text-align: left;
}
	
/*##### HEADER DIVS ######*/

/* #### NAVBAR STYLES #####*/

.navMenuOut
{
	background-color: #628C6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-right: 1px solid #C5C7C9;
	padding-left: 6px;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}

.navMenuOver
{
	background-color: #A0B9A7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-right: 1px solid #C5C7C9;
	cursor: pointer;
	padding-left: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
.pointer
{	cursor: pointer;}

.originalHomeLink
{
	background-color: #628C6F;
}

.navMenuOverHome
{
	background-color: #A0B9A7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 0px;
	display: block;
	cursor: pointer;	
}

a:link.navLink		{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-size: 100%; }
a:visited.navLink	{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-size: 100%; }
a:hover.navLink		{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-size: 100%; }
a:focus.navLink		{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-size: 100%; }


a:link.default		{ color: #000000; background-color:inherit; text-decoration: none; font-size: 100%; }
a:visited.default	{ color: #000000; background-color:inherit; text-decoration: none; font-size: 100%; }
a:hover.default		{ color: #000000; background-color:inherit; text-decoration: none; font-size: 100%; }
a:focus.default		{ color: #000000; background-color:inherit; text-decoration: none; font-size: 100%; }

/* #### 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
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #245E36;
	text-decoration: none;
}

/* 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;
}

.greenbg
{background-color:#006633;}

.lightgreenbg
{background-color:#628C6F;}

/* 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 ####*/

/* #### 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;
}

/* #### 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;
	color: #FFFFFF;
}

.searchField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #245E36;
	border: solid 1px #000000;
	width: 110px;
}

.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: 12px;
	color: #245E36;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
}

.propDetails
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #000000;
}

.propDetailsWhite
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.propDetailsWhitesmall
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	}

.propPrice
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	background-color:inherit;
	color: #000000;
	font-weight: bold;
}

.propBrief
{
	width: 100%;
	height: 40px;
	overflow: hidden;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color:inherit;
}

a:link      {color: #000000; background-color:inherit; text-decoration: none; font-weight: normal; font-size: 100%;}
a:hover   {color: #628C6F; background-color:inherit; text-decoration: none; font-weight: normal; font-size: 100%;}
a:visited {color: #000000; background-color:inherit; text-decoration: none; font-weight: normal; font-size: 100%;}

a:link.propAdd		{ color: #84221E; background-color:inherit; text-decoration: none; font-weight: bold; font-size: 100%; }
a:hover.propAdd  { color: #84221E; background-color:inherit; text-decoration: none; font-weight: bold; font-size: 100%; }
a:visited.propAdd	{ color: #84221E; background-color:inherit; text-decoration: none; font-weight: bold; font-size: 100%; }

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 }

a:link.paging		{ font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	background-color:inherit;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}
a:hover.paging		{ font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	background-color:inherit;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none; }
a:visited.paging	{ font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	background-color:inherit;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}
.paging {
	font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	background-color:inherit;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.paging-normalpagecell { font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	background-color:inherit;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}
.paging-selectedpagecell { font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	background-color:inherit;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}
.paging-selectedpagecellover { font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	background-color:inherit;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}
.paging-normalpagecellover { font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	background-color:inherit;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;} 
.paging-nextsetcell { font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	background-color:inherit;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}
.paging-nextsetcellover {font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	background-color:inherit;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}
.paging-selectedpagemouseover {font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	background-color:inherit;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}
.paging-normalpagemouseover {font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	background-color:inherit;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}
.paging-nextsetmouseover{font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	background-color:inherit;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}
	
.selected
{
	font-family: Verdana, Tahoma, sans-serif;
	color: #114622;
	background-color:inherit;
	font-size: 10px;
	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:inherit;
	color: #C5C7C9;
}



/*#### RE-USEABLE STYLES ####*/

/*#### FOOTER CONTAINER ####*/

.footer {
	margin: 0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	background-image: url(../images/footer_bkg.gif);
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-color: #245E36;
	background-repeat: repeat-y;
}

.copyRight{
	width: 780px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color:inherit;
}

a:link.tweb			{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-size: 100%; height: 10px }
a:visited.tweb		{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-size: 100%; height: 10px }
a:hover.tweb		{ color: #245E36; background-color:inherit; text-decoration: none; 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;
}
.MainTblBg {
	background-color: #D4E6D9;
	height: 100%;
}
.PaddingMidTab {
	padding-top: 28px;
	padding-right: 25px;
	padding-bottom: 21px;
	padding-left: 31px;
	height: 100%;
}
.LinkHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/link_bkg.gif);
	background-repeat: repeat-x;
}
.LinkBkg {
	background-image: url(../images/link_bkg.gif);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #628C6F;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.LinkArial {
	background-color: #628C6F;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 6px;
	display: block;
	padding-top: 1px;
	padding-bottom: 2px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.Linksother {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 0px;
	display: block;
	background-repeat: repeat-x;
	border-top: solid 1px #FFFFFF;
}

.Linksotherhome 
{
	background-color: #628C6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 0px;
	display: block;
	background-repeat: repeat-x;
	border-top: solid 1px #FFFFFF;
}

.LinksotherOut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 0px;
	display: block;
	background-repeat: repeat-x;
}

.ArialText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.tabpadding {
	background-color: #628C6F;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 8px;
	padding-bottom: 11px;
	padding-left: 10px;
}
.SalesProfileBkg {
	background-image: url(../images/sale-profile_bkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 21px;
	padding-left: 21px;
}
.backtotop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #97BAA2;
	display: block;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: 7px;
}
.LettingsProfileBkg {
	background-image: url(../images/let-pro_bkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 21px;
	padding-left: 35px;
}
.HomemoverPackageBkg {
	background-image: url(../Images/homemover-bkg-new.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 8px;
	padding-left: 24px;
	background-color: #FFFFFF;
}

* html .ShadowTop {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top-shadow.png', sizingMethod='scale');
background-repeat: no-repeat;
background-position: bottom;
}
html>body .ShadowTop{
	background-image: url(../images/top-shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

* html .ShadowLeft {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/left-shadow.png', sizingMethod='scale');
background-repeat: repeat-y;
background-position: right;
}
html>body .ShadowLeft{
	background-image: url(../images/left-shadow.png);
	background-repeat: repeat-y;
	background-position: right;
}
* html .ShadowBot {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bot-shadow.png', sizingMethod='scale');
background-repeat: no-repeat;
background-position: top;
}
html>body .ShadowBot{
	background-image: url(../images/bot-shadow.png);
	background-repeat: no-repeat;
	background-position: top;
}
* html .ShadowRight {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/right-shadow.png', sizingMethod='scale');
background-repeat: repeat-y;
background-position:left;
}
html>body .ShadowRight{
	background-image: url(../images/right-shadow.png);
	background-repeat: repeat-y;
	background-position: left;
}
.WhiteColorBkgonly {

	background-color: #FFFFFF;
	padding: 20px;
	background-image: url(../images/sale-profile_bkg2.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.SalesProfileBkgBot {
	background-color: #FFFFFF;
	background-image: url(../images/sale-profile_bkg2.gif);
	background-repeat: repeat-x;
	padding-right: 21px;
	padding-left: 21px;
}
.ArialBkgGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #D4E6D9;
}
.ArialBigFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
}
a:link.BacktoTopLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:visited.BacktoTopLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover.BacktoTopLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/*
ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet-green.gif);
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
*/
.FooterTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.IconTxtLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #628C6F;
	display: block;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #628C6F;
}

a:link.IconTxtLink {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A0B9A7;
	font-size: 10px;
}

a:visited.IconTxtLink {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A0B9A7;
	font-size: 10px;
}

a:hover.IconTxtLink {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A0B9A7;
	font-size: 10px;
}
.FullDetailBgColor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #E4F0E7;
}
.PropName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #245E36;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.WhiteBorderLiteGreenBk {
	background-color: #E4F0E7;
	border: 1px solid #FFFFFF;
}

.WhiteBorderLightGreenBkBot {
	background-color: #628C6F;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.WhiteBorderLightGreenBkTop {
	background-color: #628C6F;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;	
}

.greenbg
{
	background-color: #628C6F;
	}


.FullDetailPadding {
	padding: 15px;
}
.ArialDarkgreBkg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #628C6F;
	padding-left: 10px;
}
.TahomaDarkGre {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #245E36;
	text-decoration: none;
}
.CheckBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height:13px;
	height: 13px;
}
.VerNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.LineHght {
	line-height: 16px;
}

.LinkWhiteFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.LinkWhiteFont:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.LinkVerBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.LinkVerBlack:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.LinkWhitWitoutU {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.LinkWhitWitoutU:hover {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.PaddingTen {
	padding: 10px;
}
.HeaderBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #245E36;
	text-decoration: none;
}
.SsearchFilterBg {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.GreenBg {
	background-color: #628C6F;
}
a:link.LinkVerLiteGreBkg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	display: block;
}

a:visited.LinkVerLiteGreBkg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	display: block;
}

a.LinkVerLiteGreBkg:hover {
	font-weight: bold;
	background-color: #A0B9A7;
}
.HomeBkgGre {
	background-image: url(../images/home_bkg-gradie.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.TopBorder {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #245E36;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.Border-Up {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.tabpaddingSLH {
	background-color: #628C6F;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}
.ContentTxt {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding: 15px;
	border: 1px solid #245E36;
}
.TopHeaderBg {
	background-image: url(../Images/top-bkg-new.gif);
	background-repeat: repeat-x;
}
.arialblacksmal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-bottom: 14px;
	padding-right: 0px;
	padding-left: 4px;
}
.arialblacksmalwop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-bottom: 14px;
}
/*
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;
		padding-right: 20px;
	}
*/
a:link.footerLinks		{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-size: 90%; }
a:visited.footerLinks	{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-size: 90%; }
a:hover.footerLinks		{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-size: 90%; }
a:focus.footerLinks		{ color: #FFFFFF; background-color:inherit; text-decoration: none; font-size: 90%; }



a:link.LinkVerBlack 		{ font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;color: #000000;	text-decoration: none;}
a:visited.LinkVerBlack 	{ font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;color: #000000;	text-decoration: none;}
a:hover.LinkVerBlack 		{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;color: #0F431F;	text-decoration: none; }
a:focus.LinkVerBlack 		{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;color: #0F431F;	text-decoration: none; }


.flashMovie
{
	display: none;	
}


.fullDetailsUL
	{
		margin-left: 0px;
		padding-left: 0px;
		list-style: none;
		line-height: 150%;
		margin-top: 0px;
		margin-bottom: 0px;
	}

.fullDetailsLI
	{
		padding-left: 10px;
		padding-top: 0px;
		background-image: url('../images/structure/fullDetailsBullet.gif');
		background-repeat: no-repeat;
		background-position: 0 10px;
		padding-right: 20px;
		font-size: 10px;
	}
	
.centered {
  position: relative;
  top: -212px;
  left: 170px;  
  
  
} 

.printShow
{
	display: none;
}