﻿html {
    height: 100%;
    min-height: 100%;
    /* background: #b3a86f url(../images/bg.jpg) no-repeat; */
    background: #b3a86f ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    height: 100%;
    min-height: 100%;
    background: none;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

dt, dd {
    margin: 0;
    line-height: 16px;
}

header {
    background: #226793;
    width: 100%;
    /* height: 120px; */
}

#page-container {
    width: 100%;
    height: 100%;
}

#header-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
}

#content-container {
    /* width:960px; */
    height: 100%;
    margin: 0 auto;
    /* "auto" makes the left and right margins center the wrapper */
    background-color: #f5efd6;
    /*border-left: solid 1px rgb(121,111,102);
    border-right: solid 1px rgb(121,111,102);
    border-bottom: solid 1px rgb(121,111,102);*/
}

#main-container {
    width: 960px;
    height: 100%;
    min-height: 100%;
}

#footer-container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

#eyebrow {
    margin: 3px 0 0 0;
    /* height: 19px; */
    /* overflow: hidden; */
    float: right;
    /* color: #fff; */
}

#eyebrow a {
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
}

#search-container {
    float: right;
}

#search-container input[type="text"] {
    vertical-align: middle;
    padding: 3px;
    width: 240px;
    height: 18px;
}

#search-container .btn {
    vertical-align: middle;
}

#tagline {
    /* float: right; */
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Home Page Styles
------------------------------------------------------------------------------------*/

#home-page-map {
    border: solid 1px #2d1800;
    border: solid 1px rgba(45, 24, 0, .2);
}

#choose-a-site {
    padding-top: 8px;
}

#choose-a-site .big-blue-listbox {
    color: #216692;
    font-weight: 700;
    padding: 5px;
    margin: 5px;
    line-height: 26px;
    height: 42px;
    width: 290px;
}

/* Landmarks
------------------------------------------------------------------------------------*/

#landmarks .photo-container {
    width: 620px;
    height: 372px;
}

/* Blocks
------------------------------------------------------------------------------------*/

.block-side1 {
    border: 1px solid #216692;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 0;
}

.block-side1 dt {
    color: #fff;
    font-weight: 400;
    padding: 7px 11px;
    border-bottom: 1px solid #216692;
    background: #216692;
}

.block-side1 h5 {
    margin-bottom: 0;
    margin-top: 0;
}

.block-side1 h6 {
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 700;
    color: #216692;
}

.block-side1 p {
    margin-top: 0px;
    margin-bottom: 9px;
}

.block-side1 table {
    margin-bottom: 0;
}

.block-side1 td.item {
    background: #f5efd6;
    padding: 10px;
}

.block-side1 td.alt-item {
    background: #fff;
    padding: 10px;
}

.block-side1 img.help {
    padding-bottom: 3px;
}

.block-side2 dt {
    color: #216692;
    font-weight: 700;
    padding: 0 11px 0 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #216692;
}

.block-side2 h5 {
    margin-bottom: 0;
}

.block-side2 table {
    margin-bottom: 0;
}

.block-side2 td {
    border-bottom: solid 1px #2d1800;
    border-bottom: solid 1px rgba(45, 24, 0, .2);
    padding: 10px 10px 10px 0;
}

.block-side2 li {
    margin-left: 0;
    margin-bottom: 15px;
    margin-right: 15px;
}

.block-side2 td.parameter-name {
    border-right: solid 1px #2d1800;
    border-right: solid 1px rgba(45, 24, 0, .2);
}

.block-side2 td.parameter-value {
    text-align: center;
}

/* Ideal Conditions
---------------------------------------------------------------------------------------*/

.ideal-conditions {
    border: solid 1px #2d1800;
    border: solid 1px rgba(45, 24, 0, .2);
}

/* Google Maps
---------------------------------------------------------------------------------------*/

.info-box {
    opacity: 0.99;
    background: #f5efd6;
    border: solid 1px #2d1800;
    border: solid 1px rgba(45, 24, 0, .2);
    padding: 3px 5px 3px 5px;
}

.info-box img {
    display: none;
}

/* ASP.NET AJAX Control Toolkit TabContainer
--------------------------------------------------------------------------------------*/

.data-tabs .ajax__tab_header {
    font: 400 14px "PTSansRegular", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    letter-spacing: 0.025em;
    line-height: 16px;
    display: block;
}

.data-tabs .ajax__tab_header .ajax__tab_outer {
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
    border: solid 1px #d7d7d7;
}

.data-tabs .ajax__tab_header .ajax__tab_inner {
    padding: 10px 10px 2px 0px;
}

.data-tabs .ajax__tab_hover .ajax__tab_outer {}

.data-tabs .ajax__tab_hover .ajax__tab_inner {
    color: #fff;
}

.data-tabs .ajax__tab_active .ajax__tab_outer {
    border-top: solid 2px #eec710;
    /*border-bottom: solid 2px #eec710;*/
    background-color: #fff;
    color: #2d1800;
}

.data-tabs .ajax__tab_active .ajax__tab_outer a {
    color: #2d1800;
}

.data-tabs .ajax__tab_active .ajax__tab_inner {
    color: #000;
    border-color: #333;
}

.data-tabs .ajax__tab_body {
    /*font-family: verdana,tahoma,helvetica;
    font-size: 10pt;*/
    background-color: #fff;
    border-top-width: 0;
    border: solid 1px #2d1800;
    border: solid 1px rgba(45, 24, 0, .2);
    padding: 5px;
}

/* Footer
-------------------------------------------------------------------------------------*/

footer {
    width: 100%;
    /* height: 100px; */
    background: #d5cca1;
    color: #2d1800;
}

footer a {
    text-decoration: none;
    color: #2d1800;
    font-size: 1.1em;
}

footer li {
    display: inline;
    list-style-type: none;
    float: left;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 10px;
}

footer li+li::before {
    content: " | ";
    color: #b3a86f;
    margin: 0 10px;
}

footer .facebook {
    float: right;
    /* width: 120px; */
}

footer .facebook-icon {
    float: left;
    width: 32px;
    margin-right: 5px;
}

footer .like-us-on-facebook {
    float: right;
    /* width: 80px; */
    font-size: 1.1em;
    margin-left: 5px;
}

footer .facebook img {
    width: 32px;
    height: 32px;
}

/* Positioning
---------------------------------------------------------------------------------*/

.pull-right {
    float: right;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

/* Generic styles
----------------------------------------------------------------------------------*/

.image-border {
    border: solid 1px #2d1800;
    border: solid 1px rgba(45, 24, 0, .2);
}

.bbd1 {
    border-bottom: solid 1px #000;
}