@charset "utf-8";
/* CSS Document */


/*------------------------DESIGN ITEMS------------------------*/
#pageheader_twocolumn
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:24px;
	font-weight:normal;
	color:#00338E; 
	vertical-align:text-bottom;
	padding: 15px 5px 10px 10px;
	margin-bottom: 0px;
	width: auto;
	border-right: 1px solid #E1BE55;
	overflow: visible;
	margin-right: 170px;
}

#pageheader_onecolumn
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:24px;
	font-weight:normal;
	color:#00338E; 
	vertical-align:text-bottom;
	padding: 15px 5px 10px 30px;
	margin-bottom: 0px;
	width: auto;
	overflow: visible;
}

#content
{
	padding-left: 30px;
	margin-bottom: 0px;
	width: auto;
	overflow: visible;
	padding-bottom:10px;

}

.sectiontitle
{
	color: #00338E; 
	font-weight: bold;
}

.subtitle
{
	font-weight: bold;
}

.participatingYear
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#000
}

.comingSoon
{
	font-style:italic;
}

#utilityNav
{
	width:769px;
	margin:auto;
	text-align:right;
	padding-right:75px;
	padding-top:5px;

}


.utilityNav
{
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#245397;
	text-transform:uppercase;
}
/*------Homepage------*/
#hpcontent
{



	padding:0px;
	min-height:575px;
	height:100%;


}

#hptagline
{

	text-transform:capitalize;
	color: #00338E;
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:25px;
	font-stretch:expanded;
	font-weight:700;
	padding-right:25px;
	padding-left:25px;

}

#hptext
{

	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	padding-right:25px;
	padding-left:40px;
	padding-top:25px;
	

}


/*------Right Column------*/
#rightColumn
{
	float: right;
	width: 170px;
}

#innerRightColumn
{
padding: 0px;
}

#rightbox
{
	padding: 3px 3px 3px 3px; 
	margin-top:3px;
}


#rightboxHeader
{
	width:167px;
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 14px;
	font-weight:bold;
	color:#000;
	background-color: #00529B;
	text-align: center;
	padding:3px 0px 3px 3px;
}
	
#rightboxContent
{
	width:159px;
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
	font-weight:normal;
	color:#666;
	background-color:#fff;
	text-align: center;
	padding:10px 3px 15px 8px;
}

#paragraphPadding
{ 
	padding-bottom:10px;
}


/*------Sponsor Page------*/

#sponsorschart
{
padding:10px
}

table#sponsors 
{    
	background-color:#FFFFFF;    
	width: 520 px;
	padding:0;
	border: 1px
}

table#sponsors th 
{
	background-color: #FFFFFF;
	color: #00338E;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	height: 35px;
}

table#sponsors td 
{
	background-color: #fff;
	line-height: 16px;
	font-weight: bold;
	font-size: 12px;
	height: 90px;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;	
}

.sponsor
{
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:italic;
}

/*------Schedule Page------*/

#daybydayonechart
{
padding:10px
}

table#daybydayone {    
	background-color:#FFFFFF;    
	width: 520px;
	padding:0;

}

table#daybydayone th {
	background-color: #fff;
	color:#00338E;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	font-variant: normal;
	}

table#daybydayRaw1 td {
	background-color: #fff;
	color: 999999;
	font-family:  Geneva, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
	border-bottom-color: #999;
	border-bottom: dotted #2F4C5D; 
}

table#daybydayRaw2 td {
	background-color: #eee;
	color: 999999;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-bottom: 1px;
	border-bottom: dotted #2F4C5D; 
}

.contentDateAnchors
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:24px;
	font-weight:bold;
	color:#000;
	padding: 32px 5px 10px 20px;
}


/*------------------------PAGE STRUCTURE------------------------*/
body
{
	background-color: #FFFFFF;
	margin: 0;
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	font-weight:normal;
}

#pageframe_onecolumn
{
width:747px; 
border-color:#000000; 
border-width:1px; 
border-style:solid; 
padding-top:0px;
margin:auto;
margin-top:2px;

}

#pageframe_twocolumn
{
width:747px; 
border-color:#000000; 
border-width:1px; 
border-style:solid; 
margin-left:50px; 
padding-top:0px;
margin-top:2px;
}

/*------Header------*/

#header
{
width:747px; 
font-family:Geneva, Verdana, Arial, Helvetica, sans-serif; 
font-size:10px; 
padding:0px; 
background-color:#00338E;
}

#headerOuter
{
width:747px; 
font-family:Geneva, Verdana, Arial, Helvetica, sans-serif; 
font-size:10px; 
padding:0px; 
background-color:#00338E;
}


#hbarheader
{
width:747px; 
background-color:#00338E; 
color:#FFFFFF; 
font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; 
font-size:10px; 
float:left; 
height: 8px; 
margin-top:-2px;
}

/*------Content Container------*/

#maincontentcolumn
{
	width: auto;
	vertical-align: top;
	padding-bottom:20px;
	padding-left:25px;

	
}

/*------Footer------*/
#footer
{
	clear: both;
	background-color: #FFFFFF;
	width:747px;
	margin:auto;
}

#innerFooter
{
	text-align: center;
}

/*------Naviagation------*/

#primarynavigation
{
display:none;
}



/*------------------------Naviagation - DO NOT MODIFY WITHOUT TESTING------------------------*/

.arrowlistmenu{
width: 186px; /*width of accordion menu*/
background: url(../images/primary/bg_one_column.jpg); 
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;     
	color: #000000;
	background-color: #E8EE9D;
	margin-bottom: -10px; /*bottom spacing between header and rest of content*/
	padding: 4px 0px 4px 5px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
text-decoration:underline;
color:#000000;
}

.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
text-decoration:none;
color:#000000;
}

.arrowlistmenu .menuheader a:visited{ /*CSS class for menu headers in general (expanding or not!)*/
text-decoration:none;
color:#000000;
background-color:#828CBF;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

background-color:#E8EE9D;

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-top:5px;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #000000;
background: url(../images/primary/arrow.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0px;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #666666;
font-size: 90%;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #00529B;
background: url(../images/primary/bg_one_column.jpg); 
text-decoration:underline;
}

.menuheader2{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #000000;
	background-color: #E8EE9D;
	margin-bottom: -10px; /*bottom spacing between header and rest of content*/
	padding: 4px 0px 4px 5px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.menuheader2 a
{
text-decoration:none;
color:#000000;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:100;
}

.menuheader2 a:hover
{
text-decoration:underline;
color:#000000;
}

.menuheader2 a:visited
{
text-decoration:none;
color:#000000;
}

.menuheaderbottom{ /*CSS class for menu headers in general (expanding or not!)*/
color: black;
background-color: #00529B;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0px 19px 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.menuheaderbottom a
{
text-decoration:none;
color:#000000;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:100;
}

.menuheaderbottom a:hover
{
text-decoration:underline;
}

#sponsor
{
width:220px;
float:right;
height:100%;
text-align:center;
padding-top:20px;
}


#sponsorTitle
{
	text-align:center;
	font-weight:bold;
	background-color:#DEDF7B;
	color:#000000;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	width:220px;
	text-transform:uppercase;
}
