body {
   margin: 0;
   padding: 0;
   font-family: helvetica, sans-serif;
   text-align: center; /* IE */
}


.container {
   margin: 0 auto;
   width: 945px;
   text-align: left;
   background-color: #fff;
}


#header {
   height: 309px;
   text-align: center;
   background: url(/images/main-logo.png);
   position: relative;
}

#header .top { height: 278px; }

#header .nav-rhs {
   position: absolute;
   right: 0;
   padding: 6px 10px 4px;
   vertical-align: middle;
   font-weight: bold;
}


.nav {
   width: 100%;
   border-top: #888888 1px solid;
   border-bottom: #AAAAAA 1px solid;
}

.nav table {
   border: 0;
   padding: 0;
   border-spacing: 0;
   empty-cells: show;
   border-collapse: collapse;
} /* border-collapse: collapse; */

.nav .item, .nav .end {
   text-align: center;
   vertical-align: middle;
   white-space: nowrap;
}

.nav .item {
   padding: 5px 30px;
   border-left:  #888888 1px solid;
}

.nav td:last-child {
   border-right: #888888 1px solid;
}

/*.nav .end {
   padding: 0px;
   width: 1px;
   border-right: #666666 1px solid;
}*/

.nav .lead {
   padding: 0px;
   width: 30px;
}

.nav .item span {
   font-weight: bold;
   text-decoration: none;
   color: #474444;
}

.nav .item a {
   font-weight: bold;
   text-decoration: none;
   color: #00598C;
}

.nav .item a:active {
   color: #E26608;
}

.nav .item a:hover {
   color: #D27608;
} /* color: #C28618; */ /* a:active ; a:visited ; a:link (unvisted) */


#content {
   position: relative;
   padding: 10px;
   
   min-height: 300px;
   height: auto !important; /* Old browsers */
   height: 300px;           /* Old browsers */
   
   background: #E5E5E5;                                                /* Old browsers */
   background: -moz-linear-gradient(top, #E5E5E5 25%, #A9A9A9 100%);   /* FF3.6-15 */
   background: -webkit-linear-gradient(top, #E5E5E5 25%,#A9A9A9 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, #E5E5E5 25%,#A9A9A9 100%);   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5E5E5', endColorstr='#A9A9A9',GradientType=0 ); /* IE6-9 */
}

#content p, .body, .body-cell {
   padding: 0;
   margin: 0;
   font-family: "Helvetica Neue", Helvetica, sans-serif;
   font-size: 0.9em; /* font: 0.9em/1.5em [font-size/line-height] <font list> */
   line-height: 1.5em;
}

#content .body-table { width: 100%; }
#content .body-cell { vertical-align: top; }

#content .img-lhs { padding-right: 10px; }

#content h2 {
   margin-top: 0px;
   margin-bottom: 15px;
   font-weight: bold;
   font-size: 1.1em;
   line-height: 0.9em;
}

#content h3 {
   margin-top: 0px;
   margin-bottom: 15px;
   font-weight: bold;
   font-size: 1em;
   line-height: 0.9em;
}

#content ul {
   margin-left: 30px;
}

#content .heading, .heading-i { font-weight: bold; }
#content .heading-i { font-style: italic; }

#content .gmap_medium {
   height: 320px;
   width: 420px;
}

#gmap_canvas img {
   max-width: none !important;
   background: none !important
}


#footer {
   text-align: center;
   background: #B2B1AF;
   padding: 5px;
   border-top: #888888 1px solid;
   font-family: "Helvetica Neue", Helvetica, sans-serif;
   font-weight: bold;
   font-size: 0.9em;
   line-height: 1.5em;
}


.centered      { text-align: center; }
.h-centered    { margin: 0 auto; }
.nopad         { padding: 0; }
.left-float    { float: left; }
.hide-overflow { overflow: hidden; }
