.banner {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-image: url('/images/PanoramaBanner.png');
    background-repeat: no-repeat;
    border-radius: 7px;
    color: #196AB3; /* Taken from part of the sky in the background image */
    display: block;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: xx-large;
    font-style: italic;
    font-weight: bold;
    font-variant: normal;
    height: 135px;
    margin-left: 15px;
    margin-top: 15px;
    min-height: 135px;
    min-width: 792px;
    text-align: center;
    text-decoration: none;
    width: 792px;
}
.clear {
    clear: both;
}
.credits {
    font-size: xx-small;
}
.favicon {
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    height: 16px;
    width: 16px;
}
.footer {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-image: url('/images/PanoramaFooter.png');
    background-repeat: no-repeat;
    border-radius: 7px;
    bottom: 0;
    clear: both;
    color: #292E33; /* Taken from part of the forest in the background image */
    display: block;
    font-size: x-small;
    height: 144px;
    margin-left: 15px;
    margin-top: 15px;
    min-height: 144px;
    min-width: 792px;
    text-align: right;
    width: 792px;
}
.hidden {
    display: none;
}
.leftPic {
    clear: both;
    float: left;
}
.leftText {
    clear: left;
    padding-left: 200px;
    width: 500px;
}
.menuBar {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-image: url('/images/MenuBackground.jpg');
    background-repeat: no-repeat;
    border-radius: 7px;
    display: inline;
    height: 867px;
    float: right;
    left: 822px;
    margin-bottom: 15px;
    margin-right: 15px;
    position: absolute;
    top: 15px;
    width: 200px;
}
.menuItem {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: white;
    border-radius: 7px;
    filter: alpha(opacity=55); /* for IE */
    font-size: xx-small;
    font-weight: bold;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: auto;
    margin-top: 0px;
    opacity: 0.55; /* CSS3 standard */
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    text-decoration: none;
}
.menuItem:active {
    position: relative;
    top: 1px;
}
.menuItem:hover {
    filter: alpha(opacity=85); /* for IE */
    opacity: 0.85; /* CSS3 standard */
    text-decoration: underline;
}
.rightPic {
    clear: both;
    float: right;
}
.rightText {
    clear: right;
    width: 500px;
}
.subMenuItem {
    display: inline-block;
    margin-left: 15px;
}
.subMenuSeparator {
    filter: alpha(opacity=0); /* for IE */
    opacity: 0.00; /* CSS3 standard */
    text-decoration: none;
}
.tripReportPics {
    height: auto;
    margin: 5px;
    width: 33%;
}
.tripReportPics:hover {
    clear: both;
    float: none;
    position: absolute;
    height: auto;
    width: auto;
    z-index: 100;
}
#cse {
    position: absolute;
    top: 600px;
    width: 190px;
}
#nav {
    font-size: xx-large;
    font-weight: bold;
    text-align: right;    
}
#nextArrow, #prevArrow {
    display: inline-block;
    position: absolute;
    text-decoration: none;
}
#nextArrow.active, #prevArrow.active {
}
#nextArrow {
    left: 750px;
}
#nextArrow sub {
    font-size: x-small;
    font-weight: lighter;
    left: 750px;
    margin-right: -30px;
}
#prevArrow {
    left: 700px;
}
#prevArrow sub {
    font-size: x-small;
    font-weight: lighter;
    left: 700px;
    margin-left: -30px;
}
a {
    color: #196AB3; /* Taken from part of the sky in the background image */    
}
body {
    margin: 0px;
    min-width: 800px;
}
div.pageborder {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-color: black;
    border-style: solid;
    border-radius: 7px;
    border-width: 2px;
    margin-left: 15px;
    margin-right: 0px;
    width: 800px;}
h1 {
    background-image: url('/images/PanoramaBanner.png');
    background-repeat: no-repeat;
    color: #B6BFC4; /* taken from one of the clouds in the background image */
    cursor: pointer;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: xx-large;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    height: 135px;
    margin-left: 15px;
    min-height: 135px;
    min-width: 792px;
    text-align: center;
    width: 792px;
}
h2 {
    color: #196AB3; /* Taken from part of the sky in the background image */
    font-size: x-large;
    font-weight: bold;
    margin-left: 20px;
}
h3 {
    color: #196AB3; /* Taken from part of the sky in the background image */
    font-size: large;
    font-weight: bold;
    margin-left: 25px;
}
html {
    background-color: #B6BFC4; /* taken from one of the clouds in the background image */
    background-color: rgba(182, 191, 196, 0.5); /* for browsers that support it */
    color: #292E33; /* Taken from part of the forest in the background image */
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: normal;
    font-style: normal;
    font-weight: normal;
}
iframe {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-top: 10px;
}
img {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
noscript {
    color: red;
    font-weight: bold;
    margin-left: 50px;
}
ol {
    margin-left: 50px;
    margin-right: 50px;    
}
p {
    margin-left: 50px;
    margin-right: 0px;
    width: 700px;
}
small {
    font-size: xx-small;
    padding-left: 10px;
}
table.cbb {
    border: 3px solid black;
    margin-left: 15px;
    table-layout: fixed;
}
table.cbb caption {
    font-size: x-small;
    font-weight: bolder;
}
table.cbb tbody tr {
    height: 75px;
}
table.cbb td {
    border: 1px solid black;
    text-align: center;
    width: 150px;
}
table.cbb tfoot tr td {
    border: none;
} 
table.cbb thead tr {
    height: 50px;
}
ul {
    margin-left: 50px;
    margin-right: 50px;
}
/* The following is for the Google Custom Search control. */
.gsc-control-cse {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    border-radius: 3px;
    border-color: #B6BFC4;
    font-family: "Trebuchet MS", sans-serif;
}
input.gsc-input {
    border-color: #BCCDF0;
}
border-color: #666666;
background-color: #CECECE;
}
.gsc-tabHeader.gsc-tabhInactive {
    border-color: #E9E9E9;
    background-color: #E9E9E9;
}
.gsc-tabHeader.gsc-tabhActive {
    background-color: transparent;
    border-top-color: #FF9900;
    border-left-color: #E9E9E9;
    border-right-color: #E9E9E9;
}
.gsc-tabsArea {
    border-color: #E9E9E9;
}
.gsc-webResult.gsc-result {
    border-color: #B6BFC4;
    border-color: rgba(182, 191, 196, 0);
    background-color: transparent;
}
.gsc-webResult.gsc-result:hover {
    border-color: #B6BFC4;
    background-color: transparent;
}
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b {
    color: #196AB3;
}
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b {
    color: #0000CC;
}
.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b {
    color: #196AB3;
}
.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b {
    color: #196AB3;
}
.gsc-cursor-page {
    color: #196AB3;
}
a.gsc-trailing-more-results:link {
    color: #196AB3;
}
.gs-webResult.gs-result .gs-snippet {
    color: #292E33;
}
.gs-webResult.gs-result .gs-visibleUrl {
    color: #008000;
}
.gs-webResult.gs-result .gs-visibleUrl-short {
    color: #008000;
}
.gsc-cursor-box {
    background-color: transparent;
}
.gsc-results .gsc-cursor-page {
    border-color: #E9E9E9;
    background-color: transparent;
}
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    border-color: #FF9900;
    background-color: transparent;
}
.gs-promotion.gs-result {
    border-color: #336699;
    background-color: transparent;
}
.gs-promotion.gs-result a.gs-title:link {
    color: #196AB3;
}
.gs-promotion.gs-result a.gs-title:visited {
    color: #0000CC;
}
.gs-promotion.gs-result a.gs-title:hover {
    color: #196AB3;
}
.gs-promotion.gs-result a.gs-title:active {
    color: #196AB3;
}
.gs-promotion.gs-result .gs-snippet {
    color: #292E33;
}
.gs-promotion.gs-result .gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl-short {
    color: #008000;
}