body{
    padding:0;
    margin:0;
    font-family:Helvetica;
}

/*================ HEADER ===============*/
#header{
    position: fixed;
    top: 0px;
    left:0px;
    z-index: 500;
    width: 100%;
    height: 90px;
    background-image: url('images/wood-bg.png');
    background-repeat: repeat-x;
}
#header img{
    display: block;
    margin:auto;
    height: 70px;
    padding-top:15px;
}

/*================ TOP-TABS ===============*/

#tabs-top{
    position: fixed;
    top: 90px;
    left: 0px;
    width: 100%;
    height: 40px;
    z-index: 500;
    background-color: darkgreen;
}

#tabs-top a{
    text-decoration: none;
    text-align: center;
    display: block;
    float: left;
    font-weight: 700;
    height:35px ;
    width: 33%;
    padding-top: 12px;
    color: white;
}

/*================ MAIN-HOME ===============*/

#main-home{
    margin-top: 120px;
}

/*================ BOTTOM-TAB ===============*/

#tabs-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 500;
    height: 40px;
    width: 100%;
    background-color: forestgreen;

}
#tabs-bottom a{
    float:left;
    display: block;
    width: 50%;
    height: 35px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding-top: 12px;
}

/*================== MAIN ==================*/

#main{
    margin-top:119px;
    background-image: url(images/map-blur.png);
    background-repeat: repeat-y;
}
#content{
    padding-top:1px;
    padding-bottom:50px;
}
 
/*================== INFO-BOX ==================*/

a.info-box{
    margin:auto;
    text-decoration: none;
    background: rgba(255, 255, 255, .8);
    width: 90%;
    height:90px;
    display:block;
    margin-top:12px;
    padding:1px;
}

.info-box img{
    float:left;
    height:70px;
    margin: 10px;
}

.info-box h3{
    padding:0;
    margin-bottom:0px;
    color: #572800;
}

.info-box p{
    margin:0;
    padding:0;
    color:#131313;
}

.info-box img.right{
    float: right;
    height: 40px;
    margin-top: 25px;
}

/*================ INFO BOX FULL ===============*/

#info-box-full{
    background: rgba(255, 255, 255, .8);
    width:90%;
    margin:auto;
    margin-top:12px;
    display: block;
    padding: 10px;
}

#info-box-full img{
    width : 100%;
}

#info-box-full h3{
    text-align: center;
}

/*================ WEATHER ===============*/

img.info-box-weather-icon{
    height: 30px;
    width: 30px !important;
    margin: 10px;
    float: left;
}

h1.info-box-weather-icon{
    font-size:  65px;
    font-weight: 200;
    padding:0;
    margin:0;
}

table{
    width: 100%;
}

td{
    border-top: 1px solid #131313;
}

/*================ FORM ===============*/

input{
    height: 25px;
    width: 100%;
    margin: 12px 0;
    border: 1px solid #929292;
}

textarea{
    height: 65px;
    width: 100%;
    margin: 12px 0;
    border: 1px solid #929292;
}

.button{
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
    padding: 8px 0;
    margin: 12px 0;
    background-color: forestgreen;
    color: white;
    font-size: 16px;
    font-weight: 600;
    
}















































