@font-face {
	font-family: 'CharterBTRoman';
	src: url('http://assets.rmcloud.com/fonts/chartrn-webfont.eot');
	src: local('☺'), url('http://assets.rmcloud.com/fonts/chartrn-webfont.woff') format('woff'), url('http://assets.rmcloud.com/fonts/chartrn-webfont.ttf') format('truetype'), url('http://assets.rmcloud.com/fonts/chartrn-webfont.svg#webfontYdMe6P0R') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CenturyGothicBold';
	src: url('http://assets.rmcloud.com/fonts/gothicb-webfont.eot');
	src: local('☺'), url('http://assets.rmcloud.com/fonts/gothicb-webfont.woff') format('woff'), url('http://assets.rmcloud.com/fonts/gothicb-webfont.ttf') format('truetype'), url('http://assets.rmcloud.com/fonts/gothicb-webfont.svg#webfontBrmMgjBX') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CenturyGothicRegular';
	src: url('http://assets.rmcloud.com/fonts/gothic-webfont.eot');
	src: local('☺'), url('http://assets.rmcloud.com/fonts/gothic-webfont.woff') format('woff'), url('http://assets.rmcloud.com/fonts/gothic-webfont.ttf') format('truetype'), url('http://assets.rmcloud.com/fonts/gothic-webfont.svg#webfontCW29EQer') format('svg');
	font-weight: normal;
	font-style: normal;
}

.CharterBTRoman {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'CharterBTRoman', sans-serif;
	font-size-adjust: 0.48;
}

.CenturyGothicBold {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'CenturyGothicBold', sans-serif;
	font-size-adjust: 0.53;
}
.CenturyGothic {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'CenturyGothicRegular', sans-serif;
	font-size-adjust: 0.53;
}


body{

}

#siteHolder {
  background:#e6eaf1 url('images/bg-blue.jpg') top center no-repeat !important;
  font-size:12px; font-family:verdana, arial, sans-serif;
}

.container{width:940px; margin:0 auto;}
.wrapper{width:100%; display:inline-block;}

/* header styles */
#header{
  background:url('images/bg-header-blue.jpg') top left no-repeat;
  position:relative;
  height:201px;
}
#header #henryImage{position:absolute; top:6px; left:-10px; z-index:9;}
#header a#henryName{position: absolute;top: 179px;left: 205px;z-index: 20; color:#8F9297; text-decoration:none;}
#header a#henryName:hover{color:#283D78;}
#header #bholeImage{position:absolute; top: 3px; right: 145px; z-index:10;}
#header a#ryanName{position: absolute; top: 179px; right: 361px; z-index: 20; color:#8F9297;text-decoration:none;}
#header a#ryanName:hover{color:#283D78;}
#header h1{
  margin:0; 
  margin-left:215px; 
  padding-top:26px;
  font-size:30px;
  color:#3a3a3a;
  line-height:0.9;
  font-weight:bold;
}
#header h1 span{color:#283D78; font-size:18px; }
#header h2{ margin-left:215px; color:#fff; font-size:30px;}
#header #miniBar{width:220px; position:absolute; top:64px; right:210px;}
#header #miniBar a{display: block; width: 15px; height: 14px; padding:0px; margin-right: 4px; float: left;}
#header #miniBar a.twitter{background-image:url(images/minibar-tw-yellow.jpg); background-repeat: no-repeat; background-position: bottom left;}
#header #miniBar a.facebook{background-image:url(images/minibar-fb-yellow.jpg); background-repeat: no-repeat; background-position: bottom left;}
#header #miniBar a.linkedin{background-image:url(images/minibar-li-yellow.jpg); background-repeat: no-repeat; background-position: bottom left;}
#header #miniBar a.blog{background-image:url(images/minibar-blog-yellow.jpg); background-repeat: no-repeat; background-position: bottom left;}
#header #miniBar a:hover{background-position: top left;}
#CBlogo{position:absolute; top:91px; right:-112px;z-index:999;}
#header .flyingTextContainer{width:250px; height:20px;margin:0 auto;color:#FFF;overflow:hidden; position:absolute; bottom:30px;left:165px; z-index:1;}
#header .flyingTextContainer .flying-text{margin:0; margin-left:-100px; display:none; position:absolute; top:0; left:0; font-weight: normal;font-style: normal;line-height:normal;font-family: 'CenturyGothicBold', sans-serif;font-size-adjust: 0.53; font-size:16px;}
#header .flyingTextContainer .active-text{display:block; font-weight: normal;}

/* nav style */
#mainMenu{background:url('images/bg-nav-blue.jpg') top left repeat-x;}

#nav { position: relative; text-align:left; list-style: none; margin: 0px; padding: 0px; overflow-y: visible; z-index:16; height:28px;}
#nav li {float:left; position: relative;}
#nav li a {
  background:transparent url('images/nav-break-blue.jpg') top right no-repeat;
  font-weight: normal;
	font-style: normal;
	line-height:28px;
	font-family: 'CenturyGothicRegular', sans-serif;
	font-size-adjust: 0.53;
	margin:0;
	padding:0 17px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:15px;
	text-transform:uppercase;
	display:block;
}
#nav li.over a {
  background: #344D80;
	text-decoration:none;
	position:relative;
	z-index:15;
}
#nav li ul {
  display:none; 
  position: absolute; 
  z-index: 12; 
  margin: 0px; 
  padding: 0px 0px 0px 0px; 
  width: 190px; 
  top: 28px; 
  left: 0px;
}
#nav li ul li { 
  display:block; 
  float:none; 
  *float:left; 
  *width:190px; 
  top: 0px; 
  padding: 0px; 
  margin: 0px; 
  background-color: #344D80; 
  border:1px solid #fff; 
  border-top:none;
}
#nav li ul li a {
  color:#FFF; 
  font-size:12px; 
  line-height:20px; 
  *height:20px; 
  display: block; 
  padding:4px 0px 3px 8px; 
  margin:0; 
  border-top:none; 
  text-decoration: none !important; 
  text-shadow:none; 
  text-transform:none;
}
#nav li ul li a:hover { 
  color: #FFF; 
  /*background-color: #EF181E; */
  text-decoration: underline; 
  padding:4px 0px 3px 8px; 
  margin:0; 
  border-top:none; 
  text-shadow:none;
}
#nav li.over ul {
  display: block;
}
#nav li.over ul li a { 
  background:none; 
  border-top:none; 
  text-decoration: underline;
}
#nav li.over ul li a:hover {
  /*background-color: #8f0f18; */
  background-color: #82A1C9;
  text-decoration: underline;
}

/* main content */
#contentWrap{background:url('images/bg-content.jpg') 50% 1px no-repeat;}
#contentWrapInterior{background:url('images/bg-content-interior.jpg') 50% 1px no-repeat;}

#contentWrapInterior #contentInterior{ padding:5px 20px 60px;}
#contentWrapInterior #contentInterior h2 #PageHeader .pagetitle {margin: 0px; margin-bottom: 20px; font-size: 22px; color: #05306D;}
#contentWrapInterior #contentInterior #content_above{padding-top:5px;}

#featuredListings{float:left;width:568px;}
#featuredListings h1{margin-top:32px; margin-bottom:0;color:#283D78;font-size:24px;text-transform:uppercase;text-shadow: 1px 1px 0px #fff;}
#featuredListings #featured-listings-widget{width:568px;height:292px;background:url('images/bg-featuredlisting-blue.png') left top no-repeat;}
#featuredListings #featured-listings-widget #flowtabs{width:555px !important;}
#featuredListings #featured-listings-widget #flowpanes{margin:0 25px;}
#featured-listings-widget #flowpanes div.tooltip{width:100%;}
#featured-listings-widget #flowpanes div.tooltip .title h1 {font-size:14px !important;}
#featuredListings #featured-listings-widget #flowpanes div.tooltip .title{width:250px; margin-left:10px;}
#featured-listings-widget #flowpanes div.tooltip ul{width:290px; *width:230px;}
#featuredListings #featured-listings-widget #flowpanes div.tooltip ul li{width:70px;}
#featuredListings #featured-listings-widget #flowpanes div.tooltip ul li.first{margin-right:10px;}
#featured-listings-widget button.prev {background-color:none;background:none !important;border:0 none !important;bottom:25px !important;font-size:0 !important;height:30px !important;left:6px !important;width:19px !important;z-index:99;}
#featured-listings-widget button.prev:hover {background:none;}
#featured-listings-widget button.next {background-color:none;background:none !important;border:0 none !important;bottom:25px !important;font-size:0 !important;height:30px !important;right:8px !important;width:19px !important;z-index:99;}
#featured-listings-widget button.next:hover {background:none;}
#featured-listings-widget div.view-listing-button{background-image: url('http://assets.rmcloud.com/templates/saskatoonrealestate_com_002/images/view_this_property.png') !important;}
#featured-listings-widget div.view-listing-button:hover{background-image: url('http://assets.rmcloud.com/templates/saskatoonrealestate_com_002/images/view_this_property_over.png') !important;}

#autoBlogs{float:right;background:url('images/bg-autoblog.jpg') left top no-repeat;width:334px; height:292px;padding:0 10px;margin-top:60px;font-weight: normal;font-style: normal;line-height:normal;font-family: 'CenturyGothicBold', sans-serif;font-size-adjust: 0.53;position:relative; z-index:1;}
#autoBlogs #homeMap{position:absolute;height: 216px;right: 10px;top: 40px;}
#autoBlogs h1{margin-top:22px; margin-bottom:0;color:#063272;font-size:20px;font-weight: normal;text-transform:uppercase;text-shadow: 1px 1px 0px #fff;
}
#autoBlogs strong{display:block;margin-top:8px;font-weight: normal;font-size:30px;color:#283D78;}
#autoBlogs strong small{font-size:18px;}
#autoBlogs p.action{color:#283D78; font-size:18px;font-weight: normal;font-style: normal;line-height:22px;font-family: 'CenturyGothicRegular', sans-serif;font-size-adjust: 0.53; margin:0; margin-top:5px;}
#autoBlogs .details{font-size:17px;margin-top: 141px;color:#283D78;text-align:center;font-weight: normal;font-style: normal;line-height:normal;font-family: 'CenturyGothicRegular', sans-serif;font-size-adjust: 0.53;letter-spacing:-1px;}
#autoBlogs .details a{text-decoration:none;}
#autoBlogs .details a:hover{color: #000;}
#autoBlogs .details b{}
#autoBlogs a.view{display:block;margin-top:17px;font-size:16px;text-align:center;color:#fff;text-decoration:none;}

#leftColumn{float:left;width:568px;}
#rightColumn{float:right;width:354px;}

/* lowerContent */
#buying, #selling{width:277px; height:204px; float:left;padding:0; position:relative;}
#buying a, #selling a{text-decoration:none; width:100%; height:100%; display:block;}
#buying h1, #selling h1{font-size:36px;text-align:center;margin:14px 0;}
#buying h1 small, #selling h1 small{
  font-size:24px;
}
#buying p, #selling p{color:#fff;font-size:14px;padding:5px 17px;}
#buying p.tag, #selling p.tag{position:absolute; bottom:0px;width:100%;padding:0;text-align:center;color:#393939;}
#selling p.tag{letter-spacing:-1px;}
#buying{background:url('images/bg-contentbox-buying-blue.png') right top no-repeat;margin-right:13px;}
#buying h1{color:#283D78;}

#selling{background:url('images/bg-contentbox-selling-blue.png') left top no-repeat;}
#selling h1{color:#82A1C9;}

#connect{background:url('images/bg-socialbar.jpg') top left no-repeat;height:54px;margin-top:15px;}
#connect img{margin:0 5px;}
#connect h1{margin:0; margin-left:28px; margin-right:95px; -margin-right:35px; font-size:24px; line-height:54px; color:#fff; display:inline-block; *float:left;}
#connect img{border:0;}

#blogWidget{background:url('images/bg-blog.gif') left top no-repeat;position:relative;margin-top:15px; margin-bottom: 20px;}

#blogWidget .bottom{height:13px; width:100%; background:url('images/bg-btm-blog.gif') bottom left no-repeat; clear:both;}
#blogWidget img {margin:15px 25px 0;padding:0px;}

#blogWidget h1 {
  font-size:20px;
  color:#283D78;
  margin: 0;
  padding:15px 0 15px 25px;}

#blog-posts-widget {
  padding:0 24px 10px;
}

#blog-posts-widget h2 {
  display:none;
}

#blog-posts-widget .articles{
  margin:0; 
  padding:0; 
  list-style:none;
}

#blog-posts-widget .article p {
  color:#353535 !important;
}

#blog-posts-widget .article h3 {
  margin: 0;
}

#blog-posts-widget .article h3 a {
  font-family:'CenturyGothicBold',sans-serif;
  font-size:18px;
  text-decoration:none;
  color:#344D80;
  text-align: left;
}

#blog-posts-widget .date{ font-size:12px; font-weight:normal;}

#newsLetter{background:url('images/bg-newsletter-blue.png') left top no-repeat; height:112px;}
#newsLetter a{width:100%; height:100%; text-decoration:none;}
#newsLetter h1{margin:0; margin-left:135px; padding:21px 0; line-height:0.8;}
#newsLetter h1 .line1{font-size:18px; color:#fff; line-height:1.2;}
#newsLetter h1 .line2{font-size:30px; color:#353535;}
#newsLetter h1 .line3{font-size:18px; color:#F9B500;}

#testimonial{background:url('images/testimonials-bg.png') left top no-repeat; height:296px; margin-bottom: 15px; margin-top:15px; font-family:verdana, sans-serif; color:#353535 !important;}
#testimonial h1{font-size:20px; margin:0; margin-left:20px; padding:15px 0px 5px 0px;}
#testimonial h1 a {text-decoration:none;color: #353535;}
#testimonial h1 a:hover {color:#283D78;}
#testimonial #testimonials-widget{margin:0 20px;}
#testimonial #testimonials-widget p{font-style: italic; color:#353535 !important;}
#testimonial #testimonials-widget ul{margin:0; padding:0; list-style:none;}
#testimonial #testimonials-widget h2{margin:0;padding:5px 0; display:none;}
#testimonial #testimonials-widget .testimonial-name{display: block; font-weight: bold;}
#testimonial #testimonials-widget .testimonial-date{display: none;}
#testimonial #testimonials-widget .testimonial-link {position: relative; bottom: 10px; left: 240px;}

#engineText{background:url('images/bg-homepage-text.gif') left top no-repeat; position:relative; margin-bottom:10px; -height:100px; clear:both;}
#engineText #content_above{font-size:12px; font-family:verdana, sans-serif; padding:20px 20px 0px 20px;}
#engineText #content_above p{color:#353535 !important; font-size: 12px !important;}
#engineText h1{font-size:20px;}
#engineText .bottom{height:13px; width:100%; background:url('images/bg-homepage-btm.gif') bottom left no-repeat;}

#bottomWrap{background:url('images/bg-footerwrap-blue.jpg') top center repeat-x; height:250px; margin-top:1em;}
#bottom{background:url('images/footer-bg.jpg') left top no-repeat; height:250px; font-family:verdana, sans-serif; color:#fff;}
#bottom h2{margin:0;padding-top:25px; font-size:18px; font-weight:bold;}
#bottom p{color:#fff; position: relative;}
#bottom a{color:#fff;}
#bottomLeft{float:left;width:568px; position: relative;}
#bottomRight{float:right;width:354px;}
#bottomLeft a.forsale{display: block; width: 235px; height: 19px; position: absolute; top: 154px; left: 16px;} 
#bottomLeft a.expressadd{display: block; width: 238px; height: 41px; position: absolute; top: 151px;}
#bottomRight .twtr-widget{margin-top:60px;margin-left:20px;}
#bottomRight .twtr-widget .twtr-ft{display:none;}
#bottomRight .twtr-widget .twtr-hd{}

#video-widget {
	width: 355px;
	height: 273px;
	background: url(images/video-bg.png) no-repeat;
	position: relative;
}
#video-widget a { font-family: 'CenturyGothicRegular', sans-serif; text-decoration: none; color: #FFF; font-size: 18px }
#video-widget a#buyers-link {
    left: 35px;
    position: absolute;
    top: 220px;
}
#video-widget a#sellers-link {
    position: absolute;
    right: 33px;
    top: 220px;
}
#video-widget a:hover { text-decoration: underline }
#videowrapper { position: absolute; top: 18px; left: 18px }

#header h5 {
	cursor: pointer;
	font-size: 12px;
	left: 420px;
	position: absolute;
	margin: 0;
	background: #F1F1F1;
	padding: 0 5px;
	font-weight: normal;
	color: #283D78;
	line-height: 22px;
	border-bottom: 1px solid white;
}

#header h5:hover {
	color:#000;
	line-height:24px;
	background: #F9B500;
}

#chinese-translate {
	background: url(images/chinese-charecters-blue.png) no-repeat right center;
	cursor: pointer;
	position: absolute;
	top: 1px;
	left: 550px;
	padding: 20px 40px 0 0;
}

#chinese-translate:hover {
  background: url(images/chinese-charecters-over-blue.png) no-repeat right center;
}

/****** Translate Overlay */

.simple_overlay {
  display:none;
  width:373px;
  height: 249px;
  padding:1px;
  background: #696969;
  z-index: 10000;
  -moz-box-shadow: 0 0 20px #000;
  -webkit-box-shadow: 0 0 20px #000;
  position: relative
}

#overlay-content {
  background: url(images/overlay-content.gif) repeat-x;
  border: 5px solid #e6eaf1;
  padding: 25px;
  text-align: center;
  height: 189px;
}

#overlay-content h1 {
  color: #281c17;
  font-size: 20px;
  padding: 0 0 10px;
  margin:0;
  border-bottom: 1px solid #b9af8d;
}

#google-translate {
  border-top: 1px solid #fff;
  padding: 15px 0 0;
}

#google-translate select.goog-te-combo {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #281C17;
  font-family: 'avenir-heavy';
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 5px 3px;
  width: 250px;
}

.simple_overlay .close {
	background: url(images/close.png);
	position:absolute; 
  right:4px; 
  top:-18px;
	cursor:pointer;
	height:33px;
	width:32px;
}

.simple_overlay .close:hover { background-position: left bottom; }

#exposeMask {
background-color:#C0C0C0!important;
}



/* **************************************** CMS STYLES ***/

.editable h1, .editable h2,
.editable h3, .editable h4,
.editable h5, .editable h6 {
  margin: 0px;
  padding: 10px 0px 5px 0px;
  font-weight: normal;
}

.editable h1, .editable h3 {
  color: #283D78;
}

.editable h2, .editable h4 {
  color: #82A1C9;
}

.editable h1, .editable h2 {
  font-family: 'CenturyGothicBold';
  text-shadow: 1px 1px 1px #FFF;
}

.editable h1 {
  font-size: 26px
}

.editable h2 {
  font-size: 24px;
}

.editable h3, .editable h4 {
  font-size: 20px;
  font-family: 'CenturyGothicRegular';
}

.editable h5, .editable h6 {
  margin: 0px; padding: 0px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.editable h5 {
  font-weight: bold;
}

.editable h6 {
  font-style: italic;
}

.editable p {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  font-size: 14px;
}

.editable ul {
  margin: 15px 0px 12px 25px;
  padding: 0px;
}

.editable ul li {
  padding: 3px 0px 3px 0px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  line-height: 140%;
}

.editable a {
  color: #283D78;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 1px #FFF;
}

.editable a:hover {
  color: #82A1C9;
  text-decoration: underline;
}


/* ********************************* LOCAL INFO STYLES ***/

.localInfo .sideBar h2 {
  color: #283D78;
  font-family: 'CenturyGothicRegular';
}

.localInfo .sideBar p {
  margin-bottom: 10px;
}

.localInfo .sideBar {
  padding-bottom: 30px !important;
}

.infoLinksContainer h3 {
  color: #283D78;
  font-family: 'CenturyGothicBold';
  font-size: 20px;
}

#localInfoHolder .infoLinksContainer li {
  font-size: 12px !important;
}