
* {
    margin: 0;
    padding: 0
}

:focus, :active {
    outline: 0
}

img {
    border: 0
}

body {
    font: .8em 'proxima-nova',Arial, Tahoma, Verdana;
    background: #fff url(../images/bg.gif) repeat-x;
    color: #777;
}


.hero {
    background: url(/images/historical.jpg) no-repeat center center;
    height: 300px;
    border-radius:8px;
    margin-bottom:20px;
  
}

a {
    text-decoration: none;
    color: #7194d3;
}

h1 {
    font-size: 1.8em;
    font-weight:bold;
}

    h1 a {
        color: #fff;
        font-size: 1.6em;
    }

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.2em;
    background: #7194d3 url(../images/redbg.gif) repeat-x left bottom;
    padding: 6px 7px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 15px;
    float: left;
}

h4 {
    margin: 0 0 15px;
    color: #3b3b3b;
    font-weight: normal;
    font-size: 1.6em;
    font-weight: normal;
}

p {
    clear: both;
    line-height: 1.2em;
    margin: 0 0 15px;
    font-size:13pt;
}

.line {
    clear: both;
    border-bottom: 1px solid #ddd;
    margin: 0 0 45px;
}

.clear {
    clear: both;
}

#content {
    width: 970px;
    margin: 0 auto;
}

#top {
    color: #ccc;
    padding: 6px 20px 0;
    font-size: .84em;
    text-align: right;
}

#logo {
    float: left;
    padding: 100px 25px 15px;
    margin: -46px 0 20px;
}

    #logo h1 {
        text-shadow: 1px 1px 1px #7194d3;
    }

#menu {
    float: right;
    margin: 63px 20px 0;
}

    #menu li {
        display: inline;
        font-size: 1.3em;
    }

        #menu li a {
            float: left;
            color: #808080;
            padding: 0 0 5px;
            margin: 0 0 0 55px;
        }

            #menu li a:hover, #menu li.current a, #menu li a:focus {
                color: #000;
                border-bottom: 1px solid #ddd;
            }

#pitch {
    background: url(../images/logo.png) no-repeat right top;
    padding: 30px 350px 0 0;
       height: 130px;
   
}

    #pitch h1 {
        font-size: 2.6em;
        color: #000;
        margin: 0 0 20px;
    }

.half {
    width: 49.99999%;
    float:left;
               }
.half p{
    font-size:13pt;
    line-height:20pt;
}

#footer {
    clear: both;
    font-size: 1em !important;
    border-top: 1px solid #ddd;
    padding: 40px 0;
    text-align:right;

}

.half h4{
    font-weight:bold !important;
}