body {
    background-image: url('../images/background.gif');
    background-repeat: repeat;
}

noscript div {
    width: 600px;
    margin-top: 50px;
    padding: 20px;
    background-color: white;
    font-size: 20pt;
}

#header, #content {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#header, #content.padded {
    background-color: white;
}

#nav, #footer {
    width: 100%;
}

#nav #social-media {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    padding: 0;
    float: right;
}

#nav #social-media img {
    width: 48px;
}

#nav #social-media img[src="images/fa-calendar.png"] {
    width: 30px !important;
    height: 30px !important;
    margin-right: 5px !important;
}

#nav #logo-buffer {
    height: 90px;
    padding: 20px;
}

#nav #logo-buffer a {
    width: 280px;
    display: block;
    outline: none;
}

#nav #logo-buffer a:hover {
    color: #476b6b;
}

#nav #nav-links {
    margin-left: auto;
    margin-bottom: 10px;
}

#nav #nav-links td {
    width: 110px;
    height: 20px;
    text-align: left;
}

#nav #nav-links td a {
    color: black;
    border-bottom: 2px solid #476b6b;
    text-decoration: none;
}

#nav #nav-links td a:hover {
    color: #F06;
    border-bottom: 2px solid #999;
    position: relative;
}

#nav #nav-links td a:hover::before {
    content: "♥";
    width: 0;
    position: absolute;
    left: -12px;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif !important;
}

#content, #header {
    display: block !important;
}

#content.padded {
    width: 820px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-color: white;
}

#content.padded > *:first-child, #content.padded > style:first-child + *, #content.padded > embed:first-child + * {
    margin-top: 0 !important;
}

#footer {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 10pt;
    display: block;
}

@media print {
    
    #header {
        display: none !important;
    }
    
}

.fs_area {
    height: 240px;
}

.fs_group {
    width: 181px;
    margin-right: 32px;
    font-size: 10pt;
    float: left;
}

.fs_group + .fs_group + .fs_group + .fs_group {
    margin-right: 0 !important;
}

.fs_group img {
    max-width: 181px;
}

/* ----- Compatibility mode ----- */

.compat p img[src="images/fa-calendar.png"] {
    width: 1em !important;
    height: 1em !important;
    margin-right: 0 !important;
}