@charset "utf-8";
/* CSS Document */


 

body  {
        margin:0;
        padding:0;      
        background-color:#1a2348;
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		position:relative;
        
}

h1 {
		font-size:1px;
        display:inline;
        position:absolute;
        margin-right:-9999px;
}

h3 {
	
	color:#ffe67a;
	
}

#wrapper {
        width: 960px;        
        margin: 0 auto; 
        text-align: center; 

}


#container {
        

}

#header {
        background-image:url(images/Memorial-Day-Marathon-Logo.jpg);
        background-repeat:no-repeat;
        background-position:bottom;
        height:160px;
       
}

#headerHome {
        background-image:url(images/Memorial-Day-Marathon-Logo-home.jpg);
        background-repeat:no-repeat;
        background-position:bottom;
        height:264px;
       
}

#mainNav {
        
        height:40px;
        background-color:#29376c;
        color:#FFF;
        text-align:right;
        text-transform:uppercase;
		font-weight:bold;
		margin-top:10px;
        

}

#mainNav ul {
        list-style:none;
        margin: 0;
        padding: 0 0 .5em 0;
        padding-top: .5em;
        padding-bottom: .5em;
                
}

#mainNav li {
        display:inline;


}

#mainNav a:link, #mainNav a:visited {
        
        color:#FFF;
        text-decoration:none;
}

#mainNav a:hover {
        color:#008f4a;

}


        
        


#content {
	background-image:url(images/Memorial-Day-Marathon-Content.jpg);
	background-repeat:no-repeat;
	padding: 1em 3em 0 3em;
	height:800px;
	text-align: left;
	color: #FFF;
}

#content a:link, #content a:visited {
        
        color:#ffe67a;

        text-decoration:underline;
}

#content a:hover {
        color:#FFFFFF;

}


#contentSponsorship {
	background-image:url(images/Memorial-Day-Marathon-Content.jpg);
	background-repeat:no-repeat;
	padding: .5em 3em 0 .5em;
	height:650px;
	text-align: left;
	color: #ffe887;
}

#contentSponsorship h2{
	font-size:20px;
	
}

#contentSponsorship a:link, #contentSponsorship a:visited {
        
        color:#ffe67a;

        text-decoration:underline;
}

#contentSponsorship a:hover {
        color:#FFFFFF;

}

#footer {
	text-align:center;
	margin-top:1em;
	color:#FFF;
	margin-bottom: 2em;
}


#footer a:link, #footer a:visited {
        
        color:#FFF;

        text-decoration:none;
}

#footer a:hover {
        color:#008f4a;

}





/*raceCounter*/

#raceCounter {
        background-image:url(images/button.png);
        background-repeat:no-repeat;
        height:40px;
        width:164px;
        display:inline;
        float:right;
        color:#ffe67a;
        text-transform:uppercase;
		font-weight:bold;
        margin: 1em 2em 0 0;
        padding-top:.15em;
        
}

#registerButton {
        background-image:url(images/button.png);
        background-repeat:no-repeat;
        height:40px;
        width:164px;
        display:inline;
        float:right;        
        text-transform:uppercase;
        margin: .5em 2em .5em 0;
        padding-top:.15em;
		font-weight:bold;
        
}

#registerButton a:link, #registerButton a:visited {
        
        color:#ffe67a;

        text-decoration:none;
}

#registerButton a:hover {
        color:#FFFFFF;

}





/* CLASSES */

.NavTabs {
        color:#252425;
        margin: 0 1em 0 1em;

}

.NavSpacer {
        color:#373537;
        margin: 0 .5em 0 0;

}

.clearFloat {

        clear:both;
}
