body {
	margin: 0 0 1em 0;
	padding: 0;
	color: #333333;
	background-color: #222;
	line-height: 130%;
	font-family: arial,sans-serif;
	text-align: center;
}

#wrapper-header {	background: #222; }

#header {
	background: #222;
	width: 953px;
	height: 200px;
	line-height: 200px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #88ac0b url('../images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 953px;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #88ac0b url('../images/menu-background.png') top left repeat-x;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
	line-height: 23px;
	font-size: 14px;
}

#menu a:hover {
	background: #b6e41c url('../images/menu-hover.png') repeat-x;
	color: #485b06;
}

#content-shell {
	width: 953px; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	
}

#contentCenter {
	padding: 1cm;
	padding-bottom: 0px ;
	padding-top: 1cm;
	background: white;
	font-size: 90%;
	text-align: center;
}

* html #contentCenter { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#content {
	padding: 1cm;
	padding-bottom: 2cm;
	padding-top: 1cm;
	background: white;
	font-size: 90%;
	text-align: left;
}

#contentEntry {
	padding: 1cm;
	padding-bottom: 2cm;
	padding-top: 10px;
	background: white;
	font-size: 90%;
	text-align: left;
}

#insideContent {
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#contentHomePage {
	padding: 1cm;
	padding-bottom: 2cm;
	padding-top: 15px;
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.2em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	width: 953px;
	text-align: center;
	color: white;
	letter-spacing: 0.15em;
	background: #88ac0b url('../images/menu-background.png') top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 80%;
	font-family: arial, sans-serif;
}
#sponsors {
	padding: 0;
	padding-bottom: 1px;
	padding-top: 0;
	background: #FFFFFF;
	font-size: 90%;
	text-align: left;
}


h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #fd0f0c;
	text-decoration: underline;
}

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

p { margin-left: 1em; }

.boldTitle {
	font-family: arial, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #254606;
}

.smallText {
	font-family: arial, sans-serif;
	font-size:11px;
	color: black;
}

table.directions th {
	background-color:#EEEEEE;
}
  
img {
	color: #000000;
}

#banner {
	padding: 0px;
	padding-bottom: 0px ;
	padding-top: 1cm;
	background: white;
	text-align: center;
	font-size: 90%;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 100px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
font-size:12px;
font-family:Arial,Helvetica,sans-serif;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#videoPlayer {
	position:relative;
	left:278px;
	top:-408px;
	width: 320px;
	height: 200px;
 }
