* {
    margin: 0;
    padding: 0;
}

body {
    background: #3a3a3c;
    color: #3a3a3c;
    font-family: arial, sans;
    font-size: 13px;
}

a {
    color: #396C74;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a.selected {
    color: #D4232B;
}

h1, h2, h4, h5, h6 {
    margin-bottom: 5px;
}

h1 {
    font-size: 25px;

}

h2 {

    font-size: 14px;

}

h3 {
    color: #3a3a3c;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

p {
    margin: 0px 0px 10px 0px;
}

img {
    border: none;
}

/*header start*/

#headerContainer {
    width: 100%;
    background-color: #fff;
}

#header {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 90px;
    background-image: url("../objs/header_bg.jpg");
    background-repeat: no-repeat;
}

#headerLogo {
    width: 345px;
    height: 70px;
    float: left;
    padding: 8px 0px 8px 0px;
}

#headerRightContainer {
    float: right;
    width: 90px;
}

#headerLogin {
    width: 95px;
    height: 65px;
    float: right;
    background-image: url("../objs/login.png");
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 5px 0px 0px;
}

#headerLogin a:link, #headerLogin a:visited {
    color: #fff;
    text-decoration: none;
}

#headerLogin a:hover {
    color: #ccc !important;
    text-decoration: none;
}

/*header stop*/

/*menu start*/

#menu_container {
    margin: 0px auto 0 auto;
    width: 960px;
    height: 35px;
    background-color: #3a3a3c;
}

#pmenu, #pmenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#pmenu a, #pmenu a:visited {
    display: block;
    font-size: 14px;
    font-family: arial, sans-serif;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}

#pmenu li {
    float: left;
    background: #3a3a3c;
    padding: 0px 14px 0px 14px;
}

#pmenu li:hover {
    color: #fff;
    background: #396C74;
    padding: 0px 14px 0px 14px;
}

#pmenu li:active {
    color: #fff;
    padding: 0px 14px 0px 14px;
}

/*menu stop*/

/*main page start*/

.wrapAll {
    width: 100%;
}

.wrapContent, .wrapContentMain {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.wrapAllMain {
    width: 100%;
    background-color: #fff;
}

.wrapContentMain h1 {
    color: #D4232B;
    font-size: 25px;
    text-align: left;
    font-family: 'georgia', serif;
    font-weight: bold;
    margin-bottom: 15px;
}

.wrapContentMain h2 {
    color: #396C74;
    font-size: 20px;
    text-align: left;
    font-family: 'georgia', serif;
    font-weight: normal;
}

.wrapContentMain h3 {
    color: #3a3a3c;
    font-size: 17px;
    text-align: left;
    font-family: 'georgia', serif;
    font-weight: normal;
}

.wrapContentMain li {list-style-image: url("../objs/li.png");margin-bottom:10px;}

/*main page stop*/

/*index start*/

#indexHeaderCont {
    width: 100%;
    background-color: #396C74;
    background-image: url("../objs/index_header_bg.gif");
    background-repeat: no-repeat;
    background-position: center;

}

#indexHeader {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 325px;
}

.textCont {
    float: left;
    width: 570px;
}

#indexHeader h1 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    padding-top: 25px;
    text-transform: uppercase;
    text-align: left;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
}

#indexHeader h2 {
    color: #3a3a3c;
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

#indexHeader p {
    color: #fff;
}

#indexChallenge {
    position: absolute;
    width: 465px;
    height: 365px;
    top: 20px; /*top:-235px;*/
/*float:right;*/
    right: 120px;
    display: block; /*left:-120px;*/
}



.indexCol {
    width:301px;
    padding:0px 10px 10px 10px;
    border-right:solid 1px #ccc;
    float:left;
    height:320px;
}

.indexCol2 {
    width:301px;
    padding:0px 10px 10px 5px;
    border-right:solid 1px #ccc;
    float:left;
    height:320px;
}

.indexColLast {
    width:301px;
    float:left;
    padding:0px 10px 10px 10px;
    height:320px;
}

.indexCol h2{
   margin-top:5px;
}

.indexColLast p, .indexCol p{
    margin-top:5px;
}


.indexTable {
    margin-top: 50px;
    width: 100%;
}

.indexTable tr {
    vertical-align: top;
}

.indexEvents {
    width: 100%;
    display: block;
}

.indexEvents a:link {
    color: #3e3e3f;
}

.indexEvents a:hover {
    color: #D3232B;
}

.indexEvents td {
    vertical-align: top;
    padding-bottom: 10px;
}

.indexEventsHeading {
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
}

.indexEventsContent {
    font-size: 9px;
    width: 220px!important;
}

.indexEventsContent a {
    white-space: nowrap
}

.indexEventsDetails {
    width: 220px;
    margin-left: 10px;
    float: left;
}

.indexEventsCal {
    background: url(../objs/calendar_background.png);
    width: 60px;
    height: 64px;
    display: block;
    position: relative;
}

.indexEventsCalHeading {
    position: absolute;
    font-size: 10px;
    color: #ffffff;
    top: 8px;
    left: 10px;
}

.indexEventsCalDate {
    float: left;
    width: 100%;
    margin-top: 25px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #3a3a3c;
}

.indexNewsTD {
    width:320px;
    padding:8px;
    border-right: 1px solid silver;
}

.indexNewsTD p{
    padding-top:5px;
}

.colFullColIndex {
    width: 960px;
    padding: 30px 0px 20px 0px;
    margin-top:40px;
    position: relative;
    overflow:hidden;

}

.colFullColIndex h2 {
    color: #D4232B;
    font-size: 28px;
    font-family: 'georgia', serif;
}



/*index stop*/

/*generic start*/

.pageHeaderCont {
    height: 55px;
    background-color: #396C74;
    background-image: url("../objs/index_header_bg.gif");
    background-repeat: no-repeat;
    background-position: center top;
}

.pageHeader {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
}

.pageHeader h1 {
    color: #fff;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align: left; /*text-shadow: #000 1px 1px 2px;*/
    margin: 0px;
}

.arrowPageHeaders {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 216px;
    height: 85px;
    margin-top: -45px;

}

.arrowPageHeaders h1 {
    font-family: "Qwigley";
    color: #fff;
    font-size: 35px;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center; /*text-shadow: #000 1px 1px 2px;*/
    margin: 0px;
}

.colFullCol {
    width: 930px;
    padding: 15px 15px 15px 15px;
    overflow: auto;
}

.paddingTop {
    padding-top: 55px;
}

.paddingTop75 {
    padding-top: 75px;
}

.colFirst {
    width: 450px;
    float: left;
    margin: 0px 15px 15px 0px;

}

.colSecond {
    width: 450px;
    float: left;

}

.colSecond ul {
    padding-left: 15px;
}

.colSecond p {
    margin: 0px 0px 10px 0px
}

/*generic stop*/

/*about challenge start*/

.colFirstAbout {
    width: 462px;
    float: left;
    margin: 0px 15px 15px 0px;

}

.colSecondAbout {
    width: 427px;
    float: left;
    padding: 11px;
    margin: 10px 0px 15px 0px;
    background-color: #f2f2f2;
    border: solid 1px #ccc;
}

.colSecondAbout h3 {
    margin-top: 20px;
}

.colSecondAbout ul {
    padding-left: 15px;
}

.littleshipContMain {
    width: 452px;
    float: left;
    margin-right: 10px;

}

.littleshipContMainRight {
    width: 452px;
    float: right;

}

.littleshipCont {
    width: 452px;
    overflow: hidden;
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
    margin-bottom: 20px;

}

.littleshipCont h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.littleshipCont h2 {
    margin: 5px 5px 5px 0px;
    font-family: 'georgia', serif;
}

.littleshipContPhoto {
    background-color: #fff;
    border: solid 1px #fff;
    height: 300px;
    padding: 5px;

}

.floatLeftImage {
    float: left;

}

.floatRightImage {
    float: right;

}

.floatLeftImage p, .floatRightImage p {
    margin-top: 10px;
    font-weight: bold;

}

.aboutTable h2 {
    margin-top: 5px;
}

.aboutTable td {
    background-color: #fff;
    padding: 10px;
}

.aboutTable a,
.aboutTable a:link,
.aboutTable a:visited {
    border: none;
}

.aboutTable {
    width: 100%;
    border-top: 1px solid #CEE3F2;
    border-right: 1px solid #CEE3F2;
    margin: 5px auto 0px auto;
    border-collapse: collapse;
    font-size: 12px;
}

.aboutTable .caption {
    color: #9ba9b4;
    font-size: .94em;
    letter-spacing: .1em;
    margin: 1em 0 0 0;
    padding: 0;
    caption-side: top;
    text-align: center;
}

.aboutTable tr.odd td {
    background: #f7fbff;

}

.aboutTable tr.odd .column1 {
    background: #f4f9fe;
}

.aboutTable .column1 {
    font-weight: bold;
    width: 150px;
    font-size: 13px;

}

.aboutTable td {
    color: #396C74;
    border-bottom: 1px solid #CEE3F2;
    border-left: 1px solid #CEE3F2;
    padding: .3em 1em;
}

.aboutTable th {
    font-weight: bold;
    color: #396C74;
    text-align: left;
    border-bottom: 1px solid #CEE3F2;
    border-left: 1px solid #CEE3F2;
    padding: .3em 1em;
}

.col2Tech {
    width: 450px;
    float: left;
    margin: 0px 15px 15px 0px;
    background-color: #f2f2f2;
    text-align: center;
}

#mainImageTitle {
    background-image: url("../objs/stripe_bg.png");
    background-repeat: repeat;
    width: 430px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-family: arial;
    text-transform: uppercase;
}

#mainImage {
    width: 450px;
    margin: 15px 0px 15px 0px;
}

.carouselContainer {
    background-image: url("../objs/stripe_bg.png");
    background-repeat: repeat;
    width: 340px;

}

.col1Tech {
    width: 460px;
    float: left;
}

.col1Tech ul {
    padding-left: 15px;
    margin-bottom: 10px;
}

.techDetailImage {
    width: 420px;
}

.techDetailTable{
    width:100%;
    background:#fff;
}

.techDetailTable td
{
    max-width:125px;
    background:#f2f2f2;
    text-align:center;
    vertical-align:top;
}

.techDetailTable div{
    width:200px;
    background:#fff;
    display:block;
    padding:5px;
    margin:0 auto 0 auto;
    margin-top:10px;
    margin-bottom:10px;
    box-shadow: 0 0 3px #AAAAAA;
}

.menuRight {
    width: 265px;
    float: left;
    margin-left: 15px;
    padding: 15px;
    background-color: #f2f2f2;
}

.menuRight ul {
    margin-left: 15px;
}

.menuRight li {
    line-height: 18px;
}

.contentLeftAbout {
    width: 620px;
    float: left;
}

.contentLeftAboutChallenge {
    width: 457px;
    float: left;

}

.menuRightAboutChallenge {
    width: 450px;
    float: right;
    margin-left: 15px;
}

/*about challenge stop*/

/*news start*/

.newsRight {
    float: right;
    width: 400px;
    clear: right;
}

.newsContainer {
    width: 930px;
    padding: 40px 15px 15px 15px;
    overflow: auto;
}

.newsContainerDetail {
    width: 930px;
    padding: 60px 15px 15px 15px;
    overflow: auto;
}

.left {
    float: left;
    width: 460px;
}

.mainNews {
    width: 480px;
    float: left;
    background-color: #f2f2f2;
    overflow: auto;
    padding: 15px;
    margin-bottom: 15px;
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
    border: solid 1px #fff;
}

.mainNewsSocial a {
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.mainNewsImage {
    float: left;
    margin-right: 10px;
    margin-bottom: 1px;
}

.mainNewsDate {
    margin-top: 20px;
    color: #666666;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.mainNewsText {
    float: right;
}

.mainNews a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;

}

.subNews {
    width: 400px;
    float: right;
    border-top: solid 1px #ccc;
    padding: 15px 0pc 15px 0px;
}

.subEvent {
    width: 400px;
    float: right;
    border-top: solid 1px #ccc;
    padding: 15px 0pc 15px 0px;
}

.subThumb {
    width: 125px;
    float: left;
    margin-right: 15px;
    text-align: center;
}

.subText {
    float: left;
    width: 260px;
}

.subText a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;

}

.subText p {
    margin-bottom: 0px;
    margin-top: 5px;
}

.pagination {
    border-top: solid 1px #ccc;
    width: 400px;
    float: right;
    padding: 15px 0 0 0;
}

.pagination a {
    padding: 5px;

}

.newsDetailCont {
    background-color: #f2f2f2;
    padding: 15px 15px 0px 15px;
    width: 655px;
    overflow: hidden;
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
    border: solid 1px #fff;
}

.newsDetailCont h2 {
    font-size: 18px;
    font-family: 'georgia', serif;
}

.newsDetailCont p {
    margin-bottom: 15px;
}

.newsDetailImage {
    margin: 0px 15px 0px 0px;
    width: 350px;
    float: left;
    padding: 0px;
    background-image: url("../objs/stripe_bg.png");
    background-repeat: repeat;
}

.newsDetailText {
    float: right;
}

.newsMenu {
    float: right;
    width: 190px;
    background-color: #f2f2f2;
    padding: 15px;
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
    border: solid 1px #fff;

}

.newsMenu h3 {
    margin-bottom: 10px;
    border-bottom:solid 1px #ccc;
    padding-bottom:5px;
}

.newsMenu ul {
    padding: 0px 0px 0px 15px;
}

.newsMenu li {
    font-size:12px;

}

.newsMenu a {
    text-decoration: underline;
}

.addthis_toolbox {
    padding-bottom: 15px;
}

/*news stop*/

/*event start*/

.eventContainer {
    width: 930px;
    padding: 40px 15px 15px 15px;
    overflow: auto;
}

.mainEvent {
    width: 480px;
    float: left;
    background-color: #f2f2f2;
    overflow: auto;
    padding: 15px;
    margin-bottom: 15px;
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
    border: solid 1px #fff;
}

.mainEventSocial a {
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.mainEventImage {
    float: left;
    margin-right: 10px;
    margin-bottom: 1px;
}

.mainEventDate {
    margin-top: 20px;
    color: #666666;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.mainEventText {
    float: right;
}

.mainEvent a {
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
    text-transform: uppercase;
}

.subEvent {
    width: 400px;
    float: right;
    border-top: solid 1px #ccc;
    padding: 15px 0pc 15px 0px;
}

.eventDetailCont {
    background-color: #f2f2f2;
    padding: 15px 15px 0px 15px;
    width: 665px;
    overflow: hidden;
}

.eventDetailCont h2 {
    font-size: 18px;
    font-family: 'georgia', serif;
}

.eventDetailCont p {
    margin-bottom: 15px;
}

.eventDetailImage {
    margin: 0px 15px 15px 0px;
    width: 350px;
    float: left;
}

.eventDetailText {
    float: right;
}

.eventMenu {
    float: right;
    width: 190px;
    background-color: #f2f2f2;
    padding: 15px;
}

.eventMenu h3 {
    margin-bottom: 10px;
}

.eventMenu ul {
    padding: 0px 0px 0px 15px;
}

.eventMenu li {
    list-style: none;
    list-style-image: url("../objs/li.png");
    margin-bottom: 10px;
}

.eventMenu a {
    text-decoration: underline;
}

/*event stop*/

.educationTable {
    width: 403px;
    float: right;
}

.educationTable th {
    background-image: url("../objs/stripe_bg.png");
    background-repeat: repeat;
    color: #fff;
    text-align: left;
    padding: 10px;
}

.educationTable td {
    background-color: #f2f2f2;
    text-align: left;
    padding: 10px 10px 5px 10px;
}

.educationTable p {
    margin-bottom: 10px;
}

.educationRight {
    float: right;
    width: 400px;
    clear: right;
}

.mainEducation {
    width: 480px;
    float: left;
    overflow: auto;
    margin-bottom: 15px;
}

.mainEducation ul {
    padding-left: 15px;
}

.textCenter {
    text-align: center;
}

.sailingCont {
}

.sailingDates {
    margin-bottom: 10px;

}

.sailingImage {
    float: left;
    margin: 0px 10px 5px 0px;
}

.sailingText {
    float: left;
    background-color: #ccc;
    width: 400px;
}

/*sailing stop*/

/*contact start*/

#contactForm {
    float: left;
    width: 555px;
    background-color: #f2f2f2;
    padding: 15px;
    overflow: hidden;
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
    border: solid 1px #fff;

}

#contactDetails {
    width: 290px;
    float: left;
    margin-left: 20px;

}

#widget_email, #widget_name {
    height: 30px;
    width: 552px;
    webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

#contactForm  .dijitTextArea {
    width: 545px;
    height: 150px;
    webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#contactForm dt {
    margin-bottom: 7px;
    font-weight: bold;
}

#contactSendBtn {
    float: right;
}

/*contact stop*/

/*footer start*/

#footerContaniner {
    width: 100%;
    background-color: #3a3a3c;
}

#footer {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    padding-top: 15px;
}

.footerColRight {
    float: right;
    width:200px;
}

.footerColLeft {
    float: left;
}

#footer img {
    border: none;
}

#footer p {
    color: #fff;
    font-size: 11px;
    margin: 0px;

}
#social {
    width:260px;
    height: 32px;
    margin: 0px 0px 0px 0px;
    float: right;
    text-align: right;
}

#newsletter {
    width:200px;
    margin-top:10px;
    float:right;
}

#britLogo {
    float: right;
    width: 230px;
    margin-top:75px;
    text-align:right;
}

#sponsors {
    float:left;
    margin-top:20px;
    
}

a.rollover {
    display: block;
    width: 32px;
    height: 32px;
    text-decoration: none;
    background: url("../objs/facebook_roll.png");
    float:left;
}

a.rollover:hover {
    background-position: 0 -32px
}

a.rollover1 {
    display: block;
    width: 32px;
    height: 32px;
    text-decoration: none;
    background: url("../objs/twitter_roll.png")
}

a.rollover1:hover {
    background-position: 0 -32px
}

.displace {
    position: absolute;
    left: -5000px
}

.newsletter {
    float:left;
    margin-right:10px;

}

.facebook {
    float:left;
    margin-right:5px;

}

.twitter {
    float:left;

}

.crew {
  margin-top:25px;

}

.crew a:link{
    color:#fff;
    font-weight:bold;
     background-color:#313131;
  padding:5px 10px 5px 10px;
  webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.crew a:visited{
    color:#fff;
}

.crew a:hover{
     background-color:#767676;
}


/*footer stop*/

/*timeline start*/

.sociales {
    text-align: center;
    margin-bottom: 20px;
}

#timeline {
    width: 880px;
    min-height: 500px;
    display: block;
    overflow: hidden;
    margin: 0 auto 0 auto;
    position: relative;
    background: url('http://stchallenge.org/images/dot.gif') left 45px repeat-x;
}

.timelineinner {
    width: 400px;
    height: 80px;
    overflow: hidden; /*margin: 100px auto;*/
    position: relative;
    background: url('http://stchallenge.org/images/dot.gif') left 45px repeat-x;
}

.dates {
    width: 880px;
    height: 60px;
    overflow: hidden;
}

.dates li {
    list-style: none;
    float: left;
    width: 120px;
    height: 80px;
    font-size: 24px;
    text-align: center;
    background: url('http://stchallenge.org/images/biggerdot.png') center bottom no-repeat;
}

.dates a {
    line-height: 38px;
    color: #3a3a3c;
    position: relative;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 32px;
    top: 20px;
    font-family: georgia;
}

.dates a:hover  {
    color:#B3B3B3;

}

.dates .selected {
    font-family: "Qwigley";
    font-size: 58px;
    top: 5px;
    cursor: default;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: white;

}

.innerdates {
    width: 400px;
    height: 60px;
    overflow: hidden;
}

.innerdates li {
    list-style: none;
    float: left;
    width: 100px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    background: url('http://stchallenge.org/images/biggerdot.png') center bottom no-repeat;
}

.innerdates a {
    line-height: 38px;
    padding-bottom: 10px;
}

.innerdates .selected {
    font-size: 38px;
}

.issues {
    width: 880px;
    overflow: hidden;
}

.issues h2 {
    font-size: 35px;
    text-align: left;
    color: #3a3a3c;
    font-weight: normal;
}

.issues li {
    width: 880px; /*height: 350px;*/
    list-style: none;
    float: left;

}

.issues li.selected img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.issues li img {
    float: left;
    margin: 10px 30px 10px 50px;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}

.issues li h1 {
    color: #396C74;
    font-size: 48px;
    margin: 20px 0; /*text-shadow: #000 1px 1px 2px;*/
}

.issues li p {
    font-size: 14px;
    margin-right: 30px;
    font-weight: normal;
    line-height: 18px; /*text-shadow: #000 1px 1px 2px;*/
}

.innerissues {
    width: 880px;
    min-height: 350px;
    overflow: hidden;
}

.innerissues li {
    width: 880px;
    min-height: 350px;
    list-style: none;
    float: left;
}

.innerissues li.selected img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.innerissues li img {
    float: left;
    margin: 10px 30px 10px 50px;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}

.innerissues li h1 {
    color: #396C74;
    font-size: 48px;
    margin: 20px 0; /*text-shadow: #000 1px 1px 2px;*/
}

.innerissues li p {
    font-size: 14px;
    margin-right: 70px;
    font-weight: normal;
    line-height: 22px; /*text-shadow: #000 1px 1px 2px;*/
}

#grad_left,
#grad_right {
    width: 100px;
    height: 350px;
    position: absolute;
    top: 0;
}

#grad_left {
    left: 0;
    background: url('http://stchallenge.org/images/grad_left.png') repeat-y;
}

#grad_right {
    right: 0;
    background: url('http://stchallenge.org/images/grad_right.png') repeat-y;
}

.next {
    position: absolute;
    font-size: 20px;
    top: 33px;
    right: 15px;
    background: url(../objs/red_arrow_right.png);
    width: 13px;
    height: 53px;
    display: block;
}

.prev {
    position: absolute;
    left: 15px;
    font-size: 20px;
    top: 33px;
    background: url(../objs/red_arrow_left.png);
    width: 13px;
    height: 53px;
    display: block;
}

.next:hover, .prev:hover {
/*background-position: 0 -76px;*/
}

.next.disabled, .prev.disabled {
    opacity: 0.2;
}

.innernext, .innerprev {
    position: absolute;
    top: 0;
    font-size: 70px;
    width: 22px;
    height: 38px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.pdflist {
    display: block;
    margin: 10px;
}

.timelineContainer {
    position: relative;
    margin: 0 auto 0 auto;
    min-height: 700px;
    display: block;
}

.numberBlock {
    width: 100%;
    height: 120px;
    left: 0;
    display: block;
    background: #f2f2f2;
    position: absolute;
}

.arrowTop {
    margin: 0 auto 0 auto;
    display: block;
    width: 155px;
    height: 65px;
    position: relative;
    top: -20px;
    background: url(../objs/red_arrow_down.png);
}

.timelineLeft {
    width: 430px;
    float: left;
    overflow: hidden;
}

.timelineLeftP {
    width: 430px;
    float: left;
    overflow: hidden;
    max-height: 450px;
}

.timelineLeftP a {
    text-decoration: underline;
}

.timelineLeft h2 {
    font-size: 25px;
    font-family: arial;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
}

.timelineLeft p {
    font-size: 13px !important;
    font-family: arial;
    line-height: 14px;

}

.ui-tabs-nav a {
    text-transform: uppercase;
}

/*timeline stop*/

/***Dan Stuff***/
.galleryThumb {
    width: 125px; /*height:85px;*/
/*display:block;*/
    margin: 0px; /* float:left;*/
    border: 1px solid #3a3a3c;
    cursor: pointer;
    background-color: #3a3a3c !important;

}

.galleryThumbVid {
    width: 125px;
    height: 85px;
    display: block;
    margin: 0px;
    float: left;
    border: 1px solid #ccc;

}

.carouselContainer {
    width: 442px;
    margin: 0px 10px 0px 0px;
    display: block;
    color: #3a3a3c;
}

/**************DAN EDIT*********************/
#mediaContent {
    margin: 10px 0px 10px 0px;
}

.contentDiv {
    width: 442px;
    min-height: 250px;
    float: right;
    margin-top: 10px;
    display: block; /************DAN EDIT**************/
    background: #f2f3f4;
}

.contentDiv h2 {
    font-size: 16px;
    text-align: center;

}

.carousel_inner {
    float: left;
    width: 400px;
    display: block;
    overflow: hidden;
    background-image: url("../objs/stripe_bg.png");
    background-repeat: repeat; /**********DAN EDIT**************/
    margin: 0 auto 0 auto;

}

.testing {
    background-color: #1a1a1a;
}

.carousel_ul {
    position: relative;
    left: 0px; /* important (this should be negative number of list items width(including margin) */
    list-style-type: none; /* removing the default styling for unordered list items */
    margin: 0px;
    padding: 0px;
    width: 9999px;
    padding-bottom: 10px; /*********DAN EDIT***********/
    padding-top: 10px; /*padding-left:2px;*/
    background: #3e3e3f;
}

.carousel_ul {
    position: relative;
    left: 0px; /* important (this should be negative number of list items width(including margin) */
    list-style-type: none; /* removing the default styling for unordered list items */
    margin: 0px;
    padding: 0px;
    width: 9999px;
    padding-bottom: 10px; /*********DAN EDIT***********/
    padding-top: 10px; /*padding-left:2px;*/
    background: #3e3e3f;
    background-image: url("../objs/stripe_bg.png");
    background-repeat: repeat;
}

.carousel_ulGallery {
    padding-top: 0;
    background-image: url("../objs/stripe_bg.png");
    background-repeat: repeat;
}

.carousel_ul li {
    float: left; /* important for inline positioning of the list items */
    width: 125px; /* fixed width, important */
/* just styling bellow*/
    padding: 0px;
    height: 85px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #3e3e3f;
    display: block;
}

.carousel_ul li img {
    margin-bottom: -4px;
    cursor: pointer;
    border: 0px;
}

.left_scroll {
    margin: 0;
    padding: 0;

    display: block;
    height: 85px;
    width: 15px;
    float: left;
    cursor: pointer; /****************DAN EDIT*****************/
    margin-left: 7px;
    margin-top: 20px;
    background: url(../objs/leftlight.png);
}

.right_scroll {
    margin: 0;
    padding: 0;

    display: block;
    height: 85px;
    width: 15px;
    float: left;
    cursor: pointer; /*************DAN EDIT*****************/
    margin-top: 20px;
    background: url(../objs/rightlight.png);
}

.left_scrollGallery {
    margin: 0;
    padding: 0;
    display: block;
    height: 85px;
    width: 15px;
    float: left;
    cursor: pointer; /****************DAN EDIT*****************/
    padding-left: 1px;
    margin-top: 10px;
    background: url(../objs/leftlight.png);
}

.right_scrollGallery {
    margin: 0;
    padding: 0;

    display: block;
    height: 85px;
    width: 15px;
    float: left;
    cursor: pointer; /*************DAN EDIT*****************/
    margin-top: 10px;
    background: url(../objs/rightlight.png);
}

.rightContainer {
    width: 442px;
    display: block;
    position: absolute;
    right: 0;
    overflow: hidden;
    background-color: #f4f9fe;
    min-height: 480px;
    font-family: arial; /********************DAN EDIT***************/
    background: #3e3e3f;
    background-image: url("../objs/stripe_bg.png");
    background-repeat: repeat;
}

.tabs {
    background: transparent;
    border: none;
    min-height: 650px;

}

.tabs .ui-widget-header {
    background: transparent;
    border: none;
    margin-top: -10px;
    min-height: 60px;
}

.tabs .ui-state-default {
    background: transparent;
    border: none;

}

.tabs .ui-state-active {
    background: url(../objs/uitabsline.png) top center no-repeat;
    position: relative;
    top: 0;
    border: none;
    height: 50px;
}

.tabs .ui-state-default a {
    margin-top: 25px;
    color: #396c74;
    text-decoration: underline;
}

.tabs .ui-state-active a {
    color: #2D6C75;
    text-decoration: underline;
}

#timelineHR {
    background: #d3232b;
    color: #d3232b;
    height: 1px;
    width: 100%;
    left: 0;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 0px;
    display: block;
    font-size: 1px;
    position: absolute;
}

#galleryH2 {
    font-size: 15px;
    text-align: center; /************DAN EDIT********************/
    color: #ffffff;
    background: #3e3e3f;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    background-image: url("../objs/stripe_bg.png");
    background-repeat: repeat;
}

.indexH3 {
}

.indexActiveH3 {
    color: #d3232b;
}

.prevTab {
    width: 35px;
    height: 40px;
    display: block;
    background: url(../objs/prevtab.png) no-repeat;
    margin-top: 10px;
    margin-left: -5px;
    border: 0;
}

.nextTab {
    width: 35px;
    height: 40px;
    display: block;
    background: url(../objs/nexttab.png) no-repeat;
    margin-top: 10px;
    margin-right: -5px;
    border: 0;
}

.aboutBlock {
    width: 457px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 145px;
    background-repeat: repeat;

}

.aboutBlockThumb {

    width: 215px;
    margin-top: 10px;
    height: 125px;
    display: block;
    /*margin-left: 2px;
    overflow: hidden;*/
    background-color: #fff;
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
}

.aboutBlock table {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.aboutBlockText {
    float: left;
    margin-left: 10px;
    width: 255px;
}

.aboutBlockText h2 {
    margin-top: 10px;
    font-size: 18px;
    font-family: 'georgia', serif;
}

.aboutfull {
    width: 925px;
    overflow: hidden;
    padding: 3px 15px 0px 3px;
}

/* Gallery styles */

#main {
    width: 427px;
}

#main #gallery {
/* CSS3 Box Shadow */
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA; /* CSS3 Rounded Corners */
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid white;
    background: url(../objs/slides/panel.jpg) repeat-x bottom center #ffffff; /* The width of the gallery */
    width: 427px;
    overflow: hidden;
}

#main #slides {
/* This is the slide area */
    height: 300px; /* jQuery changes the width later on to the sum of the widths of all the slides. */
    width: 427px;
    overflow: hidden;

}

#main .slide {
    float: left;
    text-align: center;
}

#main .slide p {
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
}

.menuItem {
    font-size: 16px;
    padding-top: 3px;
}

#main #menu {
/* This is the container for the thumbnails */
    height: 45px;
}

#main ul {
    margin: 0px;
    padding: 0px;

}

#main li {
/* Every thumbnail is a li element */
    width: 28px;
    display: inline-block;
    list-style: none;
    height: 45px;
    overflow: hidden;
    text-align: center;
}

#main li.inact:hover {
/* The inactive state, highlighted on mouse over */
    background: url(../objs/slides/pic_bg.png) repeat;
}

#main li.act, li.act:hover {
/* The active state of the thumb */
    background: url(../objs/slides/active_bg.png) no-repeat;
}

#main li.act a {
    cursor: default;
}

#main .fbar {
/* The left-most vertical bar, next to the first thumbnail */
    width: 1px;
}

#main li a {
    display: block;
    height: 35px;
    padding-top: 10px;
    width: 29px;
}

#main a img {
    border: none;
}

.yourHistory {
    background-color: #e6e6e6;
    height: 100px;
    background-image: url("../objs/stripe_bg.png");
    background-repeat: repeat;

}

.yourHistoryInner {
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 0px 0px 0px 0px;

}


/*sailing*/

.sailingCalDiv {
    width: 298px;
    float: left;
    margin-right: 10px;
    background: #f2f2f2;
    height: 85px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
    border: solid 1px #fff;
}

.sailingCal {
    background: url(../objs/calendar_background.png);
    width: 64px;
    height: 64px;
    display: block;
    position: relative;
    float: left;
    margin: 0px 12px 0px 10px;
}

.sailingCalHeading {
    position: absolute;
    font-size: 10px;
    color: #ffffff;
    top: 8px;
    left: 7px;
}

.sailingCalDate {
    float: left;
    width: 98%;
    margin-top: 25px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #3a3a3c;
}

.sailingCalTo {
    float: left;
    font-size: 10px;
    margin-top: 5px;
    margin-left: 15px;
}

.sailingCalLink {
    float: right;
    width: 212px;
    height: 65px;
    display: block;
}

.sailingCalLink table {
    width: 100%;
    height: 100%;
}

.sailingCalLink table {
    height: 100%;
    vertical-align: middle;
}

.sailingCalLink a {
    text-decoration: underline;
    font-size: 20px;
}

/*sailing*/

/*cms crew*/

.genericTable {
    width: 930px;
    border-collapse: collapse;
}

.genericTable  th {
    background-color: #f4f9fe;
    color: #396C74;
    padding: 10px;
    border: solid 1px #e5eff8;
    font-size: 14px;
    text-align: left;
}

.genericTable  td {
    background-color: #fff;
    color: #3a3a3c;
    padding: 10px;
    border: solid 1px #e5eff8;
}

.genericTable  span {
    background-color: #396c74;
    color: #fff;
    padding: 5px 10px 5px 10px;
    text-align: center;
    margin: 5px;

}

.genericTable  span:hover {
    background-color: #3a3a3c;
    color: #fff;
    padding: 5px 10px 5px 10px;
    text-align: center;
    margin: 5px;
}



/*cms crew*/