html, body {
margin: 0;
padding: 0;
background: url(../img/bg.png) repeat; 
} 
#container {
margin: 0 auto;
width: 870px;
text-align: left;
background-color: #58585a;  /* was #FFF */
overflow: hidden;
}
#head {
position: relative;
margin: 0;
padding: 0;
height: 146px;
/* background-color: #424242; */
background-color: #58585a;
width: 100%;
}
#homeLeft {
float: left;
margin: 0;
padding: 10px 0 0 10px;
background-color: #58585a;  /* was #fff; */  
display: inline; 
position: relative; 
width: 420px;
}
#homeLeft img {
float: left;
margin: 0 10px 10px 0;
padding: 0;
border: 0;
}
#homeRight {
float: right;
display: block;
margin: 10px 10px 0 0;
padding: 10px;
width: 400px;
height: 320px;
background-color: #ebebeb;  
}
#homeRight p {
margin: 0;
padding: 0 0 10px 0;
font-family: Lucida Grand, sans-serif;
font-size: 105%;
font-weight: normal;
line-height: 1.4em;
color: #666;
}
#homeRight a {
margin: 0;
padding: 3px;
/*display: block;*/
font-weight: bold;
color: #6163b3;
border: 0px solid #ccc;
text-decoration: underline;
}
#homeRight a:hover {
font-weight: bold;
color: #8a0d04;
border: 0px solid #e79933;
background: #fff;
text-decoration: underline;
}
span.highlight {
font-weight: bold;
color:#e79933;
}

/* 2 column layout 
--------------------------------------------- */
#leftCol, #rightCol {
padding: 10px;
background-color: #fff;  
width: 400px;
}
#leftCol {
float: left;
margin: 0 10px 0 10px;
}
#rightCol {
float: right;
margin: 0 10px 0 0;
}
#leftCol p, #rightCol p {
margin: 0;
padding: 0;
font-size: 78%;
font-family: Lucida Grand, sans-serif;
font-weight: normal;
line-height: 1.4em;
color: #666;
}
#leftCol a, #rightCol a {
text-decoration: underline;
color: #6163b3;
}
#leftCol a:hover, #rightCol a:hover {
padding: 0;
text-decoration: underline;
color: #8a0d04;
}
#quickLinks {
clear: both;
}
#quickLinks img {
float: left;
margin: 0;
padding: 0 10px 10px 0;
border: 0;
}
.bottomImage {
padding-left: 10px;
}
#content {
background-color: #fff;
width: 625px;
padding: 10px 0 0 10px;
border-right: 215px solid #fff; /* The width and color of the rail */ 
margin-right: -215px; /* Hat tip to Ryan Brill */
float: left;
}
#content img {
float: left;
margin: 0 10px 10px 0;
padding: 0;
border: 0;
}
#sidebar{
background-color: #fff;
font-size: 100%;
width: 215px;
padding: 10px;
float: left;
}
#sidebar p {
margin: 0 10px 10px 0;
padding: 0;
}
#sidebar a {
text-decoration: none;
color: #6163b3;
}
#sidebar a:hover {
text-decoration: underline;
color: #8a0d04;
}
#sidebar ul {
margin: 0;
padding: 0;
font-family: Lucida Grand, sans-serif;
font-weight: normal;
color: #585858;
border: none;
}
#sidebar ul li {
margin: 0 0 8px 0;
padding: 0;
font-size: 80%;
text-align: left;
}
#sidebar ul li a {
margin: 0;
padding: 0;
color: #999;
text-decoration: none;
}
#sidebar ul li a:hover {
margin: 0;
padding: 0;
color: #6163B3;
text-decoration: none;
}
#sidebar strong {
font-weight: bold;
}
#sidebar img {
margin-top: 10px;
}
#sidebar dl {
float: left;
width: 215px;
margin: 0;
padding: 0;
border: none;
display: inline; /* fixes IE/Win double margin bug */
background-color: #fff;
}
#sidebar dt {
float: left;
width: 203px;
margin: 0 0 12px 0;
padding: 6px;
border-top: 6px solid #e7de9d;
border-bottom: 1px solid #fff;
font-family: Lucida Grand, sans-serif;
font-size: 105%;
color: #6163b3;
background-color: #d3c750;
}
#sidebar dd {
margin: 0;
padding: 12px 10px 12px 6px;
font-family: Lucida Grand, sans-serif;
font-size: 95%;
line-height: 1.3em;
color: #58585a;
border-top: 1px solid #fff;
background-color: #e7de9d;
}
.download {
color: #000;
}
.back {
color: #000;
}
h1 {
margin: 0;
position: absolute;
top: 12px; /* was 22px */
left: 25px; /* was 50px */
z-index: 2;
width: 740px;
height: 111px;
background: url(../img/header7.gif) no-repeat;
text-indent: -9000px;
}
h2 {
font-family: Lucida Grand, sans-serif;
font-weight: normal;
font-size: 120%;
font-weight: bold;
line-height: 1.4em;
color: #58585a;
margin: 0;
}
h3 {
font-family: Lucida Grand, sans-serif;
font-weight: normal;
font-size: 105%;
line-height: 1.4em;
color: #608E3A;
/* color: #e27f1c; */
margin: 0;
padding: 5px 0 0 0;
}
h4 {
font-family: Lucida Grand, sans-serif;
font-weight: normal;
font-size: 95%;
color: #58585a;
margin: 0;
padding: 0;
}
#content p, #sidebar p {
margin: 0;
padding: 4px 0 14px 0;
font-size: 78%;
font-family: Lucida Grand, sans-serif;
font-weight: normal;
line-height: 1.4em;
color: #58585a;
}
#content a {
text-decoration: underline;
color: #6163b3;
}
#content a:hover {
padding: 0;
text-decoration: underline;
color: #8a0d04;
}
#content dl {
float: left;
width: 625px;
margin: 0;
padding: 0 0 20px 0;
display: inline; /* fixes IE/Win double margin bug */
}
#content dt {
float: left;
width: 625px;
margin: 0;
padding: 8px 0;
font-family: Lucida Grand, sans-serif;
font-size: 105%;
color: #608E3A;
/* color: #E27F1C; */
}
#content dd {
margin: 0;
padding: 0 0 8px 0;
font-family: Lucida Grand, sans-serif;
font-size: 80%;
color: #58585a;
}
#content ul {
margin: 0;
padding: 0;
list-style: none;
font-size: 80%;
font-family: Lucida Grand, sans-serif;
font-weight: normal;
line-height: 1.3em;
color: #069;
}
#content ul li {
margin: 0;
padding-bottom: 6px;
}
.emphasis {
margin: 0;
padding: 0;
font-size: 120%;
font-family: Lucida Grand, sans-serif;
letter-spacing: 1px;
font-weight: bold;
line-height: 1.4em;
color: #58585a;
}

/* main navigation 
---------------------------------------------   #608E3A   */
#nav {
background: #608E3A;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 70%;
letter-spacing: 1px;
}
#nav ul {
margin: 0;
padding: 0;
float: left;
list-style: none;
width: 870px;
/* background: #424242;   #58585a */
background: #58585a;
text-transform: none;
font-weight: normal;
border-bottom: 6px solid #608E3A;
/* border-bottom: 6px solid #e27f1c; */
}
#nav ul li {
float: left;
/* border-right: 2px solid #424242; */
border-right: 2px solid #424242;
/* 58585a;  */
}
#nav ul a {
display: block;
float: left;
padding: 0 1em;
width: auto/* 98px; */ /* was 100 */
height: 34px;
line-height: 34px;
font-size: 125%;
text-decoration: none;
text-align: center;
color: #fff;
background: #333333;
/* background: url(../img/nav_bg.png) repeat-x; */
/* 
display: block;
float: left;
padding: 0 1em;
width: 98px; was 100 
line-height: 34px;
text-decoration: none;
text-align: center;
color: #fff;
background: url(../img/nav_bg.png) repeat-x;
*/
}
#nav ul a:hover {
background: #608E3A;
/* background: #608E3A; red hover */
}
#home #nav .home a, #spaceplans #nav .spaceplans a, #amenities #nav .amenities a, #images #nav .images a, #community #nav .community a, #featured #nav .featured a, #contact #nav .contact a {
color: #fff;
background: #608E3A;
/* background: #e27f1c; */
cursor: default;
}

/* secondary navigation 
--------------------------------------------- */
#secondNav ul {
list-style: none;
margin: 0;
padding: 0;
font-family: Lucida Grand, sans-serif;
font-weight: normal;
border: none;
}
#secondNav ul li {
margin: 0;
padding: 0;
color: #8a0d04;
height: 55px;
line-height: 55px;
font-size: 100%;
text-align: left;
text-indent: 10px;
border-bottom: 1px dotted #ccc;
background-color: #e6e6e6;
}
#secondNav ul li a {
display: block;
height: 55px;
line-height: 55px;
margin: 0;
padding: 0;
color: #999;
text-decoration: none;
background-color: #fff;
}
#secondNav ul li a:hover {
display: block;
line-height: 55px;
margin: 0;
padding: 0;
color: #6163B3;
background-color: #fff;
text-decoration: none;
}

/* footer 
--------------------------------------------- */
#footer {
width: 870px;
margin: 0 auto;
padding: 10px 0 0 0;
text-align: left;
line-height: 90%;
color: #666;
}
#footer p {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
font-size: 65%;
}
#footer a {
text-decoration: none;
color: #685848;
border: none;
}
#footer a:hover {
text-decoration: none;
color: #069;
border: none;
}
#footer a img {
float: left;
display: inline;
margin: 0 16px 0 0;
padding: 5px 0;
border: none;
}

/* contact form 
--------------------------------------------- */

/*
   ----------------------------------------------------------------
   GBCF-V3 DEFAULT STYLE SHEET - MIKE CHERIM HTTP://GREEN-BEAST.COM
   ----------------------------------------------------------------
*/

/* === form div and elements ======================================= */

#form-div { 
  font-family : verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  font-size: 65%;
  width : 100%;
  margin : 10px 0 0 0;
  color : #608E3A;
/*   color : #e27f1c; */
  line-height : 1.7em;
}

#form-div p.form-footer {
  margin : -35px 2px 20px 13px;
 }

#form-div p.form-footer a { 
  color : #58585a; 
}

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  background-color : #eee; 
}


/* === form div link styles ======================================== */

#form-div a { 
  color : #58585a; 
}
  
#form-div a:hover, #form-div a:focus, #form-div a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div a:focus, #form-div a:active { 
  background-color : #eee; 
}


/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center { 
  color : #fff;
  /* color : #000; (lite colors option - uncomment to use) */
  padding : 1px 4px; 
  border : 0px solid #000; 
  background-color : #669900;
 /*  background-color : #d6e3ba; (lite colors option - uncomment to use) */
  margin : 10px 3px;
  text-align : center;
}

#form-div p.error { 
  background-color : #bb0000; 
  /* background-color : #edbaba; (lite colors option - uncomment to use) */
}

#form-div p.error a, #form-div p.success a {
  color : #ffff7f;
}

#form-div p.center {
  text-align : center;
  background-color : #edbaba;
  color : #000;
  margin-top : -3px;
  padding : 0px 4px; 
}

#form-div p.error a:hover, #form-div p.error a:focus, #form-div p.error a:active, 
#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  color : #eee;
  background-color : #bb0000; 
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  background-color : #669900;  
}


/* === structural form elements ==================================== */

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  border : 1px solid #eee;
  padding : 5px;
}


/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : bold;
}

#form-div legend span { }

legend.main-legend { 
  color : #777;
  font-size : 100%;
}

legend.req-legend,
legend.opt-legend { 
  color : #777;
}

legend.main-legend span { }
legend.main-legend { }

legend.req-legend span { }
legend.req-legend {
  margin-left : -2px;
}

legend.opt-legend span { }
legend.opt-legend { 
  margin-left : -2px;
}

label.req-label, label.opt-label {
  color : #58585a;
}

label.opt-label.check {
  float : right;
  padding : 0;
  margin : 1px 4px;
  cursor : pointer;
}

label.opt-label.main-label {
  margin : 0 2px;
  font-weight : bold;
}

label.opt-label.main-label span {
  font-weight : normal;
  color : #666;
}

label.opt-label.main-label span.req, label span.req  {
  font-weight : bold;
  color : #58585a;
}

label.req-label.explain {
  color : #666;
  font-size : .4em;
}

label.req-label.explain:hover {
  color : #000;
}

/* === control and interface form elements ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/

input.text-long.address, input.text-long.address:hover, input.text-long.address:focus,
input.text-long.address.hover, input.text-long.address.focus {
  border-bottom : 0;
  margin-bottom : 0;
  padding-bottom : 2px;
  border-bottom : 1px dotted #bbb;
}

input.text-long.address2, input.text-long.address2:hover, input.text-long.address2:focus,
input.text-long.address2.hover, input.text-long.address2.focus {
  border-top : 0;
  margin-top : 0;
  padding-top : 2px;
  border-top : 1px dotted #bbb;
}

input.checkbox {
  border : 1px solid #999;
  width : .9em;
  height : .9em;
  padding : 0;
  margin : 0;
  cursor : pointer;
}

input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border : 1px solid #666;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  border : 1px solid #999;
  background-color : #fffffe;
  cursor : text;
  padding : 1px 2px;
}

select.select {
  padding : 1px 0;
}

input.text-short {
  width : 100px;
}

input.text-med, select.select {
  width : 250px;
}

input.text-long {
  width : 300px;
}

textarea.textarea {
  width : 440px;
  height : 120px;
}

select.select, select.select option {
  cursor : pointer;
}

input.text-short:focus, input.text-short.focus, 
input.text-med:focus, input.text-med.focus,
input.text-long:focus, input.text-long.focus,
select.select:focus, input.select.focus,
textarea.textarea:focus, textarea.textarea.focus {
  border : 1px solid #666;
  background-color : #ffe;
}

input.button { 
  font : 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  font-weight : bold;
  margin-top : 8px;
  padding : 1px 10px;
  cursor : pointer;
  float : right;
  clear : both;
  color : #58585a;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #333;
}

/* because IE6 sucks - if you have a conditionally served IE6 style sheet add this to it */
* html input.button {
  border : 1px solid #666;
}

/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */