/*
 * Master CSS template file for Vaccine4Me
 * Author: John H. Day, AtomicU235.com
 * Copyright: AICCO, 2010
 */
/*
 * XHTML Styles
 */
* {
    margin: 0;
}

body {
    color: #000000;
    font-family: "MS Sans Serif", Geneva, sans-serif;
    font-size: 1.0em;
    background-color: #81b1e2;
    z-index: 1;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "MS Serif", "New York", serif;
}

h1 {
    font-size: 2.0em;
}

h2 {
    font-size: 1.50em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.0em;
}

h5 {
    font-size: .75em;
}

h6 {
    font-size: .5em;
}

p {
    display: block;
}

/*
 * Unique Ids
 */

#container {
    margin: 0 auto;
    width: 1024px;
    border-left: 2px solid #555555;
    border-right: 2px solid #555555;
}

#header {
    height: 201px;
    text-align: center;
    background-color: #ffffff;
}

#logo {
    /*position: absolute;*/
    top: 0;
    /*left: 1%;*/
    float: left;
}

#banner {
    top: 0;
    float: right;
    margin-bottom: 0px;
}

#menu {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    height: 48px;
    line-height: 40px;
    background-color: #555555;
    color: #fefefe;
    font-size: 1.125em;
}

#menu ul {
    list-style-type: none;
    padding: 0px;
}

#menu ul li {
    float: left;
    padding-left: 8px;
}

#menu ul li a {
    text-decoration: none;
    color: #fefefe;
}

#menu ul li a:hover {
    color: #aaaaaa;
    text-decoration: underline;
}

#sidebar {
    width: 15%;
    min-width: 150px;
    float: left;
    min-height: 400px;
    padding: 8px 0px 0px 8px;
    background-color: #81b1e2;
}

#sidebar p {
    font-weight: 800;
}

#sidebar p a {
    text-decoration: none;
    padding-right: 8px;
    color: #555555;
}

#sidebar p a:hover {
    text-decoration: underline;
    color: #fefefe;
}

#content {
    width: 80%;
    min-width: 150px;
    float: right;
    min-height: 615px;
    padding: 8px 2% 8px 2%;
    background-color: #fefefe;
}

#content p {
    display: block;
    padding-bottom: 8px;
}

#footer {
    clear: both;
    background-color: #555555;
    color: #fefefe;
    padding: 1%;
}

/*
 * Classes - Generic
 */

.hideme {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.abs {
    position: absolute;
}
.bold {
    font-weight: 800;
}
.clear {
    clear: both;
}
.small {
    font-size: .75em;
/*
 * Hacks
 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* IE6 */
* html .clearfix  { zoom: 1; }
/* IE7 */
*:first-child+html .clearfix { zoom: 1; }
