/**********
      FONTS
******************/

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

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

/**********
      TAGS
******************/
      
body {
  font-family: 'amerigo';
  font-size: 14px;
  color: #000;
}

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

/**********
      COMMON CLASSES
******************/
      
.wrapper {
  width: 100%
}

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

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

#site {
  position: relative;
  z-index: 1;
}

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

header {
  background: url(images/header.gif) repeat-x;
  /* IE7 Fix */
  *position: relative;
  *z-index: 150;
}

header .container {
  height: 90px;
  position: relative;
  padding: 10px 10px 0 233px;
  width: 717px;
  font-family: 'alternate-gothic';
  text-transform: uppercase;
}

header h1 {
  display: inline;
  font-size: 48px;
  color:#0b3e7d;
  padding: 0 35px 0 0;
  line-height: 48px;
}

header h3 {
  display: inline;
  font-size: 24px;
  color: #646464;
}

header h2 {
  color: #9d0d0d;
  font-size: 18px;
  border-top: 1px solid #898989;
  margin: 5px 0 0;
  padding: 5px 0 0;
  font-family: 'amerigo';
}

#site header .signup {
  position: absolute;
  right: 10px;
  top: 8px;
  display: block;
  font-size: 12px;
  text-align: center;
  background: url(images/header_signup.jpg) no-repeat left bottom;
  padding: 0 0 27px;
  color: #9A0000;
  width: 42px;
  text-decoration: none;
}

#site header .signup:hover {
  background-position: right bottom;
  color: #646464;
}

#___plusone_0 {
  position: absolute;
  top: 35px;
  right: 105px;
}

header .social {
  width: 120px;
  position: absolute;
  right: 68px;
  top: 32px
}

header .social li {
  float: left;
}

header .social li a {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 0 0 5px;
}

header a.twitter { background: url(images/header_twitter.jpg) no-repeat; }
header a.facebook { background: url(images/header_facebook.jpg) no-repeat; }
header a.youtube { background: url(images/header_youtube.jpg) no-repeat; }
header a.linkedin { background: url(images/header_linkedin.jpg) no-repeat; }
header a.blog { background: url(images/header_blog.jpg) no-repeat; }
header a:hover { background-position: left bottom; }

header #ernie {
  position: absolute;
  width: 246px;
  background: url(images/ernie.png) no-repeat;
  height: 253px;
  top:1px;
  left:-12px;
  z-index: 1000;
  /* IE7 fix */
  *height: 294px; 
}

/**********
      NAV
******************/

#nav {
  background: url(images/nav.gif) repeat-x;
  position:relative;
  margin: 104px 0 0;
  z-index:100;
  /* IE7 Fix */
  *margin: 144px 0 0;
}

#nav .container {
  padding: 0 10px 0 233px;
  width: 717px;
  margin: 0 auto;
}

#nav li {
  position: relative;
  float: left;
  background: url(images/nav_div.gif) no-repeat;
  padding: 0 0 0 2px;
  z-index: 500;
}

#nav li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  padding: 0 22px;
}

#nav li ul {
  display: none;
}

#nav li.over a {
  background: #a20d0d;
  text-shadow: -1px -1px 0 #6b1515;
  height: 48px;
  line-height: 48px;
  border-top: 2px solid #fff;
}

#nav li.over ul {
  display: block;
  width: 200px;
  background: url(images/dropdown.jpg) no-repeat right bottom #a20d0d;
  padding: 5px 0 0;
  border-bottom: 2px solid #450000;
  position: absolute;
}

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

#nav li.over ul a {
  width: 190px;
  padding: 0 5px;
  font-size: 16px;
  height: 31px;
  line-height: 31px;
  border: none;
  background: none;
}

#nav li.over ul a:hover {
  height: 29px;
  line-height: 29px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #660000; 
}

/**********
      MAIN AREA
******************/

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

#main .container {
  background:url(images/main_side.gif) no-repeat left bottom;
  padding: 0 0 40px;
}

.int #main .container {
  background: none;
  font-size: 15px;
}

/**********
      Page Headers
******************/

#PageHeader {
  background: url(images/pageHeader.jpg) no-repeat;
  height:45px;
  padding: 65px 0 0;
}

.pagetitle {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 28px;
  padding: 5px 20px;
  text-shadow: 2px 2px 2px #000;
  display: none;
}

.int .pagetitle {
  display: block;
}

.int #PageHeader {
  margin: 0 0 15px;
}

/**********
      Right Side
******************/

#main .right {
  width: 737px;
  float: right;
  margin: -20px 0 0;
  position: relative;
}

/**********
      3 Buckets
******************/

section.bucket {
  float: left;
  width: 245px;
  background: url(images/bucket.png) no-repeat;
  height: 120px;
  margin: 0 0 175px;
}

section.bucket h1 {
  color: #970c0c;
  text-align: center;
  font-size: 24px;
  font-family: 'alternate-gothic';
  text-transform: uppercase;
  line-height: 40px;
}

section.bucket h1 span {
  font-size: 28px;
  color: #0b3e7d;
}

section.bucket a {
  background: url(images/bucket_arrow.gif) no-repeat right top;
  color: #252525;
  display: block;
  height: 18px;
  margin: 5px 25px;
  text-decoration: none;
}

section.bucket a span {
	color:#9B0C0C;
	font-weight:bold;
}

section.bucket a:hover {
  color: #990c0c;
  padding: 0 0 0 3px;
  background-position: right bottom;
}

/**********
      Cms Area
******************/

#cms {
  margin: 40px 0 0 10px; 
  float: left;
  width: 450px;
}

#cms .cms_title {
  color: #9c0c0c;
  font-size: 24px;
  padding: 0 0 15px;
}

a#mobile {
  display: block;
  float: right;
  background: url(images/mobile.jpg) no-repeat;
  width: 142px;
  height: 158px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  text-shadow: 1px 1px 2px #000;
  position: relative;
  z-index: 50;
  margin: 40px 10px 15px 20px;
  padding: 0 7px 0 93px;
  text-align: center;
}

a#mobile span {
  display: block;
  color: #970c0c;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'alternate-gothic';
  text-shadow: none;
  padding: 26px 0 3px;
}

a#mobile:hover {
  background-position: left bottom;
  text-shadow: -1px -1px 0 #000;
}

a#mobile:hover span {
  color: #093365;
}

/**********
      Blog Widget
******************/

#blog {
  margin: 20px 0 40px 10px;
}

#blog h2 {
  color: #9c0c0c;
  font-size: 24px;
  padding: 0 0 15px;
}

#blog ul {
  list-style: none;
  margin: 0;
  padding: 10px;
  position: relative;
  background: #f2f2f2;
  border-radius: 5px;
}

#blog h3 {
  float: left;
  width: 145px;
  padding: 0 0 0 85px;
}

#blog h3 a {
  color: #1b1b1b;
  text-decoration: none;
  font-size: 18px;
  display: block;
  text-align: right;
}

#blog h3 a:hover {
  color: #920c0c;
}

#blog .date {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 28px;
  color: #fff;
  background: #949494;
  padding: 10px 0;
  text-shadow: 2px 2px 2px #555;
  width: 75px;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 25px;
}

#blog p {
  padding: 0 0 0 10px;
  margin: 0 0 0 240px;
  border-left: 1px solid #919191;
  width: 445px;
}

/**********
      Featured Listings
******************/

#featured {
  position: absolute;
  top: 135px;
}

#featured h1.featured_title {
  font-family: 'alternate-gothic';
  font-size: 24px;
  color: #970c0c;
  text-transform: uppercase;
  top: 18px;
  left: 254px;
  z-index: 50;
  position: absolute;
}

#featured h1.featured_title span {
  font-size: 30px;
  color: #0b3e7d;
}

#featured #solobasic-widget {
  width: 717px;
  margin: 0 0 0 10px;
  height: 130px;
  font-size: 18px;
}

#featured #solobasic-widget .photo {
  margin: 0;
  width: 221px;
  height: 178px;
  padding: 2px;
  background: #909090;
}

#featured #solobasic-widget .photo img {
  width: 219px;
  height: 175px;
  border: 1px solid #fff;
}

#featured #solobasic-widget .tooltip {
  top: 0;
  left: 225px;
  background: url(images/featured_tooltip.jpg) no-repeat right top; 
  width: 492px;
}

#featured #solobasic-widget .tooltip .title {
  float: left;
  width: 200px;
  padding: 51px 0 0;
}

#featured #solobasic-widget .tooltip .title h1 {
  color: #555;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 20px;
  text-align: left;
  text-shadow: 1px 1px 1px #fff;
}

#featured #solobasic-widget .tooltip .title h2 {
  color: #960c0c;
  font-size: 28px;
  padding: 5px 0 0 20px;
  text-align: left;
}

#featured #solobasic-widget .tooltip ul {
  text-align: center;
  height: 35px;
  line-height: 35px;
  margin: 51px 140px 0 235px;
}

#featured #solobasic-widget .tooltip li {
  margin: 0;
  text-align: left;
  padding: 0 5px 0 29px;
  background: url(images/featured_beds.gif) no-repeat left center;
}

#featured #solobasic-widget .tooltip li.last {
  padding: 0 0 0 24px;
  background: url(images/featured_baths.gif) no-repeat left center;
}

#featured #solobasic-widget .buttons-holder {
  top: 0;
}

#featured #solobasic-widget .buttons-holder a {
  left: 608px;
  position: absolute;
  text-decoration: none;
  top: 60px;
  width: 100px;
  z-index: 50;
}

#featured #solobasic-widget .buttons-holder a span {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

#featured #solobasic-widget .buttons-holder a:hover span {
  color: #960c0c;
  text-shadow: none;
}

#featured #solobasic-widget button {
  width: 47px;
  background: url(images/featured_btns.gif) no-repeat;
  height: 21px;
  bottom: 6px;
}

#featured #solobasic-widget button.prev {
  left: 623px;
}

#featured #solobasic-widget button.next {
  right: 0;
  background-position: right top;
}

#featured #solobasic-widget button:hover {
  background-position: left bottom
}

#featured #solobasic-widget button.next:hover {
  background-position: right bottom;
}

#featured .buttons-holder img, #featured #solobasic-widget li.first, #featured li h3, #featured button span {
  display: none;
}

/**********
      Left Side
******************/

#main .left {
  width: 223px;
  margin: -90px 0 0;
  float: left;
}

/**********
      Meet The Team
******************/
#meetTheTeam {
	 background: url(images/team_bg.jpg) no-repeat;
	 width:721px;
	 height:50px;
	 margin: 0 auto;
}

#meetTheTeam a {
	text-decoration:none;
	float:left;
} 

#meetTheTeam strong {
	display: block;
	color: #FFA3A3;
	font-family: 'alternate-gothic';
	font-size: 24px;
	text-transform: uppercase;
	text-shadow: 0 0 2px black;
	font-weight: normal;
	padding: 14px 0;
	margin: 0 23px 0 23px;
}

#meetTheTeam strong:hover {
	color:#FFFFFF;
}

#meetTheTeam span {
	color:#FFFFFF;
	font-size:28px;
}


#meetTheTeam p {
	float:left;
	font-size:16px;
	color:#595959;
	line-height:1.3em;
	margin: 5px 0 0 20px;
}

a#meetTeamButton {
	display:block;
	 background: url(images/meet_team_button.jpg) no-repeat top;
	 width:149px;
	 height:20px;
	 margin: 15px 0 0 100px;
	padding: 0 0 0 10px;
} 

a#meetTeamButton:hover {
background: url(images/meet_team_button.jpg) no-repeat bottom;
color:#000033;
}

/**********
      Newsletter Button
******************/

#newsletter_btn {
  background: url(images/newsletter.png);
  display: block;
  width: 185px;
  height: 98px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  font-size: 20px;
  margin: 30px auto 0;
}

#newsletter_btn span {
  display: block;
  color: #970c0c;
  text-transform: uppercase;
  font-family: 'alternate-gothic';
  font-size: 20px;
  text-align: right;
  padding: 24px 30px 7px 0;
  text-shadow: none;
}

#newsletter_btn:hover {
  background-position: left bottom;
}

/**********
      Facebook Like Box
******************/

#fb {
  margin: 30px auto;
  width: 135px;
}

#fb iframe {
  text-align: center;
}

/**********
      Left Remax Logo
******************/

.left #logo {
  height: 92px;
  background: url(images/logo.png) no-repeat center top;
}

/**********
      Footer
******************/

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

footer .container {
  padding: 10px 0 5px;
  color: #fff;
}

/**********
      Footer Info
******************/

footer #foot_info {
  float: left;
  width: 200px;
  line-height: 17px;
  padding: 0 0 0 20px;
}

footer #foot_info h1 {
  font-size: 18px;
  font-weight: bold;
}

footer #foot_info a {
  color: #fff;
}

/**********
      Footer Links
******************/


#foot_links {
  width: 738px;
  height: 194px;
  background: url(images/footer_links.png) no-repeat;
  float: right;
  margin: -25px -5px 0 0;
}

#foot_links h3 {
  color: #676767;
  font-family: 'alternate-gothic';
  font-size: 30px;
  text-decoration: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

#foot_links a {
  color: #c4c4c4;
  padding: 0 0 0 5px;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
} 

#foot_links a:hover {
  color: #fff;
  padding: 0 0 0 10px;
}

#quick_links {
  margin: 0 0 0 25px;
  float: left;
  width: 240px;
} 

#testimonial {
  padding: 0 0 0 5px;
  float: left;
  width: 445px;
}

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

#testimonial p {
  color: #fff;
  font-style: italic;
}

#testimonial a {
  font-family: 'alternate-gothic';
  font-size: 18px;
  color: #7b7b7b;
  color: #7b7b7b;
}

#footerLinks {
  background: #1c1c1c;
  height: 40px;
  line-height: 40px;
  color: #676767;
  font-family: arial;
  font-size: 11px;
}

#footerLinks a {
  color: #676767;
}

#testimonial h2, #testimonial span {
  display: none;
}

img#remaxOne {
	padding: 0 0 0 20px;
}



/**********
      Compare Form
******************/

#frmCompareSearch {
  width: 201px;
  margin: 0 auto;
  border-bottom: 1px dotted #848484;
  padding: 0 0 15px;
}

#frmCompareSearch h1 {
  color: #033675;
  font-size: 20px;
  font-family: 'alternate-gothic';
  text-transform: uppercase;
  text-align: center;
  padding: 25px 0 0;
}

#frmCompareSearch h1 span {
  color: #840a0a;
}

#frmCompareSearch li {
  float: left;
  width: 95px;
  margin: 10px 11px 0 0;
  position: relative;
}

#frmCompareSearch li.baths, #frmCompareSearch li.link {
  margin: 10px 0 0;
}

#frmCompareSearch li.long {
  width: 201px;
}

#frmCompareSearch input, #frmCompareSearch li span {
  background: url(images/compare_arrow.gif) no-repeat;
  height: 23px;
  border: 1px solid #9b9b9b;
  widtH: 179px;
  padding: 0 10px;
  line-height: 23px;
  font-family: arial;
  font-size: 12px;
  color: #aeaeae;
  display: block;
  border-radius: 5px;
}

#frmCompareSearch li span {
  width: 73px;
  background-position: right top;
  position: absolute;
}

#frmCompareSearch li.long span {
  width: 179px;
}

#frmCompareSearch select {
  height: 25px;
  width: 95px;
  cursor: pointer;
}

#frmCompareSearch li.long select {
  width: 201px;
}

#frmCompareSearch option {
  padding: 3px 10px;
  background: #eee;
  border-bottom: 1px solid #fff;
}

#frmCompareSearch a {
  display: block;
  text-align: center;
  width: 95px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  background: url(images/compare_btn.gif) no-repeat;
}

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



/****************************************
******************************************
                    NEW SEARCH
*/

#home_search {
  background: url(images/search.gif) repeat-x;
  position: absolute;
  top: 100px;
}

#home_search form {
  padding: 20px 10px 0 233px;
  width: 717px;
  height: 124px;
  position: relative;
  /* IE7 Fix */
  *margin: 0 auto !important;
}

#home_search h1 {
  color: #fff;
  font-size: 24px;
  text-shadow: 1px 1px 2px #000;
  padding: 0 0 15px;
}

#home_search .property_info {
  padding: 0 0 0 5px;
}

#home_search .property_info div, #home_search .property_details div {
  float: left;
  margin: 0 10px 0 0;
  position:relative;
}


#home_search span {
  display: block;
  background: url(images/search_arrow.gif) no-repeat right top;
  height: 23px;
  line-height: 23px;
  border: 1px solid #002b60;
  padding: 0 35px 0 5px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 15px;
  width: 127px;
  color: #222;
}

#home_search span:hover {
  background-position: right bottom; 
}

#home_search ul {
  display: none;
}

#home_search .block ul{
  box-shadow: 0 1px 3px #000000;
  display: block;
  max-height: 310px;
  overflow-y: scroll;
  position: absolute;
  z-index: 550;
  top: 51px;
  width: 220px;
}

#home_search li {
  background: url(images/search_option.gif) repeat-x #fff;
  height: 30px;
  line-height: 30px;
  font-size:14px;
  color: #4c4c4c;
  border-bottom: 1px solid #c7c7c7;
  padding: 0 10px 0 5px;
}

#home_search li label {
  padding: 0 0 0 5px;
  cursor: pointer;
}

#home_search a.check-all, #home_search a.check-none {
  display: none;
}

#home_search .block a.check-all, #home_search .block a.check-none {
  display: block;
  height: 25px;
  line-height: 25px;
  background: url(images/check_btn.gif) repeat-x;
  position: absolute;
  z-index: 550;
  width: 50%;
  border-bottom: 1px solid #c7c7c7;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  float: left;
}

#home_search a.check-all {
  border-radius: 3px 0 0 0;
}

#home_search a.check-none {
  border-radius:0 3px 0 0;
  right: 0;
}

#home_search a.check-all:hover, #home_search a.check-none:hover {
  background-position: left bottom;
  color: #144786;
}

#home_search .advanced {
  color: #AED2FF;
  cursor: pointer;
  font-family: arial;
  font-size: 12px;
  line-height: 17px;
  position: absolute;
  right: 116px;
  text-align: center;
  top: 51px;
  width: 77px;
  text-decoration: none;
  /* IE7 Fix */
  *display: none;
}

#home_search .advanced:hover {
  color: #fff;
}

#home_search .property_details {
  position: absolute;
  bottom: 4px;
  background: url(images/search_advanced.gif) no-repeat right center #0c3260;
  padding: 5px;
  color: #aed2ff;
  width: 717px;
  border-radius: 3px; 
  *left: 234px;
}

#home_search .property_details span {
  width: 76px;
}

#home_search button {
  background: url(images/search_btn.jpg) no-repeat;
  border: none;
  color: #002654;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 34px;
  position: absolute;
  right: 0;
  text-shadow: -1px -1px 1px #BBC9DA;
  top: 51px;
  width: 115px;
}

#home_search button:hover {
  background-position: left bottom;
  color: #fff;
}

#home_search .property_details ul {
  top: 25px;
  width: 117px;
}

#home_search .property_details em {
  float: left;
  padding: 0 11px 0 1px;
  line-height: 24px;
}

.bigul {
	width: 400px !important;
}

/* Redman forms */
.redform.form-lucida-condos div.required.legend {
    color: #FF0000;
    font-size: 19px;
    text-align: left;
}
.redform.form-lucida-condos div.required.legend:before, .redform.form-lucida-condos .required label:after {
    color: #FF0000;
    font-size: 24px;
}
.redform.form-lucida-condos label {
    font-size: 19px;
    font-family: "amerigo";
}
.redform.form-lucida-condos {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
}
.redform.form-lucida-condos form {
    border-radius: 0;
    padding: 0;
    border: none;
}
.redform.form-lucida-condos .form-preset.preset-fullName .form-group {
    display: inline-block;
    width: 48%;
}
.redform.form-lucida-condos .form-group.type-textInput.form-only.required {
    width: 48%;
    display: inline-block;
}
.redform.form-lucida-condos .form-group.type-radioMultiple.required {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.redform.form-lucida-condos .form-control.input-xlarge {
    background: none repeat scroll 0 0 #ECECEC;
    border-radius: 0;
    box-shadow: 0 0 0 0 #CCCCCC;
    font-family: "amerigo";
    font-size: 17px;
    height: 25px;
}
.redform.form-lucida-condos .type-textarea .input-medium {
    background: #ECECEC;
    border-radius: 0;
    box-shadow: 0 0 0 0 #CCCCCC;
}
.redform.form-lucida-condos .radio {
    display: inline-block;
    width: 48%;
    margin-top: 8px;
}
.redform.form-lucida-condos .type-submit button {
    background: url("http://assets.rmcloud.com/templates/erniegardy_com/images/compare_btn.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 25px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000000;
    min-width: 97px !important;
}
/* END OF: Redman forms */

