﻿
#landingBoxLarge
{
    float: left;
    border: 1px black solid;
    width: 510px;
    padding: 5px 10px 5px 10px;
    font-size: 1.3em;
    line-height: 26px;
    text-align: justify;
}

#landingBoxSmall
{
    text-align: center;
    float: right;
    border: 1px black solid;
    width: 210px;
    padding: 15px 5px 5px 5px;
}

#landingBoxButtonArea
{
    font-size: 1.3em;
    font-weight: bolder;
    text-align: center;
    float: right;
    width: 210px;
    line-height: 20px;
    padding: 0px 5px 5px 5px;
}

#content-landing
{
    clear: both;
    padding: 1.5em;
    color: Black;	
    background-color: White;
    text-align: left;
}

.largeHeader
{
    font-size: 1.6em;
    font-weight: bold;
    line-height: 30px;
}

.smallHeader
{
    font-size: 1.1em;
    font-weight: bold;
}

.getStartedButton
{
    display: block;
    text-decoration: underline;
    margin: auto;
    color: #fff;
    height: 35px;
    line-height: 32px;
    width: 150px;
    vertical-align: middle;
    border: 1px black solid;
    background-color: #0062AB;
}

.orange
{
    background-color: #ff7700;
}

.blue
{
    background-color: #0062AB;
}

.blueText
{
    color: #0062AB;
}

ul.landingList
{
    list-style-type: disc;
    list-style-position: inside;
    font-size: 1.2em;
    margin-left: 50px;
}

.landingQuote
{
    font-size: 0.8em;
    text-align: center;
    width: 100%;
}

#landing-banner
{
    float: left;
    width: 500px;
    margin: 0px 20px 10px 0px;
    padding: 0;
}

#landing-login
{
    float: right;
    width: 240px;
    padding: 0;
    text-align: center;
}

#landing-login h6
{
    font-size: 1em;
    font-weight: bold;
    padding: 6px 0 6px 0;
    background-color: Red;
    color: White;
    border-bottom: 1px solid black;
}

#landing-leftinfo
{
    float: left;
    width: 365px;
    height: 340px;
}

#landing-leftinfo h2
{
    color: #424242;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

#landing-leftinfo p
{
    color: #424242;
    font-size: 11px;
    padding-bottom: 12px;
}

.landing-padding
{
    width: 100%;
    color: #424242;
    font-size: 11px;
    height: 160px;
}

#landing-rightinfo
{
    float: right;
    width: 365px;
    height: 340px;
}

#landing-rightinfo h1
{
    font-weight: bold; 
    font-size: 16px; 
    margin-top: -7px;
}

#landing-rightinfo ul
{
    padding: 10px;   
}

#landing-rightinfo li
{
    font-size: 14px;
    color: black;
    padding: 2px;
    vertical-align: middle;
}

#landing-bottominfo
{
    width: 762px;
}

.landing-sportbox
{
    float: left;
    text-align: center;
    font-weight: bold;
    margin-left: 14px;
    margin-right: 14px;
}

#landing-loginform
{
    margin: 10px;
    padding: 0px;
    width: 220px;
}

#landing-buttons
{
    width: 240px;
    height: 70px;
    margin: auto auto auto auto;
    text-align: center;
    font-size: 0.8em;
    float: right;
    padding-top: 10px;
}

.landinginfo-content
{
    padding: 0 10px 5px 10px; 
    background-color: white; 
    height: 272px;
}

.leftinfo-link
{
    line-height: 22px;
    font-size: 1.15em;
    font-weight: bold;
}


#homepage-bottom-text
{
    padding: 25px; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: left;
}

#homepage-bottom-text h2
{
    color: #424242;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}

#homepage-bottom-text p
{
    color: #303030;
    padding-bottom: 15px;
}
