@charset "utf-8";
/* CSS Document */
body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #6DA0E2;
	background-image: url(/images/bg-gradient.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: "Trebuchet MS", helvetica, Verdana, Arial, Helvetica, sans-serif;
	color: #035788;
	font-size: 30px;
	font-variant: small-caps;
	line-height: 25px;
}
h1:first-child {
	margin-top:0px;
}
h2 {
	font-family: "Trebuchet MS", helvetica, Verdana, Arial, Helvetica, sans-serif;
	color: #035788;
	font-size: 30px;
	font-variant: small-caps;
	line-height: 25px;
}
.content-holder {
	background-image:url(/images/bg.gif);
	background-repeat:no-repeat;
	margin:20px 0 20px 0;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	padding-right: 20px;
}

.bodycopy-new { /*replaces bodycopy adding left padding */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	padding-right: 20px;
	padding-left:23px;
}

.homecopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	line-height: 18px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 60px;
	text-align: justify;
}
.banner {
	margin:1px 0 7px 0;
}
.banner-holder {
	margin:0px auto 0px auto;
	position:relative;
	width:959px;
	height:340px;
	background-color:white;
}
.banner-frame {
	position:absolute;
	top:2px;
	z-index:300;	
}
.banner-pic {
	position:absolute;
	top:2px;
	z-index:10;
}
.banner-holder .logo {
	top:44px;
	position:absolute;
}
.banner-holder .logo-waves {
	left:19px;
	top:33px;
	z-index:200;	
}
.banner-holder .logo-rene {
	left:109px;
		z-index:201;	
}
.banner-holder .logo-real {
	left:246px;
	z-index:202;	
}
.banner-holder .logo-estate {
	left:374px;
	z-index:203;	
}
.banner-holder .logo-corp {
	left:113px;
	z-index:204;	
	top:90px;
	color: #666666;
	width:auto;
	height:20px;
	font-size: 10px;

}
.banner-holder .logo-balloon {
	right:0px;
	top:3px;
	z-index:204;	
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3366CC;
}
.sold {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
}

.active {
	color: #009900;
	font-weight: bold;
	font-size: 12px;
}

.bullet {
	margin-bottom: 11px;
}

.border {
	border: 1px solid #3366CC;
}

.dottedline {
	border-bottom: 1px dotted #999999;
}

.solidline {
	border-bottom: 1px solid #3366CC;
	padding-bottom: 7px;
	padding-top: 7px;
}

.small {
	font-size: 9px;
	color: #999999;
}

.bold-bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3366CC;
	font-weight:bold;
}
.top-utilities {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3366CC;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 0px;
	text-align:right;
	width:959px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
}
.top-utilities a {
	text-decoration:none;
}
.top-utilities span {
margin-right:20px;
}
.footer {
	width:959px;
	text-align:center;
	margin:0 auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	}
.footer p {
	margin-top: 5px;
}
.footer h1 {
	font-family: "Trebuchet MS", helvetica, Verdana, Arial, Helvetica, sans-serif;
	color: #035788;
	font-size: 20px;
	font-variant: small-caps;
	line-height: 20px;
	margin-bottom:0px;
}
.footer h2 {
	font-size: 18px;
	line-height: 16px;
	margin-bottom:0px;
	margin-top:0px;
}
.footer h4 {
	margin-top:5px;
}
.footer-middle {
	background-image: url(/images/bottom-bubble-middle.png);
	background-repeat: repeat-y;
	padding:1px 0 1px 0;
	text-align:left;
	color: #035788;
}
.footer-middle > * {
	float:left;
	margin-left:20px;	
}
.footer-middle img:first-child {
	margin-left:20px;	
}
.footer-bottom {
	height:20px;
	width:959px;
	background-image: url(/images/sprite.png);
	background-position: -10px 0;
}
.footer-top {
	height:9px;
	width:959px;
	background-image: url(/images/sprite.png);
	background-position: -10px -25px;
}
.footer-left {
	width: 200px;	
}
.footer-center {
	width: 300px;
	margin-left:20px;
}
.footer-right {
	width: 300px;
	margin-left:40px;
}



.credit a {
	text-decoration:none;
}
.credit a:link {
	color:white;
}
.credit a:visited {
	color:white;
}
.credit a:hover {
	color:black;
}
.credit a:active {
	color:white;
}








a {
	color: #3366CC;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.navigation {
	width: 920px;
	height: 57px;
	position: relative;
	float:left;
	
}
#nav { /*replaces #navigation, duplicated for transition */
	width: 920px;
	height: 57px;
	background-image: url(images/nav/nav-center.png);
	position: relative;
	float:left;
	
}
#navigation-left {
	width: 19px;
	height: 57px;
	background-image: url(/images/sprite.png);
	background-position: -10px -40px;
	position: relative;
	float:left;
}
#navigation-right {
	width: 19px;
	height: 57px;
	background-image: url(/images/sprite.png);
	background-position: -50px -40px;
	position: relative;
	float:left;
}



/***  for drop down menu ***/
#jsddm
{	margin: 20px 0px 0px 0px;
	padding: 0}
#jsddm > li
{	float: left;
	list-style: none;
	list-style-type: none;
	display: inline;
	margin: 0px 5px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-left: 1px solid white;
	font-weight:bold;
	color: white;
	padding: 0 0 0 5px;
}
#jsddm > li:first-child {
	border: none;
	margin: 0px 5px 0px 3px;
}
#jsddm li > a
{	display: block;
	text-decoration: none;
	color: white;
	}

#jsddm li a:hover
{	
	color: #07374D;
	}
	
#jsddm li ul
{
	border:1px solid #025486;
	padding:0px;
	position: absolute;
	visibility: hidden;
	color:#07374D;
	font-size: 11px;
	text-transform: uppercase;
	font-weight:normal;
	}

#jsddm li ul li {
	float: none;
	display: block;
	color:#07374D;
	background: white;
	
	}

#jsddm li ul li a {
	color:#07374D;
	width: auto;
	padding: 2px 5px 2px 5px;
	display:inline;
			
}

#jsddm li ul li a:hover
{
	color: #1D91CC;
}









/***************************************************************
* for sidebar
*****************************************************************/
#sticky {
	margin-top:20px;
  }
#sticky-anchor {
top:0px;
left:0px;
  }
#sticky.stick {
  position: fixed;
  top: 0px;
  z-index: 10000;
  }
.neigh_hidden {
	display:none;
}
.neigh_display {
	display:inline;
}

.search_button {
	text-align:right;
}
.credentials {
	font-size: 80%;
}
.bus_card_frame {
	position: absolute;
	z-index: 5;
}
.bus_card_pic {
	right: 0px;
	bottom: 0px;
	position: absolute;
	border-width: 0px;
	margin: 0px 8px 8px 0px;
}
.bus_card {
	width: 194px;
	height: 120px;
	position: relative;
	margin-top:10px;
}
.bus_card:first-child {
	margin-top:0px;
}
.bus_card_text {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #035788;
	z-index: 10;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
	line-height:16px;
	top:30px;
	left:5px;
	height:50px;
	width:100px;
}
.bus_card a {
	text-decoration:none;
}
.bus_card a:link {
	color: #035788;
}
.bus_card a:visited {
	color: #035788;
}
.bus_card a:hover {
	color: #CC0000;
}
.bus_card a:active {
	color: #035788;
}
.bus_card_pic img {
border-width:0px;
}

.sidebar-window {
	width:194px;
	/* background-color: #F6F6F6; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.sidebar-window-top {
	background-image:url(/images/business%20cards/bus-card-frame---stretcher-top.png);
	background-color: #d0eef9;
	height:27px;
	text-align:center;
	line-height:25px;
	font-family: "Trebuchet MS", helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color: #035788;
	margin-top:10px;
}
.sidebar-window-bottom {
	background-image:url(/images/business%20cards/bus-card-frame---stretcher-bottom.png);
	height:18px;
}
.sidebar-window-middle {
	background-image:url(/images/business%20cards/bus-card-frame---stretcher-middle.png);
	background-repeat: repeat x;
	padding:1px 0px 1px 0px;
}
.sidebar-window-contents {
	margin:0 0 0 0;
	padding:0px 16px 12px 10px;
}
.sidebar-window-contents h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #035788;
	margin:0 0 3px 0;
}
.sidebar-window-contents p {
	margin:0px 0 3px 0;
}
.sidebar-window-contents h3:first-child {
	margin-top:5px;
}
.sidebar-window-stretcher {
	width:194px;
	/* background-color: #F6F6F6; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-image:url(/images/business%20cards/bus-card-frame---stretcher-middle.png);
	background-repeat: repeat x;
	padding:1px 0px 1px 0px;
	position:relative;
	margin-top:5px;
}
.sidebar-window-stretcher:before {
	content:url(/images/business%20cards/bus-card-frame---stretcher-top.png);
	position:absolute;
	top:-1px;
}
.sidebar-window-stretcher:after {
	content:url(/images/business%20cards/bus-card-frame---stretcher-bottom.png);
	position:absolute;
	bottom:0px;
}

.latest-blogs {
	font-size:10px;
	line-height:12px;
	color: #035788;
	padding:0 5px 0 10px;
}
.latest-blogs a{
	text-decoration:none;
}
.latest-blogs ul{
	margin-left:7px;
	padding:0px;
}
.latest-blogs li{
	list-style-type: square;
	margin:0 0 7px 0;
	list-style-image: url(/images/arrow-bullet.png);
}
.sidebar-window-fader {
	background-image:url(/images/business%20cards/bus%20card%20frame%20-%20fader.png);
	background-repeat: no-repeat;
	padding:1px 0px 1px 0px;
	margin-top:5px;
	margin-bottom:10px;
}
.sidebar-window-fader-top {
	text-align:center;
	line-height:25px;
	font-family: "Trebuchet MS", helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color: #035788;
}



.sidebar-featured-listings  {
font-size:9px;	

}
.sidebar-featured-listings ul {
margin: 10px 0 0 0;
padding: 0 0 0 0;
}
.sidebar-featured-listings li {
margin: 0 0 10px 0;
padding: 0 0 0 0;
list-style:none;
  clear: both;
  min-height:50px;
  text-align:right;
}
.sidebar-featured-listings li img {
float:right;
margin:0 5px 5px 5px;
border:1px solid;
border-radius: 5px;
}
.sidebar-featured-listings-footer {
	text-align:center !important;
	min-height:0px !important;
}
#preview{
	position:absolute;
	z-index:10000;
	border:1px solid #ccc;
	background:#fff;
	padding:5px;
	display:none;
	color:#000;
	}


/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}


/***************************************************************
* search results
*****************************************************************/
.bordercolor {
	border:1px solid grey;
		
}
tr.tablebackgroundcolor {

}
.secondaryaccentcolor {
	font-weight:bold;	
}







/***************************************************************
* featured properties
*****************************************************************/
#featuredproperties h1 {
	font-size:15px;
	line-height:15px;
}
.neighbourhoods_footer li{
	list-style: none;
	display: inline;
	margin:0 10px 0;
}
.documents-link {
	text-align: right;
}
.documents-link a:before {
	content:"> ";
}
.documents-link a:hover {
	text-decoration: underline;
}
.documents-link a:link, .documents-link a:visited, .documents-link a:active {
	color:#666666;
	text-decoration: none;
	} 



/***************************************************************
* search tabs
*****************************************************************/
.tab_anchor {
	position:relative;
}
.tab_holder {
	position:absolute;
	top:-25px;
	right:-15px;
	
}
.info_tab {
	position:absolute;
	border:1px solid gray;
	border-radius:4px;
	width:45px;
	height:30px;
	top:0px;
	padding:2px 0 2px 4px;
	text-align:left;
	color:gray;
	background-color:#eee;
	font-weight:normal !important;
	line-height:normal;
		
}
.ask_rene_tab {
	top:40px;
}

.ask_rene_link {
	margin-bottom:5px;
}
.info_tab a {
	text-decoration:none;
}
.info_tab a:link {
	color:#aaa;
}
.info_tab a:visited {
	color:#aaa;
}
.info_tab a:hover {
	color:#3366CC;
}
.info_tab a:active {
	color:#aaa;
}
a.messagesent:link {
	color: #009900;
}
a.messagesent:visited {
	color: #009900;
}


/***************************************************************
* search results form
*****************************************************************/
.storedform {
	display:none;	
}
.info_tab .clear {clear:both}
 
.info_tab .element * {
    font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:3px;
}
.info_tab .element input.text {
    float:left; 
    width:170px;
	height:14px;
}
.info_tab .element .textarea {
    height:80px; 
    width:170px;
}
.info_tab .element .hightlight {
    border:2px solid #9F1319;
    background:url(iconCaution.gif) no-repeat 2px
}
.ask_rene_submit {
	width:176px;
}
.info_tab .loading {
    float:right; 
    background:url(ajax-loader.gif) no-repeat 1px; 
    height:28px; 
    width:28px; 
    display:none;
}
.info_tab .done {
    background:url(iconIdea.gif) no-repeat 2px; 
    padding-left:20px;
    font-family:arial;
    font-size:12px; 
    width:70%; 
    margin:20px auto; 
    display:none
}
.info_tab .hightlight {
	color:red;	
}




/***************************************************************
* featured properties editable
*****************************************************************/
.property-holder {
	width:97%;
	position:relative;
	margin:0 0 50px 0;	
}
.property-info {
	width:60%;
	float:right;
	clear:left;	
	border-bottom:1px dotted black;
}
.property-info div {
	width:75%;
	border:1px solid red;
	float:right;	
}
.property-description {
	width:60%;
	float:right;
	clear:left;	
	border-bottom:1px dotted black;
}
.property-description div {
	width:100%;
	border:1px solid red;
}
.property-picture {
	position:absolute;
	width:225px;
	height:200px;
	overflow:hidden;
	border: 1px dotted green;	
}
