body {
    font-family: "Arial", "sans-serif";
    font-size: 14px;
    max-width: 72.85em;
    margin: 0 auto;
    overflow-y: scroll;
}

img {
    max-width: 100%;
}

#header {
    // position: absolute;
    background-color: #009BDD;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: .35em solid #201F1F;
    padding-bottom: .7em;
    box-shadow: 0 .35em 1em #201F1F;
}

#logo {
    float: left;
    margin: 1.44em 5.5em .15em 5.5em;
}

#search {
    white-space: nowrap;
    float: right;
    margin: 1.44em 5.5em .7em 5.5em;
}

#search input {
    font-size: inherit;
    outline: none;
    height: 1.42em;
    width: 14.78em;
    border: .35em solid #dfe5e6;
    padding-left: .71em;
    padding-right: .71em;
    background: #009BDD .35em center;
}

#search input[type='text'] {
    border-right: 0;
}

#search input[type='submit'] {
    border-left: 0;
    width: .85em;
    height: 2.1em;
    margin-left: -.35em;
    background: #009BDD url(../img/search_magnifier.png) no-repeat right .35em center;
    cursor: pointer ;
}

#navigation {
    clear: left;
    margin: 1.5em 4.9em 1.5em 5.2em;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: .3em;
}

#navigation li {
    float: left;
    background-color: #E1E1E1;
    margin-right: .35em;
}

#navigation li a {
    cursor: pointer;
    display: block;
    padding: .5em .57em;
    font-weight: bold;
    text-decoration: none;
    color: #303640;
}

#navigation li a:hover {
    background-color: #F9F9F9;
}

#navigation li ul {
    display: none;
    position: absolute;
    text-decoration: none;
    z-index: 1;
}

#navigation li:hover ul {
    display: block;
}

#navigation li li {
    float: none;
}

#navigation #drop-down-root {
    background-color: #F9F9F9;
    float: right;
}

#navigation #drop-down-root a:hover {
    background-color: #E1E1E1;
}

#navigation #drop-down-root ul {
    margin-left: -.3em;
}

#navigation #drop-down-root li{
    background-color: #F9F9F9;
}

#navigation #drop-down-root li a:hover{
    background-color: #E1E1E1;
}

.clear-fix {
    clear: both;
}
#content {
    clear: left;
    margin-top: 1.15em;
    margin-left: auto;
    margin-right: auto;
    max-width: 56.43em;
}


#footer {
    clear: both;
    position: relative;
    padding-bottom: .1em;
    background-color: #00B3FF;
    border-top: .7em solid #201F1F;
    box-shadow: 0 -.35em 1em #201F1F;
    margin-top: 2em;
}

#footer-content {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#footer #footer-content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#footer #footer-content h3 {
    font-size: 1em;
    margin-top: 1.78em;
    margin-bottom: .2em;
    color: #303640;
}

#footer #footer-content hr {
    display: block;
    height: .1em;
    border: 0;
    border-top: .2em solid #303640;
    margin-top: .1em;
    margin-bottom: .2em;
    padding: 0;
}

#footer #footer-content #ip-tools-hr {
    width: 30em;
}

#footer #footer-content #internet-tools-hr {
    width: 15em;
}

#footer #footer-content a {
    color: #303640;
    font-size: .85em;
    text-decoration: none;
}

#footer #footer-content a:hover {
    text-decoration: underline;
}

#footer #footer-content #ip-tools {
    float: left;
    max-width: 66%;
}

#footer #footer-content #internet-tools {
    float: right;
    max-width: 33%;
    margin-right: 3em;
}

#footer #footer-content #ip-tools #list-col-1 {
    float: left;
}

#footer #footer-content #ip-tools #list-col-2 {
    float: right;
    margin-right: 5em;
}

#copyright {
    color: #dfe5e6;
    font-size: .85em;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

#copyright p {
    margin-top: .5em;
    margin-bottom: .5em;
}

#static-page-links {
    background-color: #009BDD;
    margin-left: 5.5em;
    margin-right: 5.5em;
}

#static-page-links ul {
    list-style: none;
    margin: 0;
}

#static-page-links li {
    float: left;
}

#static-page-links li a {
    text-decoration: none;
    font-size: .85em;
    padding: .68em 2.5em;
    display: block;
    color: #a3beca;
}

#static-page-links li a:hover {
    color: #c3deea;
}