/* Core Styles */

body, td {
        /*font-family: Verdana, Tahoma;*/
        font-family: "museo-sans";
        font-weight: 100;
        font-size: 15px;
        line-height: 20px;
        color: #696969;
}

body strong, td strong {
    font-weight: bold !important; /* Needed for Firefox for some reason */
}

a {
        color: #65ADDB;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

img {
        border: 0px;
}

h1, h2, h3 {
        font-size: 24px;
        color: black;
        font-family: "museo-sans";
        margin-bottom: 20px;
}

h4 {
        font-size: 15px;
        color: black;
}

hr {
        height: 1px;
        color: #A4A3A3;
        background: #A4A3A3;
        border: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
}

#content_container ul {
        list-style: square;
        margin-left: 0px;
        padding-left: 20px;
}

#content_container ul li {
        margin-bottom: 10px;
}

.blue, td.blue, td .blue {
        color: #365F91;
}

.orange, td.orange, td .orange {
        color: #DC4C00;
}

.big_text {
        font-size: 15px;
}

.white, td.white, td .white {
        color: white;
}

.black, td.black, td .black {
        color: black;
}


/* Layout Styles */

html {
        background: #E4E6E8;
        background: url(/site_images/bg/bg1.jpg) fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

body {
        text-align: left;
        margin: 0px;
        padding: 0px;
}

#site_container {
        width: 970px;
        background: white;
        text-align: left;
        margin: 30px auto;
        border: 1px solid black;
}

#page_container {
        background: white;
        padding: 20px 35px;
}

#header {
        height: 120px;
        position: relative;
        padding-top: 5px;
        z-index: 90; /* Must be here due to IE7 z-index bug */ 
}

#logo {
        width: 220px;
}

#banner_container {
        position: absolute;
        right: 0px;
        top: 0px;
}

#nav_container {
        position: absolute;
        right: 0px;
        bottom: 10px;
}

#nav_container ul {
        list-style: none;
        line-height: 30px;
        z-index: 100;
}

#nav_container ul li a {
        color: #0065a4;
}

#nav_container ul li {
        float: left;
        height: 30px;
        border-right: 1px solid #A4A3A3;
        padding: 0px;
        padding-left: 15px;
        padding-right: 25px;
        /*width: 60px;*/
        font-size: 15px;
        line-height: 16px;
}

#nav_container ul li.last {
        border-right: 0px;
        padding-right: 0px;
}

#nav_container ul li img {
        vertical-align: middle;
}

#body_container {
        margin-top: 10px;
        padding: 20px 0px;
}

#content_container {
        
}

#child_nav {
        margin-top: 20px;
}

#footer {
        position: relative;
}

#footer_nav {
        text-align: center;
        padding-top: 8px;
}

#footer_nav a {
        
}

#copyright {
        text-align: center;
        margin-top: 10px;
        font-size: 11px;
        padding-bottom: 10px;
}

#footer_logo {
        float: right;
        margin-right: 20px;
}

/* Standard page template styles */

#content_container .content_header {
        margin-bottom: 20px;
        position: relative;
}

#content_container .content {
        float: left;
        width: 700px;
}

#content_container .sidebar {
        float: right;
        width: 140px;
}

#content_container .sidebar ul.nav {
        margin: 0px;
        padding: 0px;
        list-style: none;
}

#content_container .sidebar ul.nav li {
        padding: 15px 0px;
        border-bottom: 1px solid #A4A3A3;
        margin-bottom: 0px;
        width: 100px;
        white-space: nowrap;
}

/* Dropdown menu styles */

#nav_container ul ul {
        display: block;
        margin: 0px;
        padding: 0px;
        z-index: 100;
        line-height: 13px;      
}

#nav_container ul.level2 {
        margin-left: 15px;
}

#nav_container ul ul li {
        float: left;
        font-size: 12px;
        padding: 0px;
        margin: 0px;
        height: auto;
}

#nav_container ul ul li a {
        color: #696969;
        float: left;
        display: block;
        width: auto;
}

#nav_container  ul ul li a:hover {
        text-decoration: none;
}

#nav_container ul ul li a {
        float: none;
}

#nav_container  ul.level2, #nav_container ul.level3 {
        position: absolute;
        top: 0px;
        left: 0px;
        visibility: hidden;
        border-left: 1px solid #E4E6E8;
        border-top: 1px solid #E4E6E8;
        background: white;
}

#nav_container  ul.level2 li, #nav_container ul.level3 li {
        border-bottom: 1px solid #E4E6E8;
        border-right: 1px solid #E4E6E8;
        float: none;
        margin: 0;
        padding: 0;
        width: 140px;
}

#nav_container  ul.level2 li a, #nav_container ul.level3 li a {
        padding: 5px 9px 5px 5px;
}

#nav_container  ul.level2 li a:hover, #nav_container ul.level3 li a:hover {
        color: #515151;
        background: #f6f6f6;
}

/* Slideshow styles */

#slideshow-overlay {
        position: absolute; top: 0px; left: 0px; z-index: 10;
}

/* Gallery styles */

.highslide img {
        padding: 1px;
        border: 1px solid lightgrey;
        vertical-align: middle;
}

.floating-caption .highslide-caption {
        font-size: 13px;
        /*color: #424242;*/
        color: white;
}

.floating-caption .highslide-caption .highslide-number {
        font-size: 11px;
        font-weight: normal;
        /*color: #424242;*/
        color: white;
}

.text-controls .highslide-full-expand {
   display: none;
}

/* Form styles */

.element {
        float: left;
        padding-top: 5px;
        padding-right: 5px;
}

.large {
        width: 480px;
}

.norm {
        width: 240px;
}

.norm input, .norm select {
        width: 230px;
}

.clear {
        clear: both;
}

.large input, .large select {
        width: 475px;
}

#gender_container {
        width: 240px;
}

#gender_container .option {
        float: left;
        width: 40px;
}

#interests_container {
        width: 560px;
}

#interests_container .option {
        float: left;
        width: 150px;
}

.small input, .small select {
        width: 50px;
}

#Comments {
        width: 500px;
        height: 100px;
}

.button {
        clear: both;
        padding-top: 0.5em;
}

.error {
        color: red;
}

/* Styles for itineraries page */
div.itinerary-nav h4 {
display: inline;
}
.itinerary-nav .year {
display: table-row;
}
.itinerary-nav .vessel {
display: table-cell;
}