@font-face {
    font-family: "avant-garde";
    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;
}

@font-face {
    font-family: "avant-garde-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: 'BlackJackRegular';
	src: url(http://assets.rmcloud.com/fonts/black_jack-webfont.eot);
	src: local('BlackJack Regular'), local('BlackJackRegular'), url(http://assets.rmcloud.com/fonts/black_jack-webfont.ttf) format('truetype');
}
@font-face {
    font-family: "avant-garde-book";
    src: url('http://assets.rmcloud.com/fonts/avgardn-webfont.eot');
    src: url('http://assets.rmcloud.com/fonts/avgardn-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://assets.rmcloud.com/fonts/avgardn-webfont.woff') format('woff'),
         url('http://assets.rmcloud.com/fonts/avgardn-webfont.ttf') format('truetype'),
         url('http://assets.rmcloud.com/fonts/avgardn-webfont.svg#AvantGardeBkBTDemi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "avant-garde-demi";
    src: url('http://assets.rmcloud.com/fonts/avgardd-webfont.eot');
    src: url('http://assets.rmcloud.com/fonts/avgardd-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://assets.rmcloud.com/fonts/avgardd-webfont.woff') format('woff'),
         url('http://assets.rmcloud.com/fonts/avgardd-webfont.ttf') format('truetype'),
         url('http://assets.rmcloud.com/fonts/avgardd-webfont.svg#AvantGardeBkBTDemi') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "blackjack";
    src: url('http://assets.rmcloud.com/fonts/black_jack-webfont.eot');
    src: url('http://assets.rmcloud.com/fonts/black_jack-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://assets.rmcloud.com/fonts/black_jack-webfont.woff') format('woff'),
         url('http://assets.rmcloud.com/fonts/black_jack-webfont.ttf') format('truetype'),
         url('http://assets.rmcloud.com/fonts/black_jack-webfont.svg#BlackJack') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clear {
	clear: both;
}

/* --------- */

body {
	font-family: "avant-garde";
	background:transparent url(images/background-tile.jpg) repeat top left;
}

#site {
	width: 1000px;
	min-height:1000px;
	margin: 0px auto;
	}
#backgroundholder {
    width: 100%;
	height:100%;
	margin: 0;
    padding: 0;
    background:transparent url(images/bg-gradient.png) repeat-x top left;
}

#site #header {
	width: 980px;
	height: 145px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
    z-index:53;
    margin:auto auto;
	}
hr.clear {
	display:block;
	width: 978px; height:1px;
	background:#006212;
	border-bottom:1px solid #FFF;
	border-top:0;
	border-left:0;
	border-right:0;
	position: absolute;
	top: 824px;
	*margin-top: 20px;
}
#social-media-holder {
	width: 150px;
	height: 146px;
	float: right;
	margin-right: 5px;
	text-align: center;
	}

#social-media-holder p {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

#social-media-holder .fb-like {
	margin-top: 17px;
}

#questions {
	font-size: 22px;
	color: #FFFFFF;
	}

#email-address {
	font-size: 14px;
	color: #FFFFFF;
	}
	#email-address a {
		font-size: 14px;
		color: #FFFFFF;
		text-decoration:none;
		}

#phone-number {
	font-size: 18px;
	color: #FFFFFF;
	}
#main-content {
	width: 980px;
	padding: 5px 10px 10px 10px;
	float: left;
	position: relative;
	min-height: 1100px;
	/* background-image:url(images/main-content-background.png);
	background-repeat: no-repeat;
	background-position: center 260px; */
	}
#main-content-int {
	width: 970px;
	padding: 10px;
	float: left;
	background-color: #ffffff;
	border: 5px solid #e3e3e3;
	border-bottom: none;
	position: relative;
	z-index: 10;
	}
.pagetitle {
  color:#00420c;
  font-size: 30px;
  font-family: 'avant-garde-demi';
  margin: 10px 0px 30px 0px;
}

#topSection {
  width: 980px;
  position: absolute;
  top: 5px;
}

#homepageButtons {
 background-image:url(images/main-content-background.png);
 background-repeat: no-repeat;
 background-position: top left; 
 width: 1000px; height: 224px;
 position: absolute;
 top: 255px; left: 50%;
 margin-left: -500px; /* center on page */
}

#bottomSection {
  width: 980px;
  position: absolute;
  top: 440px;
}

#featured-listings-widget {
	height: 300px;
	width: 565px;
	float: left;
	background-image:url(images/featured-listings-background.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	pointer-events: auto;
	position: relative;
	}

#search-property-widget {
	height: 300px;
	width: 405px;
	float: right;
	background-image: url(images/search-background.jpg);
	}
	
.lrg-button {
	width: 320px; height: 130px;
	position: absolute;
	top: 63px;
	cursor:pointer;
	text-decoration: none;
	}
	
#market-button {
	background-image:url(images/market.jpg);
	background-repeat: no-repeat;
	left: 11px;
}

#selling-button {
	background-image:url(images/selling.jpg);
	background-repeat: no-repeat;
	right: 11px;
}

#stories-button {
	background-image:url(images/real-stories.jpg);
	background-repeat: no-repeat;
	left: 340px;
}
	
.last {
	margin-right: 0px;
}
	
.lrg-button .grey-bar {
	display: block;
	width: 190px;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 18px;
	color: #592d0a;
	line-height: 25px;
	}
	
#market-button .grey-bar,
#market-button .button-heading {
  right: 5px;
}
.lrg-button:hover .grey-bar {	
	color: #179720;	
}
.lrg-button .button-heading {
	display: block;
	width: 190px;
	height: 35px;
	position: absolute;
	top: 35px;
	right: 10px;
	font-size: 34px;
	color: #0e642d;
	line-height: 35px;
	font-family:avant-garde-demi, arial, sans-serif;
}
.lrg-button:hover .button-heading {
	color: #179720;
}
.lrg-button .button-copy {
	display: block;
	height: 55px;
	width: 190px;
	color: #5c5c5c;
	font-size: 12px;
	line-height: 110%;
	position: absolute;
	top: 80px;
	right: 10px;
	font-weight: lighter;
	text-align:justify !important;
}
	
#blog-feed-widget {
    background-color: #D8D9D8;
    border: 2px solid #FFFFFF;
    float: left;
    height: 495px;
    margin-bottom: 27px;
    position: absolute;
    top: 20px;
    width: 481px;
}

#reasons-why-holder {
	width: 480px;
	height: 467px;
	float: right;
	margin-bottom: 27px;
	position: absolute;
	top: 33px; right: 0px;
	}

#editable-content {
    color: #5C5C5C;
    font-family: avant-garde,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0 0 20px;
    pointer-events: auto;
    position: absolute;
    top: 990px;
    width: 980px;
    *margin-top :35px;
    z-index: 10;
}

#site footer {
	width: 1000px;
	height: 157px;
	float: left;
	background-image: url(images/footer-background.jpg);
	position: relative;
	margin-top: -5px;
	z-index: 0;
	}
#main-content-int footer {
	margin-top: -5px;
	margin-bottom: -10px;
	margin-left: -15px;
}
#contact-information {
	width: 320px;
	height: 120px;
	position: absolute;
	top: 27px;
	left: 30px;
}

#contact-information p {
	color: #5c5c5c;
	font-size: 14px;
	}

#contact-information #contact-name {
	font-size: 18px;
	color: #00420c;
	font-family:avant-garde-demi, arial, sans-serif;
	}

#contact-address {
	display:block;
	}
#contact-fax-email {
	font-size: 14px;
	color: #5c5c5c;
	}
#contact-fax-email a {
	font-size: 14px;
	color: #5c5c5c;
	}
footer #number-one-remax {
	float:right;
	width: 245px;
	margin-top: 25px;
	text-align: right;
	padding-right: 30px;
}
footer #number-one-remax h2 {
	font-size:27px;
	color:#00420c;
	font-family:'avant-garde-demi';
	margin:15px 0px 0px 0px;
}
footer #number-one-remax p {
	font-size: 12px;
	color: #5c5c5c;
}
footer #number-one-remax p span {
	font-size:16px;
}
footer #number-one-remax .remax-one-icon {
	width:108px;
	height:107px;
	display:block;
	background:transparent url(images/number-one-remax.png) no-repeat top;
	float: left;
}
#site footer #footer-phone-number {
	background:transparent url(images/footer-phone-bg.png) no-repeat bottom left;
	height: 95px;
	width: 424px;
	position: absolute;
	top: 41px;
	left: 270px;
}
#footer-phone-number p {
	color: #00420c;
	margin: 9px;
	}

#footer-phone-number p span {
	font-size: 30px;
	}
#iphone-icon {
	width:81px;
	height:79px;
	display:block;
	background:transparent url(images/iphone-icon.png) no-repeat top left;
	position: absolute;
	top: -20px;
	left: 350px;
}
#ted-talk {
	border: 5px solid #287e2e;
	width: 395px;
	height: 290px;
	float: right;
}
/* NAV BAR */


#site #nav {
	height: 48px;
	width: 1000px;
    text-align:center;
    z-index:51;
    background:transparent url(images/bg-nav.jpg) no-repeat top left;
	}

#site #nav ul {
  	list-style:none;
	padding:0px;
	margin:-1px auto 0 auto;
	position:relative;
	z-index:50;
    display:inline-block;
	text-align:left;
	*margin-left:40px;
	height:48px;
}

#site #nav p {
    float:left;
    display:inline-block;
    line-height:48px;
    color:#009c1c;
    font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 1px 1px 3px rgba(0,0,0, .75);
}

#site #nav ul li {
  	float:left;
	padding:0 0 0 0;
	position: relative;
}

#site #nav ul li a:link, #site #nav ul li a:visited {
 	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:0px 15px 0 15px;
    margin:0px 0px 0px 0px;
	height:48px;
	font-size:14px;
	cursor:pointer;
	position:relative;
	line-height: 48px;
    font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 1px 1px 3px rgba(0,0,0, .5);
}
#site #nav ul li a.special-nav:link, #site #nav ul li a.special-nav:visited {
	color:#fff200;
}
#site #nav ul li a.special-nav span {
	color:#fff200;
    font-family: BlackJackRegular, Arial, Helvetica, sans-serif;
    font-size: 24px;
}

#site #nav ul li.over a, #site #nav ul li a:active {
	background-color: #030;
}

#site #nav ul li ul {
  display: none;
}

#site #nav ul li ul li {
  padding: 0px;
}
#site #nav ul li ul li a {
	display:block;
  padding-left: 10px !important;
	width:231px !important;
	height:40px;
	line-height:40px;
}

#site #nav ul li.over ul {
  display: block;
  position: absolute;
  width: 256px;
  height:auto;
  list-style: none;
  margin: 0 0 0 0px;
  top: 48px;
  left:0px;
  border-bottom: 1px solid #0f642d;
  border-left: 1px solid #0f642d;
  border-right: 1px solid #0f642d;
  background-color: #030;
  -moz-box-shadow: 3px 3px 5px rgba(0,0,0, .5);
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0, .5);
    box-shadow: 3px 3px 5px rgba(0,0,0, .5);
}
#site #nav ul li.over ul li {
	height: 40px;
	line-height: 40px;
}
#site #nav ul li.over ul a {
  width: 250px;
  margin: 0px 0 0;
  float:none;
	display:block;
	letter-spacing:0;
	color:#ffffff;
	font-size:14px;
	background:none;
	border-bottom: 1px solid #0f642d;
	height: 40px;
	line-height: 40px;
}

#site #nav ul li.over ul a:hover {
  background: #0f642d;
  color: #ffffff;
}

#featured-listings-widget .listing{
	background:transparent !important;
}
#featured-listings-widget #solobasic-widget .listing .photo{
	margin-top:5px;
	margin-left:5px !important;	
	position: relative;
	*z-index: 10;
	overflow: hidden;
	height: 290px;
	width:100%;
}
#featured-listings-widget #solobasic-widget .listing .buttons-holder img {
	display:none;
}
#featured-listings-widget .listing .photo img {
	height:400px;
	width:auto !important;
	*width:359px !important;
	position: relative;
	*z-index: 20;
	margin: -55px 0px 0px -90px;
	
}
#featured-listings-widget .listing .title h2 {
	height:37px;
	width:196px;
	display:block;
	position:absolute;
	line-height:37px;
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: lighter;
    font-style: normal;
	color:#fff;
	background:transparent url(images/fl-tag.png) no-repeat top left;
	top:52px;
	left:-10px;
	*z-index: 30;
}
#featured-listings-widget .listing .title h1 {
	display:block;
	position:absolute;
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    font-style: normal;
	color:#fff;
	width:196px;
	text-align:center;
	top:97px;
	right:0px;
}
#featured-listings-widget .listing .tooltip {
	width:196px;
	height:290px;
	margin:10px 10px 10px 0px;
	border-left:1px solid #FFF;
	background:#8a8c8f url(images/fl-side-bg.png) no-repeat top left;
	position:absolute;
	top:-5px;
	left:363px;	
	*z-index:0;
	overflow: visible;
}
#featured-listings-widget .listing .tooltip .details {
	display:none !important;
}
#featured-listings-widget .listing .tooltip .sb_other_fields {
	display:block !important;
}
#featured-listings-widget #solobasic-widget {
	position:relative;
	width:565px;
	height:300px;
}
#featured-listings-widget .listing .tooltip .sb_other_fields .mls_num {
	display:block;
	position:absolute;
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: lighter;
    font-style: normal;
	color:#fff;
	width:196px;
	text-align:center;
	top:177px;
	right:0px;
}
#featured-listings-widget .listing .tooltip .sb_other_fields .address {
	display:block;
	position:absolute;
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: lighter;
    font-style: normal;
	color:#fff;
	width:196px;
	text-align:center;
	top:150px;
	right:0px;
}
#featured-listings-widget .prev {
	display:block;
	position:absolute !important;
	top:255px;
	left:390px !important;
	width:32px !important;
}
#featured-listings-widget .prev span {
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: lighter;
    font-style: normal;
	color:#fff !important;
	text-decoration:underline;
}
#featured-listings-widget .next {
	display:block;
	position:absolute !important;
	top:255px;
	left:505px !important;
	width:32px !important;
}
#featured-listings-widget .next span {
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: lighter;
    font-style: normal;
	color:#fff !important;
	text-decoration:underline;
}
#featured-listings-widget .view-listing-button a span, #featured-listings-widget .view-video-button a span {
	line-height:32px;
	color:#FFF;
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;
	text-decoration:none;
	*display:block;
	*margin-top:-16px;
}
#featured-listings-widget .view-listing-button a:hover span, #featured-listings-widget .view-video-button a:hover span {
	line-height:32px;
	color:#fff200;
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;
	text-decoration:none;
	*z-index: 5;
}
#featured-listings-widget .view-listing-button a, #featured-listings-widget .view-video-button a {
	display:block;
	width:87px;
	height:32px;
	background:transparent url(images/fl-button.png) no-repeat top left;
	color:#FFF;
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;
	text-decoration:none;
	position: relative;
	*z-index: 4;
	z-index: 10;
}
#featured-listings-widget .view-listing-button a:hover, #featured-listings-widget .view-video-button a:hover {
	display:block;
	width:87px;
	height:32px;
	background:transparent url(images/fl-button.png) no-repeat top right;
	color:#fff200;
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;
	text-decoration:none;
}
#featured-listings-widget .photo {
	*position:relative;
	*z-index:14;
}
#featured-listings-widget .buttons-holder {
	position:relative;
	*z-index: 2;
}
#featured-listings-widget .view-listing-button {
	display:block;
	position:absolute;
	top:-85px !important;
	left:370px !important;
	*left:360px !important;
	*z-index: 3;
}
#featured-listings-widget .view-video-button {
	display:block;
	position:absolute;
	top:-85px !important;
	left:460px !important;
	*left:450px !important;
	*z-index: 3;
}
#featured-listings-widget .fl-title {
	font-size:20px;
	font-weight:normal;
	font-family:avant-garde-book, arial, sans-serif;
	position:absolute;
	top:13px;
	right:30px;
	z-index:20;
	color:#fff;
}
#featured-listings-widget .fl-address {
	font-size:14px;
	font-weight:normal;
	font-family:avant-garde-book, arial, sans-serif;
	position:absolute;
	top:127px;
	right:77px;
	z-index:21;
	color:#e1e1e1;
}
#featured-listings-widget .fl-title span {
	font-family:avant-garde-demi, arial, sans-serif;
	color:#fff;
}
#search-property-widget {
	background: transparent url(images/search-background-grey.png) no-repeat top left !important;
	position:relative;
}
#search-property-widget span.range {
	display:block;
	position:absolute;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#00420C;
	top:135px;
	left:137px;
	z-index: 0;
	*z-index: -100;
}
#search-property-widget #search_btn h2 {
	color:#fff;
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
	text-decoration:none;
	margin:10px 0px 0px 0px;
	width:405px;
	text-align:center;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}
#search-property-widget #search_btn h2 span {
	color:#fff200;
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: lighter;
	text-decoration:none;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}
#search-property-widget #searchForm h1.hide {
	display:none !important;	
}
#search-property-widget #searchForm .region span, #searchForm .neighbourhood span, #searchForm .min_price span, #searchForm .max_price span, #searchForm .beds span, #searchForm .baths span {
	display:block;
	background: transparent url(images/select-short-grey.png) no-repeat top left;	
	width:165px;
	height:26px;
	text-align:left;
	line-height:26px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	padding-left:10px;
	cursor: pointer;
	overflow: hidden;
}
#search-property-widget #searchForm .region span:hover, #searchForm .neighbourhood span:hover, #searchForm .min_price span:hover, #searchForm .max_price span:hover, #searchForm .beds span:hover, #searchForm .baths span:hover {
	background: transparent url(images/select-short-grey.png) no-repeat top right;	
	color:#00420C;
}
#searchForm .prop_type span {
	display:block;
	background: transparent url(images/select-long-grey.png) no-repeat top left;	
	width:355px;
	height:26px;
	text-align:left;
	line-height:26px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	padding-left:10px;
	cursor: pointer;
	overflow: hidden;
}
#searchForm .prop_type span:hover {
	background: transparent url(images/select-long-grey.png) no-repeat top right;	
	color:#00420C;
}
/* #search-property-widget {
  position:relative;
  z-index:50;
  pointer-events: auto;
} */
#search-property-widget #searchForm .block ul {
  background-color: white;
  display: block;
  padding: 2px;
  border: 1px solid #203F4E;
  max-height: 123px;
  overflow-y: scroll;
  position: absolute;
  top: 30px;
  margin-left:13px;
  width:200px;
  *margin-top:16px;
}
#search-property-widget #searchForm .block ul.prop_type {
  width:354px;
}

#search-property-widget #searchForm .block ul.prop_type {
}

#search-property-widget #searchForm ul {
	display: none;
}
#search-property-widget #searchForm .block li {
  display: block;
  border: 1px solid #CDCDCD;
  color: #333;
  font-family: arial;
  font-size: 12px; 
  height: 28px;
  line-height: 28px;
  margin: 0 0 1px;
  padding: 0 0 0 5px;
	background-color:#dfdfdf;
}
#search-property-widget ul,#search-property-widget li {
	list-style-type: none;
}
#search-property-widget .field {
	position:relative;
}
#search-property-widget .form-field {
	position:absolute;
	top:8px !important;
	left:-11px !important;
}
#search-property-widget .check-all, #search-property-widget .check-none, #search-property-widget .advanced, #search-property-widget .price_range_separator {
	display:none;
}
#search-property-widget form.container {
	position:relative;
}
#search-property-widget div.region {
	position:absolute;
	top:28px;
	left:20px;	
	z-index: 6;
}
#search-property-widget div.neighbourhood {
	position:absolute;
	top:28px;
	left:209px;	
	z-index: 6;
}
#search-property-widget div.prop_type {
	position:absolute;
	top:75px;
	left:20px;
	z-index: 5;
}
#search-property-widget div.min_price {
	position:absolute;
	top:130px;
	left:20px;	
	z-index:4;
}
#search-property-widget div.max_price {
	position:absolute;
	top:130px;
	left:209px;	
	z-index:3;
}
#search-property-widget div.beds {
	position:absolute;
	top:182px;
	left:20px;	
	z-index:2;
}
#search-property-widget div.baths {
	position:absolute;
	top:182px;
	left:209px;
	z-index:1;	
}
#search-property-widget .search_button {
	position:absolute;
	top:220px;
	left:230px;	
	width:138px;
	height:33px;
	background:transparent url(images/search-button.png) no-repeat top left;
	line-height:31px;
	color:#FFF200;
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: lighter;
	text-decoration:none;
	display:block;
	text-align:left;
	padding-left:15px;
	border:none;
	cursor:pointer;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
	/* z-index:-5; */
}
#search-property-widget .search_button:hover {
	background:transparent url(images/search-button.png) no-repeat top right;
	color:#FFF;
}

#blog-feed-widget h2 {
  margin: 22px auto 0; padding: 0px;
  background: url("images/tedsblog_bg.png") repeat scroll 0 0 transparent;
  display: block;
  width: 461px;
}

#blog-feed-widget h2 a:link,  #blog-feed-widget h2 a:visited {
	display: block;
	width: auto; height: 40px;
	color:#FFF;
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: lighter;
	text-decoration:none;
	display:block;
	text-align:center;
	text-decoration: none;
	margin:0 auto 0 auto;
	line-height: 41px;
	padding-left: 0;
}

#blog-feed-widget h2 a:hover {
  color: #FFF200;
}

#blog-feed-widget ul, #blog-feed-widget li {
	list-style-type:none !important;	
}
#blog-feed-widget ul {
	margin:0px;
}
#blog-feed-widget li.article h3 {
	margin:0px 10px 10px 135px !important;
}
#blog-feed-widget li.article h3 a{
	color:#003c0b;
	font-family: avant-garde-demi, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: lighter;
	text-decoration:none;
	display:block;
}
#blog-feed-widget li.article h3 a:hover{
	color:#000;
}
#blog-feed-widget li.article p.preview{
	color:#005324;
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;
	text-decoration:none;
	display:block;
	margin:0px 10px 0px 135px !important;
}
#blog-feed-widget li.article p.preview a {
	margin-left:4px;
	color:#000;
	text-decoration:none;
}

#blog-feed-widget li.article p.preview a:hover {
 text-decoration: underline; 
}

#blog-feed-widget li.article h3 .date {
	color:#FFF;
	font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: lighter;
	text-decoration:none;
	display:block;
	width:53px;
	height:89px;
	background: transparent url(images/blog-date-holder.png) no-repeat top left;
	padding:10px 30px 0px 10px;
	text-align:center;
	position:absolute;
	left:20px;
	top:16px;
	border-right:1px solid #fff;
}

#blog-feed-widget li.article {
    margin: 0 10px 0 -30px;
    min-height: 109px;
    padding: 15px 0;
    position: relative;
    width: 461px;
}
#blog-feed-widget li.article:nth-of-type(even) {
	background-color:#ABABAB;	
}
#widget-why-hire-ted {
	width:480px;
}
#widget-why-hire-ted .header {
	width:480px;
	height:40px;
	background:#00420c url(images/whyhire-header.png) no-repeat 0% 30%;
	margin-top:11px;
}
#widget-why-hire-ted .header p {
	color:#FFF;	
	display: block;
    text-align: center;
    font-family: avant-garde, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
	line-height:40px;
	margin:0px;
}
#widget-why-hire-ted .header p .fancypants{
	color:#fff200;	
    font-family: BlackJackRegular, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
}

#widget-why-hire-ted .whyHireLeftNav {
  float: left;
  width:481px;
}

#widget-why-hire-ted .whyHireLeftNav ul.lefty {
  margin: 0px 5px; 
  padding: 0px;
  list-style-type: none;
  display:inline;
  width:230px;
  float:left;
}
#widget-why-hire-ted .whyHireLeftNav ul.righty {
  margin: 0px 5px; 
  padding: 0px;
  list-style-type: none;
  display:inline;
  width:230px;
  float:right;
}

#widget-why-hire-ted .whyHireLeftNav ul li {
  display: block;
  margin: 16px 0px; padding: 0px;
}

#widget-why-hire-ted .whyHireLeftNav ul li a {
  display: block;
  width: 230px; height: 71px;
  color: #FFF;
  font-family: 'avant-garde';
  text-decoration: none;
  position: relative;
}

#widget-why-hire-ted .whyHireLeftNav ul li a span.number {
  display: block;
  color: #FBF72A;
  font-size: 14px;
  position: absolute;
  top: 25px; left: 12px;
}

#widget-why-hire-ted .whyHireLeftNav ul li a span.ten {
  left: 7px;
}

#widget-why-hire-ted .whyHireLeftNav ul li a span.title {
  display: block;
  width: 190px;
  padding-right: 10px;
  padding-left: 30px;
  font-size: 20px;
  text-align: center;
  position: absolute;
}

#widget-why-hire-ted .whyHireLeftNav ul li a span.single {
  height: 48px;
  padding-top: 23px;
}

#widget-why-hire-ted .whyHireLeftNav ul li a span.double {
  height: 61px;
  padding-top: 10px;
}

#widget-why-hire-ted .whyHireLeftNav ul li a span.title strong {
  font-family: 'avant-garde';
}

#widget-why-hire-ted .whyHireLeftNav ul li a {
  background:transparent url(images/whyhire-button.png) no-repeat top left; 
  text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}
#widget-why-hire-ted .whyHireLeftNav ul li a:hover {
  background:transparent url(images/whyhire-button.png) no-repeat top right; 
  text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}

#widget-why-hire-ted .whyHireLeftNav ul li a span.title strong {
  color: #FBF72A;
  font-weight:lighter;
}
#widget-why-hire-ted .whyHireLeftNav ul li a:hover span.title strong {
  color: #FFF;
  font-weight:lighter;
}

#widget-why-hire-ted .whyHireContent p.aside,
#widget-why-hire-ted .whyHireContent h2 span.number {
  background-image: linear-gradient(bottom, #053E08 24%, #147630 62%);
  background-image: -o-linear-gradient(bottom, #053E08 24%, #147630 62%);
  background-image: -moz-linear-gradient(bottom, #053E08 24%, #147630 62%);
  background-image: -webkit-linear-gradient(bottom, #053E08 24%, #147630 62%);
  background-image: -ms-linear-gradient(bottom, #053E08 24%, #147630 62%);

  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.24, #053E08),
  	color-stop(0.62, #147630)
  );
  border: 1px solid #094E20;
} 

#widget-why-hire-ted .whyHireContent p em {
  color: #0E5C25;
}
/* SOCIAL BAR */

.social-bar{
	position:fixed;
	top:65px;
	right:0;
	width:42px;
	z-index:100;
	*z-index: 9000;
}
.social-bar .social-block1{
	border:1px solid #000;
	border-right:none;
	background-color:#030;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#72b845), to(#146a30));
	background-image:-webkit-linear-gradient(#72b845, #146a30);
	background-image:-moz-linear-gradient(#72b845, #146a30);
	background-image:-ms-linear-gradient(#72b845, #146a30);
	background-image:-o-linear-gradient(#72b845, #146a30);
	background-image:linear-gradient(#72b845, #146a30);
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#72b845', EndColorStr='#146a30', GradientType=0);
	padding:4px 0 4px 4px;
	margin-bottom:6px;
}
.social-bar ul{
	list-style:none;
	padding: 4px 0px;
	margin:0;
}
.social-block1-bg{
	padding:7px 7px;
	background-color:#ffffff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background-image:-webkit-linear-gradient(#ffffff, #dddddd);
	background-image:-moz-linear-gradient(#ffffff, #dddddd);
	background-image:-ms-linear-gradient(#ffffff, #dddddd);
	background-image:-o-linear-gradient(#ffffff, #dddddd);
	background-image:linear-gradient(#ffffff, #dddddd);
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#dddddd', GradientType=0);
}
.social-bar ul li{padding:4px 0;}
.social-block1 a,
.social-block2 a{
	display:block;
	width:20px;
    height:20px;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
}
.social-block1 a:hover,
.social-block2 a:hover{
	background-position:top right;
}
.social-block1 .facebook{background: transparent url(images/icon-facebook.png) no-repeat top left;}
.social-block1 .blogger{background: transparent url(images/icon-blogger.png) no-repeat top left;}
.social-block1 .linked-in{background: transparent url(images/icon-linkedin.png) no-repeat top left;}
.social-block1 .twitter{background: transparent url(images/icon-twitter.png) no-repeat top left;}
.social-block1 .you-tube{background-position:0 -116px;}

.social-block2 ul li.googlePlus {
  width: 32px; height: 20px;
  padding: 6px 5px;
  *z-index: 90000;
}

.fb_iframe_widget {
	z-index:1000;
}


/* ****************************** CUSTOM LISTING DETAILS STYLES ***/

#listingContainer #vlHeader #vlTitle {
  color: #053F02 !important;
  font-family: 'avant-garde-demi' !important;
  font-size: 28px !important;
}

#listingContainer #vlHeader #vlSubtitle {
  color: #0E5C25 !important;
  font-family: 'avant-garde-book' !important;
}

#listingContainer #vlSecondaryColumn #propertyPrice h2 {
  color: #053F02 !important;
  font-family: 'avant-garde-demi' !important;
}

#listingContainer #listingSlideshow .listingThumbnailsHolder .listingThumbnails {
  background-color: #D5E8D3 !important;
}

#listingContainer #vlHighlights li span {
  font-family: 'avant-garde-demi';
  color: #053F02;
}

#listingContainer #vlContact h3,
#listingContainer #vlSpecs h3 {
  font-family: 'avant-garde-book' !important;
  color: #053F02 !important;
  text-transform: uppercase !important;
}


#listingContainer #vlKeyInfo ul {
		background-color: #064204;
  background-image: linear-gradient(bottom, #053E08 24%, #147630 62%);
  background-image: -o-linear-gradient(bottom, #053E08 24%, #147630 62%);
  background-image: -moz-linear-gradient(bottom, #053E08 24%, #147630 62%);
  background-image: -webkit-linear-gradient(bottom, #053E08 24%, #147630 62%);
  background-image: -ms-linear-gradient(bottom, #053E08 24%, #147630 62%);

  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.24, #053E08),
  	color-stop(0.62, #147630)
  );
  border: 1px solid #094E20;

}

#listingContainer #vlKeyInfo a {
   color: #FFF !important;
}

#listingCongainer .nextSteps {
  font-family: 'avant-garde-book';
}

#listingContainer .nextSteps span {
  font-family: 'avant-garde-demi';
  color: #053F02 !important;
}

#listingContainer .rm-vl-bigbtn .rm-vl-bigbtn-text {
  font-family: 'avant-garde-demi';
}

#listingContainer .rm-vl-bigbtn small {
  font-family: 'avant-garde-book';
  color: #053F02 !important;
}

/* ******************************** Footer - Copyright ***/

#footer-copyright{
	width:1000px;
	color:#005422;
	text-align:left;
	clear:both;
	margin:auto auto;
	font-size:12px;
}
#footer-copyright a{
	color:#005422;
	font-size:12px;
}

/* ******************************** DEFAULT INTERIOR CMS STYLES ***/

.editable h1 {
  margin: 30px 0px 10px 0px;
  padding: 0px;
}

.editable h2, .editable h3, .editable h4 {
  margin: 30px 0px 5px 0px;
  padding: 0px;
}

.editable h1, .editable h3 {
  color: #053F02;
}

.editable h2, .editable h4 {
  color: #0E5C25;
}

.editable h1, .editable h2 {
  font-family: 'avant-garde-demi';
}

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

.edtiable h1 {
  font-size: 28px;
}

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

.editable h5, .editable h6 {
  margin: 0px; padding: 0px;
  font-size: 16px;
}

.editable h5 {
  font-weight: bold;
}

.editable h6 {
  font-weight: normal;
  font-style: italic;
}

.editable ul li {
  margin: 5px 0px;
}

.testimonial-full .testimonial-full-right h2 {
font-size: 24px;
margin: 0 0 10px;
text-decoration: none !important;
}

table.stats-table tr.stats-table-header td,
table.stats-table tr.stats-table-header td span {
  color: #FFF !important;
}

ul.testimonial-full li .testimonial-full-right h2 {
  color: #00420C;
  font-size: 18px;
  font-family: 'avant-garde-demi';
}

ul.testimonial-full li .testimonial-full-right p {
  font-size: 14px;
}
form#u_0_3 {
margin-left: -340px;
}

.glowie {
    -webkit-transition: text-shadow 1s linear;
    -moz-transition: text-shadow 1s linear;
    -ms-transition: text-shadow 1s linear;
    -o-transition: text-shadow 1s linear;
    transition: text-shadow 1s linear;
}
.glowie:hover,
.glowie.glow {
    text-shadow: 0 0 10px yellow;
}