html, body
{
	height: 100%;
	margin: 0 auto;
	padding: 0;
	/*font: 85% arial, hevetica, sans-serif;
	text-align: center;	*/
}

#container
{
	position:relative;
	min-height: 100%;
	text-align: left;
	background-color: #E0FFCC;
}

* html #container
{
	height: 100%;
}


#header
{
	width: 100%;
	height: 238px;
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
}

#menu
{
	float: left;
	padding-bottom:20px;
	width: 13em;
}

#content
{
	padding: 10px;
	padding-bottom: 40px;
	margin-left: 180px;

}


#footer
{
	position: relative;
	margin-top: -20px;
	width: 100%;
	margin-bottom: 0;
	clear: both;
	height: 20px;
	line-height: 20px;
	background-color: #BCF5BC;
	text-align:center;
}



#menu a.main
{
	color: #505367;
	line-height: 25px;
	height: 25px;
	display: block;
	padding-left: 1.5em;
	margin: 1em 1em 1em 1.5em;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url(/img/button.jpg);
	background-repeat: repeat-x;
}

#menu a.main:hover
{
	background-image: url(/img/button_active.jpg);
	background-repeat: repeat-x;
}

#menu div.main_active
{
	color: #505367;
	height: 25px;
	line-height: 25px;
	display: block;
	padding-left: 1.5em;
	margin: 1em 1em 1em 1.5em;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url(/img/button_active.jpg);
	background-repeat: repeat-x;
}

#menu a.sub1
{
	display: block;
	padding: 0.5em 1.2em 0.5em 2.5em;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid black;
	border-left-color: white; border-top-color: white;
	color: #666;
	background-color: #b5b5b5;
}

#menu a.sub1:hover
{
	border: 1px solid white;
	border-left-color: black; border-top-color: black;
	background-color: #959595;
}

#menu div.sub1_active
{
	padding: 0.5em 1.2em 0.5em 2.5em;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid white;
	border-left-color: black; border-top-color: black;
	color: #666;
	background-color: #959595;
}

#directions
{
	overflow: scroll;
	position: absolute;
	left: 520px;
	top: 0px;
	width: 250px;
	height: 450px;
	visibility: hidden;
	background-color: rgb(243, 243, 243);
}

img
{
	border:none;
}

img.email
{
	vertical-align: middle;
}

* html img.email
{
	margin-top:3px;
}

a.myPlayer
{
	display:block;
	width: 480px;
	height:360px;
	text-align: center;
	margin:0 15px 15px 0;
	border:1px solid #999;
}

/* play button */
a.myPlayer img
{
	margin-top:138px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover
{
	border:1px solid #000;
}

