* { margin: 0; padding: 0; font-size: 100%; }
ol, ul, li { list-style: none; }

body {
  font-family: 'Arial', 'Helvetixa', sans-serif;
  font-size: 90%;
  background: white;
  color: #333333;
  text-align: center;
}

#wrapper {
/*
  width: 752px;
  margin: 0 auto;
  text-align: left;
*/
  padding-top: 149px;
  background: white url(../img/green/banner.png) no-repeat 50% 0;
}

#header {
  background: #71CA65;
  color: white;
  font-size: 150%;
}

#header-inner {
  width: 752px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}

#header ul {
  line-height: 1.5em;
  height: 1.5em;
}

#header ul li {
  display: block;
  float: left;
  width: auto;
  margin-left: -7px;
}

#header ul li a {
  display: block;
  width: auto;
  padding: 7px 10px;
}

#header li a:link    { color: #262600; text-decoration: none; }
#header li a:visited { color: #000000; text-decoration: none; }
#header li a:focus   { color: #ffffff; text-decoration: underline; }
#header li a:hover   { color: #ffffff; text-decoration: underline; }
#header li a:active  { color: #333333; text-decoration: underline; }

#header ul li.selected a { color: #333333; text-decoration: underline; }

#header .phone {
  float: right;
  display: block;
  line-height: 1.5em;
  height: 1.5em;
  margin-top: -1.5em;
  padding: 7px 0px 7px 0px;
  color: #FFFFFF;
}

#content {
  width: 752px;
  margin: 0 auto;
  text-align: left;
  
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#content a:link    { color: #333333; text-decoration: none; }
#content a:visited { color: #333333; text-decoration: none; }
#content a:focus   { color: #000000; text-decoration: underline; }
#content a:hover   { color: #000000; text-decoration: underline; }
#content a:active  { color: #333333; text-decoration: underline; }

#content a.moreinfo { font-weight: bold; }
#content a.moreinfo:link    { color: #F22E48; text-decoration: none; }
#content a.moreinfo:visited { color: #F22E48; text-decoration: none; }
#content a.moreinfo:focus   { color: #F22E48; text-decoration: underline; }
#content a.moreinfo:hover   { color: #F22E48; text-decoration: underline; }
#content a.moreinfo:active  { color: #F22E48; text-decoration: underline; }

#sidebar {
  float: left;
  width: 175px;
}

#sidebar .chunk {
  border: 1px solid #CCCCCC;
  margin-bottom: 1em;
}

#sidebar h2 {
  padding: 5px 10px;
  background: #71CA65;
  color: #262600;
  font-size: 150%;
}

#sidebar .pane {
  background: #F9FCF5 url(../img/green/box-bg.gif) repeat-x 0 0;
  padding: 10px;
}

#sidebar ul {
  font-size: 120%;
  display: block;
  background: #F9FCF5 url(../img/green/box-bg.gif) repeat-x 0 0;
}

#sidebar li {
  display: block;
  font-weight: bold;
}

#sidebar li a {
  display: block;
  padding: 10px;
}

#sidebar li strong {
  display: block;
  padding: 10px;
}

#main {
  margin-left: 190px;
  background: #F9FCF5 url(../img/green/box-bg.gif) repeat-x 0 0;
  border: 1px solid #CCCCCC;
  padding: 10px 16px;
}

#footer {
  width: 752px;
  margin: 0 auto;
  text-align: left;
  
  clear: both;
  text-align: center;
}

#footer ul {
  background: #71CA65;
  color: white;
  text-align: center;
  display: block;
  padding: 5px;
}

#footer li { display: inline; padding: 2px 5px; }
#footer li a { padding: 3px; }

#footer li a:link    { color: #ffffff; text-decoration: none; }
#footer li a:visited { color: #ffffff; text-decoration: none; }
#footer li a:focus   { color: #000000; text-decoration: underline; }
#footer li a:hover   { color: #000000; text-decoration: underline; }
#footer li a:active  { color: #000000; text-decoration: underline; }

h1 {
  font-size: 150%;
  margin-bottom: 0.66em;
}

p {
  line-height: 1.3;
  margin-bottom: 1em;
}

#contact-us #main ul {
  overflow: hidden;
  margin-right: -5px;
  background: url(../img/green/cols-bg.gif) repeat-y -10px 0;
}

#contact-us #main li {
  float: left;
  width: 170px;
  margin-right: 5px;
}
