td
{
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;    
  font-family: Verdana;
}

h1, h2, h3, h4 {
  font-family: "Lucida Sans";
  padding: 10px 0 10px 0;
  margin: 0px;
}

/*
h4 {
  font-family: "Lucida Sans";
  font-size: 18px;
  padding: 10px 0 10px 0;
  margin: 0px;
  text-decoration: underline;
}
*/
h1 {
  font-size: 2em;
  text-align: center;
}

h2 {
  font-size: 1em;
  text-align: center;
}

h3 {
  font-size: 1.2em;
  text-decoration: underline;
}

h4 {
  font-size: 1.4em;
  text-align: center;
  text-decoration: underline;
}

p {
  margin: 0px;
  padding: 5px 0 5px 0;
  line-height: 140%;
}

ul {
  margin: 0px;
  padding: 10px 0 10px 40px;
}

blockquote {
  margin: 0px;
  padding: 0 0 0 30px;
}

/*
* {
   font-family: Verdana;
   color: #000000;
   margin: 0 auto;
   padding: 0;
  }
*/
body
{
  background: #f6f5a6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

#container {
  width: 780px;
  margin: 0 auto;
}

#Header {
	height: 140px;
  width: 780px;
  background: url('images/header.png');
}

#TopNav
{
  height: 20px;
  width: 780px;
  background: url('images/nav.png');
  font-size: 13px;
  text-align: center;
  border: 0px solid red;
  z-index: 30;
}

#TopNav a
{
  position: relative;
  top: 2px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 1px 0 1px 0;
  text-decoration: none;
}

#TopNav a:Hover
{
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

#MainContent
{
  height: auto;
  background: url('images/main.png');
  min-height: 500px;
  /*text-align: center;*/
  color: #000000;
  padding: 0 20px 0 20px;
}
/*
#MainContent ul
{
  width: 620px;
  font-size: 17px;
  padding: 0 0 0 15px;
}
*/
/*
#MainContent p
{
  font-size: 17px;
}
*/

ul.agreement li {
  padding: 3px 0 3px 0;
  line-height: 140%;
}

table.center {
  margin: 0 auto;
}

p.image, p.center {
  text-align: center;
}

table.cottages {
  width: 650px;
}

table.cottages, table.cottages td, table.cottages th {
  border: 2px solid #000000;
  border-collapse: collapse;
}

table.cottages td {
  text-align: center;
}

table.cottages ul {
  margin: 8px 0 0 0;
  padding: 0px;
  list-style: none;
}

table.cottages li {
  padding: 2px 0 2px 0;
}

#BottomNav {
  background-image: url('images/nav.png');
  height: 20px;
  width: 780px;
  border: 0px solid red;
  z-index: 30;
}

#Footer {
	 position: relative;
	 bottom: 0px;
	 left: 0px;
	 background-image: url('images/footer.png');
	 height: 50px;
	 width: 780px;
	 border: 0px solid red;
	}

#footer_shadow {
  height: 20px;
  background: url(images/footer_shadow.png);
}

.Border {
	 position: relative;
	 height: auto;
	 width: 650px;
	 border: 1px solid #522e11;
	 padding: 10px 0 10px 0;
	 margin: 10px;
	 text-align: center;
	}

.Bullets {
	  position: relative;
	  left: 30px;
	  width: 600px;
	  font-size: 14px;
	  text-align: left;
	 }

.Bullets2 {
	   position: relative;
	   left: 10px;
	   width: 650px;
	   font-size: 14px;
	   text-align: left;
	  }

.ImageHide
{
  display: none;
}

.align_left
{
  text-align: left;
}
		
.highlight
{
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
  
.bold
{
  font-weight: bold;
}

.italic
{
  font-style: italic;
}

.underline
{
  text-decoration: underline;
}

.copyright
{
  position: absolute;
  bottom: 6px;
  right: 16px;	
  color: #606060;
  font-family: 'Verdana';
  font-size: 9px;
}

.tiny_text
{
  font-family: Gerogia;
  font-size: 9px;
}

.small_text
{
  font-size: 11px;
}

.medium_text
{
  font-weight: bold;
  font-size: 20px;
}

.big_text
{
  font-weight: bold;
  font-size: 35px;
}

.dot
{
  position: relative;
  top: 3px;
  left: 0px;
  color: #FFFFFF;
}