body {
    color: #555;
    font-size: 12px;
    line-height: 20px;
    font-family: "Trebuchet MS",Geneva,Arial,sans-serif;
}

p {
    margin-bottom: 20px;
}

a {
    color: #555;
}

#page {
    padding: 20px;
    width: 860px;
}

#header {
    padding-top: 25px;
    padding-bottom: 45px;
}

#sidebar {
    float: left;
    width: 210px;
    background: white url(../images/bg_sidebar.png) no-repeat 5px 0;
}

#sidebar #sidebarLinks {
    position: relative;
    height: 320px;
}

#sidebar #sidebarLinks a {
    position: absolute;
    left: 43px;
    height: 20px;
}

#sidebar #sidebarLinks a#missionLink {
    top: 1px;
    width: 67px;
}

#sidebar #sidebarLinks a#servicesLink {
    top: 40px;
    width: 48px;
}
#sidebar #sidebarLinks a#pricingLink {
    top: 80px;
    width: 42px;
}
#sidebar #sidebarLinks a#basicsLink {
    top: 116px;
    width: 113px;
}
#sidebar #sidebarLinks a#purchaseLink {
    top:153px;
    width: 124px;
}

#sidebar #sidebarLinks a#resourcesLink {
    top:192px;
    width: 56px;
}
#sidebar #sidebarLinks a#blogLink {
    top:230px;
    width: 24px;
}

body#missionPage #missionLink,
body#servicesPage #servicesLink,
body#pricingPage #pricingLink,
body#basicsPage #basicsLink,
body#purchasePage #purchaseLink,
body#resourcesPage #resourcesLink {
    border-bottom: 1px solid #bbb;
}

#sidebar #sidebarLinks a:hover {
    border-bottom: 1px solid #808080;
}

#sidebar #contactUsLinks {
    position: relative;
    height: 160px;
}

#sidebar #contactUsLinks a {
    position: absolute;
}

#sidebar #contactUsLinks a#em {
    top: 58px;
    left: 9px;
    width: 131px;
    height: 14px;
}

#sidebar #contactUsLinks a#twitterLink {
    top: 115px;
    left: 9px;
}

#sidebar #contactUsLinks a#facebookLink {
    top: 115px;
    left: 32px;
}




#content {
    margin-left: 210px;
    padding-left: 40px;
    background: white url(../images/bg_content.png) no-repeat;
    overflow: hidden;
    position: relative;
}

#content ul {
    margin-bottom: 20px;
    padding-left: 15px;
}

#content ul li {
    list-style: disc;
}

#content dt {
    font-weight: bold;
}

#content dd {
    margin-bottom: 20px;
}

#contentBottom {
    width: 6px;
    height:34px;
    margin-left: 210px;
    margin-top: -20px;
    background: white url(../images/bg_content_bottom.png) no-repeat;
}

#content #contentLogo {
    margin-bottom: 20px;
}


#footer {
    position: relative;
    clear: left;
    border-top: 1px solid #c0c0c0;
    margin-top:20px;
}

#footer #commandCLink {
    position: absolute;
    top:139px;
    left: 461px;
    height: 10px;
    width: 65px;
}

.disabled {
    visibility: hidden;
}

.scrollable {
    padding: 13px;
    position: relative;
}

.scrollableContent {
    position: absolute;
    top: 0;
    width: 558px;
}

#scrollButtons {
    position: absolute;
    right: 0;
    bottom: 0;
}

#scrollButtons a {
    display: block;
    cursor: pointer;
}

.scrollUp {
    background: white url(../images/prev.png);
    height: 19px;
    width: 14px;
}

.scrollDown {
    background: white url(../images/next.png);
    height: 13px;
    width: 13px;
    cursor:pointer;
}

body#purchasePage #content ul {
    padding-left: 0;
}

body#purchasePage #content li {
    list-style-type:none;
    float: left;
}

body#purchasePage #content #add {
    border: 1px solid #276d37;
    overflow: hidden;
    float: left;
    width: 505px;
}

body#basicsPage dt {
    letter-spacing: 1px;
    margin-bottom: 3px;
    font-weight: bold;
}

body#basicsPage dt .topLink {
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
    color: #666;
}


body#basicsPage dd {
    padding-left: 30px;
}








