﻿/* MainStyle.css */

body
{
    margin: 0;
    padding: 0;
    font-size: small;
    color: #333;
    font-family: Arial;
}

a:link, a:visited, a:active {
    color: #00529b;
    text-decoration: none;
    font-weight: normal;
}

a:hover
{
    text-decoration: underline;
}

h1.pagetitle 
{
    color: #0055a5;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

p
{
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    line-height: 1.5em;
}

hr { display:block; height:1px; border:0; border-top:1px solid #c2c2c2; margin: 1em 0; padding:0; }

/* Layout */
#container-header
{
    height: 38px;
    border-bottom: solid 1px #000;
    background-color: #003b61;
}

#container 
{
    background: #fff url('/Images/site-bg.gif') repeat-x;
}

#container-inner
{
    width: 958px;
    margin: 0 auto;
    border: solid 1px #000;
    border-top: none;
    border-bottom: none;
    margin-bottom: 47px;
}

#header 
{
    height: 159px;
}

#header-menu 
{
    background-color: #676767;
    border-top: solid 1px #000;
    border-bottom: solid 10px #000;
    border-left: 0;
    border-right: 0;
    background: #676767 url('/Images/menu-bg.gif') repeat-x;
}

#header-menu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#header-menu ul li 
{ 
    float: left;
    margin: 13px 0 12px 0;
}

#header-menu ul li a
{
    color: #fff;
    display: block; 
    text-decoration: none;
    font-size: 11px;
    padding: 0 11px;
    border-right: solid 1px #fff;
    text-transform: uppercase;
    font-weight: bold;
}

#header-menu ul li a:hover
{
    color: #bad844;
}

#header-menu ul li a.last
{
    border-right: none;
}

#header-menu ul li a.selected
{
    color: #bad844;
    text-decoration: underline;
}

#left-column 
{
    width: 221px;
    float: left;
    padding: 37px 9px 28px 9px;
    border-right: solid 1px #000;
}

#left-column h3
{
    font-size: 17px;
    font-weight: normal;
}

#sponsors
{
    border-top: solid 1px #c2c2c2;
    margin-top: 20px;
}

#sponsors div
{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

.img-list
{
    margin: 29px 0;
    border-bottom: solid 2px #c2c2c2;
    float: left;
}

.img-list dl
{
    float: left;
    width: 220px;
    margin: 0;
    padding: 7px 0;
    display: inline; /* fixes IE double margin bug */
    border-top: solid 2px #c2c2c2;
    background: #fff url('/Images/img-list-bg.gif') repeat-x;
}

.img-list dt 
{
    float: right;
    width: 161px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 46px;
}

.img-list dt a
{
    color: #333;
    font-weight: normal;
}

.img-list dd
{
    float: left;
    margin: 0 6px 0 0;
    padding: 0;
}    

#prmd a
{
    margin: 10px 0;
    display: block;
    text-decoration: underline;
}

#produced-by
{
    padding: 20px 0 5px 0;
    border-top: solid 1px #c2c2c2;
    margin-top: 20px;
}

#produced-by img, #event-partner img
{
    margin: 13px auto 15px auto;
    display: block;
}

#content-column
{
    width: 718px;
    float: left;
}

#content-column h3, #content-column h2
{
    margin: 0;
    padding: 0;
    margin-bottom: .3em;
}

#banner {
    text-align: center;
    width: 561px;
    margin: 10px auto;
}

#contentcolumn .inner
{
    padding: 4px 8px;
}

#footer
{
    clear: left;
    background-color: #6d7e29;
    height: 28px;
    border-top: solid 2px #000;
    border-bottom: solid 10px #000;
    border-left: none;
    border-right: none;
}

/* Generic Classes */
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.clearleft 
{
    clear: left;
}

.clearright
{
    clear: right;
}

.clearboth
{
    clear: both;
}

.block
{
    display: block;
}

.center
{
    text-align: center;
}

.inner
{
    padding: 30px;
}

img.float-left
{
    float: left;
    padding-right: 11px;
}

.bold
{
    font-weight: bold;
}

#text-rotator
{
    background: url('/Images/quote-bg.png') no-repeat; 
    width: 660px; 
    height: 233px;
    padding-right: 19px;
}

#text-rotator p
{
    color: #0055a5;
    font-size: 18px;
    line-height: 1.3em;
    padding-left: 51px;
    padding-top: 42px;
}

#text-rotator p.author
{
    text-transform: uppercase;
    text-align: right;
    color: #6d7e29;
    padding: 0;
    font-size: 16px;
}

#text-rotator p.author span.smaller
{
    font-size: 14px;
}

    

