/* override */
* {
 border: 0;
 margin: 0;
 padding: 0; 
 line-height: normal;
 font-family: "Trebuchet MS", Tahoma, arial, sans-serif;
}

* html p {  /* 3-pixel-gap fix for IE/Win */
 height: 1%;
}

body {
 background-color: #bcda87;
 font-size: 80%;
 line-height: 140%;
 font-size: 0.8em;  /* Opera fix - prevents undersized text */
}


/* generic */
select, input, textarea, button {
 font-size: 1em;
 border: solid #808080 1px;
}

table {
 text-align: left;
}

table th.row {
 text-align: center;
 vertical-align: middle;
}

table th.column {
 text-align: left;
 vertical-align: top;
}

a {
 color: #000000;
}

a:hover {
 color: #340E70;
}

h1 {
 font-size: 150%;
 color: #aadbc7;
 padding-left: 0.5em;
 font-weight: bold;
 display: inline;
}

h2 {
 font-size: 130%;
 color: #000000;
 font-weight: bold;
 padding: 0.2em 0.5em 0.5em 0.5em;
}

h2 a {
 font-weight: normal;
}

h3 {
 font-size: 110%;
 color: #340E70;
 font-weight: bold;
}

h3.var1 {
 position: relative;
 top: -1em;
 padding-left: 5px;
}

h3.var2 {
 position: relative;
 top: -0.4em;
}

h3.underline {
 color: #009141;
 display: block;
 padding: 0 0.3em;
 margin-bottom: 0.3em;
 border-bottom: 2px solid #009141;
}

ul, ol {
 list-style: inside;
 margin-left: 0.2em;
}

ul {
 list-style-type: none;
 _list-style: outside;
}

ol {
 list-style-type: decimal;
}

li {
 line-height: 100%;
}

ul ul, ol ol, ul ol, ol ul {
 list-style: inside;
 margin-left: 1.2em;
}

dl {
  margin: 0;
}

dt {
 padding: 0.2em 0.3em 0 0;
 font-weight: bold;
}

dd {
 padding: 0 0 0.6em 1.2em;
 line-height: 130%;
}

/* regular text properties */
.regular {
}

.regular p {
 padding-bottom: 0.6em;
 text-indent: 1.5em;
}

.regular .noindent p {
 text-indent: 0;
}

.regular h1 {
 font-size: 150%;
 color: #340E70;
 font-weight: bold;
 padding: 0.2em 0.5em 0.5em 1em;
 display: block;
}

.regular h2 {
 font-size: 130%;
 color: #000000;
 font-weight: bold;
 padding: 0.2em 0.5em 0.5em 0.5em;
}

.regular h3 {
 font-size: 110%;
 color: #340E70;
 font-weight: bold;
 padding: 0.2em 0.5em 0.5em 0.5em;
}

.regular ul, .regular ol {
 margin: 0.5em 0 1em 1.5em;
}

.regular ul li {
 list-style: none;
 list-style-image: url('/images/icons/bullet_green.gif');
}

.regular li {
 line-height: 130%;
 margin-top: 0.3em;
}

/* layout */
#main_wrapper {
 width: 990px;
 margin: 0 auto; 
}

#language_selection {
 float: right;
 position: relative;
 top: 80px;
 right: 20px;
}

#state_block {
 margin-left: 105px;
 padding-top: 73px;
 display: block;
}

#state_block a {
 margin-left: 2em;
 font-size: 80%;
 color: #aadbc7;
 text-decoration: none;
}

#state_block a:hover {
 color: #aadbc7;
 text-decoration: underline;
}

#state_block h1 a {
 margin-left: 0;
 font-size: 100%;
}

#state_selection {
 visibility: hidden;
}

#place_selection {
 float: left;
 position: absolute;
 top: 120px;
 left: 20px;
}

#topmenu {
 float: right;
 position: absolute;
 top: 145px;
 right: 20px;
 color: #ffffff;
 font-weight: bold;
}

#topmenu a {
 color: #ffffff;
 font-weight: bold;
}

#header_wrapper {
 height: 170px;
 background: #bcda87 url('/images/background/header_wide.jpg') bottom center no-repeat;
}

#header {
 position: relative;
 width: 990px;
 margin: 0 auto; 
}

#logo {
 position: absolute;
 left: 130px;
 top: 5px;
}

#state_symbol {
 position: absolute;
 left: 30px;
 bottom: 0px;
}

#top_box {
 width: 100%;
}

#top_box_top {
 padding-top: 24px;
 background: #aaa9a9 url('/images/background/top_box_top.jpg') top center no-repeat;
}

#top_box_bottom {
 padding-left: 30px;
 background: #aaa9a9 url('/images/background/top_box_bottom.jpg') bottom center no-repeat;
}

#category_selection {
 float: left;
 width: 570px;
 height: 120px;
 margin-left: 0px;
}

#format_selection {
 float: left;
 position: relative;
 top: 0px;
 left: 105px;
 _left: 55px;
}

#content {
 width: 100%;
}

#content_bottom {
 padding-bottom: 26px;
 background: #aaa9a9 url('/images/background/content_bottom.jpg') bottom center no-repeat;
}

#content_left {
 padding-left: 24px;
 background: #aaa9a9 url('/images/background/content_left.jpg') top left repeat-y;
}

#content_right {
 padding-right: 24px;
 background: #aaa9a9 url('/images/background/content_right.jpg') top right repeat-y;
 min-height: 500px;
 height: auto !important;  /* min-height IE6+ hack */
 height: 500px;
}

#content_full {
 padding: 2em 1em;
}

#content_main {
 float: left;
 width: 638px;
}

#content_main_inner {
 margin: 0 0 5px 5px;
 padding: 5px 3px;
 background-color: #dededd;
 border: solid #808080 1px;
}

#content_main_wide {
 margin: 0;
 float: left;
 width: 700px;
}

.content_main_wide_inner {
 float: left;
 margin: 0 5px 5px 0;
 padding: 8px;
 background-color: #dededd;
 border: solid #808080 1px;
}

.content_main_wide_col {
 width: 325px;
}

.content_main_wide_full {
 width: 675px;
}

#content_side_wide {
 float: right;
 width: 302px;
}

#content_side_narrow {
 float: right;
 width: 205px;
}

#content .float-box-l, #content .float-box-r {
 background-color: #f4e8b6;
 padding: 0.3em 0.5em;
 margin: 0.3em 0.4em 0.3em 0.4em;
 border: solid 1px #a9a9a9;
 font-size: 93%;
}

#content .float-box-l {
 float: left;
}

#content .float-box-r {
 float: right;
}

#map_search_box {
 float: right;
 width: 300px;
}

#map_search_form {
 margin: 5px;
}

#map_search {
 width: 230px;
}

#map_search_message {
 background-color: #dededd;
 border: solid #808080 1px;
 margin: 5px;
}

#map {
 margin: 0 5px 5px 5px;
 _margin: 0 0 5px 2px;
 border: solid #808080 1px;
}

#list {
 padding-right: 1em;
 height: 40em;
 overflow: auto;
}

#list ul {
 margin-bottom: 0.6em;
}

#list ul a {
 text-decoration: none;
}

#list ul a:hover {
 text-decoration: underline;
}

#list ul li {
 list-style: inside;
 list-style-image: url('/images/icons/category/20px/category-pushpin.png');
 margin-left: 0;
 font-weight: bold;
}

#list ul li ul li {
 list-style-type: none;
 list-style-image: none;
 margin-left: 1.6em;
 font-weight: normal;
}

#list ul img.icon {
 position: relative;
 top: 5px;
 left: 5px;
}

#map_objectlist {
 overflow: auto;
 height: 244px;
 width: 198px;
 margin-right: 5px;
 _margin-right: 3px;
 float: right;
 margin-top: 212px;
 background-color: #dededd;
 border: solid #808080 1px;
}

#bottom_box1, #bottom_box2 {
 width: 100%;
}

#bottom_box1 #bottom_box_top, #bottom_box2 #bottom_box_top {
 padding-top: 35px;
}

#bottom_box1 #bottom_box_bottom, #bottom_box2 #bottom_box_bottom {
 padding-left: 30px;
 padding-bottom: 30px;
}

#bottom_box1 #bottom_box_top {
 background: #aaa9a9 url('/images/background/bottom_box_top1.jpg') top center no-repeat;
}

#bottom_box1 #bottom_box_bottom {
 background: #aaa9a9 url('/images/background/bottom_box_bottom1.jpg') bottom center no-repeat;
}

#bottom_box2 #bottom_box_top {
 background: #eee8b2 url('/images/background/bottom_box_top2.jpg') top center no-repeat;
}

#bottom_box2 #bottom_box_bottom {
 background: #eee8b2 url('/images/background/bottom_box_bottom2.jpg') bottom center no-repeat;
}

#footer_wrapper {
 background: #bcda87 url('/images/background/footer_wide.jpg') bottom center no-repeat;
 height: 205px;
}

#footer {
 position: relative;
 height: 100%;
 width: 990px;
 margin: 0 auto; 
}


/* individual */
#language_selection {
 color: #000000;
}

#language_selection a {
 color: #ffffff !important;
}

#place_selection label, #state_selection label {
 display: none;
}

.map_select {
 width: 200px;
}

#table_category {
 width: 620px;
}

#table_category tr td.text a {
 display: block;
 padding: 0 0.3em;
 margin-right: 0.5em;
 font-size: 110%;
 color: #000000;
}

#table_category tr td.text a.selected {
 background-color: #eeeeee;
}

#format_selection a, #language_selection a, #category_selection a {
 color: #000000;
 text-decoration: none;
}

#format_selection a:hover, #language_selection a:hover, #category_selection a:hover {
 text-decoration: underline;
}

#format_selection .passive {
 background-color: #eeeeee;
}

#format_selection .active {
 background-color: #aaa9a9;
}

#format_selection th, #format_selection td .passive, #format_selection td .active a {
 padding: 0 5px;
}

#footer #copy {
 position: absolute;
 bottom: 150px;
 left: 20px;
 color: #340E70;
}

#footer #copy a {
 color: #340E70;
}

#footer #footmenu {
 position: absolute;
 top: 70px;
 left: 20px;
 color: #ffffff;
 font-weight: bold;
}

#footer #footmenu a {
 color: #ffffff;
 font-weight: bold;
}

ol.search {
 list-style: inside;
 margin-left: 0.2em;
 list-style-type: decimal;
}

option.selected {
}

/*  */
.small, .small a {
 font-size: 95%;
 line-height: 120%;
 color: #000000;
}

.small a {
 text-decoration: none;
}

.small a:hover {
 text-decoration: underline;
}

.small em, .small em a {
 font-size: 95%;
 line-height: 120%;
 color: #009141;
 font-style: normal;
}

img.icon {
 position: relative;
 top: 3px;
}

.description {
 font-size: 95%;
 line-height: 130%;
 color: #000000;
 padding: 0 0.5em 0.6em 0.5em;
}

.description .header {
 color: #009141;
}

.description .header .left {
 float: left;
}

.description .header .right {
 float: right;
}

.description .header a {
 color: #009141;
 text-decoration: none;
}

.description .header a:hover {
 color: #009141;
 text-decoration: underline;
}

.description p {
 padding-bottom: 0.5em;
}

.open {
 padding-left: 20px;
 background: url('/images/icons/16arrow-down.gif') center left no-repeat;
}

.closed {
 padding-left: 20px;
 background: url('/images/icons/16arrow-right.gif') center left no-repeat;
}

.description #desc_info, .description #desc_contact {
 display: none;
}

.scene_lq {
 width: 320px;
 margin: 0 auto 8px auto;
}

.scene_hq {
 width: 480px;
 margin: 0 auto 8px auto;
}

.scene_lq .description, .scene_hq .description {
}

.scene img.main {
 padding: 1px;
 background-color: #eeeeed;
 border: solid #808080 1px;
}

.preview {
 width: 604px;
 _width: 600px;
 margin: 0 auto 8px auto;
 position: relative;
}

.preview img.main {
 padding: 1px;
 background-color: #eeeeed;
 border: solid #808080 1px;
}

img.sign, .description img.sign {
 padding: 5px 10px 5px 5px;
 float: left;
}

.preview .description, .thumbnail .description {
 font-size: 90%;
 line-height: 120%;
 padding: 0 0.2em 0.6em 0.2em;
}

.thumbnail200 {
 width: 204px;
}

.thumbnail150 {
 width: 154px;
}

.thumbnail img {
 padding: 1px;
 background-color: #eeeeed;
 border: solid #808080 1px;
}

.thumbnail img.selected {
 filter:alpha(opacity=50);
 -moz-opacity:.50;
 opacity:.50;
}

.transparent {
 position: absolute;
 top: 70px;
 left: 2px;
 display: block;
 width: 580px;
 _width: 600px;
 padding: 10px;
 text-align: center;
 background-color: #ffffff;
 filter:alpha(opacity=65);
 -moz-opacity:.65;
 opacity:.65;
}
a.fullscreen {
 font-size: 120%;
 font-weight: bold;
 font-variant: small-caps;
}

#content_main a:hover img, #bottom_box1 a:hover img, #bottom_box2 a:hover img {
 filter:alpha(opacity=70);
 -moz-opacity:.70;
 opacity:.70;
}

#bottom_box1, #bottom_box2 {
}

.marker_infobox {
}

.marker_infobox .description {
 font-size: 80%; 
 width: 22em; 
 height: 11em; 
 overflow: auto; 
 margin-top: 0.4em;
}

.marker_infobox ul {
 font-size: 90%; 
 width: 20em; 
 height: 10em; 
 overflow: auto; 
 margin-top: 0.4em;
}

.marker_infobox ul img.icon {
 position: relative;
 top: 5px;
 left: 5px;
}

.marker_tooltip, .route_tooltip {
 border: solid 1px #aaa9a9;
 background-color: #ffffff;
 padding: 3px;
 filter:alpha(opacity=70);
 -moz-opacity:.70;
 opacity:.70;
}

.route_tooltip {
 background-color: #bcda87;
}

/* special */
table.bare {
 background-color: transparent;
 background-image: none;
 border-collapse: separate;
 border-width: 0;
 border-style: none; 
}

table.bare tr td {
 vertical-align: top;
}

table.bare tr td.middle {
 vertical-align: middle;
}

.footer {
 font-size: 90%;
 line-height: 120%;
 padding: 0.5em; 
 margin: 1em 0 2em 0; 
 border-top: solid 1px #bbbbbb; 
}

.fix {
 display: block; 
 clear: both;
 border: 0; 
 margin: 0; 
 padding: 0; 
 height: 1px; 
 overflow: hidden;
 background-color: transparent;
}


.right {
 text-align: right;
}
.left {
 text-align: left;
}
.center {
 text-align: center;
}
.right-fl  {
 float: right;
 margin-right: 0 !important;
}
.left-fl {
 float: left;
 margin-left: 0 !important;
}
.noindent {
 text-indent: 0 !important;
}
.hidden {
 display: none;
}

.star {
 font-size: 90%;
 font-weight: bold;
 color: #ff4000;
}


/*
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='image.png', sizingMethod='scale');
*/