/* -- GLOBAL -- */
* {
    margin: 0;
    padding: 0
    }
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 1.5
    }
/* -- LAYOUT -- */
.layout-top {
    display: none
    }
#ufo {
    display: none
    }
#signup-button {
    display: none
    }
#footer ul, #footer ul li, #newsletter-signup ul, #newsletter-signup ul li {
    list-style-type: circle
    }
#footer ul {
    margin-top: 20px
    }
/* -- MAIN NAVIGATION -- */
#main-nav {
    display: none
    }
#global-nav {
    display: none
    }
/* -- LISTS -- */
ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 10px
    }
ul li {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 10px
    }
span.replace, #skip-nav {
    /* Image Replacement */
    display: block;
    width: 0;
    height: 0;
    overflow: hidden
    }
.clear-fix:after {
    /* Mozilla and Safari */
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
    }
img {
    display: block
    }
/* -- TEXT -- */
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    padding: 5px 0 3px 0
    }
h1, h2, h3 {
    padding-top: 8px
    }
h1 {
    font-size: 1.5em
    }
h2 {
    font-size: 1.3em
    }
h3 {
    font-size: 1.2em
    }
h4 {
    font-size: 1em
    }
h5 {
    font-size: 0.9em
    }
p.home-block-middle span {
    display: block
    }
/* -- LINKS -- */
a {
    color: #2A4A83;
    text-decoration: underline
    }
a:hover {
    color: #F90;
    text-decoration: underline
    }
/* -- PAGES -- */
#newsletter-signup form {
    display: none
    }
body#home #content ul li {
    list-style-type: none
    }