body {
/*background: url(../images/bg1.gif) center top repeat-x #202014;*/
background: url(../images/bg1.gif) center top repeat-x #3A3A3A;
font-size: .80em;
font-family: georgia, times, serif;
margin-top: 5px;
color: #3A3A3A;}

h1 {
font-size: 1.5em;
font-weight: bold;
color: #000000;
padding: 0px 0px;
margin-top: 2px;
margin-bottom: 12px;
}

h2 {
font-size: 1.2em;
font-weight: bold;
padding: 0px 0px;
margin-top: 12px;
margin-bottom: 6px;
}

h3 {
font-size: 1.0em;
font-weight: bold;
padding: 0px 0px;
margin-top: 12px;
margin-bottom: 6px;
}

#crumbs {
font-size: .90em;
color: #564b47;
margin: 0px;
margin-bottom: 5px;
}

.search {
color: #FFFFFF;
}

a {color: #000099;}
a:visited {color:#000099;}
a:hover {color: #000000;}
a:active { color:#000000;}

a.copyright {color: #f5f2e9;}
a.copyright:visited {color:#f5f2e9;}
a.copyright:hover {color: #dcd7c8;}
a.copyright:active { color:#f5f2e9;}

.navyellow { font-size: .85em; font-family: arial, georgia, times, serif; color: #FFFFFF; }
a.navyellow {color: #EEDCA9; }
a.navyellow:visited {color:#EEDCA9;}
a.navyellow:hover {color: #EEDCA9;}
a.navyellow:active { color:#EEDCA9; }

/* ----------container-------------- */
#container {
width: 780px;
background: #fffdf7;
border-top:1px solid #968059;
border-left:1px solid #968059;
border-right:1px solid #968059;
border-bottom:1px solid #968059;
padding: 10px;
margin: 0px;
margin-top: 5px;
margin-bottom: 12px;
margin-left: auto;
margin-right: auto;
} 

/* ----------header-------------- */
#header {
background: url(../images/header.jpg) center top repeat-x;
font-size: .90em;
color: #FFFFFF;
height: 120px;
padding: 8px;
margin: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 3px;
} 

/*-------------horizontalnav-------------*/
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  background: #FFFFFF;
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%; /*For KHTML*/
  list-style: none;
  height: 22px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 22px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
}

ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #fff;
  border-right-color: #c0b7a0;
  border-bottom-color: #c0b7a0;
  padding: 0 13px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #000000;
  color: #fff;
  font: bold 11px/22px georgia, verdana, arial, helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #DEB544;
  color: #FFFFFF;
}


/* ----------body-------------- */
#body {
font-size: 1.2em;
text-align: left;
height: 100%;
background: #fffdf7;
padding: 5px;
margin: 0px;
margin-top: 2px;
margin-left: auto;
margin-right: auto;
}

/* ----------footer-copyright-------------- */
div#footer {
width: 940px;
height: 80px;
font-family: georgia, times, serif;
font-size: 1.2em;
margin: 0px auto;
text-align: left;
margin-top: 0px;
color: #ffffff;
}

div#copyright {
float:right;
}

li {
list-style: square inside;
margin: 1px;
}

/* ----------rail-------------- */
div#rail {
font-family: georgia, times, serif;
width:205px;
padding:10px;
background:#eeedea;
border:1px solid #cdcbc5;
border-left-color:#cdcbc5;
border-right-color:#cdcbc5;
border-bottom:dddddd;
margin-top: 6px;
margin-bottom:10px;
margin-right:15px;
line-height: 1.2em;
align:top;
}

#map {
    width: 400px;
    height: 300px;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
}

#bigmap {
    width: 500px;
    height: 350px;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
}


/* ---------- list block -------------- */
ul.block {
	margin:0;
	padding:0;
	width: 450px;
	}
ul.block li {
	margin:0; padding:0;
	display: block;
	width: 195px;
	float: left;
	padding-left: 0px;
	}
#content li {
	padding-left: 15px;
	background: url('/images/bullet.gif') no-repeat left center;
	list-style-type:none;
	margin-left:0px;
	margin-right:0px;
	margin-top:0;
	margin-bottom:1px
}