* {margin:0px;padding:0px;}

/**** Body ****/
body {
  font-family: arial;
  font-size:13px;
  color:#1f3809;
  font-weight:normal;
  background-color:#aabf65;/*margin-top:20px;margin-bottom:20px;*/
  margin-bottom:40px;
}

/**** General Styles ****/
h1,h2,h3 {
  font-size:16px;
  text-align:left;
  padding:0px 6px 0px 10px;
  color:#303F90;
  font-family: arial;
}

.form {
  padding-left:12px;
}

a:link {
  color:green;
}

.main {
  margin: 10px 0 0 10px;
  float:left;
}

.main2 {
  margin: 20px 0 0 0;
}

.main3 {
  margin-left:10px;
  margin-top:6px;
  margin-bottom:6px;
}

.right {
  float:right;
  margin-left:10px;
}

p {
  padding-top:10px;
}

.indent {
  margin-left:10px;
}

#map {
  width:160px;
  height:120px;
  border:2px solid #ccc;
  margin-top:20px;
  float:right;
}

.divider {
  width:550px;
  border-top:dashed 1px #38610E;
  margin-top:10px;
}

/**** Page Layout ****/
#page_container {
  margin-left: auto;
  margin-right: auto;
  width:900px;
  background-color: #fff;
}

#left_column {
  float:left;
  width:250px;
}

#header {
  height:385px;
  background: url(../images/header.jpg) no-repeat;
}

#text {
  width:560px;
  float:right;
  background: url(../images/olive-branch.png);
  background-repeat:no-repeat;
  background-position: top right;
  margin-right:60px;
  margin-bottom:40px;
}

#text a:link {
  color: #445918; 
  text-decoration: underline;
  font-weight:normal;
}

#text a:visited {
  color: #445918; 
  text-decoration: underline;
  font-weight:normal;
}

#text a:hover {
  color: #E6BC12; 
  text-decoration: underline;
  font-weight:normal;
}

#text a:active {
  color: #445918; 
  text-decoration: underline;
  font-weight:normal;
}

/**** Menu ****/
#menu {
  margin: 0 auto;
  width: 900px;
  height:40px;
  background: url(../images/menu-bg.gif) repeat-x;
}

#menu_ul {
  margin: 0px;
  color: #FFFFFF;
  width: 100%;
  float:left;
  font-weight:bold;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  float:left;
  padding:12px 20px 14px 20px;
  font-weight:bold;
  font-size:12px;
  font-family: arial;
}

#menu ul li a:hover {
  color: #E6BC12;
  background: url(../images/menu-bar-hover.gif);
  background-repeat: repeat-x; repeat:y;
}

#menu ul li a.selected {
  color: #E6BC12;
  background: url(../images/menu-bar-hover.gif);
  background-repeat: repeat-x; repeat:y;
}

/**** Footer ****/
#footer {
  clear: both;
  margin: 0 auto;
  width: 900px;
  height:70px;
  padding-top:20px;
}

#footer p {
  color: #0b4505;
  font-size: 12px;
  line-height:8px;
  text-align:center;
  font-weight:normal;
  padding-left:20px;
  margin-bottom:10px;
}

#footer a:link {
  color: #455A19; 
  text-decoration: underline;
  font-weight:normal;
}

#footer a:visited {
  color: #455A19; 
  text-decoration: underline;
  font-weight:normal;
}

#footer a:hover {
  color: #455A19; 
  text-decoration: underline;
  font-weight:normal;
}

#footer a:active {
  color: #455A19; 
  text-decoration: underline;
  font-weight:normal;
}

/**** Form styles ****/
form {
  padding-left:10px;
  padding-top:20px;
}

input {
  width: 188px;
  font-family: Tahoma;
  font-size: 8pt;
}

.label {
  width:70px;
  padding-right:0px;
}

.textarea {
  width: 500px;
  height: 100px;
  font-family: Tahoma;
  font-size: 8pt;
}
  
.error {
  font-family: Tahoma;
  font-size: 7pt;
  color: red;
  margin-left: 2px;
  display:none;
}
