/* GLOBAL */
body {
  margin: 0px;
  padding: 0px;
  color: #626262;
  font-size: 14px;
  font-family: Verdana, Helvetica, sans-serif;
  background: #f0ecea;
}
a:link,
a:visited {
  color: #67885f;
  text-decoration: underline;
}
a:active,
a:hover {
  color: #67885f;
  text-decoration: none;
}
img,
table {
  border: none;
}
table,
td {
  font-size: 14px;
}
textarea,
input {
  padding: 2px;
  margin: 0px;
  color: #626262;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
  overflow: hidden;
}

input[type=submit] {
  margin: 0px;
  padding: 3px 5px;
  font-weight: bold;
  color: #fff;
  background: #67875e;
  cursor: pointer;
  cursor: hand;
}

.checkbox {
  border: none;
  background: transparent;
}
form {
  margin: 0px;
}
label {
  font-weight: bold;
}
hr {
  height: 1px;
  color: #ccc;
  background: #ccc;
  border: none;
  clear: both;
}
h2 {
  margin: 0px;
  padding: 10px 0px 20px 0px;
  color: #67875e;
  font-weight: normal;
  font-size: 18px;
}
p {
  margin: 0px;
  padding: 10px 0px 20px 0px;
  line-height: 17px;
}
ul {
  margin: 0px 0px 0px 30px;
  _margin: 0px 0px 0px 26px;
  padding: 0px;
  line-height: 17px;
  list-style-type: square;
  list-style-color: #b6ab63;
}

li {
  padding: 0px;
  _padding: 0px 0px 1px 4px;
}



.bold {font-weight: bold;}
.c {text-align: center;}
.r {text-align: right;}
.fl_l {float: left;}
.fl_r {float: right;}
.clear {clear: both; height: 0px; line-height: 0px;}
.extra {color: #b6513b;}
.small {font-size: 12px;}
.big {font-size: 18px;}
.field_contact {width: 450px;}



#main {
  margin: 0px auto;
  width: 930px;
  text-align: left;
  background: #fff;
}



#header {
  height: 205px;
  background: #fff url('../images/header.jpg') top center no-repeat;
}



#logo {
  float: left;
  width: 520px;
  height: 63px;
}
#logo a:link,
#logo a:hover,
#logo a:active,
#logo a:visited {
  display: block;
  width: 520px;
  height: 63px;
  background: url('../images/logo.gif') top right no-repeat;
}
#logo h1 {
  display: none;
}
.subtitle {
  float: right;
  padding-top: 34px;
  width: 380px;
}



#menu {
  float: left;
  margin: 15px 0px;
  width: 230px;
  text-align: right;
}
#menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#menu li {
  margin: 0px;
  padding: 0px;
  width: 230px;
}
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover {
  display: block;
  width: 230px;
  height: 36px;
  line-height: 36px;
  color: #626262;
  font-weight: bold;
  text-decoration: none;
}
#menu li a:active,
#menu a:hover {
  padding-right: 10px;
  width: 220px;
  color: #67885f;
  background: #f0ecea;
}
#menu a.active:link,
#menu a.active:visited,
#menu a.active:active,
#menu a.active:hover {
  display: block;
  padding-right: 10px;
  width: 220px;
  height: 36px;
  line-height: 36px;
  color: #f09141;
  background: #f0ecea;
  font-weight: bold;
  text-decoration: none;
}

ul#submenu {
  padding-right: 10px;
}
ul#submenu li {
  background: #f0ecea;
  border-top: 1px solid #fff;
}
#submenu a:link,
#submenu a:visited,
#submenu a:active,
#submenu a:hover {
  display: block;
  width: 220px;
  height: 30px;
  line-height: 30px;
  color: #777;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#submenu li a:active,
#submenu a:hover {
  padding-right: 10px;
  width: 220px;
  color: #67885f;
  background: #f0ecea;
}
#submenu a.active:link,
#submenu a.active:visited,
#submenu a.active:active,
#submenu a.active:hover {
  display: block;
  width: 220px;
  height: 30px;
  line-height: 30px;
  color: #ffa042;
  background: #faf5f2;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}



#content {
  float: left;
  margin: 25px 140px 15px 95px;
  width: 460px;
}



#footer {
  font-size: 10px;
  text-align: center;
  padding: 30px 0px;
}
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
  padding: 0 5px;
  color: #626262;
}