@charset "UTF-8";
/* CSS Document */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 20px;
    font-size: 100%;
}

div {
    padding: 10px;
}

body {
    font-family: Arial, Helvetica, Sans-Serif;
}

p {
    margin-bottom: 20px;
}

A:link {
    text-decoration: none;
    color: #576E2F;
}

A:visited {
    text-decoration: none;
}

A:active {
    text-decoration: none;
}

A:hover {
    text-decoration: none;
    color: #660033;
}

#container {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

#header {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding-top: 0;
}

#header h1 a {
    display: block;
    width: 300px;
    height: 200px;
    float: left;
    margin: 20px 0 0;
    background: url(../images/logo.jpg);
    text-indent: -9999px;
}

#header ul#nav {
    width: 580px;
    height: 220px;
    float: right;
    border-left: 10px solid #dfeed6;
    padding-left: 10px;
    background: #eaf8e4 url(../images/date.png) 20px 20px no-repeat;
    position: relative;
	display:block;
}

#header ul#nav li {
    float: left;
    list-style: none;
}

#header ul#nav li a {
    font-weight: 800;
    display: block;
    height: 30px;
    margin: 170px 0 0 10px;
    padding: 15px 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    text-align: left;
}

#header ul#nav li a:hover, #header ul#nav li a:active {
    /*background: url(images/active-nav.png);*/
    color: #660033;
}

#header ul#nav li ul {
    display: none;
    position: absolute;
    top: 20px;
    left: 35px;
}

#header ul#nav li ul li {
    float: left;
    width: 400px;
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
    line-height: 16px;
}

#header ul#nav li ul li a {
    margin: 0 0 0 -20px;
    padding: 0 0 0 20px;
	    height: 25px;
}

#header ul#nav li ul li a:hover {
    color: #660033;
    background: url(../images/arrow-right-sub.png) center left no-repeat;
    background-position: 0px 2px;
}

.addArrow {
    background: url(../images/arrow-right-sub.png) center left no-repeat;
    background-position: 0px 2px;
}

#header ul#nav li ul#subcon {
    display: none;
}

#header ul#nav li ul#subspo {
    display: none;
}

#header ul#nav li ul#submac {
    display: none;
}

#header ul#nav li ul#subham {
    display: none;
}

#header ul#nav li ul#subabo {
    display: none;
}

#countbar {
    margin: 0 10px 0 10px;
    padding: 10px 0 10px 0;
    border-bottom: 5px solid #eee;
    border-top: 5px solid #eee;
    overflow: hidden;
    height: 30px;
}

#countbar h2 {
    font-size: 21px;
	padding-top: 5px;
}

#countbar h2 span {
    font-size: 30px;
    color: #660033;
}

#countbar ul#reg {
    padding: 0 0 10px 0;
    margin-top: -20px;
    float: right;
}

#countbar ul#reg li {
    text-align: right;
    list-style: none;
    background: url(../images/arrow-right.jpg) center left no-repeat;
    width: 180px;
}

#countbar ul#reg li a {
    font-size: 21px;
    text-transform: uppercase;
    color: #660033;
    text-decoration: underline;
    text-align: right;
}

#showcase {
    padding: 20px 0 0 0;
    overflow: hidden;
    margin: 0 10px 0 10px;
    border-bottom: 5px solid #eee;
}

#content {
    overflow: hidden;
    padding: 15px 10px 0 0;
}

#col3-l {
    width: 320px;
    float: left;
    font-weight: 800;
    margin-top: -4px;
    border-right: 10px solid #eee;
    padding-right: 20px;
}

#col3-l p {
    font-size: 20px;
    line-height: 25px;
}

#col3-l p strong {
    color: #660033;
}

#col3-m {
    width: 320px;
    float: left;
    padding-left: 20px;
}

#col3-m h3 {
    color: #660033;
    font-size: 21px;
    line-height: 25px;
    
    padding-left: 20px;
    min-height: 55px;
    padding-top: 25px;
}

#col3-r {
    width: 198px;
    float: right;
    clear: right;
    height: 345px;
    border: 1px solid #CCC;
    margin: 10px 0 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

#subCol {
    width: 600px;
    float: left;
    padding: 0;
    margin: 0 0 0 10px;
}

#subCol ul, #subCol2 ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

#subCol h1, #subCol2 h1 {
    font-size: 18px;
    margin-bottom: 20px;
}

#subCol2 {
    width: 700px;
    float: left;
    padding: 0;
    margin: 0 0 0 10px;
}

#subCol2 h2 {
    padding-bottom: 5px;
}

#footer {
    margin: 20px 0 0 0;
    overflow: hidden;
   padding: 0 0 0 0;
}

#footer ul#actions {
    width: 960px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#footer ul#actions li {
    list-style: none;
    float: left;
    margin: 0 10px 0 10px;
}

#footer ul#actions li a {
    padding: 20px;
    display: block;
    width: 180px;
    height: 50px;
    color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    line-height: 25px;
}

#footer ul#actions li a.program {
    background: #dfeed6 url(../images/foot-btn-program.png) 140px 15px no-repeat;
}

#footer ul#actions li a.sponsors {
    background: #dfeed6 url(../images/foot-btn-sponsor.png) 140px 15px no-repeat;
}

#footer ul#actions li a.about {
    background: #dfeed6 url(../images/foot-btn-info.png) 140px 15px no-repeat;
}

#footer ul#actions li a.register {
    background: #660033 url(../images/foot-btn-register.png) 140px 15px no-repeat;
    color: #FFF;
}

#footer h6 {
    color: #999;
    font-size: 10px;
    text-align: center;
    margin-top: 100px;
}

#ban-slider {
    position: relative;
    width: 680px; /* Change this to your images width */
    height: 200px; /* Change this to your images height */
    background: url(../images/loading.gif) no-repeat 50% 50%;
    float: left;
}

#ban-slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#ban-slider a {
    border: 0;
    display: block;
}

#spon-plat-slider {
    padding: 0;
    position: relative;
    width: 220px; /* Change this to your images width */
    height: 220px; /* Change this to your images height */
    background: #eaf8e4 url(../images/loading.gif) no-repeat 50% 50%;
    float: right;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#spon-plat-slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#spon-plat-slider a {
    border: 0;
    display: block;
}

#spon-gold-slider {
    padding: 0;
    position: relative;
    width: 200px; /* Change this to your images width */
    height: 95px; /* Change this to your images height */
    background: url(../images/loading.gif) no-repeat 50% 50%;
    text-align: center;
}

#spon-gold-slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#spon-gold-slider a {
    border: 0;
    display: block;
}

#spon-silv-slider {
    padding: 0;
    position: relative;
    width: 200px; /* Change this to your images width */
    height: 95px; /* Change this to your images height */
    background: url(../images/loading.gif) no-repeat 50% 50%;
    float: right;
    text-align: center;
}

#spon-silv-slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#spon-silv-slider a {
    border: 0;
    display: block;
}

#spon-bron-slider {
    padding: 0;
    position: relative;
    width: 200px; /* Change this to your images width */
    height: 95px; /* Change this to your images height */
    background: url(../images/loading.gif) no-repeat 50% 50%;
    float: right;
    text-align: center;
}

#spon-bron-slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#spon-bron-slider a {
    border: 0;
    display: block;
}

.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/direct-arrow.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

a.nivo-nextNav {
    background-position: -30px 0;
    right: 30px;
}

a.nivo-prevNav {
    left: 10px;
}

/* subpage specific rules */
#progTable {
    width: 100%;
    border: none;
}

#progTable th {
    background-color: #dfeed6;
    text-align: left;
    padding: 7px 0 7px 10px;
}

#progTable li {
    list-style: none;
    border-bottom: 1px solid #dfeed6;
    padding: 5px 0 5px 10px;
}

table {
    width: 500px;
    border: none;
    margin-bottom: 20px;
}

table th {
    background-color: #dfeed6;
    text-align: left;
    padding: 7px 0 7px 10px;
}

table td {
    list-style: none;
    border-bottom: 1px solid #dfeed6;
    padding: 5px 0 5px 10px;
}

#committeeTable td {
    width: 33%;
}
