body {
	width: 100%;
	height: 100%;
	background: url(/images/bg.jpg) #333 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

* { 
	margin:0px;
	padding:0px;
	list-style-type: none;
}

div#sitewrap {
	width: 800px;
	height: auto;
	background-color: #000;
	margin: 10px auto;
	border: solid #666 2px;
	border-top:none; 
	border-bottom:none;
}

div#header {
	background: #000 url(/images/banner.jpg) no-repeat center;
	height: 115px;
	width: 800px;
	float: left;
	border-top: solid #666 2px;
	border-bottom: solid #666 2px;
}

div#nav {
	float: none;
}

div#leftColumn {
	background-color: #000;
	width: 200px;
	height: auto;
	float: left;
}

div#rightColumn {
	background-color: #000;
	width: 100%;
	height: auto;
	float: left;
}

div.welcome {
	text-align: center;
	font-size: 1.0em;
}

div.welcome img {
	width: 630px;
}

div.content {
	font-size: .9em;
	color:#fff;
	font-family:  Arial, Helvetica, sans-serif;
	padding: 15px 50px;
	border: solid #666 1px;
	margin:2px;
}

div.content p.pageContent {
	margin-bottom: 15px;
	font-size: 1.1em;
	font-family:  Arial, Helvetica, sans-serif;
}

div.content img.profile {
	width: 275px;
	float: right;
	margin-right: 35px;
}

div.content img.coach {
	width: 200px;
	float: right;
	margin-right: 25px;
	padding-left: 50px;
	margin-left: 25px;
	padding-bottom: 75px;
	padding-top: 35px;
}

div.content img.awards {
	width: 350px;
	float: right;
}

ul.pageList li {
	margin-bottom: 10px;
}

div#footer {
	background-color: #000;
	height: 15px;
	width: 800px;
	border-top: solid #666 2px;
	border-bottom: solid #666 2px;
	clear: both;
}

/* the VERTICAL menu starts here */
div#listmenu {
	float: left;
	padding-left: 1px;
	margin: 1px 0px;
}

div#listmenu ul {margin:0 0 0 0;/* indents ul from edge of container */
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin: 0 auto;
	}
div#listmenu li {
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#999; /*sets the background of the menu items */
	padding: 2px 3.75px;
	border:1px solid #000; /* creates dividing lines between the li elements */
	border-bottom: none;
	float: left;
	}
div#listmenu li:first-child {
	border-left:1px solid #000; /*the first vertical line on the menu */
	}
div#listmenu li:hover { 
	background-color:#666; /*sets the background of the menu items */
	}
div#listmenu a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	padding: 2px 4px 0px 4px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#000;	/* sets the type color */
	font-size: 0.8em;
	}
div#listmenu a:hover {
	color:#000;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	left:-1px; /*aligns the drop exactly under the menu */
	top: 18px;
	}
div#listmenu ul li ul li {
	width: 195px; /* makes the list items fill the list container (ul) */
	border: 1px solid #000; /*the first vertical line on the menu */
	border-top: none;
	padding: 2px 4px;
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:10em;
	}
	
	div#listmenu ul li ul li:first-child {
	border-top:2px solid #000; /*the first vertical line on the menu */
	}
	
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

div#listmenu ul li ul li a {
	font-size: 0.8em;
}
/*

second level popouts start here
div#listmenu ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li:hover ul {visibility:visible;}  same effect as display:block in this situation

third level popouts start here
div#listmenu ul li ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li ul li:hover ul {visibility:visible;} same effect as display:block in this situation 

*/

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #069;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#listmenu ul li ul li ul { 
  left:9.85em; 
  voice-family: "\"}\"";
  left:10em;
  }
/* and the "be nice to Opera" rule */
html>body div#listmenu ul li ul li ul {
  left:10em;
  }

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */
	@media all and (min-width: 0px){
   body div#listmenu ul li ul {padding-bottom:200px;}
   body div#listmenu ul li ul li ul {padding-bottom:22px;}
   body div#listmenu ul li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */

   }
/*end Opera hack */
/* end of hack zone */
/* END OF LIST-BASED MENU */


div.causes {
	margin-bottom: 25px;
}

div.sponsorAndImage {
	margin-bottom: 50px;
}

div.sponsorAndImage img {
	width: 125px;
	padding-right: 50px;
	border: none;
}

div.noBorderImage img {
	width: 220px;
	padding-right: 50px;
	border: none;
}


  /* Font Definitions */
 @font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
 /* Style Definitions */
 p.MsoNormal li.MsoNormal div.MsoNormal { 
 	margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family: "Times New Roman", Times, serif;}
.MsoPapDefault
	{margin-bottom:10.0pt;
	line-height:115%;}
@page Section1 {
	size:8.5in 11.0in;
	}
div.Section1
	{page:Section1;}
	
	
/* CALENDAR */

table#calendar {
	margin: 0px auto;
	color: #000;
}

table#calendar td.column1 {
	background-color: #666;
	height: 50px;
	padding: 0px 25px;
	text-align: center;
}

table#calendar td.column2 {
	background-color: #999;
	height: 50px;
	padding: 0px 25px;
}
 