@charset "utf-8";
/* CSS Document */

@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#webfontvg1aBrwp') format('svg');
	font-weight: normal;
	font-style: normal !important;
}

@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#webfontlO5sd87z') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

body {background: url(images/body_tile.gif);}
	
.wrapper {width: 100%;}
.container {width: 960px;margin: 0 auto;}
.clear {height: 0;line-height:0;font-size:0;}

#header {
	background: url(images/header_tile.gif) scroll repeat-x top left transparent;
	height: 225px;
}

#header_container {
	background: url(images/siteHeader.gif) scroll no-repeat top left transparent;
	position:relative;
	height:122px;
}

#header_container #social_icons {
	left:580px;
	*left: 625px;
	list-style:none outside none;
	margin:0;
	position:absolute;
	top:63px;
}

#header_container #social_icons li {
	float: left;
}

#header_container #social_icons li a {
	display: block;
	height:18px;
	width: 18px;
	margin-right: 9px;
	background-image: url(images/social_icons.gif);
}

#header_container #social_icons li a#twitter {background-position: top right;}
#header_container #social_icons li a#twitter:hover {background-position: bottom right;}
#header_container #social_icons li a#fb {background-position: top center;}
#header_container #social_icons li a#fb:hover {background-position: bottom center;}
#header_container #social_icons li a#blog {background-position: top left;}
#header_container #social_icons li a#blog:hover {background-position: bottom left;}

#header_container h1 {
	font-family:'CenturyGothicRegular';
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	margin:0;
	padding:91px 0 0 45px;
	text-shadow:1px 1px 1px #FFFFFF;
}

#header_container h1 strong {
	color:#FFFFFF;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	padding:0 0 0 106px;
	text-shadow:none;
}

#nav {
	list-style: none;
	background: url(images/nav_bg.gif) no-repeat scroll top left transparent;
	height:40px;
	padding: 0 0 0 5px;
	width: 955px;
	positioN: relative;
	z-index: 1000;
}
	
#nav li {
	float: left;
	position:relative;
}

#nav li a {
	display:block;
	font-family: 'CenturyGothicRegular';
	font-style:normal;
	font-size: 16px;
	color: #fff;
	text-decoration:none;
	padding: 8px 33px;
	background: url(images/nav_div.gif) no-repeat scroll left center transparent;
}

#nav li a:first-child {
	background: none;
}

#nav li.over a {
	background-color: #FFF;
	color: #222;
}

#nav li ul {
	display: none;
}

#nav li.over ul {
	display:block;
	position: absolute;
	top: 40px;
	left: 0;
	width:240px;
	list-style:none;
	margin: 0 0 0 -1px;
	padding: 0;
	background-color:#fff;
	border:1px solid #000;
	border-top: none;
}

#nav li.over ul li {
	float: none;	
}

#nav li.over ul li a {
	padding: 5px;
	font-size:14px;
	-height: 30px;
	-color: #000000 !important;
	-background-color: #6da736;
}

* html #nav li ul li.over a {
	color:#000;	
	display:block;
}

#nav li.over ul li a:hover {
	background-color: #6da736;
	color: #fff;
	-color: #000;
	border:1px solid #000;
	border-left: none;
	border-right: none;
	padding: 4px 5px;
}

#contentArea {
	background: url(images/content_wrapper_bg.png) no-repeat scroll top center transparent;	
	*background: none;
}

#contentArea_container {
	margin-top:-63px;
	padding-top:505px;
	background: url(images/content_bg.gif) no-repeat scroll bottom center #FFF;	
	position: relative;
}

#contentArea_container_int {
	margin-top:-63px;
	background: #FFF;	
	padding: 23px 25px 1px 25px;
	width: 910px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #222;
}

#contentArea_container_int h2 {
	margin:0;
	padding: 0;
}

#leftContent {
	width: 630px;
	float: left;
	position:relative;
	padding: 0 0 30px;
}

#leftContent .content_block {
	padding: 16px 0 0 20px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #272727;
	width:610px;
}

#leftContent a#communities{display:block; margin:0 0 20px 20px;}

#leftContent #three_btns {
	position: absolute;
	top: -136px;
	width: 960px;
	left: 10px;
}

#leftContent #three_btns a {
	background:url("images/three_buttons.gif") no-repeat scroll 0 0 transparent;
	color:#7B7B7B;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	height:117px;
	line-height:19px;
	margin-left:10px;
	padding:9px 4px 0 122px;
	text-decoration:none;
	width:174px;
}

#leftContent #three_btns a h3 {
	color:#FFFFFF;
	font-family:'CenturyGothicBold';
	font-size:21px;
	font-weight:normal;
	margin:0;
	padding:3px 0;
}

#leftContent #three_btns a strong {
	color:#FFFFFF;
	display:block;
	font-family:'CenturyGothicRegular';
	font-size:16px;
	font-weight:normal;
	padding:3px 0;
}

#leftContent #three_btns a:hover h3, #leftContent #three_btns a:hover strong {
	color: #b0d033;	
}

#leftContent #three_btns a#lingo {background-position: top left;}
#leftContent #three_btns a#sell {background-position: top center;}
#leftContent #three_btns a#info {background-position: top right;}

#leftContent h2 {
	background-color: #292929;	
	margin: 0 0 10px;
	padding: 3px 0 3px 20px;
	color: #fff;
	font-family:'CenturyGothicRegular';
	font-size:20px;
	font-weight:normal;
}

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

#leftContent #blog-posts-widget img {
	display: none;	
}

#leftContent #blog-posts-widget ul.articles {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 630px;
}

#leftContent #blog-posts-widget ul.articles li.article {
	margin: 0 0 0 20px;
	-margin: 0 0 0 10px;
	width:288px;
	float:left;
	border-bottom: 1px solid #949494;
	text-align:justify;
}

#leftContent #blog-posts-widget ul.articles li.article h3 {
	margin:10px 0;
	padding: 0;
}

#leftContent #blog-posts-widget ul.articles li.article h3 a {
	color: #86b626;
	font-family: 'CenturyGothicBold';
	font-size:16px;
	font-weight:normal;
	text-decoration: none;
	display:block;
	height:42px;
}

#leftContent #blog-posts-widget ul.articles li.article h3 a:hover {
	text-decoration: underline;	
}

#leftContent #blog-posts-widget ul.articles li.article .date {
	display: none;
}

#leftContent #blog-posts-widget ul.articles li.article p.preview {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	/*height:115px;*/
	height:auto;
}

#leftContent #blog-posts-widget ul.articles li.article p.preview a {
	color: #333;
	text-decoration: none;
	text-align:right;
}

#leftContent #blog-posts-widget ul.articles li.article p.preview a:hover {
	color: #222;
}
#rightContent {
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
	position:relative;
}

#rightContent a#acreages_btn {
	display: block;	
	background:url("images/acreages_btn_bg.gif") no-repeat scroll 0 0 transparent;
	width:300px;
	height:51px;
}

#rightContent #featList {
	margin: 10px 0 0;
	-margin:0;
	background:url("images/featured_listings_bg.gif") no-repeat scroll 0 0 transparent;	
}

#rightContent h2 {
	color:#FFFFFF;
	font-family:'CenturyGothicRegular';
	font-size:19px;
	font-weight:normal;
	margin:0;
	padding:25px 0 6px 10px;
}

#rightContent #spacegallery-widget {
	height: 232px;
   	 margin: 20px 0 20px 30px;
    	overflow: hidden;
    	padding: 0;
    	width: 269px;
	-margin:0;
	-position:relative;
	-left:30px;
}

#rightContent #spacegallery-widget .spacegallery {
	height:169px;
	width:238px;
}

#rightContent #spacegallery-widget div.view-listing-button {
	background-image: url(images/view_featList.gif);
	background-position:left top;
	cursor:pointer;
	height:30px;
	position:absolute;
	left:172px;
	top:15px;
	width:64px;
	margin:0;
	z-index:1001;
}

#rightContent #spacegallery-widget div.view-listing-button:hover {
	background-position: left bottom;	
}

#rightContent #spacegallery-widget div.view-listing-button a {
	display: block	
}

#rightContent #spacegallery-widget div.view-listing-button a img {
	
}

#rightContent #spacegallery-widget div.property_info h1 {
font-family:'CenturyGothicRegular';
font-size:16px;
font-weight:normal;
line-height:16px;
margin:0;
padding:10px 0 0;
text-align:left;
}

#rightContent #spacegallery-widget div.property_info a {
	color: #000;
	text-decoration:none;
}

#rightContent #spacegallery-widget div.property_info a:hover {
	color:	 #6da736;
}

#rightContent #spacegallery-widget div.property_info h2 {
font-family:'CenturyGothicRegular';
font-size:14px;
font-weight:normal;
line-height:16px;
margin:0;
padding:5px 0 0;
text-align:left;
}


#rightContent form#form_contact_agent {
	background:url("images/question_form_bg.gif") no-repeat scroll 0 0 transparent;	
	margin: 10px 0 20px;
}

#rightContent form#form_contact_agent fieldset {
	padding:0;	
	border: none;
}

#rightContent form#form_contact_agent .radio {
	display: none;
}

#rightContent form#form_contact_agent input {
	background:url("images/question_input.gif") no-repeat scroll 0 0 transparent;
	border:medium none;
	font-family:Verdana,Geneva,sans-serif;
	font-size:14px;
	margin:10px 0 0 25px;
	padding:7px;
	width:234px;
}

#rightContent form#form_contact_agent textarea {
	background:url("images/question_textarea_bg.gif") no-repeat scroll 0 0 transparent;
	border:medium none;
	font-family:Verdana,Geneva,sans-serif;
	font-size:14px;
	margin:10px 0 0 25px;
	padding:7px;
	width:234px;
	height:68px;
}

#rightContent form#form_contact_agent .verify{margin:5px 0 0 25px; font-family:Verdana,Geneva,sans-serif; *float:left; -float:none;}
#rightContent form#form_contact_agent input#verify{margin:5px 0 0 5px; width: 45px; background:url("images/question_input_verify.gif") no-repeat scroll 0 0 transparent; *float:left; -float:none;}

#rightContent form#form_contact_agent button {
	background:url("images/question_btn.gif") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#FFFFFF;
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	margin:6px 0 11px 8px;
	padding:7px 32px;
	*padding: 1px 15px;
}

#rightContent form#form_contact_agent .notice{margin:0 25px; text-align:center; color:#f00; font-family:Verdana,Geneva,sans-serif; font-size:12px; line-height:1.1; height:26px;}

#facebookLike {	border:1px solid #CCCCCC; padding: 5px 0px 2px 10px; background-color: #F3F3F3;}



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

#rightContent .twtr-bd .twtr-timeline {
	background:url("images/twitter_bird.gif") no-repeat scroll 0 0 transparent !important;
	font-family:'CenturyGothicRegular';
	font-size:12px;
	height:151px !important;
	padding:25px 0 0 65px;
	margin-top:30px;
}

#rightContent #twitter{position:relative; height: 147px; overflow: hidden;}
#rightContent #twitter #logoLink{position:absolute; top:30px; left:66px; display:block; width:93px; height:27px; z-index:99999999;}

.int_bottomInfo {
	margin:0 !important;
	background: url(images/int_footer_bg.gif) no-repeat top center #222 !important;
}

#bottomInfo {
	background: url(images/footer_top.gif) repeat-x #222;
	margin-top:-75px;
	padding-top: 75px;
}

#bottomInfo #info {
	background: url(images/footer_logo.gif) no-repeat center center;
	padding: 10px;
	font-family: "CenturyGothicRegular";
	color: #fff;
	font-size: 12px;
}

#bottomInfo #info a {
	color: #fff;	
}

#bottomInfo #info h1 {
	margin: 15px 0;
	padding: 0;
	font-weight:normal;
	color: #6da736;
	font-size: 18px;
}

#bottomInfo #info #linda {
	float: right;
	width:50%;
	text-align:right;
}

#bottomInfo #info #justin {
	float: left;
	width:50%;
	text-align:left;
}

#bottomInfo #links {
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	padding: 0 0 15px;
}

#bottomInfo #links a {
	color: #fff;	
}


/*** Homepage Contact form: Ask A Question; ***/
#ask-a-question-form {
    background: #eaeaea;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    margin: 20px 0;
}
#ask-a-question-form h2 {
    background: none repeat scroll 0 0 #333333;
    margin: 10px 0 0;
    padding: 3px 10px 4px 10px !important;
}
#ask-a-question-form div.required.legend {
	display: none;
}
#ask-a-question-form .redform {
    padding: 10px 20px 20px 20px;
    box-shadow: none;
    background: none;
}
#ask-a-question-form .redform form {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}
#ask-a-question-form label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
}
#ask-a-question-form .btn-primary {
    background: url("images/question_btn.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    margin: 0 auto;
    min-width: 118px;
    width: 118px;
    height: 30px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    font-family: Arial, Helvetica, sans-serif;
}
#ask-a-question-form .btn-primary:hover {
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
}

/* Autoblog styles */

#autoblog ul.communityNavigator li.active, #autoblog ul.communityNavigator li.active.expanded, #autoblog div.communityNavigatorOverlay.active {
	background-color:#74AB20 !important;
}

#autoblog ul.communityNavigator li.expanded, #autoblog div.communityNavigatorOverlay {
	background-color:#ECECEC !important;
}

#autoblog div.community_header, #autoblog #list-properties-box, #autoblog #stats_and_news.two_col .col .colContent, #autoblog #amenities, #autoblog ul.communityNavigator li.zone, #autoblog div.communityNavigatorOverlay {
	background-color:#74AB20 !important;
}

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

#autoblog a{color:#336600 !important;}

#autoblog #list-properties a.view, #autoblog #list-properties a:hover {
	background-color:#74AB20 !important;
	border:1px solid #000000 !important;
	color: #fff !important;
}

#autoblog div.community_header h1, #autoblog div.community_header h2, #autoblog div.community_header div.content_area {
	color:#FFFFFF !important;
}

#autoblog div.communityNavigator .community{
  background-color:#74AB20 !important;
}



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

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

.editable h1, .editable h3 {
  color: #000;
}

.editable h2, .editable h4 {
  color: #69A601;
}

.editable h1, .editable h2 {
  font-family: 'ClarendonRoman';
}

.editable h1 {
  font-size: 26px
}

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

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

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

.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;
  line-height: 140%;
}

.editable a {
  color: #407101 !important;
  font-weight: bold;
  text-decoration: none;
}

.editable a:hover {
  color: #69A601 !important;
  text-decoration: underline;
}


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

.localInfo .sideBar h2 {
  color: #000;
  font-family: 'CenturyGothicBold';
  font-weight: normal;
}

.localInfo h2 {
  padding-bottom: 10px !important;
  color: #69A601;
  font-size: 24px;
  font-family: 'ClarendonRoman';
  font-weight: normal;
}

.infoLinksContainer h3 {
  margin-bottom: 0px;
  font-size: 20px;
  font-family: 'CenturyGothicBold';
  font-weight: normal;
}

.infoLinksContainer ul li a, .localInfo .sideBar h5 a {
  color: #407101 !important;
}

.infoLinksContainer ul li a:hover, .localInfo .sideBar h5 a:hover {
  color: #69A601 !important;
}