/* Overall Layout */

body {
  margin: 0;
  background: #CCCCCC url(/images/layout/body_bg.jpg) top repeat-x;
}

/* Default font, size, color etc */
body, td, th, label, ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #CCCCCC;
}

/* Links */
a {
  /*color: #FD9340;*/
  color: #003399;
  text-decoration: none;
}
a:hover {
  /*color: #FFCC00;*/
  color: #0000CC;
}

img {
  border: 0;
}

/* Overall width and center */
#wrapper {
  margin: 0 auto;
  width: 848px;
  border: 1px solid #999999;
  background: #CCCCCC;
  /*background: #082841;*/
}

/* Header image */
h1 {
  margin: 0;
  width: 848px;
  height: 135px;
  background: url(/images/layout/header.jpg);
  text-indent: -999em;
}

/* Global navigation styles */
#nav {
  margin: 0;
  padding: 0;
  width: 848px;
  height: 24px;
  list-style: none;
}
#nav li {
  float: left;
}
#nav li a {
  display: block;
  height: 24px;
  text-indent: -999em;
}
#nav li a:hover {
  background-position: 0 24px;
}

/* Item specific navigation styles */
#home a {
  width: 100px;
  background: url(/images/layout/home.jpg);
}
#about a {
  width: 91px;
  background: url(/images/layout/about.jpg);
}
#custom a {
  width: 121px;
  background: url(/images/layout/custom.jpg);
}
#subdivision a {
  width: 173px;
  background: url(/images/layout/subdivision.jpg);
}
#for_sale a {
  width: 168px;
  background: url(/images/layout/for_sale.jpg);
}
#gallery a {
  width: 113px;
  background: url(/images/layout/gallery.jpg);
}
#contact a {
  width: 82px;
  background: url(/images/layout/contact.jpg);
}

/* Content area */
#content {
  padding: 15px;
  width: 588px;
  color: #000000;
  font-size: 14px;
  float: left;
}
#content h2 {
  margin: 0 0 15px 0;
  /*color: #FD9340;*/
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
}
#content h3, .cms_header {
  margin: 0 0 10px 0;
  font-size: 14px;
  /*color: #FD9340;*/
  color: #000000;
  /*font-weight: normal;*/
  font-weight: bold;
}
#content p {
  margin: 0 0 15px 0;
  font-size: 14px;
}
#content ul {
  margin: 0 0 15px 25px;
  padding: 0;
}

/* Right column */
#right_col {
  padding: 15px;
  width: 200px;
  float: right;
}
#right_col h3 {
  margin: 0 0 1px 0;
  padding: 3px 3px 3px 20px;
  background: #115680 url(/images/layout/bullet.jpg) 4px 7px no-repeat;
  font-size: 13px;
  font-weight: normal;
  color: #FFFFFF;
}
#right_col p {
  margin: 0 0 25px 0;
}

/* Footer */
#footer {
  margin: 0 15px;
  padding: 5px 0;
  border-top: 1px dotted #999999;
  color: #000000;
  clear: both;
  text-align: center;
  font-size: 10px;
}
