@charset "utf-8";
/* Customize Default Theme (NOT Main Colors!) */
/* Default Theme Colors*/

@font-face {
	font-family: 'ZapfHumnstDmBTDemi';
	src: url('http://assets.rmcloud.com/fonts/zapfhumnst_dm_bt_demi.eot');
	src: local('☺'), url('http://assets.rmcloud.com/fonts/zapfhumnst_dm_bt_demi.ttf') format('truetype'), url('http://assets.rmcloud.com/fonts/zapfhumnst_dm_bt_demi.otf') format('opentype'), url('http://assets.rmcloud.com/fonts/zapfhumnst_dm_bt_demi.svg#webfont') format('svg');
}

BODY {
	z-index: 1;
}



img {vertical-align:bottom; border: none;} 
object {vertical-align:bottom; padding-bottom:0px;}
embed {vertical-align:bottom; padding-bottom:0px;}
	
P { font-family: Verdana; font-size: 11px; color: #000000; line-height: 1.7em;}
.text {  font-family: Verdana; font-size: 11px;  line-height: 2.0em; color: #424B38}
TD { font-family: Verdana;}
H1 { font-family:ZapfHumnstDmBTDemi, Verdana; font-size: 18px; color: #000000; font-weight: normal;}
H2 { font-family:ZapfHumnstDmBTDemi, Verdana; font-size: 16px; color: #000000; font-weight: normal; }
H3 { font-family:ZapfHumnstDmBTDemi, Verdana; font-size: 13px; color: #000000; font-weight: normal; }
LI { font-family:Verdana; font-size: 11px; color: #000000;}
A:link { font-family:Verdana; font-size: 11px; text-decoration: underline; color: #111111;}
A:visited { font-family:Verdana; font-size: 11px; text-decoration: underline; color: #111111;}
A:active { font-family:Verdana; font-size: 11px; text-decoration: underline; color: #111111;}
A:hover { font-family:Verdana; font-size: 11px; text-decoration: underline; color: #111111;}
UL { font-family: Verdana; font-size: 11px}
OL { font-family: Verdana; font-size: 11px}

.title {  font-family: Verdana; font-size: 13px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #424B38}
.title2 {  font-family: Verdana; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #424B38}
.title3 {  font-family: Verdana; font-size: 16px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #424B38}

TEXTAREA { background-color: #FFFFFF; border: #000000 1px border; color: #333333; font-family: Verdana, Verdana, ms sans serif; font-weight: bold; font-size: 12px; line-height: 2.0em;}

A.clientToolbar:link { font-family: Verdana, Verdana, Verdana, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline; color: #000000;}
A.clientToolbar:visited { font-family: Verdana, Verdana, Verdana, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline; color:#000000;}
A.clientToolbar:hover { font-family: Verdana, Verdana, Verdana, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline; color: #000000;}
A.clientToolbar:active { font-family: Verdana, Verdana, Verdana, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline; color: #000000;}

.clearLeft {
	clear: left;
}
.floatLeft {
	float: left;
}
.clearRight {
	clear: right;
}
.floatRight {
	float: right;
}

#siteWrapper {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 1.0em;
	margin: 0px 0px 0px 0px;
	background: #FFF url(http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/interior_bg_tile.jpg);
	background-repeat: repeat-x;
}
#footerWrapper {
	background: #261A08 url(http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/footer_main_bg_tile.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#pageHolder {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#footerHolder {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-image: url(http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/footer_main_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 275px;
	-height: 275px;
	color: #FFF;
	line-height: 1.5em;
	font-family: Verdana;
	font-size: 11px;
}
#footerHolder a {
	color: #FFF;
}
#footerHolder h1 {
	font-size: 20px;
	color: white;
	margin: 0px;
	line-height: 20px;
}
.footerLinksCol {
	float: left;
	padding: 10px 20px 10px 15px;
}
#footerHolder .justin-logo {
	margin-top:5px;
}
#topBar img {
	float: left;
}
#menuLogo {
	width: 405px;
	float: left;
}
*html #menuLogo {
	width: 400px;
}
#menuRight {

}
#mainNav {

}


#nav {
	width: 550px;
	margin: 0;
	list-style: none;
	padding: 0;
	float: right;
	z-index:11;
}

#nav li {
  float: left;
  postiion: relative;
  z-index:11;
}

#nav li a {
	background: #EEE;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 13px;
	text-decoration: none;
	font-weight: bold;
	color: #294586;
	z-index:11;
}

#nav li.over a {
	background: #575757;
	color: white;
	z-index:11;
}

#nav li ul {
  display: none;
  z-index:11;
}

#nav li.over ul {
  display: block;
  position: absolute;
  width: 215px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
    background:#575757;
	z-index:11;

}

#nav li.over ul a {
  width: 205px;
  padding: 0 0 0 10px;
  margin: 1px 0 0;
  background: #5E5E5E;
  z-index:11;
}

#nav li.over ul a:hover {
  background: #294586;
  z-index:11;
}

#homeBody {
	background-image: url(http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/home_bg_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
*html #homeBody {
	background-image: none;
}

#homeHeaderSearch {
	background-image: url(http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/header_search.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 260px;
	width: 310px;
}
#homeHeaderEval {
	background-image: url(http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/header_eval.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 260px;
	width: 310px;
	margin-right: 15px;
}
#homeHeaderQuicksearch {
	background-image: url(http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/header_quicksearch.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 260px;
	width: 310px;
}
.homeHeaderText {
	font-size: 11px;
	color: #FFDA98;
}
#homeBody .homeHeaderText a {
	font-size: 11px;
	color: #86abff;
	text-decoration: none;
	padding: 5px 0 0 20px;
	display:block;
}
#homeBody .homeHeaderText h3 a {
	font-size: 18px;
	font-weight: normal; !important
	margin: 0px 0px 5px 0px;
	padding-left: 20px;
	padding-top: 196px;
	display: block;
	font-family: ZapfHumnstDmBTDemi, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#homeBody .homeHeaderText h3 {
	margin: 0 0 5px;
}

#homeLeft {
	float: left;
	width: 310px;
	background-color: #989898;
}

#socialFacebook {
	margin-left:15px;
}

#homeLeft h1 {
	font-size: 18px;
	font-family: ZapfHumnstDmBTDemi, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal; !important
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
}
#homeCompare {
	padding: 0px 0px 0px 15px;
}
#homeCompareHeader {
	text-align: center;
	color: #fff;
	font-family: ZapfHumnstDmBTDemi, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal; 
	margin-top: 5px;
	margin-left: -15px;
}
#homeCompareHeader h2 {
	font-size: 18px;
	color: #fff;
	font-family: ZapfHumnstDmBTDemi, Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight: normal;
	text-shadow:1px 1px 1px #515151;

}
#homeCompareForm {
	width: 290px;
	color: #fff;
	font-family: ZapfHumnstDmBTDemi, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal; 
}
#homeCompareForm input {
	width: 275px;
	margin-top: 25px;
	margin-bottom: 10px;
	border: 1px solid #fff;
}
#homeCompareForm select {
	width: 130px;
	margin-top: 15px;
	border: 1px solid #fff;
	float: left;
}
#homeCompareForm .firstSelect {
	margin-right: 15px;
}
#homeCompareForm img {
	margin-top: 15px;
}
.homeLeftIndent {
	padding: 15px 20px 15px 15px;
}
#homeResearchTile {
	background-image:url(http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/home_autoblog_tile.gif);
	background-repeat:repeat-y;
}
#homeResearchTop {

}
#homeResearchForm .homeResearchForm {
	width: 175px;
}
#homeResearchForm .homeResearchSubmit {
	background-color: #30210A;
	color: #FFF;
	width: 50px;
	border: none;
	font-size: 11px;
	font-weight: bold;
}
#homeResearchForm {
	padding-left: 20px;
	padding-bottom: 15px;
}
#homeQuickSearch {
	border: 5px solid #FFF;
}
.homeQuickSearchLight {
	padding: 10px;
	background-color: #294586;
}
.homeQuickSearchDark {
	padding: 10px;
	background-color: #233b72;
}
#homeQuickSearch a {
	color: #FFF;
	font-size: 12px;
}
#homeMarketReport {
	text-align: center;
}
.homeHR {
	border-bottom: 1px solid #4A3A22;
	margin-top: 5px;
	margin-bottom: 5px;
}
#homeMarketReport h1 a {
	font-size: 18px;
	color: #30210A;
	font-family: ZapfHumnstDmBTDemi, Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	line-height: 1.7em;
	text-decoration: none;
	font-weight: normal; !important
}
#homeMarketReport h1 {
	margin-bottom: 0px;
}
#homeMarketReport a {
	font-family: ZapfHumnstDmBTDemi, Verdana, Arial, Helvetica, sans-serif;
	background: #888;
	color: white;
	font-size: 18px;
	text-decoration: none;
	display: block;
	padding: 10px 5px;
	line-height: 25px;
	border-top: 1px solid white;
	text-shadow: 1px 1px 1px #555;
	height: 75px;
}

#homeMarketReport a:hover {
	background:#787878;
}

#homeMarketReport a#singleLine {
	font-family: ZapfHumnstDmBTDemi, Verdana, Arial, Helvetica, sans-serif;
	background: #888;
	color: white;
	font-size: 18px;
	text-decoration: none;
	display: block;
	padding: 10px 5px;
	line-height: 25px;
	border-top: 1px solid white;
	text-shadow: 1px 1px 1px #555;
	height: 50px;
	border-bottom: 1px solid white;
}

#homeMarketReport a#singleLine:hover {
	background:#787878;
}


#homeMarketReport a h4 {
	float: left;
	background: #676767;
	margin: 5px 0 0 0;
	padding: 0 5px 0 0;
	width: 260px;
	text-align: right;
	font-size: 12px;
	line-height: 17px;
}


#clickHere a {
	font-size: 12px;
	color: #0070A6;
	font-family: ZapfHumnstDmBTDemi, Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	font-weight: normal; !important
	text-decoration: none;
}
#clickHere {
	text-align: right;
	margin-right: 50px;
}
#homeRight {
	float: left;
	width: 635px;
	padding-left: 15px;
}
#homeRight h2 {
	font-size: 18px;
	font-family: ZapfHumnstDmBTDemi, Verdana, Arial, Helvetica, sans-serif;
	color: #294586;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal; !important
}
.rightFifteen {
	margin-right: 15px;
}
#homeRightText {
	line-height: 1.7em;
	font-size: 12px;
}
#homeRightFeatured {
	background-image:url(http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/featured_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 258px;
	margin: 10px 0px 10px 0px;
	padding-top: 15px;
}
#homeRightGrid {
	padding-bottom: 15px;
	line-height: 1.7em;
	font-size: 12px;
}
#homeRightGrid p {
	line-height: 1.7em;
	font-size: 12px;
}
#interiorGrid {
	padding: 5px 20px 20px 20px;
	line-height: 1.7em;
}
#footerLeft {
	float: left;
	width: 290px;
	margin: 35px 10px 0px 10px;
}
#footerLeft a {
	font-size: 11px;
}
*html #footerLeft {
	width: 280px;
}
#footerName {
	border-bottom: 1px #FFF solid;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#footerPhone {
	border-bottom: 1px #FFF solid;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#footerRight {
	float: left;
	width: 635px;
	margin-left: 10px;
}
#footerLinks {
	padding-top: 50px;
}
#footerBlurb {
	background-color: #1C1C1C;
	width: 615px;
	padding: 5px 10px 5px 10px;
	color: #fff;
	font-size: 10px;
}
#footerBlurb h1 {
	color: #fff;
	font-family: ZapfHumnstDmBTDemi, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#footerLogo {
	border:1px solid;
	display:block;
	float:right;
	margin:10px 0;
	width:74px;
}
#quicksearchBG {
	background-image:url(http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/inline_popup.png);
	background-repeat: no-repeat;
	height: 360px;
	width: 390px;
	display: none;
	position: relative;
}
#quicksearchBG a.close {
	background-image:url("http://assets.rmcloud.com/images/overlay/apple-close.png");
	cursor:pointer;
	height:28px;
	margin:0;
	padding:0;
	position:absolute;
	right:5px;
	top:5px;
	width:28px;
}
*html #quicksearchBG {
	background-image:url(http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/inline_popup.gif);
}
#quicksearchForm {
	margin: 25px;
}
.ac_results {
	z-index: 9999;
}
#quicksearchForm input {
	width: 320px;
	margin-left: 10px;
	margin-top: 11px;
}
#quicksearchForm select {
	width: 320px;
	margin-left: 10px;
	margin-top: 11px;
}
#quicksearchForm .smallSelect select {
	width: 150px;
	margin-left: 10px;
	margin-top: 11px;
	margin-right: 10px;
	float: left;
}
#quicksearchForm img {
	margin-top: 11px;
}
#quicksearchForm h1 {
	font-size: 26px;
	font-family: ZapfHumnstDmBTDemi, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 20px 0px 25px 10px;
	font-weight: normal; !important
}
#quicksearchForm h2 {
	font-size: 16px;
	font-family: ZapfHumnstDmBTDemi, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px;
	padding: 11px 0px 0px 10px;
	font-weight: normal; !important
}
/* FEATURED LISTINGS */
#homeRightFeatured div.scrollable-widget {  
  height: 189px;
  padding: 55px 37px 0px;
  position: relative;
}
*html #homeRightFeatured div.scrollable-widget {
  padding: 55px 0px 0px 40px;
}
#homeRightFeatured div.scrollable-widget button.prevPage,
#homeRightFeatured div.scrollable-widget button.nextPage {
  height: 43px;
  width: 28px;
  position: absolute;
  top: 92px;
  background: none;
  border: none;
  cursor: pointer;
}
#homeRightFeatured div.scrollable-widget button.prevPage span,
#homeRightFeatured div.scrollable-widget button.nextPage span {
  display: none;
}
#homeRightFeatured div.scrollable-widget button.prevPage {
  background-image: url('http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/featured_listings/left_btn.png');
  background-position: top left;
  left: 18px;
}
*html homeFeatured div.scrollable-widget button.prevPage {
  background-image: url('http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/featured_listings/left_btn.gif');
}
#homeRightFeatured div.scrollable-widget button.nextPage {
  background-image: url('http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/featured_listings/right_btn.png');
  background-position: top right;
  right: 16px;
}
*html #homeRightFeatured div.scrollable-widget button.nextPage {
  background-image: url('http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/featured_listings/right_btn.gif');
}
#homeRightFeatured div.scrollable-widget button.nextPage:hover {
  background-image: url('http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/featured_listings/right_btn_over.png');
}
*html #homeRightFeatured div.scrollable-widget button.nextPage:hover {
  background-image: url('http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/featured_listings/right_btn_over.gif');
}
#homeRightFeatured div.scrollable-widget button.prevPage:hover {
  background-image: url('http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/featured_listings/left_btn_over.png');
}
*html #homeRightFeatured div.scrollable-widget button.prevPage:hover {
  background-image: url('http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/featured_listings/left_btn_over.gif');
}
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
#homeRightFeatured div.scrollable-widget div.scrollable { 

    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 560px; 
    height:160px; 
} 

/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
#homeRightFeatured div.scrollable-widget div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 

/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
#homeRightFeatured div.scrollable-widget div.scrollable div.items div.slide { 
    float:left; 
    width: 165px;
    margin: 0px 11px;
    text-align: center;
} 
#homeRightFeatured div.scrollable-widget div.scrollable div.items div.slide h1,
#homeRightFeatured div.scrollable-widget div.scrollable div.items div.slide h1 a,
#homeRightFeatured div.scrollable-widget div.scrollable div.items div.slide h2  { 
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    color: #fff;
    line-height: 1.3em;
    text-decoration: none;
    
    text-shadow: 1px 1px 1px rgb(0,0,0);
    text-shadow: 1px 1px 10px rgb(0,0,0);
}
#homeRightFeatured div.scrollable-widget div.scrollable div.items div.slide h2 {
    font-weight: normal;
}
#homeRightFeatured div.scrollable-widget div.scrollable div.items div.slide .img-holder { 
    height: 127px;
    background-color: #fff;
    border: 1px solid rgb(255,255,255);
    padding: 1px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
    display: table-cell; vertical-align: middle
}
#homeRightFeatured div.scrollable-widget div.scrollable div.items div.slide img { 
    width: 161px;
}

/* you may want to setup some decorations to active the item */ 
#homeRightFeatured div.scrollable-widget div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}
#interiorGrid .title14Red, #interiorGrid .title11Red a:link, #interiorGrid .title11Red a:visited, #interiorGrid .title11Red a:active, #interiorGrid .title16Red, #interiorGrid .title11LightGrey a:hover, #interiorGrid .title12Red, #interiorGrid .title12Red a:link, #interiorGrid .title12Red a:visited, #interiorGrid .title12Red a:active, #interiorGrid .listingDetailsTextRed a:link, #interiorGrid .listingDetailsTextRed a:visited, #interiorGrid .listingDetailsTextRed a:active, #interiorGrid .formRed {
	color: #047EB9;
}
#interiorGrid a.info-link {
	background:url("http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/arrow.gif") no-repeat scroll left center transparent;
}
#interiorGrid .redBG {
	background-color:#047EB9;
	background-image:url("http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/images/Blue_BG.jpg");
	border:1px solid #13668E;
}

#topBar {
	background:#294586;
	height:20px;
	width:100%;
	border-bottom:1px solid #13295d;
}

#autoblog div.community_header {
	height:218px !important;
}

#PageHeader .pagetitle {
color: #13295d!important;
}

#share-bar {
	height: 20px;
	width: 950px;
	padding: 20px 0px;
}

/* Meet the team */

#agentHolder {
	float:left;
	margin:10px 90px;
}
#agentHolder h1 {
	text-align:center;
}

#agentHolder h2 {
	background: #CCC;
	text-align: center;
	color: white;
	border-bottom: 1px solid #13295D;
	padding: 3px;
}

#agentHolder img {
	border: 3px solid #13295D;
}

body .blocking_overlay {
  color:#30210a;
  background-color: #ceae76;
  background-image: url(./justlistedcalgary_ca_003_images/bg-popup.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}

body .blocking_overlay h1 {
  background: #0d8fcd url(http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/justlistedcalgary_ca_003_images/bg-popup-header.gif) center left no-repeat;
  font-family:ZapfHumnstDmBTDemi, Verdana !important;
}
body .blocking_overlay #formContainer {
  background:url(http://assets.rmcloud.com/templates/justlistedcalgary_ca_003/justlistedcalgary_ca_003_images/popup-shadow.gif) top left no-repeat;
}
