body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
  text-align: center;
}

p {
  line-height: 1.3em;
  margin: 0.3em 0 0.7em 0;
}

h1 {
  font-size: 1.6em;
  margin: 0.8em 0 0 0;
  text-align: center;
  color: #80C7C7;
}

h2 {
  font-size: 1.4em;
  margin: 0.8em 0 0 0;
}

a {
  color: #FFFFFF;
}

a:hover {
  color: #C0C0C0;
  text-decoration: none;
}

/* CONTACT FORM */

#formerr {
  background-color: #700;
  width: 85%;
  margin: 1em auto;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
  border: 2px solid #400;
}


#contactForm table {
  margin-left: 20px;;
}

.fieldtitle {
  text-align: right;
  font-weight: bold;
  padding-right: 5px;
}

#contactForm input {
  background-color: #FFFFDD;
  color: #000;
  padding: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
}

#contactForm textarea {
  background-color: #FFFFDD;
  color: #000;
  padding: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

#contact_thanks {
  background-image: url(../images/mosedale29.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  height: 280px;
}


/* GENERAL DEFS */
#gallerylinks {
  text-align: center;
  color: #94D5D5;
  font-size: 0.9em;;
}

#gallerylinks strong {
  font-size: 1.2em;
  font-weight: normal;
  color: #3E9E9E;
}


#gallerylinks a {
  text-decoration: none;
  color: #94D5D5;
}





/* FORM VALIDATION */

#errordiv {
	border: 1px dashed #660000;
	background-color: #FFD9D9;
  display: none;
	font-size: 11px;
	text-align: left;
	color: #440000;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 10px auto;
	padding: 4px;
	width: 350px;
}

.required {
  background-color: #FEE2E2;
}

.required:focus {
	background-color: #FEE2E2;
}

.checkit {
  background-color: #E0E5EF;
}


/* TEMPLATE DEFS */

#container {
  width: 760px;
  margin: 0 auto;
  text-align: justify;
}

#mainmenu {
  background-image: url(../images/site/bgMenu.gif);
  background-repeat: repeat-x;
  text-align: center;
}

#mainmenu table {
  margin: 0 auto;
}

#mainmenu td {
  padding: 0 9px;
}

#equity {
  text-align: center;
  margin: 1.5em 0 0.5em 0;
  clear: both;
}

#footer {
  background-image: url(../images/site/bgContact.gif);
  background-repeat: repeat-x;
  text-align: center;
  margin: 0 0 1em 0;
}

#footer_print {
  display: none;
}

div.btn_menu {
  margin: 0 auto;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 13px;
  color: #70A1A1;
  padding-top: 3px;
  cursor: pointer;
}

div.btn_menu a {
  text-decoration: none;
  color: #70A1A1;
}

div.btn_menu_active {
  margin: 0 auto;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 13px;
  color: #000;
  padding-top: 3px;
  cursor: default;
}
