/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html {
	padding: 0;
	margin: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	padding: 0;
	margin: 0;
	background: #5E85AC;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	color: #6289b2;
	text-align: left;
	line-height: 18px;
}

p {
	margin: 0 0 8px 0;
	padding: 0;
}

a {
	color: #b53800;
	text-decoration: none;
}
a:hover {
	color: #DF4500;
	text-decoration: none;
}

a img {
	border: 0;
}

#container {
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
/*	background: transparent url(../images/mid_bkgd.gif) 0 0px repeat-y;*/
}

#container a.login {
	display: block;
	float: right;
	position: relative;
	margin-right: 37px !important;
	margin-right: 20px;
	top: -60px;
	border: 0px;
	color: #DCB8A9;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}


#header, #headerHome {
	background-color: #fff;
	border: 1px solid #9EA1A2;
	border-top: none;
	margin-bottom: 9px;
	padding: 9px;
	background-image: url(../images/header_bgBrown.jpg);
	background-repeat: no-repeat;
	background-position: 9px top;
	height: 200px;
	width: 760px;
}

#headerHome {
	height: 395px;
}

#header h1, #headerHome h1 {
	display: none;
}

#header a.homeLink, #headerHome a.homeLink {
	position: absolute;
	float:left;
	width: 154px;
	height: 73px;
	margin-left: 18px;
	margin-top: 5px;
	z-index:300;
}

#header a.presenterLink, #headerHome a.presenterLink {
	position: absolute;
	float:left;
	width: 135px;
	height: 23px;
	margin-left: 32px;
	margin-top: 116px;
	z-index:300;
}

#header a.siteMap, #headerHome a.siteMap  {
	display: block;
	background-image: url(../images/header_sitemap.gif);
	width: 142px;
	height: 14px;
	position: absolute;
	float: left;
	top: 0;
	margin-left: 600px;
}

#quickNav {
	float: left;
	position: absolute;
	margin-left: 250px;
	margin-top: 5px;
}

#quickNav ul {
}

#quickNav ul li {
	float: left;
	margin-right: 20px;
	padding-right: 25px;
	list-style-type: none;
}

#quickNav ul li.house {
	margin: 0px; padding: 0px 18px;
	background: url(../images/icon_house.gif) 0px no-repeat;

}

#quickNav ul li.phone {
	margin: 0px; padding: 0px 18px;
	background: url(../images/icon_phone.gif) 0px no-repeat;
}

#quickNav ul li.question {
	margin: 0px; padding: 0px 18px;
	background: url(../images/icon_question.gif) 0px no-repeat;
}

#quickNav a {
	color: #fff;
}

#quickNav a {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#quickNav a:hover {
	text-decoration: underline;
}


#primaryNav {
	width: 550px;
	height: 48px;
	clear: left;
	position: relative;
	left: 227px;
	top: 48px;
	margin: 0;
	overflow: visible;
	z-index: 5000;
}


#primaryNav ul {
	margin: 0;
	padding: 0;
	width: 550px;
	list-style-type: none;
}

#primaryNav ul li {
	display: inline;
	float: left;
}

#primaryNav ul li a {
	display: block;
	padding-right: 5px;
	text-decoration: none;
	color: #000;
	width: 84px;
	height: 48px;
}

#primaryNav ul li a:hover {
	color: #fff;
}

.eventheader {
	font-weight:bold;
	font-size: 10px;
}

#primaryNav ul li a.racingevents {
	background: url(../images/nav_racing.gif) top left no-repeat;
}
#primaryNav ul li a.racingevents:hover, #primaryNav ul li a.racingeventsActive {
	background: url(../images/nav_racing_over.gif) top left no-repeat;
}

#primaryNav ul li a.weekend {
	background: url(../images/nav_weekend.gif) top left no-repeat;
}
#primaryNav ul li a.weekend:hover, #primaryNav ul li a.weekendActive {
	background: url(../images/nav_weekend_over.gif) top left no-repeat;
}

#primaryNav ul li a.after {
	background: url(../images/nav_after.gif) top left no-repeat;
}
#primaryNav ul li a.after:hover, #primaryNav ul li a.afterActive {
	background: url(../images/nav_after_over.gif) top left no-repeat;
}

#primaryNav ul li a.sponsors {
	background: url(../images/nav_sponsorship.gif) top left no-repeat;
}
#primaryNav ul li a.sponsors:hover, #primaryNav ul li a.sponsorsActive {
	background: url(../images/nav_sponsorship_over.gif) top left no-repeat;
}

#primaryNav ul li a.training {
	background: url(../images/nav_training.gif) top left no-repeat;
}
#primaryNav ul li a.training:hover, #primaryNav ul li a.trainingActive {
	background: url(../images/nav_training_over.gif) top left no-repeat;
}

#primaryNav ul li a.news {
	background: url(../images/nav_news.gif) top left no-repeat;
}
#primaryNav ul li a.news:hover, #primaryNav ul li a.newsActive {
	background: url(../images/nav_news_over.gif) top left no-repeat;
}

#primaryNav ul li ul {
  display: none;
  position: absolute; 
  top: 1em;
  margin-top: 35px;
  width: 120px;
}

#primaryNav li > ul {
	top: auto;
	left: auto;
	padding-top: 19px;
	z-index: 50;
}

#primaryNav li > ul li {
	display: block;
	float: none;
	list-style-type: square;
}

#primaryNav li > ul.nonRace li {
	display: block;
	float: none;
}

#primaryNav ul li:hover ul, #primaryNav ul li.over ul { 
	display: block; 
	padding-top: 20px;
}
#primaryNav ul li:hover ul li { 
	display: block;
}

#primaryNav ul ul li a {
	background-color: #be8201;
	width: 110px;
	float: none;
	height: auto;
	padding: 5px;
	border-bottom: 1px solid #e29d04;
	color: #fff;
	font-size: 11px;
}

#primaryNav ul ul.nonRace li a {
	background-color: #5a798b;
	width: 110px;
	float: none;
	height: auto;
	padding: 5px;
	color: #fff;
	border-bottom: 1px solid #7891a0;
}
#primaryNav ul ul li a:hover {
	color: #eee;
	background-color: #cd900d;
}

#primaryNav ul ul.nonRace li a:hover {
	color: #eee;
	background-color: #506872;
}

.showHair {
	background-image: url(../images/headerScroll.jpg);
}

.hideHair {
	background-image: url(../images/headerScrollNoHair.jpg);
}

#raceStatus {
	background-repeat: no-repeat;
	clear: left;
	width: 792px;
	height: 54px;
	position: relative;
	margin-top: 48px;
	margin-left: -15px;
	z-index: 1;
}

#raceDate, #raceCountdown {
	color:#AAA;
	font-face:tahoma,arial;
	font-size: 10px;
	font-weight: bold;
}

#raceDate {
	float: left;
	padding-left: 224px;
	padding-top: 32px;
	z-index: 2;
	width:300px;
}

#raceStatus span.raceDay {
	font-size: 12px;
	color: #e39c03;
	display: block;
	padding-top: 3px;
}

#raceCountdown {
	width: 250px;
	height: 30px;
	float: left;
	margin-top: 15px;
	padding-top: 8px;
	z-index: 1;
}

#raceCountdown p {
	display: inline;
	padding-right: 8px;
	padding-left: 2px;
	float: left;
}

#raceCountdown img {
	float: left;
	padding-right: 1px;
}

#homeBanner {
	width: 760px;
	height: 244px;
	background-image: url(../images/bigHeaderBanner.jpg);
	position:absolute;
	top:159px;
}

#filler {
	position:absolute;
	top:-5px;
	left:0px;
	width:15px;
	height:5px;
	background-image: url(../images/greyfiller.jpg);
}

#orangestrip {
	position:absolute;
	top:-3px;
	width:193px;
	height:3px;
	background-image: url(../images/orangesectionstrip.gif);
}

#bluestrip {
	position:absolute;
	top:-3px;
	width:193px;
	height:3px;
	background-image: url(../images/bluesectionstrip.gif);
}

#sectionBanner, #sectionRaceBanner, #sectionNonRaceBanner {
	width: 780px;
	height: 50px;
	background-image: url(../images/section_racebanner_blank.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 144px;
	margin-top: 15px;
	z-index: 1;
}

#sectionRaceBanner {
	background-image: url(../images/section_racebanner_blank.gif);
}

#sectionNonRaceBanner {
	background-image: url(../images/section_nonracebanner_blank.gif);
}

.subMap {
	padding-left: 15px;
}

#section h2, #page h2 {
	color: #fff;
	float: left;
	text-transform: uppercase;
	font-family: arial;
}

#section h2 {
	width: 190px;
	height: 27px;
	text-align: center;
	letter-spacing: -0.5px;
	padding-top: 23px;
	font-size: 13px;
}

#page h2 {
	width: 425px;
	height: 0px;
	font-size: 20px;
	font-weight: normal;                                         
	padding-top: 20px;
	padding-left: 30px;
}

#printPage a {
	float:right;
	width: 82px;
	height: 18px;
	margin-right: 33px;
	margin-top: 26px;
}

#contentHolder {
	background-color: #fff;
	border: 1px solid #9EA1A2;
	color: #625A5A;
}

.extra-wide {
	background-color: #fff;
	border: 1px solid #9EA1A2;
	color: #625A5A;
	margin-left: -110px;
	width:1000px;
}

#contentRaceDate {
	position: absolute;
	background: #FFF;
	z-index:3000;
}

.quoteToggle {
	width: 100%;
	text-align:right;
}

#content, #contentHome {
	background-color: #edf4f7;
	margin: 9px;
	padding-left: 5px; 
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #625A5A;            
}

#contentHome {
	padding: 0;
	background-color: #d9e6ed;      
	border-bottom: 1px solid #fff;
}

#content h3, #contentHome h3 {
	color: #4a4845;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #878787;
	text-transform: uppercase;
}

#content h4, #contentHome h4 {
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 6px;
}

#content table {
	border-collapse: collapse;
	border-style:none; /* border: 1px solid #6193AD; */
}

table.TableWithHighlights  th {
	border: 1px solid #6193AD;
	background-color: #9EC0D3;
	padding: 4px 6px;
	font-weight: bold;
	text-align: center;
}


table.TableWithHighlights2  th {
	border: 1px solid #6193AD;
	background-color: #9EC0D3;
	font-weight: bold;
	text-align: center;
}
table.TableWithHighlights2  td {
	border: 1px solid #6193AD;
	background-color: #edf4f7;
	font-weight: normal;
}

table th {
	text-align: center;
}

table.TableWithHighlights  td {
	border: 1px solid #6193AD;
	padding: 4px 6px;
}

table.TableWithHighlights th.money, td.money {
	text-align: center;
}

.imgBorder {
	border: 1px solid #6193AD;
}

.standardIndent {
 	padding-left:12px;
 } 
 
 .standardIndent li{
  	line-height:1.5em;
  	list-style-type:disc;
 }

 .standardIndentWithBiggerSpacing li{
  	line-height:1.5em;
  	list-style-type:disc;
 }

.standardIndentPlus {
 	padding-left:20px;
 } 

.cen {
 	text-align:center;
 }
#content ol, #content ul {
	margin-left: 20px;
	margin-right: 20px;
}

#content ol li, #content ul li {
	padding-bottom: 5px;
}

#content ol ul {
	margin-left: 20px;
	list-style-type: square;
	padding-top: 10px;
}

ul#pressReleases { 
	list-style-type: none;
	background-color: #d9e6ed;
	padding-bottom: 10px;
	margin-right: 10px;
}

ul#pressReleases li { 
	padding: 15px;
	padding-left: 20px;
	margin-left: 0;
}

ul#pressReleases li.oddRow { 
	background-color: #edf4f7;
	padding-left: 10px;
	margin-left: 10px;
}

#pressReleases .heading {
	color:#5B5253;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

ul#pressReleases li ul li {
	list-style-type: disc;
	padding:0px 0px 0px 00px;
	margin: 0px 0px 0px 25px;

}

ul#pressReleasesLvl2 { 
	list-style-type: disc;
	padding:0px 0px 0px 15px;
}
ul#pressReleasesLvl3 { 
	list-style-type: disc;
	padding:0px 0px 0px 15px;
}

#learnMore {

	background-color: #fff;
	position: absolute;
	margin: 0;
	margin-left: 440px;
	margin-top: -44px;
	padding: 0;
/*	background-image: url(../images/Live-Stream-Comp.jpg);	*/
/*  Use this image for the callout for the four events / registration	*/
	background-image: url(../images/four_events_2012.jpg);  
/*  use this image for the index Live Video Feed  	
	background-image: url(../images/Live_Video_Feed.JPG);   */
	background-repeat: no-repeat;
	background-position: 3px 2px;
/*  use this location for the Live Video Feed background image 
	background-position: -1px -1px; */
/*	Original settings for the size of background area width: 350px; height: 402px;*/
	width: 350px;
	height: 402px;
	border: 1px solid #9ea1a2;
}

#learnMore h3 {
	display: none;
}

#learnMore a {
	display: block;
	position: absolute;
	width: 148px;
	height: 126px;
	float: left;
}
#learnMore a.marathon {
	margin-left: 20px;
	margin-top: 40px;
}

#learnMore a.halfMarathon {
	margin-left: 182px;
	margin-top: 40px;
}

#learnMore a.eightkrun {
	margin-left: 20px;
	margin-top: 175px;
}

#learnMore a.kidsrun {
	margin-left: 182px;
	margin-top: 175px;
}

#learnMore a.register {
	width: 121px;
	height: 30px;
	margin-left: 192px;
	margin-top: 344px;
}

/*
This was the original settings for the liveresults (would have been for the video we had in 2010)
#learnMore a.liveResults {
	width: 121px;
	height: 30px;
	margin-left: 192px;
	margin-top: 344px;
}
*/
#learnMore a.liveResults {
	width: 170px;
	height: 35px;
	margin-left: 90px;
	margin-top: 344px;
}

#mainColumn { 
	float: left;
	width: 440px;
	padding-right: 0px;
}

#gutterColumn {
	float: left;
	width: 320px;
	margin-top: 380px;
}

#weather {
	background-color: #d9e6ed;
	width: 234px;
	height: 60px;
	border: 1px solid #9ea1a2;
}

#sponsorsPrint{
	display:none;
}

#sponsorsSection{
	float:left;
 	margin-top:5px;
	background-color: #605758;
	width:322px;
	height:500px;
	background-image: url(../images/sponsorsSection.gif);
	background-position: top left;
}


#sponsorsSection a {
	display: block;
	position: absolute;
	float: left;
}

#sponsorsSection p {
	display: block;
	position: absolute;
	float: left;
}

#sponsorsSection a.allSponsors {
	width: 120px;
	height: 10px;
	margin-left: 182px;
	margin-top: 10px;
}

#sponsorsSection a.zero {
	width: 270px;
	height: 90px;
	margin-left: 28px;
	margin-top: 36px;
}
#sponsorsSection a.one {
	width: 105px;
	height: 65px;
	margin-left: 38px;
	margin-top: 165px;
}

#sponsorsSection a.two {
	width: 105px;
	height: 60px;
	margin-left: 185px;
	margin-top: 165px;
}

#sponsorsSection a.three {
	width: 105px;
	height: 60px;
	margin-left: 38px;
	margin-top: 280px;
}

#sponsorsSection a.four {
	width: 115px;
	height: 60px;
	margin-left: 185px;
	margin-top: 280px;
}

#sponsorsSection a.five {
	width: 105px;
	height: 60px;
	margin-left: 40px;
	margin-top: 410px;
}

#sponsorsSection a.six {
	width: 115px;
	height: 60px;
	margin-left: 185px;
	margin-top: 410px;
}

#sponsorsSection a.bc150logo 
{
	background-color: #d9e6ed;
	margin-left: 37px;
	margin-top: 410px;
}

#sponsorsSection a.video 
{
	background-color: #d9e6ed;
	margin-left: 38px;
	margin-top: 540px;
	width: 260px;
}

#sponsorsSection a.quote 
{
	background-color: #d9e6ed;
	margin-left: 38px;
	margin-top: 910px;
	width: 260px;

}

#sponsorsSection p.movie 
{
	background-color: #d9e6ed;
	margin-left: 38px;
	margin-top: 600px;
	width: 260px;

}

#sponsorsSection p.movie a
{
	background-color: #d9e6ed;
}

#extrasSection {
	float:left;
 	margin-top:5px;
	background-color: none;
	width:312px;
  padding-left: 10px;
}
#extrasSection_news {
	float:left;
 	margin-top:5px;
	background-color: none;
	width:100%;
    padding-top:40px;
    }

#extrasSection p {
  padding-bottom: 5px;
}

#mainPageFooter {
	background-color: #8ba2b0;
	margin-top:30px;
	clear: both;
	border-top: 10px solid #fff;
	height: 78px;                    
}

#innerMailingText {
    font-family: sans-serif;                          
    margin-left:10px;    
    color: white;
    margin-top: 7px;
}

#mailingSection{
	background-color: #8aa1af;    
	float:left;
	width:430px;
	height:100%;
	border-right:10px solid #fff;
}

#privacySection {
    line-height:9px;
    margin-top:-5px;
    margin-left:0px;
    font-family: sans-serif;                          
    font-size:9px;    
    color: white;
	position:relative;
    top:-6px;
}

#privacyNote {
	position:relative;
    top:3px;
    font-size:8px;
}

#travelSection{
	float:left;
    	margin-top:-29px;
	background-color: #605758;
	width:322px;
	height:107px;
	background-image: url(../images/travel2.jpg);
	background-position: top left;
}

#travelSection a {
	display: block;
	position: absolute;
	float: left;
}

#travelSection a.travLodg {
	width: 115px;
	height: 10px;
	margin-left: 13px;
	margin-top: 40px;
}

#travelSection a.info {
	width: 70px;
	height: 10px;
	margin-left: 13px;
	margin-top: 52px;
}

#travelSection a.clickHere {
	width: 65px;
	height: 10px;
	margin-left: 13px;
	margin-top: 72px;
}

#travelSection a.travelImg {
	width: 162px;
	height: 126px;
	margin-left: 140px;
	margin-top: 0px;
}


#footer {
	clear: left;
	height: 82px;
	margin-top: 9px;
	background-color: #fff;
	padding: 9px;
	border: 1px solid #9EA1A2;
	border-bottom: none;
	background-image: url(../images/footerWithoutText2.gif);
	background-repeat: no-repeat;
	background-position: 9px 9px;
}

#footerBostonSeal {
	float: left;
	margin-top: -80px;
	padding-left: 20px;
	
}

#footer p {
	margin: 0;
	width: 200px;
	float: left;
	padding-left: 112px;
	margin-top: 30px;
	line-height: 13px;
}

#footer a {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a.registerNow {
	float: left;
	display: block;
	width: 126px;
	height: 33px;
	color: #f0f;
	font-size: 1.2em;
	background-image: url(../images/footer_registernow.gif);
	margin-left: 8px;
	margin-top: 25px
}

#footer ul {
	margin: 0;
	width: 305px;
	float: left;
	margin-top: 30px;
}

#footer ul li {
	float: left;
	color: #fff;
	margin-right: 0px;
	padding-right: 0px;
	list-style-type: none;
}

#footer ul li.house {
	margin: 0px; padding: 0px 16px;
	background: url(../images/icon_house.gif) 0px no-repeat;
}
#footer ul li.phone {
	margin: 0px; padding: 0px 16px;
	background: url(../images/icon_phone.gif) 0px no-repeat;
}
#footer ul li.question {
	margin: 0px; padding: 0px 16px;
	background: url(../images/icon_question.gif) 0px no-repeat;
}
#footer ul li.sitemap {
	margin: 0px; padding: 0px 16px;
	background: url(../images/icon_sitemap.gif) 0px no-repeat;
}

#footer ul li a {
}

.hotels {
	padding-left:60px; 
	width:100%;
}

.hotels p li{
	font-size:9pt;
	font-family:Arial;
	color:#333333 ;
}

.hotelLogos {
	vertical-align:top;
	margin-top:25px;
}

#spacer {
	height:30px;
}

#transportation {
	float:right; 
	margin-right:10px; 
	width:480px;
	margin-top:30px;
}

#transpo {
	position: relative;
	top:600px;
	border:3px solid #8DC5D1;
	border-style:none;
}

.date {
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	color:Black;
}

.title {
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	color:#5b5253 ;
}

#pressReleases a {
	text-decoration: none;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	color: #b53800;
/*	color:#5b5253 ; */
}

#pressHeader {
	background-color: #5C5454; 
	color: #fff; 
	height: 25px;
	width:441px;
	vertical-align:top; 
	position: relative; 
	top: -8px;
}

#pressHeader .text {
	float: left;
	margin-left: 14px;
	margin-top: 4px;
	text-decoration: none;
	font-size:11px;
	font-family:Arial;
	font-weight: bold;
	color:#fee ;
	width:220px;
}

#pressHeader a.news {
	float: right;
	margin-right: 55px;
	vertical-align:top; 
	text-decoration: none;
	font-size:11px;
	font-family:Arial;
	color:#fef ;
}

#viewNews {
	float:right;
	width:155px;
	height:20px;
	margin-top: 4px;
}

#pressHeader img {
	position: relative;
	top: 4px;
	margin-right: -10px;
	float:left;
	left:110px;
}

hr {
	border: 1px solid #9EC0D3;
	margin: 3px 0 5px;
}

.aside {
	width: 230px;
	float: right;
}
.reg-option {
	margin: 0 0 10px;
	padding: 5px 10px;
	
	background: #D9E6ED;
}

.reg-confirm {
	float: right;
	width: 203px;
}

.reg-changes {
	width: 470px;
}

p.special-note {
	text-transform: uppercase;
	padding: 10px;
}

table.hor {
	margin-bottom: 10px;
}
	table.hor th {
		text-align: left;
	}
	
	table.hor th,
	table.hor td {
		padding: 3px 6px 3px 0;
	}
	
#kidsTrainingTips {
    margin-left:10px;
}

#kidsTrainingTips li {
    font-weight: bold;
}

.apparelSouvenir {
	font-family: Serif;
	color:#548dab;
	font-size:18px;
	font-style:italic;
}

#left_column 
{
 float: left;
 width: 73%;
}
#left_newscolumn 
{
 float: left;
 width: 63%;
}

#right_newscolumn 
{
 float: right;
 width: 36%;
 padding-left:2px;
}
#right_column 
{
 float: right;
 width: 26%;
 padding-left:2px;
}

.tableHeader 
{
 text-align:left;
 background-color: #B0C4DE;
 padding-left: 3px;
 padding-right:3px;
}

.tableRightColumn{
	padding-left:15px;
}

.tableRow {
	border-top: 1px solid lightgrey;
}

.money {
	text-align:left;
	font-weight:bold;
}

.weekendlist {
	font-weight:bold;
	font-size: 10px;
	font-family: Verdana, Sans-Serif;
}
#register-online {
	float:right;
	margin-right:10px;
	margin-top:10px;
}
#download-print {
	float:right;
	margin-right:-15px;
	margin-top:-20px;
}
#download-options,#register-options {
	float:left;
}

