﻿body {
    text-align: center;
    width: 100%;
    height: 100%;
    background: #588492 url("/media/img/bg.png") repeat-x top;
}
a {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #333;
}
a.on {
    font-weight: bold;
}
h1 {
    color: #004358;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0 0 1em 0;
}
h2 {
    color: #004358;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 1em 0;
}
p {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 0 0 1.5em 0;
}
em {
    font-style: italic;
}
li {
    font-size: 1.2em;
}
.outershell {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -90px;
}
.shell {
    position: relative;
    width: 960px;
    margin: 0 auto 0 auto;
    text-align: left;
}
.footer, .footer-space {
    height: 70px;
    padding: 20px 0 0 0;
    text-align: center;
}
.footer .content {
    color: #0E5E77;
    position: relative;
    margin: 0 auto 0 auto;
    width: 960px;
    text-align: left;
}
.footer .content .bg {
    position: absolute;
    height: 50px;
    width: 960px;
    background: url("/media/img/footer.png") no-repeat;
    opacity: .1;
    filter: alpha(opacity = 10);
}
.footer .content .copyright {
    padding: 16px 0 0 20px;
}
#top {
    overflow: auto;
}
a#logo {
    display: block;
    float: left;
    margin: 30px 0 0 0;
    height: 26px;
    width: 76px;
    background: url("/media/img/flipto.png") no-repeat;
}
#nav {
    float: right;
    margin: 15px 0 0 0;
    position: relative;
}
#nav ul {
    float: left;
    display: inline;
    background: url("/media/img/navbar-left.png") no-repeat;
    padding: 0 0 10px 10px;
}
#nav li {
    float: left;
    display: inline;
    margin: 0 1em 0 1em;
}
#nav li a {
    float: left;
    display: block;
    font-size: 1.1em;
    padding: 15px 0 15px 0;
}
#nav .r {
    float: left;
    display: inline;
    height: 52px;
    width: 10px;
    background: url("/media/img/navbar-right.png") no-repeat;
}
#intro {
    position: relative;
    margin-top: 50px;
    padding: 50px 0 0 0;
    height: 420px;
}
#intro h1, #intro p {
    width: 360px;
}
#intro img {
    position: absolute;
    top: 0;
    right: 0;
}
#intro .action {
    padding: 1em 0 0 0;
}
#intro .action .or {
    float: left;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 12px 1em 0 1em;
}
#intro a#take-tour {
    float: left;
    display: block;
    height: 50px;
    width: 161px;
    background: url("/media/img/btn-take-tour.png") no-repeat;
    background-position: 0 4px;
    position: relative;
    left: 60px;
}
#intro a#take-tour:hover {
    background-position: 0 -66px;
}
#intro a#take-tour:active {
    top: 1px;
    left: 61px;
}
#intro a#sign-up {
    float: left;
    display: block;
    height: 50px;
    width: 106px;
    background: url("/media/img/btn-sign-up.png") no-repeat;
    background-position: 0 4px;
}
#intro a#sign-up:hover {
    background-position: 0 -66px;
}
#intro a#sign-up:active {
    position: relative;
    top: 1px;
    left: 1px;
}
#content {
    margin-top: 50px;
}
#content .sections-top {
    height: 14px;
    font-size: 0;
    line-height: 0;
    background: url("/media/img/content-sections-top.png") no-repeat;
}
#content .sections, #content .sections-one {
    overflow: auto;
    padding: 5px 30px 0 30px;
    background: #F1F1F1;
}
#content .sections h1 {
    float: left;
    margin: 0;
}
#content .sections-one h1 {
    padding: 0 0 5px 0;
}
#content .sections ul {
    float: right;
}
#content .sections li {
    float: left;
    margin: .5em 1.5em 0 1.5em;
}
#content .sections li a {
    display: block;
    padding: 0 0 25px 0;
    font-size: 1.1em;
}
#content .sections li a.on {
    background: url("/media/img/section-on.png") no-repeat center bottom;
}
#content .main {
    position: relative;
    padding: 3em 30px 1em 30px;
    background: #FFF;
}
#content .main p.divide {
    color: #004358;
    border-bottom: dotted 1px #777;
    margin: 2em 0 2em 0;
}
#content .main p.divide span {
    position: relative;
    top: .7em;
    font-weight: bold;
    padding: 0 1em 0 0;
    background: #FFF;
}
#content .main p.number {
    padding: 0 0 0 40px;
}
#content .main p.one {
    background: url("/media/img/number-1.png") no-repeat top left;
}
#content .main p.two {
    background: url("/media/img/number-2.png") no-repeat top left;
}
#content .main p.three {
    background: url("/media/img/number-3.png") no-repeat top left;
}
#content .main p.screenshot {
    text-align: center;
}
#content .main p.narrow {
    width: 400px;
}
#content .main p.endnote {
    margin: 5em 0 1em 0;
    padding: 1em 0 0 0;
    font-size: 1.1em;
    border-top: dotted 1px #CCC;
}
#content .main a.bright {
    color: #FD7400;
    font-weight: bold;
    padding: 0 0 1px 0;
    border-bottom: dotted 1px #666;
}
#content .main a.bright:hover {
    color: #CB6209;
    border-bottom: solid 1px #666;
}
#content .main .cols {
    overflow: auto;
    padding: 1em 0 0 0;
}
#content .main .cols .col {
    float: left;
    width: 400px;
}
#content .main .cols .col-thin {
    float: left;
    width: 275px;
}
#content .main .cols .left {
    margin: 0 60px 0 0;
}
#content .main .cols .middle {
    margin: 0 30px 0 30px;
}
#content .main .cols .col .feature {
    padding: 0 0 0 60px;
}
#content .main .cols.centered {
    padding: 1em 0 0 60px;
}
#content .main .cols.centered .col-thin {
    float: left;
    width: 300px;
    padding: 20px 20px 20px 40px;
}
#content .main .cols.centered .col-thin.first {
    border-right: dotted 1px #CCC;
}
#content .main .field {
    padding: 0 0 20px 0;
}
#content .main .field label {
    display: block;
    float: left;
    padding: 0 0 5px 0;
    font-size: 1.2em;
}
#content .main .required label {
    font-weight: bold;
}
#content .main label.error {
    float: right;
    color: Red;
}
#content .main .field input {
    font-family: Arial;
    font-size: 1.4em;
    padding: 5px;
    width: 100%;
}
#content .main .field textarea {
    font-family: Arial;
    font-size: 1.4em;
    padding: 5px;
    width: 100%;
    height: 250px;
}
#content .main a.btn {
    float: left;
    display: block;
    position: relative;
    top: -10px;
    font-size: 1.1em;
    background: url("/media/img/btn-light-right.png") no-repeat center right;
}
#content .main a.btn:active {
    top: -9px;
    left: 1px;
}
#content .main a.btn span {
    display: block;
    padding: 10px 2em 10px 2em;
    background: url("/media/img/btn-light-left.png") no-repeat center left;
}
#content .main .action {
    width: 100%;
    clear: both;
    overflow: auto;
    padding: 2em 0 1em 0;
}
#content .main .action a.btn {
    float: right;
    top: -10px;
    right: 2px;
}
#content .main .action a.btn:active {
    top: -9px;
    left: 0;
    right: 1px;
}
#content .main .spaced {
    padding: 2em 0 1em 0;
}
#content .main img.wrap {
    float: right;
    margin: 0 0 2em 3em;
}
#content .main ul.checklist {
    padding: 0 0 0 20px;
}
#content .main ul.checklist li {
    padding: 0 0 10px 40px;
    width: 440px;
    background: url("/media/img/check.png") no-repeat top left;
}
#content .main-top {
    height: 14px;
    font-size: 0;
    line-height: 0;
    background: url("/media/img/content-main-top.png") no-repeat;
}
#content .main-bot {
    height: 14px;
    font-size: 0;
    line-height: 0;
    background: url("/media/img/content-main-bot.png") no-repeat;
}
#content .main .sidebar {
    width: 400px;
}
#content .main .sidebar p {
    padding: 0 0 1em 0;
}
#content .main .rightbar {
    position: absolute;
    top: 3em;
    right: 30px;
    width: 300px;
    text-align: center;
}
#content .main .rightbar p#mailto {
    text-align: center;
}
#content .main .rightbar p#mailto a {
    display: block;
    width: 221px;
    height: 36px;
    background: url("/media/img/mailto.png") no-repeat;
    margin: 0 auto 0 auto;
}
#content .main .rightbar p#mailto a:hover {
    background-position: 0 -64px;
}
#content .main .rightbar p#mailto a:active {
    position: relative;
    top: 1px;
    left: 1px;
}
