@charset "utf-8";

/******* Fonts */

@font-face {
    font-family: 'avenir-medium';
    src: url('http://assets.rmcloud.com/fonts/avenirltstd-medium-webfont.eot');
    src: url('http://assets.rmcloud.com/fonts/avenirltstd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://assets.rmcloud.com/fonts/avenirltstd-medium-webfont.woff') format('woff'),
         url('http://assets.rmcloud.com/fonts/avenirltstd-medium-webfont.ttf') format('truetype'),
         url('http://assets.rmcloud.com/fonts/avenirltstd-medium-webfont.svg#AvenirLTStd65Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-heavy';
    src: url('http://assets.rmcloud.com/fonts/avenirltstd-heavy-webfont.eot');
    src: url('http://assets.rmcloud.com/fonts/avenirltstd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://assets.rmcloud.com/fonts/avenirltstd-heavy-webfont.woff') format('woff'),
         url('http://assets.rmcloud.com/fonts/avenirltstd-heavy-webfont.ttf') format('truetype'),
         url('http://assets.rmcloud.com/fonts/avenirltstd-heavy-webfont.svg#AvenirLTStd85Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'souvenir';
    src: url('http://assets.rmcloud.com/fonts/souvnrl-webfont.eot');
    src: url('http://assets.rmcloud.com/fonts/souvnrl-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://assets.rmcloud.com/fonts/souvnrl-webfont.woff') format('woff'),
         url('http://assets.rmcloud.com/fonts/souvnrl-webfont.ttf') format('truetype'),
         url('http://assets.rmcloud.com/fonts/souvnrl-webfont.svg#SouvenirLtBTLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******* Tags & Common Classes */

article, aside, canvas, details,
figcaption, figure, footer, header,
hgroup, nav, section, summary, video {
    display: block;
}


body {
  font-family: 'souvenir';
  font-size: 14px;
  min-width: 960px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  padding: 0;
}

h1 {
	font-family: souvenir;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding-top: 30px; padding-bottom: 22px;
}

h2 {
	font-family: souvenir;
	font-size: 22px;
	font-weight: bold;
	color: #218487;
	padding-top: 30px; padding-bottom: 22px;
}

h3 {
	font-family: avenir-heavy;
	font-size: 18px;
	color: #fff;
	padding-top: 20px; padding-bottom: 10px;
}

h4 {
	font-family: avenir-medium;
	font-size: 18px;
	color: #218487;
	padding-top: 20px; padding-bottom: 10px;
}

h5 {
	font-weight: bold;
}

h6 {
	font-style: italic;
}

.wrapper {
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 960px;
}

.nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}

/******* Top */

#top {
  background: #fff;
  border-bottom: 1px solid #0a1c20;
}

#top .container {
  text-align: right;
  position: relative;
  color: #000;
  height: 19px;
  line-height: 19px;
  margin: 0 auto;
  z-index:100;
}

#top li {
  float: right;
  padding: 0 5px 0 0;
  color: #000;
}

#top a {
  color: #000;
  text-decoration: none;
}

#top a:hover {
  color: #08696c;
}

#top a#top-contact {
  width: 27px;
  height: 36px;
  display: block;
  background: url(images/top-contact.png) no-repeat;
}

#top a#top-contact:hover { 
  background-position: right top;
}

/******* Header */

header {
  background: url(images/header-tile.jpg) repeat-x;
  position: relative;
  
}

header #___plusone_0 {
  margin: 3px 0 0 25px !important;
}

.int header #___plusone_0 {
  margin: 0 !important;
  position: absolute;
  top: 76px;
  left: 316px;
}

#header-logo {
  position: absolute;
  top: 0;
  height: 330px;
  *left: 0;
}

#header-logo li {
  height: 330px;
  position: absolute;
  width: 100%;
}

#header-logo li.first {
  background: url(images/header-logo.jpg) no-repeat center top;
}
#header-logo li.two {
  background: url(images/header-logo2.jpg) no-repeat center top;
}
#header-logo li.three {
  background: url(images/header-logo3.jpg) no-repeat center top;
}
#header-logo li.four {
  background: url(images/header-logo4.jpg) no-repeat center top;
}
#header-logo li.five {
  background: url(images/header-logo5.jpg) no-repeat center top;
}
#header-logo li.last {
  background: url(images/header-logo6.jpg) no-repeat center top;
}

header .container {
  height: 330px;
  position: relative;
}

header h1 {
  position: absolute;
  left: -10000em;
}

header h2 {
  font-size: 20px;
  font-family: 'avenir-medium';
  text-shadow: 2px 2px 2px #000;
  padding: 217px 0 0 25px;
  color: #fff;
}

#social {
  margin: 36px 0 0 22px;
}

#social li {
  float: left;
}

#social li a {
  display: block;
  height: 33px;
  width: 33px;
  background: #f00;
  margin: 0 0 0 5px;
  -cursor: pointer;
}

#social #facebook { background: url(images/facebook.png) no-repeat; }
#social #twitter { background: url(images/twitter.png) no-repeat; }
#social #youtube { background: url(images/youtube.png) no-repeat; }
#social #blog { background: url(images/blog.png) no-repeat; }
#social #linkedin { background: url(images/linkedin.png) no-repeat; }

#social a:hover { background-position: left bottom !important; }

/****** Nav */

nav#nav {
  background: url(images/nav-tile.jpg) repeat-x;
}

nav#nav .container {
  margin: 0 auto;
}

nav#nav li {
  background: url(images/nav-div.jpg) no-repeat left center;
  padding: 1px 5px 1px 14px;
  position: relative;
  float:left;
  z-index:500; 
}

nav#nav li a {
  color: #232424 !important;
  display: block;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #fff;
  -text-align: center;
  -padding: 0;
  -width: 120px;
  -font-size: 19px;
}

nav#nav li.first { 
  background: none;
  padding: 1px 0 2px 0
}

nav#nav li ul {
  display: none;
}

nav#nav li.over a {
  background: #0c1e22;
  color: #07b2b3 !important;
  text-shadow: 1px 1px 1px #000;
}

nav#nav li.over ul {
  display: block;
  position: absolute;
  width: 211px;
  background: url(images/dropdown.jpg) no-repeat left bottom #0c1e22;
  padding: 5px 0;
  border-left: 1px solid #6b7374;
  border-right: 1px solid #6b7374;
  left: 13px;
}

nav#nav li.over li {
  padding: 0;
  background: none;
}

nav#nav li.over li a {
  background: none;
  width: 196px;
  padding: 0 0 0 15px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: #fff !important;
  text-shadow: 1px 1px 1px #000;
  -text-align: left;
}

nav#nav li.over li a:hover {
  height: 28px;
  line-height: 28px;
  border-top: 1px solid #00868d;
  border-bottom: 1px solid #00868d;
  background: #006469;
}

/******* Main Styles */

#main {
  background: url(images/main-pattern.jpg);
}

/****** Buckets */

#buckets {
  background: url(images/buckets-bg.png) no-repeat center top;
  -background: #032c2d;
  -border-top: 1px solid #6fdee1;
  -border-bottom: 1px solid #6fdee1;
  padding: 10px 0;
  margin: 25px 0;
}

#buckets a {
  display: block;
  float: left;
  background: url(images/bucket.png) no-repeat;
  width: 187px;
  height: 78px;
  text-align: center;
  margin: 0 0 0 5px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  padding: 4px 0 0;
  text-shadow: 1px 1px 1px #000;
  -cursor: pointer;
}

#buckets a.first {
  margin: 0;
}

#buckets a span {
  display: block;
  font-size: 12px;
  color: #38fbff;
  padding: 5px 20px 0 20px;
  line-height: 16px;
}

#buckets a:hover {
  color: #38fbff;
  background-position: left bottom;
}

/******* Content Area */

#left {
  width:570px;
  padding: 10px;
  float: left;
  color: #b0fdff;
}

#left .pagetitle {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  text-shadow: 1px 1px 1px #000;
  padding: 0 0 10px;
}

#content-links #mobile {
  height: 58px;
  display: block;
  float: left;
  width: 174px;
  text-decoration: none;
  background: url(images/mobile.png) no-repeat;
  padding: 0 0 0 55px;
  color:#00CED3;
  font-size: 12px;
  line-height: 15px;
  -cursor: pointer;
}

#content-links {
  padding: 25px 0;
}

#content-links #mobile span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  padding: 5px 0;
  text-shadow: 1px 1px 1px #000;
}

#content-links #mobile:hover {
  background-position: left bottom;
}

#content-links #mobile:hover span {
  text-decoration: underline;
}

#content-links #condo-specialist {
  width: 95px;
  height: 95px;
  float: left;
  margin: 0 10px;
  background: url(images/condo-specialist.png) no-repeat;
}

#fb-like {
	float: left;
	height: 31px;
	line-height: 31px;
	margin: 30px 0 0;
	text-align: center;
	width: 160px;
}

/******* Twitter Feed */

#right {
  width: 359px;
  background: url(images/twitter-feed.png) no-repeat;
  min-height:246px;
  *height: 246px;
  float: right;
}

.twtr-bd {
  background: url(images/twitter-bg.png) center bottom no-repeat;;
  padding: 10px 10px 20px !important;
  position: absolute;
  right: 0;
  top: 84px;
  width: 245px;
}

.twtr-timeline {
  height: auto !important;
}

.twtr-hd, .twtr-ft {
  display: none;
}

/******* Footer */

footer {
  background: url(images/footer-tile.png) repeat-x;
  margin: -22px auto 0;
}

footer .container {
  background: url(images/footer.png) no-repeat;
  height: 158px;
  color: #fff;
  font-family: arial;
  padding: 60px 0 15px 0;
}

footer h1 {
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
}

footer span {
  color: #218487;
}

#footer-links {
  background: #000;
  height: 30px;
  line-height: 30px;
  font-family: arial;
  font-size: 11px;
}

#footer-links, #footer-links a {
  color: #0a6b6d;
}

/******* Map */

#home-map h1 {
  font-family: 'avenir-medium';
  font-size: 24px;
  color: #fff;
  background: url(images/map/map-heading.png) no-repeat;
  height: 51px;
  padding: 35px 0 0 80px;
}

#home-map h1 span {
  color: #00b6b6;
  font-size: 18px;
  font-family: 'souvenir';
}

#home-map h1 a {
  font-family: 'souvenir';
  color: #227477;
  float: right;
  background: url(images/map/hide-map.png) no-repeat;
  padding: 0 0 0 15px;
  font-size:13px;
  line-height: 15px;
  height:15px;
  cursor: pointer;
  display: none\0/;
  *margin: -10px 0 0;
}

#home-map h1 a:hover {
  text-decoration: underline;
}

#home-map h1 a.show {
  background: url(images/map/show-map.png) no-repeat;
}

#map-holder {
  height: 500px;
  position: relative;
}

#county {
  background: url(images/map/county-default.jpg) no-repeat;
  height: 500px;
}

#inner-city {
  height: 500px;
  display: none;
  background: url(images/map/inner-city.jpg) no-repeat;
}

#map-holder img {
  display:none;
  position: absolute;
  top: 0;
  z-index: 10;
}

#map-holder area {
  cursor: pointer;
}

#map-holder img.blank-img {
  display: block;
  z-index: 80;
}

#map-holder .titles li {
  position: absolute;
  z-index:20;
}

#map-holder .towns li {
  position: absolute;
  z-index: 99;
  display: none;
}

#map-holder li h2 {
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 2px 2px #000;
  text-align: center;
}

#map-holder li h2.larger { 
  color: #78f0ff;
}

#map-holder li.lac-st-anne {
  top: 100px;
  left: 60px;
}

#map-holder li.parkland {
  top: 340px;
  left: 60px;
}

#map-holder li.leduc-c {
  top: 445px;
  left: 400px;
}

#map-holder li.strathcona {
  top: 105px;
  right: 30px;
}

#map-holder li.sturgeon {
  top: 40px;
  left: 350px;
}

#map-holder li.edmonton {
  top: 235px;
  left: 540px;
}

#map-holder li.inner-millwoods {
  top: 330px;
  right: 225px;
}

#map-holder li.inner-nw {
  top: 100px;
  left: 200px;
}

#map-holder li.inner-w {
  top: 265px;
  left: 200px;
}

#map-holder li.inner-sw {
  top: 330px;
  left: 330px;
}

#map-holder li.inner-se {
  top: 215px;
  right: 220px;
}

#map-holder li.inner-ne {
  top: 95px;
  right: 225px;
}

#map-holder li.inner-inner {
  top: 185px;
  right: 458px;
}

#map-holder li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #00ebf1;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-shadow: 2px 2px 2px #000;
}

#map-holder li a:hover {
  color: #fff;
}

#map-holder li a img {
  display: block;
  height: 25px;
  position: absolute;
  top:3px;
}

#map-holder li.sleft a {
  padding: 0 5px 0 30px;
}

#map-holder li.sleft img {
  left: 0;
}

#map-holder li.sright a {
  padding: 0 30px 0 5px;
}

#map-holder li.sright img {
  right: 0;
}

#map-holder li.onoway {
  top: 45px;
  left: 165px;
}

#map-holder li.spruce-grove {
  top: 250px;
  left: 290px;
}

#map-holder li.stony-plain {
  top: 290px;
  left: 240px;
}

#map-holder li.devon {
  top: 385px;
  left: 280px;
}

#map-holder li.leduc {
  top: 450px;
  left: 535px;
}

#map-holder li.beaumont {
  top: 415px;
  left: 575px;
}

#map-holder li.sherwood-park {
  top: 245px;
  right: 100px;
}

#map-holder li.fort-saskatchewan {
  top: 55px;
  right: 30px;
}

#map-holder li.morinville {
  top: 96px;
  left: 465px;
}

/*#map-holder li.morinville {
  top: 75px;
  left: 465px;
}*/

#map-holder li.st-albert {
  top: 135px;
  left: 415px;
}

#map-holder #zoom-out {
  display: block;
  text-decoration: none;
  background: url(images/map/zoom-out.png) no-repeat;
  width: 114px;
  height: 34px;
  font-size: 16px;
  color: #00abab;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 4px 0 0 26px;
  cursor: pointer;
}

#map-holder .map-toggle {
  cursor: pointer;
}

#map-holder #zoom-out:hover {
  color: #fff;
}

/******* Interior Pages */

.int header {
  background: url(images/int-header-tile.jpg) repeat-x;
}

.int #header-logo {
  height: 190px;
}

.int #header-logo li {
  height:190px
}

.int #header-logo li.first {
  background: url(images/int-header-logo.jpg) no-repeat center top;
}
.int #header-logo li.two {
  background: url(images/int-header-logo2.jpg) no-repeat center top;
}
.int #header-logo li.three {
  background: url(images/int-header-logo3.jpg) no-repeat center top;
}
.int #header-logo li.four {
  background: url(images/int-header-logo4.jpg) no-repeat center top;
}
.int #header-logo li.five {
  background: url(images/int-header-logo5.jpg) no-repeat center top;
}
.int #header-logo li.last {
  background: url(images/int-header-logo6.jpg) no-repeat center top;
}

.int header .container {
  height: 190px;
}

.int header h2 {
  font-size: 18px;
  padding: 120px 0 0 320px;
}

.int #social {
  margin: 16px 0 0 310px;
}

.int #social li a {
  width: 21px;
  height: 21px;
  margin: 0 0 0 10px;
}

.int #social #facebook { background: url(images/int-facebook.png) no-repeat; }
.int #social #twitter { background: url(images/int-twitter.png) no-repeat; }
.int #social #youtube { background: url(images/int-youtube.png) no-repeat; }
.int #social #blog { background: url(images/int-blog.png) no-repeat; }
.int #social #linkedin { background: url(images/int-linkedin.png) no-repeat; }

.int #main .container {
  padding: 5px 0 40px;
}

.int #main, .int #main p, .int #main td, .int #main li {
  font-family: 'avenir-medium';
  font-size: 14px;
}

.int #main .pagetitle {
  background: url(images/int-page-header.png) no-repeat;
  height: 55px;
  margin: 0 0 15px;
  font-size: 24px;
  padding: 25px 0 0 40px;
  color: #fff;
}

.int ul.testimonial-list li.color {
  background-color: #0d1f23;
}

.int td.formLabels, #ADVANCED_OPTIONS_BUTTONS_ROW td { color: #000 !important; }


.int #lMapTip td.SwitchboardSelectedText { color: #000; }

.int .virtual_tour h3 {
	color: #fff;
}

#BusinessDirectoryAdd h1 {
	color: #218487;
}

#bD-jumpTo li:nth-child(2n) {
  background-color: transparent !important;
  border-left: 1px dashed #333333;
  border-right: 1px dashed #333333;
  width: 21%;
}

#businessDirectory nav .button { 
  color: #000;
}

div .pages strong {
  color: #fff;
}

#bD-toolbar strong {
  color: #fff;
}

.int #contact_agent h2 { 
  color: #000;
}


/* ////////////////////////////////// ABOUT PAGE */

#aboutUs .bioImage {
	width: 215px;
	padding: 4px;
	border: 1px solid gray;
}

#aboutUs .ianKondics {
	margin-top: 40px;
}

#aboutUs .ian {
	float: left;
	margin-right: 20px;
}

#aboutUs .chantelNieberding {
	clear: both;
	margin-top: 80px;
	margin-bottom: 80px;
}

#aboutUs .chantel {
	float: right;
	margin-left: 20px;
}


/* ////////////////////////////////// GOVERNMENT FORM */

#irpRelocation .irpForm {
	width: 334px;
	padding: 0px 10px;
	margin-left: 20px;
	float: right;
	background-color: #051215;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#irpRelocation .irpImage {
	margin: 4px 0px 22px 0px;
}

#irpRelocation .clearBoth {
	clear: both;
}



/* ////////////////////////////////// LOCAL INFO CUSTOM */

.localInfo h6 {
	color: #fff;
}

.localInfo .sideBar h5 {
	font-weight: normal;
	color: #fff;
}

.localInfo .sideBar {
	border: 1px solid #666 !important;
}

#localInfoHolder .infoLinks50 p, 
#localInfoHolder .infoLinks100 p {
	font-size: 12px !important;
}

#localInfoHolder .infoLinks50 li, 
#localInfoHolder .infoLinks100 li {
	font-size: 12px !important;
}

/******* Community Module */
li.zone {
  background-color: #053f41!important;
}

div.community_header, 
div.community ,
#autoblog li.active,
div#list-properties-box,
div#amenities,
a.view {
  background-color: #086b6e !important;
}

li.expanded,
div.communityNavigatorOverlay {
  background-color: #00c6cb !important;
}

#autoblog h2 {
  color: #fff !important;
}

#autoblog a {
  color: #086b6e !important;
}

#autoblog a.view {
  color: #fff !important;
}

#amenities li.active {
  background-color: #fff !important;
}

.properties-group li {
  color: #000 !important;
}
