/*
 * NAVIGATION
 */
.navigation {
  position:relative;
  clear:both;
  margin:0 auto 0 auto;
  width:760px;
  background-image:url(../images/navigation_bg.gif);
  background-repeat:repeat-x;
  height:22px;
  text-align:center;
}

.navigation ul {
  margin:0; padding:1px 0 0 0;
  list-style: none;
}

.navigation ul.bottom {
  list-style: none;
}

.navigation li {
  margin:0; padding:0;
  display:inline;
}

.navigation li a {
  margin:0; padding:0 25px 0 25px;
  color:#1D2F57;
  font:normal normal bold 11px/11px arial;
  text-decoration:none;
}

.navigation li a:hover {
  text-decoration:underline;
}

/*
 * CONTACT
 */
.contact_form_element {
  display:block;
  margin:10px 0 0 0;
}

.contact_form_label {
  display:block;
  float:left;
  color:#1D2F57;
  font: normal normal normal 12px/18px arial;
  width:100px;
  text-align:right;
  margin:0 10px 0 0;
}

.contact_form_element input {
  width:300px;
}

.contact_label {
  display:none;
}

.contact_form_submit {
  display:block;
  float:right;
  margin:10px 6px 0 0;
}

p.contact_address {
  display:block;
  background-image:url(../images/contact_address.gif);
  background-repeat:no-repeat;
  padding:0 0 0 30px;
  margin-bottom:10px;
}

p.contact_email {
  display:block;
  background-image:url(../images/contact_email.gif);
  background-repeat:no-repeat;
  padding:0 0 0 30px;
  margin-bottom:10px;
  height:20px;
}

p.contact_telephone {
  display:block;
  background-image:url(../images/contact_telephone.gif);
  background-repeat:no-repeat;
  padding:0 0 0 30px;
  margin-bottom:10px;
  height:20px;
}

p.contact_fax {
  display:block;
  background-image:url(../images/contact_fax.gif);
  background-repeat:no-repeat;
  padding:0 0 0 30px;
  margin-bottom:10px;
  height:20px;
}