body {
  background:#fff;
  color:#333;
  font-family:arial,sans-serif;
  font-size:10pt;
  margin:0;
  padding:0;
}

h1,h2,h3 {
  margin:0;
  padding:0;
}
h1 {
  font-size:18pt;
  margin-bottom:0.5em;
}
h2,h3 {
  font-size:12pt;
  color:#4daa4d;
  margin:15px 0 0;
}

a {
  color:#4daa4d;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

#content ul {
  margin:0 0 5px;
  padding:0;
}
#content li {
  background:url(/images/bullet-point.gif) no-repeat 0 3px;
  list-style-type:none;
  margin:0;
  padding:0 0 3px 20px;
}

#content img {
  border:1px solid #ccc;
  padding:1px;
}
img.floatPicLeft {
  float:left;
  margin:0 25px 10px 0;
}
img.floatPicRight {
  float:right;
  margin:0 0 10px 25px;
}
#footer img.icon,
#content img.icon {
  border:0;
  margin:0 5px 4px 0;
  vertical-align:middle;
}

#header {
  margin:10px auto 0;
  position:relative;
  width:800px;
}
#header img {
  border:0;
}
#header p {
  position:absolute;
  right:0;
  top:10px;
}

#container {
  margin:0 auto 15px;
  width:800px;
}

#content {
  float:left;
  min-height:400px;
  height:auto !important;
  height:400px;
  margin:10px 0;
  width:600px;
}

div.callout {
  border:1px solid #ccc;
  float:right;
  margin:15px 0;
  padding:10px;
  width:160px;
}
div.callout h3 {
  margin:0;
}

div.service-home {
  background:#ddd;
  border:1px solid #ccc;
  float:left;
  height:40px;
  margin:15px 10px 0 0;
  padding:5px 10px 0;
  width:168px;
}
div.service-home h2 {
  font-size:10pt;
  margin:0 0 7px;
  text-align:center;
}
div.service-home li {
  font-size:8pt;
}
div:hover.service-home {
  background:#fff;
}

#menu {
  background:#eee url(/images/menu-bg.gif) repeat-x top;
  border:1px solid #ccc;
  clear:both;
  font-size:9pt;
  height:20px;
  margin:10px 0 0;
  padding:4px 3px 3px;
  position:relative;
  text-align:center;
  white-space:nowrap;
  z-index:999;
}
#menu a {
  color:#000;
  border:0;
  padding:0 0 7px 0;
  text-decoration:none;
}
#menu a:hover {
  text-decoration:none;
}
#menu a.selected {
  color:#4daa4d;
  font-weight:bold;
}
#menu ul {
  font-size:12pt;
  list-style:none;
  margin:0;
  padding:0;
  z-index:999;
}
#menu li {
  display:inline;
  margin:0;
  padding:0 13px;
  position:relative;
  z-index:999;
}

#menu li ul {
  background:#fff;
  border:2px solid #ccc;
  border-top:1px solid #eee;
  display:none;
  left:0;
  margin:0;
  padding:0;
  position:absolute;
  top:22px;
  z-index:999;
}
#menu li ul li {
  border-bottom:1px solid #ddd;
  display:list-item;
  font-size:9pt;
  padding:0;
  min-width:90px;
  width:auto !important;
  width:90px;
  text-align:left;
  white-space:nowrap;
  z-index:999;
}
#menu li ul li a.selected {
  background:#4daa4d;
  color:#fff;
  font-weight:bold;
}
#menu li ul li a {
  color:#000;
  display:block;
  font-weight:normal;
  padding:5px 10px;
}

#menu li ul li a:hover {
  background:#bbb;
  color:#fff;
}
#menu li:hover ul,
#menu li.over ul {
  display:block;
}

#footer {
  background:#4daa4d;
  clear:both;
  color:#fff;
  height:110px;
  margin:0 auto 10px;
  padding:15px;
  width:770px;
}
#footer .column {
  float:left;
  margin:0;
  padding:0 10px;
  width:275px;
}
#footer .contact {
  width:160px;
}
#footer .smallprint p {
  font-size:9pt;
  margin:0;
}
#footer a,
#footer h3 {
  color:#fff;
}
#footer p {
  margin:10px 0 0;
  padding:0;
}
#footer h2 {
  font-size:10pt; 
}
#footer h2,
#footer h3 {
  margin:0; 
}

.quote {
  font-family:Times New Roman;
  font-style:italic;
  text-align:center;
}
div.callout .quote {
  text-align:justify;
}

.quoter {
  text-align:right;
  font-size:9pt;
  font-weight:bold;
  margin-bottom:30px;
}
div.callout .quoter {
  margin-bottom:0;
}

input.submit {
  background:#ccc;
  border:1px solid #666;
  color:#333;
  font-size:9pt;
  font-weight:bold;
  margin-top:5px;
  padding:5px;
}
