#container {
  width: 850px;
  margin: 0 auto;
  font-family: Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
  font-size: 11px;
  line-height: 1.6em;
  color: #666;
  background-color: #FFF;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 50px;
  color: #CC6633;
  margin-bottom: 30px;
  background-color: #FFF;
}
h2 {
  color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
h3 {
  color: #666666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
  padding: 0; margin: 10px 0 10px 0;
}
h4 {
  color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
  padding: 0;
  margin: 15px 0 5px 0;
}
h1 a {
  color: #CC6633;
  text-decoration: none;
  background-color: transparent;
}
h1 a:hover {
  color: #CC6633;
  text-decoration: none;
  background-color: transparent;
}
a {
  color:#CC6714;
  text-decoration: none;
}
a:hover {
color:#CC6714;
background-color: #F5F5F5;
}
.cnav {margin: 10px 0 5px 0;}
form {
  margin: 15px 0 15px 0;
  font-size: 9px;
}
form.contact-form {
  margin: 0;
}
form.contact-form span {
  color: #ff0000;
}
form.contact-form table {
  width: 100%;
}
form.contact-form table td {
  padding: 5px 0 5px 0;
  font-size: 11px;
  vertical-align: top;
}
form.contact-form table td.label {
  width: 19%;
}
form.contact-form input.text {
  width: 60%;
}
form.contact-form textarea.text {
  width: 98%;
}
div.cinfo {overflow: hidden; width: 100%;}
div.cinfo div.c1 {float: left; width: 55%;}
div.cinfo div.c2 {float: left; width: 45%;}
div.cinfo div.c3 {float: left; width: 70%;}
div.cinfo div.c4 {float: left; width: 30%;}


div.error {color: #ff0000; margin: 0 0 10px 0; font-weight: bold;}
div.success {color: #00a400; margin: 0 0 10px 0; font-weight: bold;}
input {
  background-color: #FFF;
  color: #666666;
  border: 1px solid #CCC;
  font-size: 11px;
  padding: 3px;
}
textarea {
  background-color: #FFF;
  color: #666666;
  border: 1px solid #CCC;
  font-size: 11px;
  padding: 3px;
}
.button {
  padding: 2px;
  cursor: pointer;
}
#header {
  border-bottom: 4px solid #948979;
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 0 15px 0;
}
#title {
  float: left;
  padding-top: 12px;
  width: 210px;
}
#title h1 {
  margin: 0;
  padding: 10px 0 15px 0;
}
#title h2 {
  margin: 0;
  padding: 0 0 0 2px;
	font-size: 15px;
  font-weight: normal;
}
#coords {
  padding: 14px 0 0 0;
  float: left;
  overflow: hidden;
  zoom: 1;
  width: 640px;
}
#coords div {
  float: left;
  overflow: hidden;
  zoom: 1;
  width: 320px;
}
#coords h2 {
  font-size: 11px;
  margin: 0;
  padding: 0 5px 0 0;
  font-weight: bold;
  float: left;
  width: 110px;
  text-align: right;
}
#coords p {
  padding: 0 5px 0 0;
  margin: 0;
  float: left;
}

#navigation {
  margin: 0;
  padding: 0;
  float: left;
  width: 175px;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 160px;
}
#navigation ul.sub {
}
#navigation ul.sub div {
  padding: 0 0 0 13px;
  background-image: url('/img/dot.gif');
  background-repeat: no-repeat;
  background-position: 0 7px;
}
#navigation ul.sub a {
  padding-left: 10px;
  color: #666666;
  width: 150px;
}
#navigation ul.sub a:link, #navigation ul.sub a:visited, #navlist a:visited {
  color:#666666;
  text-decoration: none;
}
#navigation ul.sub a:hover, #navigation ul.sub a.current {
  background: #000000 url('/img/arrow_sub.gif') 96% 50% no-repeat;
  background-color: #F5F5F5;
  color: #666666;
}
#navigation a {
  display: block;
  padding: 5px 15px 5px 5px;
  width: 155px;
  border-bottom: 1px solid #CCC;
}
#navigation a:link, #navlist a:visited {
  color:#CC6714;
  text-decoration: none;
}
#navigation a:hover, #navigation a.current {
  background: #000000 url('/img/arrow.gif') 96% 50% no-repeat;
  background-color: #F5F5F5;
  color:#CC6714;
}
#navigation p {
  margin-top: 40px;
  padding: 5px;
  border-bottom: 1px dotted #CCC;
  border-top: 1px dotted #CCC;
}
#content {
  width: 645px;
  margin-left: 190px;
}
#content p {
  padding: 0;
  margin: 0 0 10px 0;
}
#content h1 {
  	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
#footer {
  margin-top: 20px;
  clear: both;
  overflow: hidden;
  height: 100%;
  background-color:#575352;
  padding: 5px 5px 5px 10px;
}
#footer p {
  color:#e1e0e0;
  line-height: 31px;
  padding: 0;
  margin: 0;
}
#footer p a {
  color: #89817f;
  border-bottom: 1px dotted #89817f;
}
#footer p a:hover {
  color: #FFFFFF;
  background-color:#575352;
}
#footer div.counters {float: right; height: 31px;}

table.contact-form {margin: 0 auto;}
table.contact-form tr td {padding: 5px; font-size: 11px;}
table.contact-form tr td.label span {color: #E60000;}
table.contact-form tr td {padding: 5px;}
table.contact-form tr.submit td {padding-top: 10px; text-align: right;}
table.contact-form tr.submit input {width: 120px;}
table.contact-form input.text {width: 300px;}
table.contact-form textarea.text {width: 300px; height: 150px;}
table.contact-form div.error {font-weight: bold; color: #E60000; text-align: right;}
table.contact-form div.success {font-weight: bold; text-align: right;}

.question { padding: 10px; margin: 0 0 0 0; background: #f5f5f5; }
.answer { padding: 10px 10px 10px 30px; margin: 0 0 15px 0; border-bottom: 1px dotted #948979;}
.sign { text-align: right; font-weight: bold; color: #666666;}
