/* CSS Document */


body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Verdana;
	background-image: url(../images/grunge.jpg);
}

#nowPlaying {
	position: fixed;
	top: 100px;
	right: 0;
	margin-right: -355px;
	background-color: #333333;
	background-repeat: no-repeat;
	width: 379px;
	height: 152px;
	color: #F3F3F3;
}

#nowPlaying:hover {
	cursor: pointer;
}

#nowPlayingText {
	margin: 93px 0 0 200px;
}

#content {
	width: 940px;
	position: absolute;
	left: 50%;
	margin-top: 386px;
	margin-left: -470px;
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
}

#masthead {
	position: absolute;
	left: 50%;
	top: 80px;
	margin-left: -470px;
	width: 940px;
	height: 310px;
	background-image: url(../images/masthead.png);
	z-index: 1;
}

#algonquin {
	position: absolute;
	top: 0;
	background-image: url(../images/pattern.png);
	width: 100%;
	background-repeat: repeat-x;
	height: 150px;
}

#page a {
	color: #0099ff;
	text-decoration: none;
	border-bottom: 0px dotted #0099ff;
}

#page a:hover {
	color: #0099ff;
	text-decoration: none;
	border-bottom: 1px dotted #0099ff;
}

#listen a {
	color: white;
	font-size:20px;
	font-family:Georgia;
	text-decoration: none;
	border-bottom: 0px dotted #0099ff;
}

#listen a:hover {
	color: #0099ff;
	text-decoration: none;
	border-bottom: 1px dotted #0099ff;
}
#footer a {
	color: #42A400;
	text-decoration: none;
	border-bottom: 1px dotted #42A400;
}

#nav {
	color: #F3F3F3;
	position: absolute;
	top: 201px;
	left: 50%;
	margin-left: -170px;
	width: 890px;
	padding: 0;
}


#nav a {
	color: #F3F3F3;
	border: none;
	text-decoration: none;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 50px;
}

li.dropdown {
	line-height: 30px;
	padding: 7px 8px 7px 8px;
	margin: 0;
	border-right: 1px dotted #460B3A;
}

li.dropdown:hover {
	background-image: url(../images/nav.jpg);
}

#page {
	padding: 0 180px 0 55px;
	background-image: url(../images/mic.png);
	background-repeat: no-repeat;
}

#footer {
	margin: 50px 0 0 -55px;
	width: 940px;
	height: 130px;
	border-top: 1px dashed #555555;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-y;
	font: 11px Verdana;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	display: inline;
	float: left;
	padding: 0 25px 6px 0;
	width: 200px;
}

#footer h3 {
	display: block;
	border-bottom: 1px dotted #333333;
	width: 100px;
}

.hidden {
	display: none;
}

a img {
	border: none;
}

ul.header {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.header li {
	display: inline-block;
	padding: 0px 8px 0px 0;
cursor:pointer;
	font-size:12px;
}

ul.header li:hover {
	text-decoration:underline;
}

table {
	padding: 10px;
}

p {
	padding: 10px 0 10px 0;
	margin: 0;
}

#title {
	position: absolute;
	background-image: url(../images/aboutTitle.png);
	width: 300px;
	height: 50px;
	left: 100px;
	margin-top: -50px;
}

.floatRight {
	float: right;
}

.float {
	background-image: url(../images/floaterTop.png);
	background-repeat: no-repeat;
	width: 250px;
	margin: 5px 0 0 15px;
	border-bottom: 1px solid #666666;
}

.floatHeader {
	padding: 35px 0 0 10px;
	color: #FFFFFF;
}

.floatContent {
	padding: 30px 10px 10px 10px;
	font-size: 16px;
}

#hotspot{
  position:absolute;
  margin-top:20px;
  margin-left:20px;
  width: 250px;
	height: 240px;
	color:white;
	border:0px solid white;
	cursor:pointer;
}
