/* Home International style.css */

body { font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #385d4b; top: 0; left: 0; margin: 0; padding: 0; }

/* blocks */
#wrapper { width: 713px; position: absolute; top: 0; left: 0; }
body.form #wrapper { left: 20px; }
#header  { width: 713px; height: 146px; }
body.form #header { margin: 30px 0 0 10px; height: 85px; }
#mainnav { float: left; clear: both; width: 137px; border-left: 1px solid #265A43; border-bottom: 1px solid #265A43; border-right: 1px solid #265A43;}
#content {float: right; width: 550px; margin-left: 20px;}
#detailContent { float: left; width: 503px; margin-left: 10px; margin-top: 20px; display: inline; }
#rightcol { float: right; width: 200px; display: inline; margin-top: 20px; }
#contentForm { float: left; margin: 0; padding: 0; }
#map     { width: 220px; float: right; height: 290px; margin: 25px 0 0 20px;}
#regions { position: absolute; right: 1; top: 146px; width: 80px; border-right: 1px solid #265a43; }
#footer  { width: 553px; float: right; clear: both; margin-top: 20px;}
#detailsFooter { width: 553px; float: left; margin-left: 10px; margin-top: 20px; clear: both; }

p, td { font-family: Verdana, Arial, Helvetica, sans-serif; color: #385d4b; font-size: 0.75em; line-height: 1.3em; text-align: justify;}
p.header1, h1 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #385d4b; font-size: 0.8em; line-height: 1.3em; font-weight: bold; margin-top: 40px;}
p.justify { text-align: justify; }
span.small { font-size: 9px; }
br { margin-bottom: 2px; margin-top: 2px; }

/* mainnav list styles */
#mainnav ul.menu   { width: 137px; list-style-type: none; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;
                      margin: 0; padding: 0; background-color: #eceee3;}
#mainnav li        { width: 137px; margin: 0; padding: 0; border-top: 1px solid #daddcc; vertical-align: middle; line-height: 20px; }
#mainnav a         { display: block; text-decoration: none;  color: #3b5846; margin: 0; padding: 0 0 0 3px; font-size: 0.65em;}
#mainnav a:hover   { background-color: #0ec376; color: black; text-decoration: none; }
#mainnav a.current { background-color: #0ec376; color: black; }

/* regions list styles */
#map ul.menu { position: absolute; right: 1; top: 146px; width: 80px; border-right: 1px solid #265a43; width: 80px; list-style-type: none;
                font-family: Verdana, Arial, Helvetica, sans-serif;  margin: 0; padding: 0; }
#map li      { margin: 0; padding: 0; text-align: right; width: 80px; }
#map a { text-decoration: none; color: #6e9a87; font-size: 0.7em; padding: 0 3px 0 0; border-left: 1px solid white; margin: 0;
                    border-top: 1px solid white; border-bottom: 1px solid white; border-left: 1px solid white; display: block; }
#map a:hover { color: black; background-color: d7e3df; border-left: 1px solid #35735e; border-top: 1px solid #35735e; border-bottom: 1px solid #35735e;}
#map a.current { /* Current Selection */ color: black; background-color: d7e3df; border-left: 1px solid #35735e; border-top: 1px solid #35735e; border-bottom: 1px solid #35735e;}

/* rightCol styles - details pages */
#rightcol p { text-align: center; }
#rightcol a img { border: 1px solid black; }

/* footer styles */
p.border { background-color: #eceee3; border: 1px solid #265a43; color: #3b5846; padding: 2px; text-align: center; }

/* table styles */
table.property { width: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; }

table.details td.detailsLeft { width: 160px; background-color: #cccccc; }
table.details td.detailsLeftBlank { width: 160px; background-color: #eeeeee; line-height: 1.3em; height: 1.3em; }
table.details td.detailsRight { width: 360px; background-color: #eeeeee; }

/* li */
ul.round { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.75em; line-height: 1.3em; list-style-type: disc;}


/* standard styles for the Applet */
H2,P.header2 {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0;
}
H3,P.header3 {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

P.indent1 { margin-left: 2em; }
P.indent2 { margin-left: 3em; }
P.indent3 { margin-left: 4em; }
P.indent4 { margin-left: 5em; }

TD.alignright { text-align: right; }
TD.aligncenter { text-align: center; }
TD.aligntop { vertical-align: top; }
TD.alignbottom { vertical-align: bottom; }
TD.aligntopright {
  vertical-align: top;
  text-align: right;
}
TD.aligntopcenter {
  vertical-align: top;
  text-align: center;
}
TD.alignbottomright {
  vertical-align: bottom;
  text-align: right;
}
TD.alignbottomcenter {
  vertical-align: bottom;
  text-align: center;
}

td.header { width: 140px; background-color: #eceee3; border: 1px solid #265a43; font-weight: bold; /* Header Cell */ }
td.formHeader { width: 180px; background-color: #dddddd; }

SPAN.sup {
  font-size: 7px;
  vertical-align: super;
}

SPAN.sub {
  font-size: 7px;
  vertical-align: sub;
}

/* Images */

IMG { border: 0px; }
IMG.floatright { float: right; }
IMG.floatleft  { float: left; }
IMG.floatrightwithmargin {
  float: right;
  margin: 3px 0px 10px 16px;
}
IMG.floatleftwithmargin {
  float: left;
  margin: 3px 16px 10px 0px;
}
IMG.noborder   { border-width: 0px; }

/* Links: A */
a.green { color: #336633; }
