﻿body 
{
    padding: 0;
    margin: 0;
    font: 16px arial, helvetica, sans-serif;
    color: Black;
    background: ffffff;
}

#wrapper 
{
    width: 900px;
    margin: auto;
    background: ffffff;
}

#home #homeLink, 
#contact #contactLink, 
#success #successLink, 
#service #serviceLink 
{
    background-color: #ffffff;
}

/*Layout the main topnav
*/
#mainNav
{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1; /* for IE 6 */
}
#mainNav li
{
    float: left;
}
#mainNav li a
{
    width: 900px;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    padding: 0;
    display: block;
    background-color: #ffffff;
    background-image: url(../image/nav.png);
    background-repeat: no-repeat;
}

#mainNav li.home a {width: 225px; height: 75px; background-position: 0 0; }
#mainNav li.contact a {width: 225px; height: 75px; background-position: -225px 0; }
#mainNav li.success a {width: 225px; height: 75px; background-position: -450px 0; }
#mainNav li.service a {width: 225px; height: 75px; background-position: -675px 0; }

#mainNav li.home a:hover {background-position: 0 -75px; }
#mainNav li.contact a:hover { background-position: -225px -75px; }
#mainNav li.success a:hover { background-position: -450px -75px; }
#mainNav li.service a:hover { background-position: -675px -75px; }
                    


/*Layout the header area
*/

#header h1
{
    width: 900px;
    height: 284px;
    background-image: url(../image/headerimage.gif);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #ffffff;
}

#main h1
{
    width: 900px;
    height: 137px;
    background-image: url(../image/subimage.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #ffffff;
}


/*Layout the content area
*/
#content 
{
    width: 900px;
    height: auto;
    margin: 25px;
}
p
{
    width: 750px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
    word-spacing: 2px;
    margin-left: 50px;
    
}
p.newsletter
{
    font-size: 16px;
    color: #709302;
    font-weight: bold;
    margin-left: 50px;
    vertical-align: bottom;
}

img.floatLeft 
{
    float: left;
    margin: 5px;
}
#content input.input
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 13px;
    vertical-align: baseline;
    width: 250px;
    border: solid 1px #828289;
    background-image: url(../image/gray_grad.png);
    background-repeat: repeat-x;
    background-position: top;
}
#content input.submit 
{
    width: 83px;
    height: 22px;
    padding-left: 5px;
    vertical-align: bottom;
}

#content h2
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 24px;
    color: #709302; 
}
#content img.stadium 
{
    float: right;
    margin-right: 60px;
    border: solid 5px #828289;
}
    
    
#content img.service
{
    padding-right: 10px;
}
#content h3
{
    font-family: Arial, helvetica, Sans-Serif;
    color: #709302;
    font-size: 16px;
}
p.service 
{
    padding: 0px;
}
p.success
{
    padding: 0px;
}
    
#content ul 
{
    list-style: none;
}
#content li 
{
    padding: 5px;
    font-size: 14px;
}

/*Layout the contentB area - Success page
*/
#contentb 
{
    width: 600px;
    height: auto;
    margin: 25px;
}

#contentb h2
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 20px;
    color: #709302; 
    padding-bottom: 15px;
}
#contentb h3
{
    font-family: Arial, helvetica, Sans-Serif;
    color: #709302;
    font-size: 16px;
}
#contentb p.success
{
    width: 550px;
    padding: 0px; 
}



/*Layout the sidebarB area - Success Page
*/
 
 #sidebarb 
{
    float: right;
    width: 150px;
    margin-top: 20px;
    margin-right: 100px;
    border-left: solid 1px #828289;
    height: auto;
}   
#sidebarb h2
{
    color: #709302;
    font-size: 18px;
    text-align: center;
    vertical-align: bottom;
    text-indent: 15px;
}
#sidebarb p
{
    padding: 0px;
}

#sidebarb img
{
    border: solid 1px #828289;
    padding: 5px;
}

#sidebarb img.head
{
    border: none;
    padding: 5px;
}

/*Layout the footer area
*/
#footer 
{
    width: 900px;
    height: 100px;
    clear: both;
    border-top: solid 2px #828289;
}
#footer p.left
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 13px;
    text-align: left;
}
#footer a
{
    color: #000;
    text-decoration: none;
    font-size: 13px;
    float: right;
    vertical-align: top;
    padding-left: 15px;
}
#footer a:hover
{
    text-decoration: underline;
}
#footer a.site 
{
    color: #000;
    text-decoration: none;
    font-size: 13px;
    float: left;
    text-align-align: left;
    vertical-align: top;
    padding-left: 0px;
}
#footer a.site:hover
{
    text-decoration: underline;
}

/*Layout the social area
*/

#social
{
    width: 900px;
    height: 50px;
    clear: both;
}
#social a
{
    color: #000;
    text-decoration: none;
    font-size: 13px;
    vertical-align: top;
    padding-right: 5px;
}
#social a:hover
{
    text-decoration: underline;
}
#social img
{
    float: right;
    padding-right: 10px;
    padding-top: 5px;
    vertical-align: top;
}


