@charset "utf-8";

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

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

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

/*********************** Default Styles & Common Classes */

body { 
  font-family: 'avant';
  font-size: 13px;
  color: #6d5b41;
  background: #edd6a4 !important;
  z-index: 1;
}

table { margin: 0; }

.wrapper { width: 100%; }

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

.bt {
  background: url(images/hr.jpg) no-repeat;
  padding: 20px 0;
}

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

#site {
  position: relative;
}


/*********************** HEADER */

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

#header .container { 
  height: 100px; 
  background: url(images/name.png) no-repeat;
  position:relative;
  z-index: 50;
}

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

#header h2 {
  color: #EDD6A4;
  float: left;
  font-size: 18px;
  padding: 65px 0 0 20px;
  text-shadow: 1px 1px 1px #000000;
  width: 300px;
} 

#header ul {
  background: #282014;
  border-radius: 5px 5px 5px 5px;
  height: 30px;
  list-style: none outside none;
  margin: 35px 0 0;
  padding: 0;
  float: right;
}

#header li {
  float: left;
  position: relative;
  z-index: 100;
}

#header li a {
  color: #ffffff;
  font-size: 13px;
  padding: 0 5px;
  text-decoration: none;
  display: block;
  height: 30px;
  line-height: 30px;
  -display: inline;
}

#header li.beige a { color: #edd6a4; }

#header #nav li.over a {
  background: #edd6a4;
  color: #282014;
}

#header li.first.over a { border-radius: 5px 0 0 5px; }
#header li.last.over a  { border-radius: 0 5px 5px 0; }
#header li ul { display: none; }

#header #nav li.over ul {
  positioN: absolute;
  width: 210px;
  display: block;
  top:-5px;
  background: #f00;
  height: auto;
  background: url(images/dropdown.jpg) no-repeat left bottom #edd6a4;
  border-radius: 0;
  padding: 10px 0;
  -left: 0px;
}

#header #nav  li.over ul a {
  background: none;
  color: #fff;
  padding: 0 0 0 10px;
  width: 200px;
  color: #282014;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  font-family: arial;
  border-radius: 0;
  -display: block;
}

#header #nav li.over ul a:hover {
  background: #fff;
  *font-weight: bold;
}

/********************* Social Media */

ul#socialMedia { 
  position: absolute; 
  bottom: -12px;
  right: 0;
  background: none;
  z-index: 10
}

ul#socialMedia a {
  width: 25px;
  height: 25px;
  margin: 0 3px;
  padding: 0;
}

ul#socialMedia a#facebookLink { background-image: url(images/facebook.png); }
ul#socialMedia a#twitterLink { background-image: url(images/twitter.png); }
ul#socialMedia a#blogLink { background-image: url(images/blog.png); }
ul#socialMedia a#linkedinLink { background-image: url(images/linkedin.png); }
ul#socialMedia a#youtubeLink { background-image: url(images/youtube.png); }

ul#socialMedia a:hover { 
  background-color: transparent !important;
  background-position: left bottom; 
  
}

#bannerTile { background: url(images/bannerTile.jpg) repeat-x; }
#banner { background: url(images/banner.jpg) no-repeat center top;} 

#banner .container { 
  position: relative;
  height: 330px;
  z-index: 1;
}

#photo { 
  position: absolute;
  top:-20px;
  background: url(images/photo.png) no-repeat;
  width: 320px;
  height: 390px;
}

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

#main {
  padding: 300px 0 0;
  background: url(images/main.jpg) repeat-x;
  position: relative;
}

#buckets .bucket {
  width: 195px;
  float: left;
  height: 160px;
  padding: 0 15px 0 110px;
  color:#352c1b;
  font-size: 12px;
  line-height: 15px;
  text-shadow: 1px 1px 1px #fff;
  position: relative;
}

#buckets strong {
  padding: 25px 0 5px;
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
}

#buckets strong span {
  font-family: 'avant-bold';
  color: #a54600;
}

#buckets a {
  display: block;
  color: #ee7100;
}

#buckets h2 {
  font-size: 13px;
  color: #342b1a;
  line-height: 30px;
  padding: 10px 0 0 20px;
}

#buckets h2 span {
  font-size: 30px;
  font-family: 'kaufman';
}

#buckets #bucketSearch { background: url(images/bucketSearch.jpg) }

#buckets #bucketSearch {
  padding: 0;
  width: 320px;
}

#buckets #bucketSearch h2.woodbine { padding: 15px 0 0 20px }
#buckets #bucketSearch h2.woodbine span { color: #eb6600; }
#buckets #bucketSearch h2.woodlands span { color: #837a0e; }

#buckets #bucketSearch a {
  background: url(images/woodlands.png) no-repeat;
  color: #fff;
  text-decoration: none;
  height: 24px;
  padding:0 0 0 95px;
  line-height: 24px;
  text-shadow: none;
}

#buckets #bucketSearch a.woodbine { background: url(images/woodbine.png) no-repeat; }

#buckets #bucketFirst { background: url(images/bucketFirst.jpg) }

#buckets #bucketFirst a { 
  position: absolute;
  bottom: 19px;
  left: 120px;
}

#buckets #bucketFirst a.first { bottom: 44px; }

#buckets #bucketMobile { background: url(images/bucketMobile.jpg) }
#buckets #bucketMobile a { padding: 32px 0 0; }

#featuredFrench {
  position: absolute;
  top: 35px;
}

#french {
  width: 250px;
  height: 220px;
  background: url(images/french.jpg) no-repeat left bottom;
  padding: 16px 5px 0 175px;
  position: relative;
  float: left;
  font-size:12px;
  line-height:120%;
  text-shadow: 1px 1px 1px #fff;
}

#french h2 {
  font-size: 20px;
  color: #352c1b;
  line-height: 40px;
}

#french h2 span {
  font-family: 'kaufman';
  font-size: 40px;
  color: #a54600;
}

#french ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 230px;
  position: absolute;
  right: -7px;
  bottom: -1px;
}

#french li {
  height: 32px;
  line-height: 30px;
}

#french li a { color: #db6000; }

/************************* FEATURED LISTINGS */

#featured_listing {
  height: 260px;  
  background: url(images/featured.jpg) no-repeat;
  width: 515px;
  float: left;
}

#featured_listing h2 {
  margin: 0;
  font-family: 'avant-bold';
  font-size: 18px;
  color: #352b1b;
  height: 40px;
  line-height: 12px;
  padding: 0 0 0 20px;
  text-shadow: 1px 1px 1px #fff;
  *line-height: 30px;
}

#featured_listing .scrollable-widget {
  padding:0;
  height: 213px;
  padding: 0 0 0 12px;
}

#featured_listing .scrollable-widget .scrollable {
  height:230px;
  widtH:485px;
  *width: 480px;
}

#featured_listing div.slideHolder { height: 213px; }

#featured_listing div.slide {
  width: 231px;
  background: url(images/slide.png) no-repeat;
  padding: 0 8px;
  margin: 23px 0 0 8px;
  position: relative;
  -position: relative !important;
  *padding: 0;
}

#featured_listing div.img-holder {
  border: 1px solid #000;
  padding: 2px;
  width: 208px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#featured_listing div.img-holder img {
  width: 208px;
  height: 135px;
  *height: 127px;
}

#featured_listing div.details {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

#featured_listing div.details h1 a {
  display: block;
  width:186px;
  height: 20px;
  line-height:20px;
  padding: 0 5px;
  background-color: #f8eacb;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #362b1b;
  margin: -20px 0 0 8px;
  text-align: left;
}

#featured_listing div.details h1 a:hover { background-color: #db6000; }

#featured_listing div.details h2 {
  background-color: #FFFFFF;
  color: #DB6000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: 141px 0 0 13px;
  *margin: 133px 0 0 13px;
  padding: 0;
  text-align: center;
  width: 95px;
}

#featured_listing a.listing_view {
  color: #352B1B;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  left: 106px;
  position: absolute;
  text-decoration: none;
  top: 142px;
  *top: 136px;
  width: 120px;
}

#featured_listing a.listing_view:hover { color: #db6000; }

#featured_listing button {
  top: -45px;
  width: 50px;
  height: 23px;
  background: url(images/prevNext.jpg) no-repeat;
  border: none;
  left: 360px;
}

#featured_listing button.next {
  left: 420px;
  background-position: right top;
}

#featured_listing button:hover {background-position: left bottom;}
#featured_listing button.next:hover { background-position: right bottom; }
#featured_listing button span { display: none; }

/******************************** Footer Styles */

#foot { background: url(images/footTile.jpg) repeat-x; }
#footShadow { background: url(images/footShadow.jpg) no-repeat center top; }

#foot .container {
  background: url(images/foot.jpg) no-repeat;
  height: 278px;
  position: relative;
}

#foot #footPhoto {
  background: url(images/footPhoto.jpg) no-repeat;
  position: absolute;
  top: -12px;
  left: 14px;
  width: 277px;
  height: 207px;
}

#foot #contactInfo {
  padding: 25px 0 0 300px;
  color: #ffffff;
  font-size: 14px;
  text-shadow: 1px 1px 1px #000;
  line-height: 25px;
}

#foot #contactInfo h1 {
  font-family: 'avant-bold';
  font-size: 18px;
}

#foot #contactInfo strong {
  font-weight: normal;
  font-family: 'avant-bold';
}

#foot #contactInfo a {color: #fff; }

#testi {
  height: 125px;
  position: absolute;
  right: 76px;
  top: 40px;
  width: 300px;
}

#testi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#testi  li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: verdana;
  font-size: 12px;
  font-style: italic;
}

#testi  li  p {  color: #fff;}

#testi #testimonials-widget, #testi ul, #testi li { height: 100px;}
#testi h2, #testi span { display: none; }

#testi a {
  display: block;
  height: 25px;
  line-height: 25px;
  color: #372d1c;
  font-family: 'kaufman';
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
}

#testi a:hover { color: #fff; }

#footLinks {
  position: absolute;
  bottom: 50px;
  left: 7px;
  color: #fff;
  font-family: arial;
  font-size: 12px;
}

#footLinks a { color: #fff; }

#footLogo { 
  position: absolute;
  right: -50px;
  bottom: 20px;
  background: url(images/maxwell.png) no-repeat;
  width: 233px;
  height: 111px;
}

/**************************** Form Styles */

#search {
  position: absolute;
  top: 300px;
  z-index: 50;
}

#frmMlsSearch {
  padding: 0 0 0 430px;
  width: 530px;
  position: relative;
}

#frmMlsSearch h1 {
  font-size: 16px;
  color: #352b1b;
  font-family: 'avant-bold';
  background: url(images/searchLine.gif) no-repeat left bottom;
  height: 25px;
  text-shadow: 1px 1px 1px #f8c100;
}

#frmMlsSearch ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#frmMlsSearch li {
  width: 220px;
  margin: 0 15px 0 0;
  float: left;
  -height: 50px;
}

#frmMlsSearch input, #frmMlsSearch select  {
  width: 210px;
  border: 1px solid #ba5600;
  height: 23px;
  line-height: 19px;
  padding: 0 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  *height: 19px;
}

#frmMlsSearch select {
  widtH: 98px !important;
  margin: 0 10px 0 0;
  padding: 2px 2px 2px 5px;
  height: 25px;
}

#frmMlsSearch select#DATA_TYPE { width: 220px!important; }

#frmMlsSearch label {
  display: block;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  padding: 3px 0 0;
}

#frmMlsSearch a#formSearch {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 71px;
  height: 71px;
  line-height: 71px;
  background: url(images/searchBtn.jpg) no-repeat;
  text-shadow: 1px 1px 1px #515151;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

#frmMlsSearch a#formSearch:hover { background-position: left bottom; }

#frmMlsSearch a#bbb {
  background: url("images/bbb.png") no-repeat;
  display: block;
  height: 139px;
  left: 327px;
  position: absolute;
  top: -15px;
  width: 87px;
}
div.ac_results {
  z-index: 500;
}

/******************* INTERIOR */

.int #main {
  padding: 20px 0 30px; 
  position: static;
}

.int #header { border-bottom: 5px solid #f18100;}

.pagetitle {
  font-family: 'avant-bold';
  font-size: 24px;
  color: #f18100;
  height: 40px;
  line-height: 40px;
  text-shadow: 1px 1px 1px #fff;
}

.int #main h1, .int #main h2 { line-height: 36px; }

ul.testimonial-list li.color {
	background: none !important;
}

.about-li {
	height: 25px;
	width: 300px;
	margin: 17px 9px;
	line-height: 130% !important;
	float: left;
	font-size: 14px;
	color:  #403320; !important;
}

.about-li-french {
	/*height: 25px;*/
	width: 300px;
	margin: 17px 9px;
	line-height: 130% !important;
	float: left;
	font-size: 13px;
	color:  #403320; !important;
}

.bullet-list li {
	padding-bottom: 10px;
}

/****** FRENCH PAGE SIDEBAR */

#fsidebar {
  float: right;
  width: 265px;
  border: 1px solid #44381f;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  list-style: none;
  margin: 20px 15px;
  padding: 0;
  position: relative;
  z-index: 45;
}

#fsidebar h1 {
  background: url(images/sidebar_heading.gif) repeat-x;
  height: 35px;
  line-height: 35px !important;
  border-bottom: 3px solid #fff;
  padding: 0 0 0 15px;
  color: #edd6a4;
  font-size: 20px;
  font-family: 'avant-bold';
  text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
}

#fsidebar a {
  display: block;
  text-decoration: none;
  padding: 10px;
  color: #6D5B41;
  font-size: 13px;
}

#fsidebar a h2 {
  padding: 0 0 10px 25px;
  height: 20px;
  line-height: 20px !important;
  background: url(images/sidebar-icon.gif) no-repeat;
  color: #3f3221;
  font-size: 16px;
}

#fsidebar a:hover {
  background: #efe3c8;
}