/* CSS Document */

/* Reset
********************************************************************************************************/
html, body, span, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset, table, th, td {
    margin: 0;
    padding: 0;
}

body {
    background-color: #E7E5E6;
}

.clear {
    clear: both;
}

img {
    border: 0px;
}

/* PNG Fix for IE6
********************************************************************************************************/
img, div {
    behavior: url(scripts/pngfix/iepngfix.htc);
}

/* Typography
********************************************************************************************************/
body {
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    font-size: 62.5%;
}

#register h2 {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

#banner-links h3 {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

#banner-links p {
    color: #b4d7f1;
    font-size: 11px;
    line-height: 1.3em;
    margin-bottom: 9px;
}

#banner-links a {
    background-color: #295B7C;
    border: 1px solid #3979A7 !important;
    padding: 5px;
    color: #fff !important;
}

#banner-links a:hover {
    background-color: #356f99;
    border: 1px solid #3979A7 !important;
    padding: 5px;
    color: #fff !important;
}

.col-resources h3 {
    color: #356f99;
    font-size: 13px;
    margin-bottom: 4px;
}

.col-resources p {
    line-height: 1.5em;
    margin-bottom: 15px;
}

#wrapper a {
    color: #000000;
    border-bottom: 1px dotted #000000;
    text-decoration: none;
}

#wrapper a:hover {
    color: #356f99;
}

#wrapper-pad h1 {
    border-bottom: 1px solid #e5e5e5;
    color: #356f99;
    font-size: 24px;
    margin-bottom: 15px;
}

#wrapper-pad h2 {
    color: #31668E;
}

#wrapper-pad h3 {
    color: #6FAFDF;
}

#wrapper-sub p {
    font-size: 12px;
    line-height: 1.6em;
    padding-bottom: 10px;
}

#sub-content p {
    font-size: 11px;
    padding-bottom: 5px;
}

.center-content {
    margin: auto;
    text-align: center;
}

.padding {
    padding-left: 25px;
}

a {
    color: #6FAFDF;
}

a:hover {
    color: #666666;
    text-decoration: none;
}

/* Form Styling
********************************************************************************************************/
.submit-btn {
    background-color: #a6d16b;
    border: 1px solid #568e5a;
    color: #FFFFFF;
    padding: 4px;
}

.submit-btn:hover {
    background-color: #98BF5F;
}

.learn-btn {
    background-color: #2a5b7d;
    border: 1px solid #387aa7;
    color: #FFFFFF;
    padding: 2px;
}

/* Admin Menu
********************************************************************************************************/
#navbox {
    background-color: #000000;
    margin: 0 auto;
}

#navbox ul {
    margin: 0 auto;
    width: 960px;
}

#navbox li {
    list-style: none;
    float: left;
    padding: 10px 0;
}

#navbox a {
    color: #FFFFFF;
    padding: 10px;
    text-decoration: none;
}

#navbox a:hover {
    background-color: #333333;
}

/* Header
********************************************************************************************************/
#header-wrap {
    background-image: url(images/header-bg.jpg);
    height: 106px;
    width: 100%;
}

#header {
    margin: 0 auto;
    width: 960px;
}

#header a {
    color: #fff;
}

#header a:hover {
    color: #A9BBC8;
    text-decoration: none;
}

.logo {
    float: left;
    margin-top: 5px;
}

#login-header {
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    padding-top: 25px;
}

#login-header td {
    padding: 3px;
}

/* Navigation
********************************************************************************************************/
#navigation-wrap {
    background-image: url(images/header-bg.jpg);
    background-position: 0px -106px;
    height: 42px;
    margin-bottom: 40px;
    width: 100%;
}

#navigation {
    margin: 0 auto;
    width: 960px;
    position: relative;
    z-index: 100;
}

#navigation li {
    float: left;
    list-style: none;
    position: relative;
}

#navigation li ul li {
    padding: 0;
    width: 147px;
}

#navigation li a {
    color: #333333;
    display: block;
    font-size: 12px;
    padding: 11px;
    text-decoration: none;
}

#navigation li a:hover {
    background-color: #7da6c3;
    color: #FFFFFF;
}

#navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 99999;
}

#navigation li ul {
    background-color: #F1F1F1;
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 999 !important;
    width: 147px;
}

#navigation li:hover ul, #navigation li.over ul {
    display: block;
}

/*Page Navigation
********************************************************************************************************/
.pageNav {
    background-color: #CFCFCF;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 5px;
    font-size: 14px;
}

.pageNav a {
    color: #fff !important;
}

.pageNav a:hover {
    color: #666666 !important;
    text-decoration: none;
}

.pageNav-Left {
    float: left;
}

.pageNav-Right {
    float: right;
}

.pageNav-Center {
    margin-left: 37%;
    float: left;
}

/* Wrapper
********************************************************************************************************/
#wrapper {
    margin: 0 auto;
    width: 960px;
}

#wrapper-sub {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 960px;
}

#wrapper-pad {
    margin: 0 auto;
    width: 920px;
}

#sub-left {
    float: left;
    width: 535px;
}

#sub-right {
    float: right;
    width: 300px;
}

#sub-full {
    width: 100%;
}

/* Home Page Banner & Login
********************************************************************************************************/
#banner {
    background-image: url(images/banner-top.jpg);
    height: 210px;
    position: relative;
    width: 960px;
}

.atom {
    left: -64px;
    position: absolute;
    top: -27px;
}

#register {
    color: #FFFFFF;
    float: right;
    margin-right: 21px;
    margin-top: 18px;
}

#register td {
    padding: 4px;
}

#banner-links {
    height: 114px;
    margin-bottom: 30px;
    width: 960px;
}

#education {
    background-image: url(images/education-bg.jpg);
}

#rewards {
    background-image: url(images/rewards-bg.jpg);
    border-right: 0 none;
    width: 207px;
}

.center-links {
    background-color: #2E4A5F;
    border-right: 1px solid #456379;
    float: left;
    height: 90px;
    padding: 12px;
    width: 218px;
}

/* Home Page Resources and Videos
********************************************************************************************************/
.rounded-content {
    margin: 0 auto;
    width: 960px;
}

.rounded-top {
    background-image: url(images/rounded-top.jpg);
    height: 16px;
    margin: 0 auto;
    width: 960px;
}

.rounded-bottom {
    background-image: url(images/rounded-bottom.jpg);
    height: 16px;
    margin: 0 auto;
    width: 960px;
}

.resources {
    background-color: #FFFFFF;
    padding: 10px;
}

.col-resources {
    float: left;
    padding-left: 14px;
    padding-right: 14px;
    width: 284px;
}

.resource-label {
    margin-bottom: 10px;
}

.upcoming-event, .upcoming-camps {
    padding-bottom: 15px;
}

.video-preview {
    float: left;
    margin-right: 10px;
    border: 6px solid #eee !important;
}

/* Admin
********************************************************************************************************/

.admin th {
    background-color: #275272;
    color: #fff;
    padding: 8px;
    font-size: 12px;
}

.admin .table-alternate {
    background-color: #EFEFEF;
}

.admin td {
    padding: 7px;
}

.sidebarbox {
    padding: 15px 5px;
}

.slickbox-title a {
    color: #356F99;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #C6C5C5;
    width: 260px;
    padding: 7px;
    background-color: #E8E8E8;
    background-image:url("/images/sidebar-down-arrow.png");
    background-position: 97% 50%;
    background-repeat:no-repeat;
    display: block;
}

/* Resources
********************************************************************************************************/
.resource-separate {
    border-bottom: 1px solid #666666;
}

.resource {
    padding: 10px;
    font-size: 16px;
}

.resource-alternate {
    background-color: #EFEFEF;
    padding: 10px;
    font-size: 16px;
}

.videoviewer {
    background: #E7E5E6;
    padding: 10px;
    border: 2px solid #CFCFCF;
    z-index: 1000;
    text-align: center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#resource-search {
    float: right;
    margin-bottom: 5px;
}

#resource-search-label {
    float: left;
}

/* Reward
********************************************************************************************************/
#reward {
    font-size: 16px;
}

.sort-menu {
    float: left;
    margin-right: 40px;
    margin-bottom: 25px;
}

#RewardImg {
    width: 175px;
    height: 175px;
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-right: 15px;
    background: #fff;
}

#points {
    color: #EFCF3B;
    font-weight: bold;
    font-size: 20px !important;
    margin-top: 6px;
}

#rewardBox {
    padding: 10px;
}

#rewardBox-alternate {
    background-color: #EFEFEF;
    padding: 10px;
}

#reward-seperate {
    border-bottom: 1px solid #666666;
}

/* Sidebar
********************************************************************************************************/
#sub-rounded-top {
    background-image: url(images/sidebar-bg-top.jpg);
    height: 15px;
    width: 300px;
}

#sub-rounded-bottom {
    background-image: url(images/sidebar-bg-bottom.jpg);
    height: 15px;
    width: 300px;
}

#sub-content {
    background-color: #F8F8F8;
    padding-left: 12px;
    padding-right: 12px;
}

/* Footer
********************************************************************************************************/
#footer {
    margin: 0 auto;
    margin-top: 20px;
    width: 960px;
}

#footer a {
    color: #666666;
    text-decoration: none;
}

#footer a:hover {
    color: #000000;
}

#footer li {
    display: inline;
    padding: 4px;
}

#footer ul {
    margin-top: 6px;
}

#footer-left {
    float: left;
}

#footer-right {
    float: right;
}

/* Videos
********************************************************************************************************/
#training-videos {
    width: 163px;
    float: left;
    text-align: center;
    padding: 0 5px 5px 10px;
}

#training-videos img {
    padding: 5px;
}

/* Create Account
********************************************************************************************************/
#create-account {
    font-size: 14px;
    width: 100%;
}

#create-account p {
    width: 150px;
    font-size: 14px;
}

#create-account td .jqTransformSelectWrapper{
    margin: 4px 0;
    min-width: 104px;
}

#create-account input {
   border: 2px solid #8EB5CF;
   background: #F8F8F8;
   -moz-border-radius: 9px;
   -webkit-border-radius: 9px;
   padding: 9px 9px 9px 9px;
   margin: 4px 0;
   width: 240px;
   font-size: 14px;
}

#create-account .radio input {
    width: 25px;
}

#create-account .button {
    width: 128px;
    background-color:#295B7C !important;
    border: none;
    color:#FFFFFF !important;
    padding:5px;
}

#create-account .button:hover {
    background-color: #356f99 !important;
    border: none;
    padding: 5px;
    color: #fff;
}

#create-status {
    text-align: center;
}

#create-status p{
    
    color:#6F6F6F;
    font-size:16px;
    padding:5px;
}

#create-status .selected {
    background: #BFBFBF;
    color: #fff;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    padding: 5px;
    display: block;
    width: 255px;
}

/* My Account
********************************************************************************************************/
#my-account h1 {
    color:#356F99;
    font-size:24px;
    margin-bottom: 12px;
    border-bottom:1px solid #CCCED0;
}

#my-account h2 {
    margin-bottom: 8px;
}

#my-account h3 {
    color:#6FAFDF;
    font-size: 14px;
}

#my-account h4 {
    font-size: 11px;
    margin-bottom: 4px;
}

#my-account a {
    color: #000;
    text-decoration: none;
}

#my-account a:hover {
    color: #356F99;
}

#my-account p {
    font-size: 14px;
    line-height: 1.2em !important;
}

.content-block {
    background: #F2F2F2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
    border:1px solid #B5B5B5;
}

.sub-content-block {
    background: #F8F8F8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.sub-content-block p {
    width: 75px;
    padding: 0px !important;
    line-height: 1em !important;
}

.sub-content-block td {
    padding: 5px 0;
}
.corner-link {
    float: right;
    font-size: 14px;
}

.edit {
    background-image:url("/images/edit-icon.png");
    background-position:0 5px;
    background-repeat:no-repeat;
    padding:5px 5px 5px 20px;
}

.more {
    background-image:url("/images/more-icon.png");
    background-position:0 5px;
    background-repeat:no-repeat;
    padding:5px 5px 5px 20px;
}

.close {
    background: url("/images/close-icon.png") transparent;
    background-position:0 5px;
    background-repeat:no-repeat;
    padding:5px 5px 5px 20px;
}
    
.reward-image {
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #B5B5B5;
    text-align: center;
}

#wrapper-sub .pop-up {
    display: none;
}

#missing-prompt {
    font-size: 12px;
    background: #FEFFAF;
    border: 2px solid #DEDF8B;
    padding: 15px 15px 5px 15px;
    margin-bottom: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#welcome #welcome-image {
    float: left;
    margin-right: 15px;
}

#welcome #welcome-image .corner-link {
    float: none;
}

#welcome #welcome-image img {
    border: 1px solid #B5B5B5;
    display: block;
    background-color: #fff;
}

#welcome #welcome-text {
    float: left;
}

#welcome #welcome-text p {
    padding-bottom: 3px;
}

#welcome #welcome-text h3 {
    padding-bottom: 7px;
}

#my-points #user-points {
    float: left;
    text-align: center;
    margin-right: 15px;
}

#my-points #user-points span {
    font-size: 60px;
    color: #EFCF3B;
    font-weight: bold;
}

#my-points #reward-list {
    width: 505px;
}

#upcoming-events .event-list {
    margin-bottom: 5px;
}

#upcoming-events .event-list a, #activities-list a {
    border-bottom:1px dotted #000000;
}

#latest-points .positive {
    color: #EFCF3B;
}

#latest-points .negative {
    color: #D95555;
}
    
#rewards-received-list .reward-image {
    width: 55px !important;
    height: 55px !important;
}

#my-account-pop {
    padding: 15px;
    background: #F8F8F8;
}

#my-account-pop .reward-list {
    padding: 0 0 10px 0;
}

#my-account-pop .reward-list .reward-image {
    float: left;
    margin: 0 10px 0 0;
    width: 115px;
    height: 115px;
}

#my-account-pop #create-account input { 
    background: #fff;
}

#my-account-pop .button {
    margin-left: 155px;
}

.account-link {
    border: none;
    float: right;
    padding: 5px 5px 5px 20px;
    font-size: 12;
    line-height: 17px;
}

.account-link:hover {
    color: #356f99;
    cursor: pointer;
}

/* Extras
********************************************************************************************************/
.sponsor-images img {
    padding: 14px;
}

.game-images {
    padding: 8px;
    margin: 6px;
    background-color: #F8F8F8;
    width: 150px;
    text-align: center;
    float: left;
}

.donate {
    font-weight: bold;
    color: #6FAFDF;
}

.Error {
    background: #FFBFBF;
    border: solid 2px #FF7F7F;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
    color: #AF3636;
    display: block;
}

#quizQuestion {
    font-size: 14px;
    padding: 10px;
}