/*index page*/

/* override master */
#RightColumn .sectionHeader { 
  padding: .4em 1em; 
  text-align: left; 
  font-weight: bold;
  font-size: 110%;
}

#FindFloorplan{  
  background: url(../images/blueprintimage.jpg) no-repeat bottom center;
  height: 14.4em;
  margin-bottom: 1.5em;
}

#FindFloorplan h1, #FindFloorplan h2{ font-weight: normal; margin-left: 1em;}

#FindFloorplan h4.searchHeader{ margin: .5em 1em; }

#FindFloorplan table{ margin-left: 2em; font-size: 90%; }
#FindFloorplan th, #FindFloorplan td{ text-align: left; padding: .2em; }

#MoreHome{ 
  background: url(../images/painting.jpg) no-repeat top center;
  height: 16.5em;
}

#MoreHome h1{ 
  font-weight: normal; 
  margin: 0em 0em 0em 6.3em; 
  padding: .5em 0em 0em 0em;
}

#MoreHome h4{  
  font-weight: normal;
  font-size: 1.2em; 
  margin: 0em 0em 0em 14em; 
  padding-top: 1em;
}

#MoreHome a, #PopularSearches a{ color: #343da2;  }
#MoreHome a:hover, #PopularSearches a:hover{ color: #333; }

#MoreHome p{ 
  font-size: 90%; 
  margin-top: 0em;
  margin-left: 14em; 
  padding: .3em 1em 0em 0em; 
  text-align: justify;
}


#PopularSearches{
  color: #343da2;
  background-color: #d1d4dd;
  margin-top: 1.5em;
  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;
  line-height: 125%;
}

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

 }
