
/* html tags */
body { 
background: #fff;
color: #000;
font: 62.5% Arial, Helvetica, sans-serif;
text-align: center;
margin: 0;
padding: 0;
}
h1 { 
display: none;
}
h2 { 
/* background: transparent url("../images/globe.jpg") no-repeat;*/
display: inline;
font-size: 2.2em;
color: #8C3A26;
margin: 0 20px;
padding: 35px 0 0 65px;
font-weight: normal;
text-align: right;
}
h3 { 
font-size: 1.4em;
margin: 8px 0;
}
.mapDescription { 
font-size: 1.2em;
margin: 8px 0;
}
input, select, textarea {
font: 11px Arial, Helvetica, sans-serif;
}
a { 
color: #2C4485;
}
a:hover { 
background: #2C4485;
color: #fff;
}

div.printTop {
text-align: right;
margin: -25px 0 15px;
padding: 5px 5px 15px;
}
div.printBottom {
padding: 15px 10px;
}
#header {
background: #fff url("../images/logoBg.jpg") no-repeat left bottom;
width: 100%;
height: 60px;
text-align: right;
margin: 0; 
padding: 30px 0 0;
}

div#content {
background: #fff url("../images/mainMnBg.jpg") repeat-x top;
font-size: 1.1em;
text-align: left;
padding: 15px 20px 0;
margin: 0px 0 0;
}

#gmapInfoWindow, #gmapInfoWindow *, #gmapInfoList, #gmapInfoList * {
background-color: white;
}
#gmapInfoWindow dt,#gmapInfoList dt {
text-decoration: underline; 
padding-bottom: 3px;
}
#gmapInfoWindow dt span, #gmapInfoList dt span {
text-decoration: underline;
font-weight: bold;
text-align: center;
}
#gmapInfoWindow dd,#gmapInfoList dd {
padding-bottom: 2px;
}
#map {
border: 1px solid #9f9fbf; 
margin-top:5px;
}

table {
clear: both;
margin: 0 0 10px;
width: 100%;
}
table th {
background: none;
color: #000;
padding: 4px 6px;
text-align: left;
font-size: 1.1em;
}
table th div.only_label {
font-size: 1em;
font-weight:normal;
}
table td {
vertical-align: top;
padding: 0;
}
table td.checks {
padding: 0 4px;
}
table td.checks label.label {
background: #666;
color: #fff;
padding: 2px 4px;
text-align: left;
margin-bottom: 5px;
}

div#psf-table {
display: none;
}
div#psf-table table {
margin: 20px 0;
border-left: solid 1px #CBD8C3;
}
div#psf-table table th {
background: #A6B2A1;
color: #fff;
line-height: 1.1em;
}
div#psf-table table td {
border-bottom: solid 1px #CBD8C3;
border-right: solid 1px #CBD8C3;
padding: 3px 4px;
}
/*
div#psf-table table td img {
width: 24px;
height: 27px;
}
*/
div#psf-table table tr.table_row_even td {
background: #F2F5F0;
}

div#palmInfo {
display: none;
}
