.bodyBg {
    background: rgb(207, 241, 253);
    background: -moz-linear-gradient(left, rgba(207, 241, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(207, 241, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(207, 241, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cff1fd', endColorstr='#ffffff', GradientType=1)
}

body .body {
    font-family: Arial;
    font-size: 14px;
    line-height: 150%
}

.button {
    color: #000;
    font-weight: bold;
    font-family: Arial;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 55px;
    background: #fefcea;
    background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%);
    background: -webkit-linear-gradient(top, #fefcea 0%, #f1da36 100%);
    background: linear-gradient(to bottom, #fefcea 0%, #f1da36 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#f1da36', GradientType=0)
}

.button:hover {
    color: #000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    background: #f1da36;
    background: -moz-linear-gradient(top, #f1da36 0%, #fefcea 100%);
    background: -webkit-linear-gradient(top, #f1da36 0%, #fefcea 100%);
    background: linear-gradient(to bottom, #f1da36 0%, #fefcea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1da36', endColorstr='#fefcea', GradientType=0);
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out
}

.headerTitle {
    color: #ffffff;
    padding: 10px 10px;
    font-size: 18px;
    width: 100%;
    font-weight: bold;
    font-family: Arial;
    height: 28px;
    background: #0177ad;
    background: -moz-linear-gradient(top, #0177ad 0%, #00427c 100%);
    background: -webkit-linear-gradient(top, #0177ad 0%, #00427c 100%);
    background: linear-gradient(to bottom, #0177ad 0%, #00427c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0177ad', endColorstr='#00427c', GradientType=0)
}

.navContainer {
    width: 100%;
    height: 45px;
    background: #0177ad;
    background: -moz-linear-gradient(top, #0177ad 0%, #00427c 100%);
    background: -webkit-linear-gradient(top, #0177ad 0%, #00427c 100%);
    background: linear-gradient(to bottom, #0177ad 0%, #00427c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0177ad', endColorstr='#00427c', GradientType=0)
}

.navItem {
    float: left;
    height: 45px;
    line-height: 45px;
    padding:0 37px;
    cursor: pointer;
    border-left: 1px solid #00427C;
    border-right: 1px solid #1c74c8
}

.navItem:hover {
    background-color: #00417D;
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out
}

a.link:link {
    color: #016fa5
}

a.link:visited {
    color: #016fa5
}

a.link:active {
    color: #016fa5
}

a.link:hover {
    color: #999999;
    text-decoration: underline
}

.link {
    color: #016fa5;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none
}

a.link_menu:link {
    color: #FFFFFF
}

a.link_menu:visited {
    color: #FFFFFF
}

a.link_menu:active {
    color: #FFFFFF
}

a.link_menu:hover {
    color: #f7ff76;
    text-decoration: none
}

.link_menu {
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none
}

a.link_weather:link {
    color: #999999
}

a.link_weather:visited {
    color: #999999
}

a.link_weather:active {
    color: #999999
}

a.link_weather:hover {
    color: #999999;
    border: 0px
}

.link_weather {
    position: relative;
    color: #999999;
    font-weight: bold;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    border-bottom: dashed 1px #999999
}

.logo_block {
    background-color: #2B4644
}

.address {
    font-size: 11px;
    font-weight: bold;
    color: #ffffff
}

.phone {
    color: #999999;
    font-weight: bold
}

.weatherTemperature {
    font-family: georgia;
    font-size: 51px;
    color: #1d272f
}

.weatherSummary {
    font-family: arial;
    font-size: 15px;
    color: #1d272f;
    font-weight: bold
}

.weatherBg {
    background-color: #1d272f
}

.bookBg {
    background-color: #016FA5
}

.footerBg {
    background-color: #1d272f
}

.title {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #1d272f;
    padding-bottom: 7px;
    border-bottom: dotted 2px #bebebe;
    margin-bottom: 10px;
    text-align: left
}

.body_res {
    font-size: 13px;
    pdding-top: 10px;
    display: block
}

.footerLine {
    height: 2px;
    width: 925px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(204, 226, 237, 1) 10%, rgba(1, 111, 165, 1) 50%, rgba(204, 226, 237, 1) 90%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(204, 226, 237, 1) 10%, rgba(1, 111, 165, 1) 50%, rgba(204, 226, 237, 1) 90%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(204, 226, 237, 1) 10%, rgba(1, 111, 165, 1) 50%, rgba(204, 226, 237, 1) 90%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1)
}






















