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

body{margin:auto; width:1200px; background-color:#282828;}
#wrapper{width:1200px; margin:0px auto; background-color:#000; height:auto;}
#header{width:1200px; margin:0px; background-color:#000; height:100px;}
#logoarea{margin:10px;
	width: 200px;
	float:left;}
#navbar{width:1000px; background-color:#000;}
#main-bg{background-image:url(images/main-image.jpg); height:496px; background-repeat:no-repeat; }
#abt-marathon-bg{background-image:url(images/abt-event-bg.jpg); height:496px; background-repeat:no-repeat; }
#event-history-bg{background-image:url(images/event-history-bg.jpg); height:496px; background-repeat:no-repeat; }
#faq-marathon-bg{background-image:url(images/faqs-bg.jpg); height:496px; background-repeat:no-repeat; }
#media-marathon-bg{background-image:url(images/media-bg.jpg); height:496px; background-repeat:no-repeat; }
#training-marathon-bg{background-image:url(images/training-bg.jpg); height:496px; background-repeat:no-repeat; }
#rules-bg{background-image:url(images/rules-bg.jpg); height:496px; background-repeat:no-repeat; }
#run-img{padding-left:150px; padding-top:70px; width:315px;}
.whitetext{font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:12px; line-height:18px; text-align:justify;}
.mediatext{font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:12px; line-height:18px;}
#home-text{padding-left:160px; padding-top:10px; width:315px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:19px; color:#FFF; text-align:justify;}
.greenhead{font-family:Arial, Helvetica, sans-serif; color:#93b203; font-size:16px; font-weight:bold;}
.img{vertical-align:middle;}
.navtext{font-family:Arial, Helvetica, sans-serif; color:#999; font-size:14px;}
#footer{background-image:url(images/footer-bg.gif); background-repeat:repeat-x; height:58px; padding:2px;}
#footerright{ margin-right:50px; width:450px; float:right}
#footerleft{margin-left:70px; width:450px; float:left}
.footertext{font-family:Arial, Helvetica, sans-serif; color:#000; font-size:11px;}
#downloadblock { /* 50% opacity */
background-image:url(images/opace-bg.png); background-repeat:repeat;
width:300px;
margin-left:160px;
margin-top:20px;
padding:10px;
	}
.blocktext{font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:15px;  font-weight:bold;}
.blocktextgreen{font-family:Arial, Helvetica, sans-serif; color:#a0e908; font-size:15px;  font-weight:bold;}
.hometabs{font-family:Arial, Helvetica, sans-serif; color:#000; font-size:15px; line-height:30px; padding-left:35px;}
.hometabsblue{font-family:Arial, Helvetica, sans-serif; color:#142090; font-size:15px;  font-weight:bold; line-height:30px;}

.chromestyle{
width:800px;
margin:auto;
text-align:right;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:15px; color:#b1b1b1; text-decoration:none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 800px;

padding: 0px 0px 15px 0px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #b1b1b1;
padding: 0px 20px;
margin: 0;
text-decoration: none;

}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	
	position:fixed;	
	margin-left: 20px;
	margin-top: 10px;
	border: 0px solid #000000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	z-index: 100;
	background-color: #0e0e0e;
	visibility: hidden;
}


.dropmenudiv a{
display: block;
text-indent: 5px;
border-bottom: 0px solid #000000; /*THEME CHANGE HERE*/
padding: 7px 0;
text-decoration: none;
font-weight: 300;
color: #b1b1b1;
font-weight:bold;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CCCCCC;
color: #000000;
}
img{border:0px;}


.link-text{color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold; text-decoration:none;}
	
.link-text a{color: #000;   
    font-weight: bold;}
	
.link-text a:hover{color: #000;   
    font-weight: bold; text-decoration:none;}
	
	
#downloadblock-green { /* 50% opacity */
background-image:url(images/green-bg.png); background-repeat:repeat;
width:300px;
margin-left:160px;
margin-top:20px;
padding:10px;
	}