/***** this style is to overwrite the color defined in <font> tags ****/
font {
  color: #45769b;
}
body, p, h1, h2, h3, h4, h5, h6, a, img, div, ul, lo, li, form {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #45769b;
  background: url(../../images/background.jpg) repeat;
}
p {
  padding: 5px;
}
h1 {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
h2 {
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
h3 {
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
h4 {
  padding: 5px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
a {
  color: #ff9933;
  text-decoration: none;
}
a:hover {
  color: #35a1f3;
  text-decoration: underline;
}
ul, ol {
  margin-left: 20px;
}
hr {
  color: #45769b;
  background: #45769b;
  width: 100%;
  height: 1px;
  border: 0;
}
input.textbox, input.passwordbox, select, textarea {
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #45769b;
  border: 1px solid #45769b;
  background: #ffffff !important;
}
.justify {
  text-align: justify;
}
.hidden {
  display: none;
}
#login_form input.passwordbox {
  font-size: 10px;
}

/**************************************************************
                                PAGE LAYOUT
**************************************************************/
#wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url(../../images/background_top.jpg) repeat-x;
}
#main {
  width: 706px;
  margin: 0 auto;
  text-align: left;
  background: url(../../images/content_background.jpg) repeat-y;
}
#main img {
  display: block;
}
#content, #content_admin {
  float: left;
  width: 512px;
  padding: 5px 6px;
}
#content img {
  margin: 5px;
  padding: 3px;
  border: 1px solid #45769b;
  background: #ffffff;
}
#content_admin img {
  display: inline;
}
#right_column {
  float: left;
  width: 176px;
  margin-right: 6px;
  color: #ffffff;
  overflow: hidden;
}
#right_column p {
  font-size: 10px;
}
#right_column a:hover {
  color: #ffffff;
}
#right_column hr {
  color: #ffffff;
  background: #ffffff;
  width: 176px;
}
#right_column input {
  font-size: 9px;
  width: 80px;
}

/**************************************************************
                                   NAVIGATION
**************************************************************/
ul#nav {
  width: 176px;
  height: 221px;
  padding: 0;
  margin: 0;
}
ul#nav li {
  float: left;
  padding: 0;
  margin: 0;
}
ul#nav li a {
  display: block;
  width: 176px;
  height: 22px;
  background-position: 0 0;
}
ul#nav li a#home {
  background: url(../../images/home.jpg) no-repeat;
}
ul#nav li a#the_board {
  background: url(../../images/the_board.jpg) no-repeat;
}
ul#nav li a#restrictive_covenants {
  height: 44px;
  background: url(../../images/restrictive_covenants.jpg) no-repeat;
}
ul#nav li a#architectural_control {
  background: url(../../images/architectural_review.jpg) no-repeat;
}
ul#nav li a#parking_rules {
  background: url(../../images/parking_rules.jpg) no-repeat;
}
ul#nav li a#monthly_meetings {
  background: url(../../images/monthly_meetings.jpg) no-repeat;
}
ul#nav li a#neighborhood_map {
  background: url(../../images/neighborhood_map.jpg) no-repeat;
}
ul#nav li a#useful_links {
  background: url(../../images/useful_links.jpg) no-repeat;
}
ul#nav li a#contact_us {
  height: 23px;
  background: url(../../images/contact_us.jpg) no-repeat;
}
ul#nav li a#home:hover, ul#nav li a#the_board:hover, ul#nav li a#architectural_control:hover, ul#nav li a#parking_rules:hover, ul#nav li a#monthly_meetings:hover, ul#nav li a#neighborhood_map:hover, ul#nav li a#useful_links:hover {
  background-position: 0 -22px;
}
ul#nav li a#restrictive_covenants:hover {
  background-position: 0 -44px;
}
ul#nav li a#contact_us:hover {
  background-position: 0 -23px;
}
a#netphiles {
  display: block;
  width: 187px;
  height: 20px;
  margin: 0 auto;
  background: url(../../images/netphiles.jpg) no-repeat;
  background-position: 0 0;
}
a#netphiles:hover {
  background-position: 0 -20px;
}

