html {
    height: 100.1%;
    }


body {
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000;
    color: #fff;
    }


/* Paragraph and Headings */

h1,h2,h3,h4,h5,h6,form {
    margin: 0;
    padding: 0;
    }

p {
    line-height: 1.3em;
    margin: 0 0 1.2em 0;
    padding: 0;
    }

h1 {
    font-size: 1.6em;
    font-weight: normal;
    }

h2 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    }

h3 {
    font-size: 1.2em;
    font-weight: bold;
    }

/* Colours */

.green {color: #3dae38 !important;}
.turk {color: #00c9e6 !important;}
.yellow {color: #fdc40e !important;}
.red {color: #df1420 !important;}
.purple {color: #e10076 !important;}
.blue {color: #0099cc !important;}
.grey {color: #abaaaa !important;}
.white {color: #fff !important;}

/* Generic values */

.fl_l {float: left;}
.fl_r {float: right;}
.m5 {margin: 5px;}
.m10 {margin: 10px;}
.m15 {margin: 15px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}
.p15 {padding: 15px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 65px;}
.ml15 img {
    margin-top: 20px;
}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.no_r_border {border-right: none !important;}
.no_l_border {border-left: none !important;}
.no_r_margin {margin-right: 0 !important;}
.no_l_margin {margin-left: 0 !important;}
.ver_mid {vertical-align: middle;}
.half_width { width: 50% !important;}
.quarter_width { width: 25% !important;}
.third_width {width: 75% !important;}
img {border: none;}
.h210 {height: 210px;}

/* Text Styles */
.no_underline {text-decoration: none;}
.bold {font-weight: bold;}
.normal {font-weight: normal;}
.underline {text-decoration: underline;}
.italic {font-style: italic;}

/* Clear everything */
.clearfix {
    clear: both !important;
    float: none !important;
    }

/* Layout */

div.container {
    width: 1000px;
    margin: 0 auto;
    }

div.top {
    height: 140px;
    }

div.top img {
    margin-bottom: 20px;
    }

img.logo {
    margin-top: 20px;
    }

div.nav {
    clear: both;
    background: url(../images/g_top_bar.png) no-repeat;
    padding-top: 13px;
    border-bottom: 1px solid #666666;
    height: 32px;
    }

div.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }

div.nav ul li {
    float: left;
    }

div.nav ul li a {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 1.1em;
    padding: 8px 14px 8px 14px;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #303030;
    }

div.nav ul li a.active, div.nav ul li a:hover {color: #3dae38;}

div.breadcrumbs {
    padding: 8px 15px 13px 0;
    color: #a9a9a9;
    font-size: 0.9em;
    clear: both;
    }

div.breadcrumbs a {
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
    }

div.left_col {
    float: left;
    width: 190px;
    margin-right: 20px
    }

div.right_col {
    float: left;
    width: 780px;
    }

div.right_col a {
    color:#00C9E6;
    }

div.right_col ul {
    margin: 0 0 0 15px;
    padding: 0;
    }

div.right_col ul li {
    margin: 0 0 10px 0;
    }

div.left_col ul.subnav {
    margin: 0;
    padding: 0;
    list-style: none;
    }

ul.subnav li a {
    display: block;
    width: 170px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #333;
    font-size: 1.1em;
    }

.last_li {
    border-bottom: 1px solid #333;
    }

ul.subnav li a.active,
ul.subnav li a:hover {
    background: #333;
    }

ul.subnav li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }

ul.subnav li ul li a{
    padding: 3px 10px 3px 25px;
    width: 155px;
    border-bottom: none;
    }

ul.subnav li ul li {
    border-top: 1px solid #000;
    }

ul.subnav li ul li ul li a {
    padding-left: 40px;
    width: 140px;
    }

ul.subnav li ul li ul li ul li a {
    padding-left: 60px;
    width: 120px;
    }

div.downloads {
    padding: 10px;
    background: #002f40;
    margin: 20px 0;
    }

div.downloads h2 {
    color: #51b24a;
    font-size: 1.2em;
    border-bottom: 1px solid #335966;
    padding-bottom: 5px;
    margin-bottom: 5px;
    }

div.downloads a {
    color: #00c9e6;
    font-size: 1.1em;
    text-decoration: none;
    font-weight: bold;
    }

div.downloads a span {
    font-size: 0.8em;
    font-weight: normal;
    }


div.footer {
    clear: both;
    border-top: 1px solid #666666;
    margin: 20px 0 30px 0;
    padding: 27px 0 35px 0;
    text-align: right;
    font-size: 0.9em;
    color: #666;
    }


div.footer ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    float: right;
    }

div.footer ul li {
    float: left;
    padding: 0 15px;
    }

div.footer ul li a {
    color: #666;
    text-decoration: none;
    }

div.footer ul li a:hover {
    text-decoration: underline;
    }

/* Right column boxes */

div.box {
    width: 220px;
    }
div.box a {
    text-decoration: none;
    font-size: 0.95em;
    }

div.box a:hover {
    text-decoration: underline;
    }

h3.marathon_strapline {
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 0.5em;
    }

.background_world {
    background: url(../images/background_world.jpg) no-repeat top right;
    }

.background_prizes {
    background: url(../images/g_prizes.jpg) no-repeat top right;
    }

.background_results {
    background: url(../images/p_results_bg.jpg) no-repeat -110px 0px;
    }

.results div.box {
    width: 350px;
    }

.marathon_results div.box,
.team_details div.box {
    width: 170px;
    }

.three_col_boxes {
    clear: both;
    }

div.box {
    width: 190px;
    }

.bg {
    background: url(../images/g_challenge_bg.png) repeat-x;
    background-position: 0 62px;
    }


.three_col_boxes div.box p {
    font-size: 12px;
    margin-bottom: 0.3em;
    }

.three_col_boxes div.box h3 {
    margin-bottom: 0.5em;
    }

.three_col_boxes div.box h4 {
    margin-bottom: 1em;
    }

.three_col_boxes div.box a {
    text-decoration: none;
    color: #00c9e6;
    font-weight: bold;
    }

div.flags {
    clear: both;
    }

div.ind_flags {
    margin-left: 215px;
    }

div.ind_flags img {
    margin-right: 5px;
    }

ul.regions {
    margin: 20px 0px 0px !important;
    padding: 0px;
    list-style-type: none;
    display: block;
    clear: both;
    height: 30px;
}

ul.regions li {
    float: left;
    display: block;
    padding: 5px;
    margin-right: 5px !important;
    border: 1px solid #262626;
    background: #000000;
}

ul.regions li a {
    color: #40A43A;
}

ul.regions li a.selected {
    color: #FFFFFF;
}

div.results_table_bg {
    background:transparent url(../images/g_challenge_right_big_bg.png) repeat-x scroll right 0pt;
    height:auto;
    width:750px;
    padding: 10px;
}

.green_line {
    border-bottom: 1px solid #3dae38;
    margin: 10px 0;
    }

div.press_release {
    margin: 7px 0px 5px 5px;
    border-bottom: 1px solid #3d3d3d;
    padding-bottom: 7px;
    clear: both;
    width: 95%;
    padding-top: 5px;
}

div.press_release p {
    margin: 0px;
    margin-bottom: 1em;
    padding: 0px;
    color: #fdfdfd;
    font-weight: normal;
}

div.press_release h3 {
    font-size: 1.1em;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}

div.press_release span.date {
    color: #3DAE38;
    display: block;
    margin-bottom: 5px;
}

.press_releases a {
    color: #fff !important;
    font-size: 1.1em !important;
    }


.releases {
    border-bottom: 1px solid #333333;
    }

.releases a {
    color: #ccc !important;
    }

.registration_row {
    margin-bottom: 0.4em;
    clear: both;
    height: 25px;
}

.registration_row_long {
    margin-bottom: 0.4em;
    clear: both;
    height: 72px;
}

.label {
    width: 20em;
    float: left;
}

.field {
    padding-left: 1em;
    float: left;
}

.field_r {
    float: right;
}

.empty_row {
    margin-top: 5px;
    margin-bottom: 5px;
}

.double_empty_row {
    margin-top: 8px;
    margin-bottom: 8px;
}

select,.textbox {
    font-size: x-small;
    font-family: verdana, sans-serif;
}

input.text_area, input, textarea, select {
    background: #262626;
    border: 1px solid #000000;
    margin: 0px auto 0;
    color: #fff;
    padding: 2px;
}

input.textbox, textarea.textbox {
    width: 249px;
}

label {
    font-size: 0.9em;
    font-weight: bold;
}

div.field_r input {
    background: #000;
}

input.text_area, input, textarea, select {
    background: #262626;
    border: 1px solid #000000;
    margin: 0px auto 0;
    color: #fff;
    padding: 2px;
}

.flash_slider {
    height: 179px;
    position: relative;
    border-top: 1px solid #666666;
}

.flash_slider .banner {
    position: absolute;
    left: 788px;
    top: 0px;
    width: 186px;
    height: 177px;
    border-left: 1px solid #666666;
}

/* Sitemap */
ul.sitemap {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: left;
    width: 30%;
}

ul.sitemap li {
    display: block;
    padding: 5px;
    font-weight: bold;
    color: #3DAE38;
}

ul.sitemap ul {
    list-style-type: none;
}

ul.sitemap a {
    text-decoration: none;
    color: #39A434;
}

ul.sitemap li ul li a {
    color: #0099CC;
    font-weight: normal;
}

ul.sitemap a:hover {
    text-decoration: underline;
}

.orientation_explanation {
    width: 19em;
    position: absolute;
    left: 23em;
}

.seeing_l_col{
    margin: 0px;
    padding: 15px 0px 0px 0px;
    width: 190px;
    }



















