@charset "utf-8";
/*Simplify width and height calculations*/
html{box-sizing: border-box;
}
*, *:before,
*:after {
    box-sizing: inherit;
}
#header {
    text-align: center;
    font-size: small;
    border-bottom-style: solid;
    border-bottom-color: #F00000;
    width: auto;
    color: #414141;
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 2px;
}
#logo {
    width: 49%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: auto;
    padding-right: auto;
    left: auto;
    right: auto;
    border-bottom-color: #AC2224;
    border-bottom-style: none;
    max-width: 50%;

}
#footer {
    text-align: center;
    max-width: 100%;
    position: 0 auto;
    width: 100%;
    margin: 0 auto;
    color: #414141;
    font-family: source-sans-pro;
    font-weight: 600;
    font-size: large;
}
#background {
    margin: 0 auto;
    background-image: url(Images/Background.gif);
    width: 100%;
    max-width: 1000px;

}
#photo1 {
    width: 49%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    /* [disabled]left: auto; */
    /* [disabled]right: auto; */
    margin-top: 0px;
    margin-bottom: auto;
    /* [disabled]top: 44px; */
    /* [disabled]bottom: 0px; */
    position: static;
    border-style: ridge;
    border-width: thick;
    max-width: 50%;
}
#navigation {
    padding-left: auto;
    padding-right: auto;
    border-width: thick;
    background-color: #497D83;
    border-color: #98A6AE;
    position: 0 auto;
    max-width: 100%;
    width: 100%;
}
#tab {
    position: 0 auto;
    font-weight: bold;
}
#text {
    font-size: x-large;
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    color: #414141;
    padding-left: 12px;
}
#link {
    font-weight: bold;
    text-decoration: none;
    font-size: xx-large;
}
#map {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    height: 600px;
}
#gallery {
    max-width: 100%;
    max-height: none;
    margin: 0 auto;
    position: static;
    right: 50%;
    left: 50%;
    width: 225px;
}
#photogallery {
    margin: 0 auto;
    max-width: 100%;
    position: 0 auto;
    width: 99%;
}
#facebook {
    margin-left: 12px;
    width: 50px;


}
