/*index page*/

/* override master */
#RightColumn .sectionHeader { padding: .5em; text-align: left;}

#FindCommunity{  
  background: url(../images/golfClubs.jpg) no-repeat bottom center;
  height: 15.3em;
  margin-bottom: 2em;
}

#FindCommunity h1{ font-weight: normal; margin-left: 1em;}

#ResortLiving{ 
  background: url(../images/flyFishing.jpg) no-repeat top center;
  height: 15em;
}

#ResortLiving h1{ 
  font-weight: normal; 
  margin: 0em; 
  padding: 1em 0em 0em 7em;
}

#FindCommunity h4, #ResortLiving h4{  
  font-weight: normal;
  font-size: 1.2em;
  background-color: inherit;
  color: #9ca53c;
}

#FindCommunity h4{ margin-left: 3.5em; }

#FindCommunity a.learnMoreLink{ color: #2b6080; }

#ResortLiving h4{ 
  margin: 0em 0em 0em 14em; 
  padding-top: 1em;
}

#FindCommunity p, #ResortLiving p{
  font-size: .9em;
  background-color: inherit;
  color: #2b6080;
}

#FindCommunity p{ margin-left: 8em; }

#ResortLiving a, #PopularSearches a{ color: #555; background-color: inherit; }
#ResortLiving a:hover, #PopularSearches a:hover{ color: #333; background-color: inherit; }

#ResortLiving p{ margin-left: 14em; padding: 1em 1em 0em 0em; text-align: justify;}


#PopularSearches{
  color: #555;
  background-color: #dbdbb1;
  margin-top: 2em;
  padding-bottom: 1em;
}

#PopularSearches h4{  
  text-align: center;
  font-size: 1.2em;
  padding-top: .5em;
  margin: 0em;
}

#PopularSearches h4.header{ background: url(../images/boxTop590.jpg) no-repeat top center; }

#PopularSearches p{ 
  padding: 1em 1em .5em 1em; 
  margin: 0em;
}

#LoginBox{  
  color: #fff;
  background-color: #4482a7;
  padding: 1em;
  width: 18em;
  position: absolute;
  z-index: 3;
  top: 205px;
}
#LoginBox table{ margin: 0em auto; }
#LoginBox th{ text-align: left; }
#LoginBox td{ padding-bottom: 5px; }

#LoginBox p{ margin: .3em 0em; font-size: .9em;}
#LoginBox a, #LoginLink a, #FindCommunity a{ color: #fff; background-color: inherit; }

#PopularSearches ul
{ 
  margin-left: 2em;
  list-style-position: inside;
  list-style-type: disc;

 }
