/* CSS Document */

/* Set all margins and padding to zero */
* {margin: 0; padding: 0}
 

body 
{ 
  text-align: center;
  background: #ffffff; 
  color: #000000; 
  font-family: tahoma, sans-serif;
  font-size: 100%;
  margin: 0px; 
  padding: 0px; 
} 

.page-break 
{ 
  width: 100px;
  display: block;
  page-break-before:always;
} 

div.clearfloats { clear: both; }

#topcontainer 
{ 
  display: none;
}

#middlecontainer 
{ 
  display: none;
}

img.bannerimg
{
  display: none;
}

#bottomcontainer 
{ 
  margin-right: auto;
  margin-left: auto; 
  background: #ffffff;
}

#footer
{
  display: none;
}

#leftcol
{
  display: none;
}

#nav  
{ 
  display: none;
}


#content
{
  background: #ffffff;
}

#content p.splashtext
{
  padding: 10px 20px 0px 20px;
  text-align: left;
  font-size: .9em;
  line-height: 1.5em;
}



h3
{
  font-size: 1.2em;
  font-weight: normal;
  text-align: left;
  padding-left: 30px;
}

h2
{
  font-size: 1.2em;
  font-weight: normal;
  text-align: right;
  padding-right: 20px;
}

h1
{
  font-size: 1.6em;
  font-weight: normal;
  color: #000000;
  padding-top: 20px;
}
h4
{
  font-size: 1.4em;
  font-weight: normal;
  text-align: left;
  padding-left: 30px;
}

p.submenu
{
  display: none;
}

p.summary, p.rates, p.contact, p.quick
{
  font-size: .9em;
  margin: 10px 45px 20px 30px;
  text-align: left;
}

p.contact, p.quick
{
  text-align: center;
}

p.rates
{
  font-size: .8em;
  color: #000000;
}

.textcol
{
  float: left;
  width: 350px;
}

.textcol h4
{
  padding: 65px 0px 0px 0px;
  color: #000000;
  font-size: .95em;
  font-weight: bold;
  text-align: center
}

.textcol p
{
  font-size: 9pt;
  padding: 20px 50px 0px 50px;
  color: #000000;
}

.imagecol
{
  float: left;
  width: 320px;
}

img.contentimg
{
  border: 3px solid #000000;
  float: left;
  margin: 10px 10px;
}

img#exterior
{
  border: 3px solid #000000;
  float: left;
  margin: 15px 10px 0px 40px;
}

div#quicklist ul
{
  text-align: left;
  font-size: .8em;
  font-weight: normal;
  color: #000000;
  padding: 10px 20px 20px 360px;
}

div#quicklist ul li
{
  list-style-type: none;
  padding-top: 8px;
}

div#quicklist ul li a
{
  color: #ffffff;
  text-decoration: none;
}

div#quicklist ul li a:hover
{
  color: #86531d;
}


