/*
    Document   : layout
    Created on : May 15, 2011, 8:00:30 PM
*/

root {
    display: block;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-align: center;
    background-color: ghostwhite;
}

a {
    color: #333;
}

a:hover {
    color: slategray;
}

#container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 900px;
    border: thin solid darkslategrey;
    border-top: none;
    text-align: left;
    background-color: white;
}

#header {
    margin: 0 0 10px;
    padding: 15px;
    background-color: #87B1ED;
    color: #03336D;
    text-align: right;
}

#header a {
    color: #03336D;
    text-decoration: none;
}

#header a:hover {
    color: slategrey;
}

#weather {
    float: left;
    margin: -10px 0 0 20px;
    font-size: .8em;
    text-align: center;
}

#weather a, #weather br {
    display: none;
}

#photos {
    margin-bottom: 10px;
    position: relative;
    float: left;
}

#water-photo {
    width: 500px;
}

#beaker-photo {
    position: absolute;
    left: 30px;
    top: -60px;
    width: 250px;
    border: thin solid white;
}

.grey-box {
    float: right;
    margin: 0 0 10px 10px;
    background-color: #eee;
    color: #555;
}

.grey-title {
    padding: 4px;
    font-size: 2em;
    text-align: center;
    background-color: #ccc;
    color: #03336D;
}

.grey-subtitle {
    padding: .8em 0 0;
    font-size: 1.2em;
    color: #444;
}

.grey-content {
    padding: 10px;
}

#whats-new {
    width: 390px;
    min-height: 600px;
    position: relative;
}

td {
    padding: 3px 10px;
}

#specialties {
    width: 240px;
    min-height: 215px;
    text-align: center;
}

#specialties li {
    list-style: none;
    margin-right: 0;
}

#main-menu {
    padding: 0 10px;
}

#main-menu-title {
    font-style: italic;
    font-weight: bold;
}

#main-menu a {
    display: block;
    color: #333;
    text-decoration: none;
}

#main-menu a:hover {
    color: slategray;
}

#pre-footer {
    clear: both;
    margin: 10px 0 5px 260px;
    padding: 0;
    height: 10px;
    border: none;
    background-color: #444;
    color: #444;
}

#footer {
    margin: 5px 0 10px 260px;
    font-size: .8em;
}

#footer a {
    color: #555;
}

#page-content {
    padding: 0 20px;
}

.satellite {
    padding: 0 80px 30px 0;
    float: left;
}

#logo {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
