/*----------------- html --------------*/

h4 {
  color: #666;
}


body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #CBC5B6;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #666666;
}

textarea {
  width: 300px;
  height: 40px;
}

td {
  font-size: 12px;
}

h2 {
  font-weight: normal;
}

div.error {
  color: red;
  font-weight: bold;
}

/* --- nav --- */

#nav {margin: 0px 0px 1px 0px;
width: 100%;
}

#nav ul, #nav li {padding: 0;
list-style-type: none;
display: inline; }

#nav li a {padding: 0 13px 0 0px}


#nav a:hover { }

#nav a#account {margin-left: 100px; }

/*----------------- classes -------------*/


.text {
  padding: 5px;
  font-size: 12px;
  line-height: 18px;
}
.bigtable {

  font-size: 12px;
}
.adminnav {
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  color: #000000;
}
.navarea {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0px;
  color: #FFFFFF;
}
.leftquote {
  font-size: 18px;
  color: #02703E;
  margin: 0px 2px 2px;
  width: 100px;
  float: left;
  font-weight: bold;
  padding: 20px 3px 3px;
}

.rightquote {
  font-size: 14px;
  color: #02703E;
  margin: 2px;
  width: 100px;
  float: right;
  font-weight: bold;
  padding: 7px;
}
.textingreen {
  padding: 7px;
  color: #000000;
  padding: 3px;
}
.padded {
  padding: 3px;
}
.question {
  font-weight: bold;
  color: #000000;
}
.paddedsuper {
  padding: 7px 7px 7px 0px;
}
.pageheds {
  color: #071920;
  font-weight: bold;
  font-size: 24px;
  text-transform: lowercase;
}
.pagesubheds {
  color: #071920;
  font-size: 20px;
  text-transform: lowercase;
}
.month {
  color: #071920;
  font-size: 18px;
  text-transform: lowercase;
}
.tdmargin {
  margin-right: 15px;
}
.bodyborder {
  border: 1px solid #C0E57C;
}
.bold { font-weight: bold;
padding: 0px;
margin: 0px;

}

.cost_prices {float: right; text-align: left; font-size: 14px;}
.costbox {padding-bottom: 15px; width: 200px;}

/*----------------- links -------------*/


a:link {
  color: #559215;
  text-decoration: none;
}
a:hover {
  color: #02703E;
  text-decoration: none;
}

a:visited {
  color: #559215;
  text-decoration: none;
}
a:visited:hover {
  color: #02703E;
}

/*----------------- navlinks -------------*/


a.nav:link {
  color: #6AB819;
  text-decoration: none;
}
a.nav:hover {
  color: #02703E;
  text-decoration: none;
}

a.nav:visited {
  color: #6AB819;
  text-decoration: none;
}
a.nav:visited:hover {
  color: #02703E;
}


/*----------------- faq links ------------*/


a.faq:link {
  color: #65AB1B;
  text-decoration: none;
  font-weight: bold;
}
a.faq:hover {
  color: #02703E;
}
a.faq:visited {
  color: #65AB1B;
  text-decoration: none;
  font-weight: bold;
}
a.faq:visited:hover {
  color: #02703E;
}


/*----------------- message links ------------*/


a.message:link {
  font-size: 12px;
  line-height: 18px;
  color: #990000;
  font-weight: bold;
  text-decoration: underline;
}
a.message:hover {
  color: #CC0000;
}
a.message:visited {
  font-size: 12px;
  line-height: 18px;
  color: #990000;
  font-weight: bold;
  text-decoration: underline;
}
a.message:visited:hover {
  color: #CC0000;
}


/*----------------- IDs ------------*/


#header {
  color: #071920;
  font-weight: bold;
  font-size: 24px;
  text-transform: lowercase;
}
#previewmenu {
  margin: 3px 3px 3px 15px;
  padding: 15px;
  border: 1px none;
}
#menumenu {
  margin: 3px 3px 3px 0px;
  padding: 15px;
  border: 1px solid #E5E6E1;
}

.sectionheader {
  font-size: 14px;
  color: #02703E;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}
#message {
  font-size: 12px;
  line-height: 18px;
  color: #990000;
  font-weight: bold;
}

/* other */

#keypoints
{margin-left: 10px; padding: 0;}

#keypoints ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#keypoints li 
{
padding-left: 20px;
background-image: url(images/_li_bullet.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
list-style-type: none;
margin-left: 0;
}
