body{
  /*background: url(images/white-paper.gif);*/
  background: #fff;
}

p, dt{
  font-size: .9em;
}

dt{
  font-weight: bold;
  margin-top: 1em;
}

dd{
  font-size: .8em;
  line-height: 1.3em;
}

hr{
  margin-top: 20px;
  margin-bottom: 30px;
}

.list_of_links dd {
  margin: 0;
  line-height: 1.3em;
}

.list_of_links ul {
  font-size: .8em;
  list-style-position: inside;
  line-height: 1.6em;
  list-style-type: square;
  margin-left: 1em;
}

.list_of_links li{
  color: #963;
}

.front_page_list ul {
  list-style-type: square;
  margin-left: 1em;
}

em.newsletter{
  font-style: normal;
  text-decoration: underline;
}

.container{
  width: 90%;
  margin-top: 0px;
  margin-left: 5%;
  background-color: transparent;
  padding: 0px;
}

table#middle{
  background-color: #eee;
  border: 0px solid #369;
}

td{
  background-color: #eee;
  border: 3px solid #036;
  padding: 15px;
  margin: 0;
}


table#top{
  padding-bottom: 20px;
  margin-bottom: 20px;
  
}
  
td.side_menu{
  width: 160px;
  margin-right: 20px;
  vertical-align: top;
  height: 100%;
  font-family: verdana, arial, sans-serif;
  font-weight: 700;
  background: #eee;
}

ul{
  padding: 0;
  margin: 0;
}

.header img{
  margin-bottom: 0;
  margin-right: 20px;
  padding: 0;
}

.side_menu li{
  list-style-type: none;
}

.side_menu ul{
  padding: 0;
  margin: 0;
}

td.main_body{
  width: 100%;
  padding-right: 1.5em;
  text-align: justify;
  color: #000;
  height: 100%;
  font-family: verdana, arial, sans-serif;
  line-height: 150%;
  background: #eee;
}

.center{
  text-align: center;
}

.list_of_vendors dt{
  color: #963;
}

td.main_body ul {
  font-size: .9em;
  list-style-position: inside;
  line-height: 1.6em;
  margin-left: 1em;
}

td.main_body li {
  padding-top: 1em;
}

td.main_body blockquote {
  font-size: .9em;
}

/******************************  Misc Containers  ***********************/

.cluster_menu{
  color: #000;
  width: 80%;
  margin-left: 10%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .8em;
  background-color: #9cf;
  border: 1px solid #000;
  padding: 0px 10px 0px 10px;
  line-height: 1.2em;
}

.warning{
  color: #c00;
}

.first_words{
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.5em;
  color: #963;
}

div.backtotop{
  text-align: right;
  font-size: .8em;
  color: #036;
  background: #9cf;
  font-family: verdana, arial, sans-serif;
  display: inline;
  float: right;
}

.backtotop a{
  padding: 3px;
}

.newhomeowner{
  margin-top: 1em;
  border-top: 1px dashed #000;
  font-size: .8em;
  padding-top: 1em;
  text-align: left;
}

.archive{
  margin-top: 5em;
  font-size: .7em;
  padding-top: 1em;
  text-align: left;
}

.recommendation_description{
	color: #336;
	font-size: .8em;
	margin-left: 30px;
}

/****************************  FRONT PAGE IMAGES  ***********************/

.front_page{
  float: left;
  height: 230px; 
  width: 305px;
  padding: 0px 15px 0px 0px;
  display: inline;
}

.front_page_left{
  float: left;
  height: 230px; 
  width: 305px;
  padding: 0px 15px 0px 0px;
  display: inline;
}

.front_page_right{
  float: right;
  height: 230px; 
  width: 305px;
  padding: 0px 0px 0px 15px;
  display: inline;
}

/****************************  Headings  ***********************/

h1{
  font-family: Georgia, "New Century Schoolbook", Times, serif;
  font-variant: small-caps;
  color: #ddd8c8;
  color: #369;
  font-size: 72px;
  margin-top: 0;
  display: inline;
}

h2{
  font-size: 24px;
  font-weight: bold;
  font-family: verdana, arial, sans-serif;
  color: #369;
  color: #000;
  text-decoration: overline;
  margin-bottom: 1.5em;
  text-align: center;
}

h3{
  font-size: 1.3em;
  font-weight: bold;
  font-family: Georgia, "New Century Schoolbook", Times, serif;
  font-variant: small-caps;
  line-height: 0;
  color: #000;
  text-align: center;
  margin-top: 2em;
}

h4{
  font-size: 1.3em;
  font-weight: bold;
  font-family: verdana, arial, sans-serif;
  line-height: 0;
  color: #963;
  margin-top: 1.0em;
  margin-bottom: 1.0em;
}

/****************************  Custom headings  ***********************/

.custom_heading_3{
  font-size: 1.3em;
  font-weight: bold;
  font-family: Georgia, "New Century Schoolbook", Times, serif;
  font-variant: small-caps;
  /*line-height: 0;*/
  color: #000;
  text-align: left;
  margin-top: 2em;
}

.centered_announcements{
  text-align: center;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.5em;
  color: #963;
  /*color: #c00;*/
}

/****************************  LINKS - All  ***********************/

a:link{
  color: #336;
  text-decoration: none;
}

a:visited{
  color: #336;
  text-decoration: none;
}

a:hover{
  color: #88c;
  text-decoration: underline overline;
}

a:active{
  color: #88c;
  text-decoration: underline, overline;
}

/****************************  LINKS - Side Menu  ***********************/

.side_menu a:link{
  color: #336;
  text-decoration: none;
}

.side_menu a:visited{
  color: #336;
  text-decoration: none;
}

.side_menu a:hover{
  color: #669;
  text-decoration: underline overline;
}

.side_menu a:active{
  color: #669;
  text-decoration: underline, overline;
}

/****************************  LINKS - Definition List  ***********************/

dl a:link{
  color: #336;
  text-decoration: none;
}

dl a:visited{
  color: #336;
  text-decoration: none;
}

dl a:hover{
  color: #eee;
  background: #669;
  text-decoration: none;
}

dl a:active{
  color: #e33;
  background: #669;
  text-decoration: none;
}

/****************************  LINKS - Paragraphs  ***********************/

p a:link{
  color: #396;
  text-decoration: none;
  font-weight: bold;
}

p a:visited{
  color: #396;
  text-decoration: none;
  font-weight: bold;
}

p a:hover{
  color: #eee;
  background: #6c9;
  text-decoration: none;
  font-weight: bold;
}

p a:active{
  color: #e33;
  background: #6c9;
  text-decoration: none;
  font-weight: bold;
}

/****************************  LINKS - Link page menu  ***********************/

.instructions a:link{
  color: #396;
  text-decoration: none;
  font-weight: bold;
}

.instructions a:visited{
  color: #396;
  text-decoration: none;
  font-weight: bold;
}

.instructions a:hover{
  color: #eee;
  background: #6c9;
  text-decoration: none;
  font-weight: bold;
}

.instructions a:active{
  color: #e33;
  background: #6c9;
  text-decoration: none;
  font-weight: bold;
}

/****************************  LINKS - Feedback Form email  ***********************/

a:link .mail{
  color: #396;
  text-decoration: none;
  font-weight: bold;
  display: inline;
  font-size: .9em;
}

a:visited .mail{
  color: #396;
  text-decoration: none;
  font-weight: bold;
  display: inline;
  font-size: .9em;
}

a:hover .mail{
  color: #eee;
  background-color: #6c9;
  text-decoration: none;
  font-weight: bold;
  display: inline;
  font-size: .9em;
}

a:active .mail{
  color: #e33;
  background: #6c9;
  text-decoration: none;
  font-weight: bold;
  display: inline;
  font-size: .9em;
}

/****************************  FOOTER  ***********************/

.footer{
  font-family: verdana, arial, sans-serif;
  width: 100%;
  margin-top: 20px;
  border: 3px double #000;
  padding: 5px;
  background-color: #cdd;
  background-color: #ccc;
  line-height: 0;
}

.footer a{
  font-weight: bold;
}

.footer a:hover{
  color: #c63;
  text-decoration: none;
}

/****************************  BOARD MEMBER TABLE  ***********************/

table#board_members{
  width: 100%;
  border: 0;
  padding: 10px 0 40px 0;
}

td.area{
  width: 70px;
  border: 0;
  padding: 0;
}

td.member{
  border: 0;
  padding: 0;
}

td.phone{
  width: 100px;
  border: 0;
  padding: 0;
}

td.position{
  border: 0;
  padding: 0;
}

/****************************  CASH FLOW TABLE  ***********************/

table.cash_flow{
  border: 0;
  padding: 0;
  font-size: .9em;
}


table.cash_flow td.total{
  border-style: solid;
  border-width: 2px 0 0 0 ;
  text-align: right;
  padding: 0;
}

table.cash_flow td.amount{
  text-align: right;
  border: 0;
  padding: 0;
  
}

table.cash_flow td.description{
  text-align: left;
  border: 0;
  padding: 0 4em 0 0;
  
}
/****************************  LINKS PAGE  ***********************/

.list_of_links .warning{
  font-size: .85em;
  line-height: 1.4em;
}

.list_of_links a:link{
  color: #369;
}

.list_of_links a:visited{
  color: #369;
}

.list_of_links a:hover{
  color: #8be;
  /*margin-top: 0;
  margin-bottom: 0;*/
  text-decoration: none;
  background: #369;
}

.list_of_links a:active{
  color: #a61;
  /*margin-top: 0;
  margin-bottom: 0;*/
}

/***********************  new homeowner section links  **********************/
/*
.newhomeowner a:link{
  color: #336;
}

.newhomeowner a:visited{
  color: #336;
}

.newhomeowner a:hover{
  color: #8be;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  background: #369;
}

.newhomeowner a:active{
  color: #a61;
  margin-top: 0;
  margin-bottom: 0;
}
*/
/***********************  Invisible  **********************/

a#classifieds, a#archives{
  display: none;
}