﻿
html, body {
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
}

.blue {
    color: #00ADE2;
}

.yellow {
    color: #fab600;
}

.red {
    color: #c94a00;
}

body {
    font-family: Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
    background-position: center top;
    background-attachment: fixed;
    background-color: #34a831;
    background-repeat: no-repeat;
    color: #333344;
    line-height: 1;
}




#header {
    z-index: 1000;
    margin: auto;
    width: 100%;
    top: 0px;
}

    #header .inside {
        background-color: white;
        box-shadow: #bababa 0px 5px 15px;
    }

    #header a:hover {
        border-bottom: none;
    }

#logo a {
    display: block;
    color: white;
    background-image: url(logo.jpg);
    text-indent: -9999px;
    background-repeat: no-repeat;
    width: 685px;
    height: 160px;
}

#logo {
    float: left;
    margin-top: 30px;
    margin-left: 21px;
    font-size: 180%;
    color: white;
    font-weight: normal;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

    #logo b {
    }


.active-flc a {
    font-weight: bold;
    color: #34a831 !important;
}

.gj-nav {
    clear: both;
    font-weight: bold;
    margin-bottom: 0px;
}

    .gj-nav ul {
        display: block;
        text-align: left;
        background: #ccc;
        padding-left: 20px;
        font-size: 0%;
        margin: 0px;
    }

        .gj-nav ul li {
            font-size: 16pt;
            display: inline-block;
            zoom: 1;
            *display: inline;
            color: #ccc;
        }

            .gj-nav ul li a {
                display: block;
                text-decoration: none;
                color: #34a831;
                padding: 12px 16px 12px 0px;
            }

#bottomnav ul li {
    padding: 0px 3px 0px 3px;
}

    #bottomnav ul li a {
        font-size: 12pt;
        padding: 6px 8px 6px 8px;
    }

.gj-nav a.current {
    color: #0a6532;
}

.gj-nav ul li a:hover {
    color: #0a6532;
}

/* sub menus */

.gj-nav li ul {
    /* second-level lists */
    position: absolute;
    width: 200px;
    left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    z-index: 100;
    padding: 0px 3px 3px 3px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: -3px;
}

    .gj-nav li ul li {
        width: 100%;
        text-align: left;
    }

        .gj-nav li ul li a {
            background: #131415 !important;
            border-right: none !important;
            padding: 10px 8px 10px 8px;
            border-top: 1px solid #333;
            font-weight: normal;
            height: 18px;
            font-size: 12pt;
        }

            .gj-nav li ul li a:hover {
                color: #fff !important;
            }

.gj-nav li:hover ul, .gj-nav li.sfhover ul {
    /* lists nested under hovered list items */
    left: auto;
}

#profilemenu {
    float: right;
    color: White;
    height: 0px;
}

.inside {
    width: 940px;
    margin: auto;
}

#content {
}

    #content div.inside {
        background-color: #F1F1F1;
        overflow: hidden;
        z-index: 1;
    }

a {
    color: Black;
    text-decoration: none;
}

    a:hover {
        color: #34a831;
        text-decoration: underline;
    }

.activitybox a {
    color: #333;
}

a:hover {
}

#maincontent {
    width: 650px;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 4;
    margin: 20px;
    zoom: 1;
    *display: inline;
}

#sidebar {
    position: relative;
    margin-left: 700px;
    font-size: 80%;
    width: 220px;
    margin-top: 20px;
    color: #888;
    overflow: auto;
    min-height: 720px;
}

.sidebox {
    background-image: url(images/sideboxbg.png);
    background-size: 1px 100%;
    background-repeat: repeat-x;
    border-bottom: 1px solid #999;
    padding: 8px;
    min-height: 60px;
    background-color: #CECDCD;
}

    .sidebox .icon {
        float: left;
        min-height: 60px;
        display: block;
        margin-right: 8px;
    }

    .sidebox p {
        font-size: 88%;
    }


#sidebar h2 {
    border: none;
    font-size: 150%;
    margin-bottom: 4px;
}

#bottombar {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0px;
    font-family: 'Arial Narrow', 'HelveticaNeue-CondensedBold';
    color: #34a831;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: Black;
    }

h1 {
    font-size: 230%;
}

.subtitle {
    font-size: 150%;
    margin-top: -10px;
}

h2 {
    font-size: 200%;
    margin-bottom: 0px;
    margin-top: 20px;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 130%;
}

h5 {
    font-size: 110%;
    font-variant: small-caps;
}

h6 {
    font-size: 100%;
    font-weight: bold;
}

p {
    line-height: 150%;
    margin-bottom: 10px;
    font-size: 100%;
}



/**** BUTTONS ****/

.button {
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #ddd url("http://s.twimg.com/a/1285137161/images/buttons/bg-btn.gif") repeat-x 0 0;
    border-bottom-color: #ccc;
    border-color: #ddd !important;
    border-style: solid;
    border-width: 1px;
    color: #333 !important;
    cursor: pointer;
    display: inline-block;
    font: 11px/14px verdana;
    margin: 0;
    overflow: visible;
    padding: 4px 8px 5px;
    text-shadow: 1px 1px 0 #fff;
    border-radius: 4px;
    text-decoration: none !important;
    margin: 2px 0 2px 0;
    white-space: nowrap;
    zoom: 1;
    *display: inline;
}



    .button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    .button:focus {
        outline: none;
    }

    .button:hover, .button:focus {
        background-position: 0 -6px;
        border-color: #999 #999 #888;
        color: #000;
        text-decoration: none !important;
    }

    .button:active {
        background-image: none;
        text-shadow: none;
        outline: none;
    }

.hider, .hidden {
    display: none;
}

.activitybox {
    background-color: #fdfdfd;
    margin-top: 10px;
    clear: both;
    min-height: 64px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 660px;
    border: 1px solid #EEE;
    margin-bottom: 10px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    color: #333;
}

    .activitybox:hover {
        border: 1px solid #333;
    }

a.activitypop {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 10px;
    font-weight: normal;
    border: none;
}

.videobox {
    display: inline-block;
    margin-bottom: 10px;
    border: 8px solid white;
    margin-top: 10px;
    zoom: 1;
    *display: inline;
}

    .videobox h3 {
        display: none;
    }

.lessonsummary {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #666;
    display: inline-block;
    margin-bottom: 10px;
    zoom: 1;
    *display: inline;
}

    .lessonsummary a:hover {
        border: none;
    }

    .lessonsummary h3 {
        color: #34a831;
        background: #ecf8fc;
        margin: 0px;
        padding: 10px;
    }

        .lessonsummary h3 a {
            color: #34a831;
            text-decoration: none;
        }

        .lessonsummary h3 span {
            float: right;
        }

    .lessonsummary .icon {
        float: left;
        margin: 10px;
    }

    .lessonsummary p {
        padding: 10px;
        margin: 0px;
    }

.title.button {
    position: relative;
    top: -6px;
}

.curvebox {
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    margin-top: 10px;
    maring-bottom: 10px;
    color: #888;
}

.datatable {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    border-collapse: separate;
    margin: 10px 0 10px 0;
    background: #eee;
    font-size: 80%;
    width: 100%;
    color: #888;
}

    .datatable a {
        color: #333;
    }

    .datatable tr {
        border: 1px solid #333;
    }

    .datatable th {
        font-family: Georgia;
        font-weight: normal;
        text-align: left;
    }

    .datatable th, .datatable td {
        padding: 5px;
    }

    .datatable td {
        border-top: white 1px solid;
        border-bottom: #DFDFDF 1px solid;
    }

    .datatable tr:nth-child(4n), .datatable tr:nth-child(4n+1) {
        background: #efefef;
    }

label {
    font-family: Georgia;
    min-width: 120px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.activityicon {
    float: right;
}

.twocol {
    width: 100%;
    border-collapse: collapse;
}

    .twocol td {
        width: 50%;
        vertical-align: top;
    }

        .twocol td:first-child {
            padding-right: 20px;
        }

/** PORT TABLE ***/

.porttable {
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
}

    .porttable a {
        font-weight: normal;
        color: #888;
    }

        .porttable a:hover {
            border: none;
            color: black;
        }

    .porttable th {
        background: #ddd;
        text-align: left;
    }

    .porttable th, .porttable td {
        padding: 5px;
        border: 1px solid #ccc;
    }

.coursehead {
    background: #eee;
    font-size: bigger;
    font-weight: bold;
    color: #888;
}

.bargraph {
    border: 1px solid black;
    min-width: 128px;
}

    .bargraph .bar {
        background: #8db036;
        height: 15px;
    }

.barvalue {
    font-size: small;
    font-weight: normal;
    width: 100%;
    position: relative;
    text-align: center;
    float: right;
    margin-top: 1px;
    color: Black;
}

.progresstd {
    font-size: small;
}

.tick {
    margin-right: 3px;
    vertical-align: text-bottom;
    height: 24px;
    width: 24px;
}

/* User boxes */

.participant {
    border: 1px solid #999;
    padding: 5px;
    width: 128px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 48px;
    float: left;
    margin-right: 5px;
}

    .participant:hover {
        border-color: #333;
    }

    .participant img {
        float: left;
        margin-right: 5px;
        vertical-align: middle;
    }

.clear {
    clear: both;
}

#user {
    text-align: left;
    height: 37px;
}

#userinner {
    float: right;
    display: inline-block;
    height: 31px;
    padding-top: 11px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 80%;
    cursor: pointer;
    overflow: hidden;
    color: #CCC;
    zoom: 1;
    *display: inline;
}

    #userinner:hover {
        background: #000;
        color: White;
    }

#user img {
    vertical-align: middle;
}

#usermenu {
    text-align: left;
    left: -9999px;
    font-size: 80%;
    position: relative;
    z-index: 2000;
}

    #usermenu ul {
        margin: 0;
        width: 180px;
        float: right;
    }

    #usermenu li {
        float: none;
    }

        #usermenu li a {
            border-right: none !important;
            border-left: none !important;
            background-color: #000;
            display: block;
            text-align: left;
            padding: 10px 8px 10px 8px;
            border-top: 1px solid #333;
            color: #ccc;
            text-decoration: none;
            font-weight: normal;
        }

            #usermenu li a:hover {
                color: White;
            }

a.bottom {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#usermenucont {
}

.box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #999;
    background: #efefef;
    padding: 8px;
    margin-bottom: 8px;
}

.bulletlist li, .list li {
    list-style-type: disc;
    margin-left: 40px;
    line-height: 150%;
}

.arrow {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.left {
    position: relative;
    left: -30px;
    top: 150px;
    background-image: url(images/left.png);
}

.right {
    position: relative;
    left: 900px;
    top: 150px;
    background-image: url(images/right.png);
}

.left:hover {
    background-image: url(images/lefton.png);
}

.right:hover {
    background-image: url(images/righton.png);
}

.chunkicon {
    float: right;
    background: #f9f9f9;
    padding-left: 20px;
}

.coursenav li {
    line-height: 150%;
}

.coursenav a {
    font-weight: normal;
}

.message {
    width: 100%;
    display: block;
    padding: 5px;
    color: White;
}

.error {
    background: red;
}

.information {
    background: lime;
}

.nextunit {
    float: right;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.loginmenu {
    background: black;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    padding-top: 20px;
    top: 5px;
    font-size: x-small !important;
}

.usermenu {
    margin-top: 5px;
}

.loginmenu label {
    font-family: 'Helvetica Neue', Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}

.answer {
    font-family: Georgia, Times New Roman, Serif;
    font-style: italic;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #999;
    background: #efefef;
    padding: 8px;
    margin-bottom: 8px;
    width: 95%;
}


.avatar {
    border: 1px solid #999;
    display: block;
    padding: 1px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    float: left;
    background: white;
}

    .avatar:hover {
        border: 1px solid #ccc;
    }


div.comment {
    max-width: 248px;
    margin-bottom: 15px;
}

#comments {
    clear: none;
    overflow: auto;
    max-height: 286px;
    list-style: none;
}

    #comments li {
        clear: both;
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 46px;
        border-top: 1px dotted #555;
    }

    #comments .timestamp {
        color: #888;
        font-style: italic;
        font-size: 80%;
    }

    #comments .commentauthor {
        margin-right: 5px;
        color: #8db036;
    }

.removecomment {
    max-width: 10px;
    float: right;
}

.breadcrumb {
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 10px;
}

sup {
    vertical-align: super;
    font-size: 50%;
}

.uploadimage {
    max-height: 150px;
}

.videobox a, .nobox a {
    border: none;
}

.nobox {
    border: 8px white solid;
}

#footer {
    background-position: center;
    background-repeat: repeat-y;
    z-index: 0;
}

    #footer .inside {
        min-height: 200px;
        background-color: #dfecc1;
        color: #34a831;
    }

    #footer .wrap {
        padding: 20px 20px 10px 20px;
        overflow: auto;
    }

    #footer a {
        color: #34a831;
    }

#footerfooter {
    font-weight: bold;
    font-size: 70%;
    color: #999;
    margin-top: 10px;
    color: #34a831;
}

.block {
    padding: 20px;
}

.activitybox {
    *color: Black;
}

/* Homepage Boxes */

#octogrid {
    margin-bottom: 20px;
}

    #octogrid h2 {
        border-bottom: none;
        font-size: 16pt;
        text-transform: none;
        margin: 0px;
    }

    #octogrid h3 {
        font-size: 12pt;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    #octogrid ul {
        font-size: 10pt;
    }

        #octogrid ul li {
            line-height: 150%;
        }

    #octogrid p {
        font-size: 11pt;
        line-height: 125%;
    }

    #octogrid td {
        vertical-align: top;
    }

    #octogrid #box1 {
        width: 444px;
        max-width: 444px;
        padding-right: 5.5px;
        border-right: 1px solid #ccc;
    }

    #octogrid #box3, #octogrid #box6, #octogrid #box7 {
        padding-left: 5.5px;
        width: 216px;
        min-width: 216px;
        padding-right: 5.5px;
        border-right: 1px solid #ccc;
    }

    #octogrid #box4 {
    }


    #octogrid #box4, #octogrid #box8 {
        padding-left: 5.5px;
        min-width: 216px;
        width: 216px;
    }

    #octogrid #box5 {
        width: 216px;
        min-width: 216px;
        padding-right: 5.5px;
        border-right: 1px solid #ccc;
    }

    #octogrid #toprow td {
        border-bottom: 1px solid #ccc;
        padding-bottom: 5.5px;
    }

    #octogrid #bottomrow td {
        padding-top: 5.5px;
    }

.hpbox {
    position: relative;
    width: 100%;
}

.boxstrip {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0,0,0,0.7);
    color: White;
    padding: 10px;
}

    .boxstrip a {
        color: White;
    }

.boxstripheader, .boxstripcontent {
}

.wide {
    width: 424px;
}

.boxstrip h2 {
    color: White;
}

span.readon {
    font-size: 10pt;
    padding-left: 4px;
    margin-left: 6px;
    text-decoration: underline;
    border-left: 3px solid #34a831 !important;
    font-weight: normal;
    font-family: Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}

#pulloutmain {
    border-radius: 8px;
    background-color: black;
    border: 3px solid #34a831;
    padding: 20px;
    color: White;
    position: absolute;
    width: 203px;
    z-index: 1000;
    left: -9999px;
    box-shadow: 0px 0px 20px #000;
}

#pulloutcont p {
    font-size: 10pt !important;
}

#pulloutcont h3 {
    color: White;
    margin-top: 0px;
}

#pulloutmain .arrow {
    position: absolute;
    left: -10px;
    width: 9px;
    height: 18px;
    display: none;
}

.pullouts {
    display: none;
}

#newslidercont {
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#newslider {
    z-index: 1;
}

#slidernav {
    top: 180px;
    left: 192px;
    z-index: 51;
    position: absolute;
    font-size: 0px;
}

#prev1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100px;
    height: 200px;
    text-indent: -9999em;
    background-repeat: no-repeat;
    background-position: center left;
    background-color: rgba(0,0,0,0);
}

    #prev1:hover {
        background-image: url(sliderleft.png);
        cursor: pointer;
    }

#next1 {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 50;
    width: 100px;
    height: 200px;
    text-indent: -9999em;
    background-repeat: no-repeat;
    background-position: center right;
    background-color: rgba(0,0,0,0);
}

    #next1:hover {
        background-image: url(sliderright.png);
        cursor: pointer;
    }

#slidernav li {
    text-indent: -9999em;
    display: inline-block;
    font-size: 0px;
    width: 12px;
    height: 12px;
    background-image: url(sliderbullet.png);
    cursor: pointer;
    max-height: 12px;
    margin: 0px;
    padding: 0px;
}

    #slidernav li.activeSlide {
        background-image: url(sliderbullethover.png);
    }

.e_pagepic {
    float: right;
    width: 250px;
    margin-left: 20px;
}

.storyhead {
    background-color: #34a831;
    color: White;
    padding-left: 28px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 3px;
}

.pagehead {
    width: 940px;
    height: 250px;
    margin: auto;
    position: relative;
}

    .pagehead h1 {
        position: absolute;
        top: 30px;
        left: -9999px;
        z-index: 1000;
        color: White;
    }

.bighead {
    text-transform: uppercase;
    text-align: center;
    font-size: 350%;
    font-family: 'Arial Narrow', 'HelveticaNeue';
    margin-bottom: 30px;
}

    .bighead span {
        font-family: 'Arial Narrow', 'HelveticaNeue';
        font-weight: normal;
    }

.intropara {
    width: 600px;
    margin: auto;
    text-align: left;
    font-size: 150%;
    font-weight: 100;
    margin-bottom: 50px;
}



.tripgrid h2 {
    margin-top: 20px;
}

.tripgrid td {
    width: 300px;
    padding: 10px;
    padding-top: 30px;
}

.tripgrid h3 {
    font-family: Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 110%;
    margin-bottom: 5px;
}

.form {
    width: 400px;
}

.footercta {
    color: #ccc !important;
    font-size: 200% !important;
}

.bulletlist li, .list li {
    list-style-type: disc;
    margin-left: 40px;
    line-height: 150%;
}

.olist {
    list-style-type: lower-roman;
    margin-left: 40px;
    line-height: 150%;
}

.bulletlist {
    margin-bottom: 20px;
}

blockquote {
    display: none;
    border: 3px dashed red;
    background-color: #f6bdc8;
    font-weight: bold;
    font-family: 'Comic Sans MS';
    font-size: 100%;
    padding: 10px;
    font-weight: bold;
}

    blockquote p {
        font-size: 100%;
        font-weight: bold;
        margin-bottom: 10px;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

code {
    border: 1px solid black;
    background-color: ActiveCaption;
}

.vid_frame {
    margin-bottom: 20px;
}

abbr[title], abbr[data-original-title], abbr[title]:hover, abbr[data-original-title]:hover {
    border-color: green;
    border-bottom-style: dotted !important;
}

.flc-imagebox {
    margin-left: 20px;
    border: 1px solid #333;
    padding: 5px;
    background: white;
}

    .flc-imagebox span {
        margin-top: 4px;
        font-size: small;
        text-align: center;
        display: block;
    }
