body {
    font: normal 13px/20px Arial, Helvetica, sans-serif;
    color: #333;
}

h1 {
    font: bold 30px/35px Arial, Helvetica, sans-serif;
    letter-spacing: -0.05em;
    padding: 0 0 10px 0;
}

h2 {
    font: bold 22px/20px Arial, Helvetica, sans-serif;
    letter-spacing: -0.05em;
    padding: 0 0 10px 0;
}

h3 {
    font: bold 16px/20px Arial, Helvetica, sans-serif;
    letter-spacing: -0.05em;
    padding: 0 0 10px 0;
}

h4 {
    font: bold 14px/20px Arial, Helvetica, sans-serif;
    padding: 0 0 10px 0;
}

h1:last-child {
    padding: 0;
}

a {
    color: #ffa800;
}

p,
ul,
ol,
fieldset {
    padding: 0 0 21px 0;
    margin: 0;
    position: relative;
}

blockquote {
    margin: 0 0 21px 0;
    padding: 0;
}

table {
    margin: 0 0 20px 0;
}

p:last-child,
ul:last-child,
ol:last-child {
    padding: 0;
}

blockquote:last-child {
    margin: 0;
}

table:last-child {
    margin: 0;
}

ul {
    list-style: disc outside;
    margin-left: 25px;
}
    ul ul {
        list-style: circle outside;
        
    }

ol {
    list-style: decimal outside;
    margin-left: 25px;
}

strong {
    font-weight: bold;
}

small {
    font-size: 11px;
}

#container {
    width: 955px;
    position: relative;
    margin: 0 auto;
}

#header {
    position: relative;
    height: 320px;
}

#headerTop {
    height: 80px;
    padding: 20px;
}

#subMenu {
    float: left;
    font-weight: bold;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

    #subMenu li {
        float: left;
        color: #ccc;
        font-size: 12px;
    }
    
    #subMenu li.separator {
        padding: 0 0.5em;
    }
    
    #subMenu li a {
        text-decoration: none;
        color: #333;
    }
    
    #subMenu li a:hover {
        color: #666;
    }

#logo {
    float: right;
}

#mainMenu {
    position: absolute;
    top: 80px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    #mainMenu li {
        width: 190px;
        float: left;
        margin: 0 1px 1px 0;
        font-size: 12px;
        position: relative;
        height: 25px;
        font-weight: bold;
        z-index: 499;
    }
    
    #mainMenu li a {
        text-decoration: none;
        color: #000;
        display: block;
        padding: 3px 10px 2px 10px;
        background: url(/images/menu-backgrounds.png) no-repeat 0 0;
    }
    
    #mainMenu li a:hover {
        color: #222;
        background: url(/images/menu-backgrounds.png) no-repeat 0 -30px;
    }
    
    #mainMenu li a.active {
        background: url(/images/menu-backgrounds.png) no-repeat 0 -30px;
        color: #ffa800;
    }

    #mainMenu li.subLevel {
        z-index: 500;
    }
    
    #mainMenu ul.subLevel {
        position: absolute;
        top: 26px;
        list-style: none;
        margin: 0;
        padding: 0;
        height: 0;
        overflow: hidden;
        z-index: 500;
    }
    
        #mainMenu ul.subLevel li {
            font-weight: normal;
        }
        
        #mainMenu ul.subLevel li a {
            color: #fff;
            background: url(/images/menu-backgrounds.png) no-repeat 0 -60px;
        }
        
        #mainMenu ul.subLevel li a.active {
            color: #ffa800;
        }
        
        #mainMenu ul.subLevel li a:hover {
            background: url(/images/menu-backgrounds.png) no-repeat 0 -90px;
        }

#headerImage {
    position: absolute;
    top: 80px;
}

#content {
    padding: 20px;
    overflow: hidden;
}

#footer {
    margin: 20px 0 50px;
    padding: 5px 0px 0 0px;
    font-size: 11px;
    color: #aaa;
    border-top: 1px solid #ddd;
}

#content table {
    border-top: 1px solid #efefef;
}

    #content table td,
    #content table th {
        padding: 3px 5px;
        border-bottom: 1px solid #efefef;
        vertical-align: top;
    }
    
    #content table.moreInfo td,
    #content table.moreInfo th {
        padding: 3px 5px;
        font-size: 11px;
    }

    #content table tr td:first-child,
    #content table tr th:first-child {
        padding-left: 0;
    }
    
    #content table tr td:last-child,
    #content table tr th:last-child {
        padding-right: 0;
    }
    
    #content table th {
        font-weight: bold;
        color: #666;
    }
    
#content table.full {
    width: 100%;
}

#content table tr.passed {
    color: #aaa;
}

.sponsors {
    overflow: hidden;
    height: 100%;
    background: #333;
    padding: 15px 0;
    font-size: 12px;
    line-height: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ccc;
}

    .sponsors .item {
        width: 150px;
        margin: 0 20px;
        text-align: center;
        float: left;
    }
    
    .sponsors p {
        padding: 0;
    }
    
    .sponsors h3 {
        padding-left: 20px;
    }
    
    .sponsors hr {
        border: none;
        background: transparent;
        height: 1px;
        width: 100%;
        font-size: 0;
        line-height: 0;
        clear: both;
        margin: 0;
        padding: 10px 0;
        display; block
    }

#quotes {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 15px 20px 20px 20px;
    margin: 20px 0 0 0;
    background: #666;
    color: #fff;
}
    
    #content #quotes blockquote {
        font-size: 11px;
        font-weight: normal;
        font-style: oblique;
        padding: 0 0 5px 0;
        margin: 0;
        border: none;
    }
    
    #content #quotes blockquote:last-child {
        padding: 0;
    }
    
    #quotes blockquote em {
        color: #fff;
        font-weight: bold;
    }

.frontSplit {
    overflow: hidden;
    clear: both;
    padding: 0 0 21px 0;
}

    .frontSplit .contentA {
        float: left;
        width: 445px;
    }

    .frontSplit .contentB {
        float: right;
        width: 445px;
    }

span.entryDate {
    font-weight: normal;
    color: #ccc;
}

span.entryAuthor {
    color: #ccc;
    font-size: 12px;
    margin-top: -5px;
    display: block;
}

div.blogHeading {
    padding-bottom: 10px;
}

    div.blogHeading h1 a {
        color: #333;
        text-decoration: none;
    }

div.articleBody {
    padding: 10px 0 20px 0;
}

div.blog {
    padding-bottom: 20px;
}

div.blog:last-child {
    padding-bottom: 0;
}

#content div.commentForm table textarea {
    width: 400px;
}

#content div.commentForm table input.field {
    width: 250px;
}

#content div.commentForm table,
#content div.commentForm table td,
#content div.commentForm table th {
    border: none;
}

textarea,
input.field {
    border: 1px solid #efefef;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    color: #666;
    padding: 5px;
}

div.comment {
    padding-bottom: 20px;
}

#content div.commentForm label {
    color: #333;
    display: block;
    padding-top: 5px;
}

span.commentAuthor {
    color: #ccc;
    display: block;
}

div.commentBody {
    padding-bottom: 20px;
}

div.comment {
    width: 400px;
    float: left;
}

div.commentForm {
    width: 500px;
    float: right;
}

#content table.people {
    border: none;
}

    #content table.people td,
    #content table.people th {
        border: none;
        margin: 0 auto;
        text-align: center;
    }
    
#content blockquote {
    font-style: oblique;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px dotted #efefef;
}

#contentMenu {
    width: 200px;
    float: right;
    background: #fff;
    border: 5px solid #efefef;
    margin: 0 0 20px 20px;
    padding: 0px;
    position: relative;
    z-index: 100;
    font-size: 12px;
}
    
    #contentMenu li {
        list-style: none;
        margin: 0;
        line-height: 16px;
        padding: 0;
        border-bottom: 1px solid #efefef;
    }

    #contentMenu li:last-child {
        margin: 0;
    }

    #contentMenu a {
        color: #333;
        text-decoration: none;
        display: block;
        padding: 5px 10px;
    }
    
    #contentMenu a:hover {
        background: #666;
        color: #fff;
    }

    #content img {
        padding: 5px;
        border: 1px solid #efefef;
        margin: 5px 0;
    }

    #content .contentA img,
    #content .contentB img {
        margin: 0;
        padding: 0;
    }

/* Form */

.form_field {
padding: 10px 0;
width: 600px;
}

.form_field input[type=radio] {
margin-right: 10px;
}

.form_submit {
clear: both;
padding: 10px 0;
}

.form_field label {
font-weight: bold;
}

.form_notice {
color: #18ad00;
font-size: 25px;
margin-bottom: 10px;
}

.form_error {
color: #c00;
font-size: 25px;
margin-bottom: 10px;
}

/* Image container styles */
.edy-positionable-container-center:first-child,
.edy-positionable-container-left-block:first-child,
.edy-positionable-container-right-block:first-child,
.edy-texteditor-container-wrapper-center:first-child,
.edy-texteditor-container-wrapper-left-block:first-child,
.edy-texteditor-container-wrapper-right-block:first-child {
  margin-top: 0;
}

.edy-positionable-container-center:last-child,
.edy-positionable-container-left-block:last-child,
.edy-positionable-container-right-block:last-child,
.edy-texteditor-container-wrapper-center:last-child,
.edy-texteditor-container-wrapper-left-block:last-child,
.edy-texteditor-container-wrapper-right-block:last-child {
  margin-bottom: 0;
}

.edy-positionable-container-center,
.edy-positionable-container-left-block,
.edy-positionable-container-right-block,
.edy-texteditor-container-wrapper-center,
.edy-texteditor-container-wrapper-left-block,
.edy-texteditor-container-wrapper-right-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.edy-positionable-container-left,
.edy-texteditor-container-wrapper-left {
  margin-right: 20px;
}

.edy-positionable-container-right,
.edy-texteditor-container-wrapper-right {
  margin-left: 20px;
}

.edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 12px;
  line-height: 1.3em;
  content: attr(data-title);
}