* { 
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #4971BA;
	color: #FFF;
	font: normal 85%/140% tahoma, verdana, geneva, arial, helvetica, sans-serif;
	/* margin: 0 auto; */	/* Uncomment this if you want the page to center in IE 6/7, Firefox, Opera and Safari */
	width: 759px;
}

img {
	border: 0;
}

#container {
	background: #006 url("../graphics/bottom-border.gif") bottom left repeat-x;
	border-left: 1px solid #6CF;
	border-right: 1px solid #6CF;
	color: inherit;
	min-height: 100%;
}

* html #container {
	height:100%;
}
	#header {
		height: 86px;
		overflow: hidden;
	}

	#menu {
		float: left;
		font-weight: bold;
		list-style: none;
		width: 150px;
	}
		#menu li {
			background: #4870B8;
			border-top: 1px solid #2B547F;
			color: inherit;
			display: inline;
			float: left;
			position: relative;
			width: 150px;
		}

		#menu li:hover, #menu li.hover {
			background: #4D99E6;
			color: inherit;
		}
			#menu a {
				background: transparent;
				color: #FFF;
				display: block;
				padding-top: 2px;
				text-decoration: none;
				text-indent: 5px;
				width: 100%;
			}

			#menu a:hover,
			#menu a:active,
			#menu a:focus {
				background: #4D99E6;
				color: inherit;
			}

		#menu li:hover,
		#menu li:active,
		#menu li:focus {
			background: #4D99E6;
			color: inherit;
		}
		
		#menu li:active ul,
		#menu li:focus ul,
		#menu li:hover ul, #menu li.hover ul {
			left: 150px;
		}
			#menu ul {
				border-right: 1px solid #4870B8;
				border-bottom: 1px solid #4870B8;
				border-left: 1px solid #4870B8;
				list-style: none;
				min-height: 1%;
				position: absolute;
					top: -1px;
					left: -9999em;
			}
				#menu ul a {
					background: #4D99E6;
					color: #FFF;
					font-size: 85%;
					line-height: 140%;
					padding: 2px 0;
				}

				#menu ul a:hover, 
				#menu ul a:active,
				#menu ul a:focus {
					background: #4870B8;
					color: inherit;
				} 

		#listen {
			background: #006 !important;
			color: inherit;
			padding: 0;
			text-align: center;
		}
			#listen a:active,
			#listen a:focus,
			#listen a:hover {
				background: transparent;
				color: inherit;
			}

	#content {
		float: left;
		margin: 3px -140px 10px -153px;
		width: 100%;
	}
		#content .section {
			background: #68D0FF;
			color: #000;
			height: 1%;
			margin: 0 140px 0 155px;
			padding: 6px 6px 0 6px;
		}

		#highlights {
			float: right;
			font-family: "comic sans ms", fantasy;
			width: 241px;
		}
			#highlights h1, #highlights h1 span {
				font-size: 1.5em;
				height: 60px;
				line-height: 1.55em;
				overflow: hidden;
				width: 241px;
			}
				#highlights h1 {
					text-align: center;
				}

				#highlights h1 span {
					background: url("../graphics/highlights_new1.gif") no-repeat;
					display: block;
					font-size: 0;
					margin-bottom: -60px;
					position: relative;
					z-index: 1;
				}
			
			#highlights ul {
				background: #8C5EF4;
				border-top: 3px solid #9D9DF5;
				border-bottom: 3px solid #9D9DF5;
				color: #FFF;
				list-style: none;
				margin: -3px 0 5px 14px;
				width: 220px;
			}
				#highlights li {
					background: url("../graphics/star_bg.gif") no-repeat;
					border-left: 3px solid #9D9DF5;
					border-right: 3px solid #9D9DF5;
					min-height: 25px;
					padding: 2px 4px 2px 28px;
				}

				* html #highlights li {
					height: 25px;
				}

				#highlights ul a {
					background: transparent;
					color: #FFF;
					display: block;
					font-weight: 600;
					text-decoration: none;
					width: 100%;
				}

				#highlights ul a:hover,
				#highlights ul a:active,
				#highlights ul a:focus {
					background: transparent;
					color: #FF0;
				}

				#highlights .last-child {
					background: url("../graphics/highlights_bg_bottom.gif") bottom left no-repeat;
					display: block;
					font-size: 0;
					height: 7px;
					margin-top: -10px;
					width: 241px;
				}
		
		#about {
			border-top: 2px solid #338FFF;
			float: left;
			font-family: "comic sans ms", fantasy;
			margin-top: 7px;
			width: 209px;
		}

			#about .first-child {
				background:  url("../graphics/intro-top.gif") top left no-repeat;
				display: block;
				height: 9px;
				font-size: 0;
				margin-top: -9px;
				width: 209px;
			}

			#about p {
				background: #004AFF;
				border-left: 2px solid #338FFF;
				border-right: 2px solid #338FFF;
				color: #FFF;
				font-weight: 600;
				padding: 4px 8px;
			}
				#about p.last-child {
					border-bottom: 2px solid #338FFF;
				}
			
			#about span.last-child {
				background: url("../graphics/intro-bottom.gif") bottom left no-repeat;
				display: block;
				font-size: 0;
				height: 15px;
				margin-top: -13px;
				width: 209px;
			}
		
		#download-stream {
			float: right;
		}

		*:first-child+html #download-stream {
			clear: both;
		}

		* html #download-stream {
			clear: both;
		}
		
		#read-more {
			clear: both;
			display: block;
			padding-bottom: 2px;
			text-indent: 8px;
			width: 100%;
		}
			#read-more a {
				text-decoration: none;
			}

			#read-more a:hover,
			#read-more a:active,
			#read-more a:focus {
				text-decoration: underline;
			}

	#sidebar {
		float: right;
		list-style: none;
		margin-top: 6px;
		text-align: center;
		width: 140px;
	}
		#sidebar a {
			background: transparent;
			color: #FFF; /* sets the color of the alt attributes for the links when images are not loaded */
		}

	#footer {
		clear: both;
		font-size: 85%;
		line-height: 140%;
		letter-spacing: 1px;
		text-align: center;
		width: 100%;
	}
		#footer ul {
			list-style: none;
			margin: 0 auto 8px auto;
			width: 450px;
		}
			#footer li {
				display: inline;
				white-space: nowrap;
			}

			#footer .first-child {
				border-left: 1px solid #FFF;
			}
				#footer li a {
					background: transparent;
					border-right: 1px solid #FFF;
					color: #FFF;
					/* font-size: 12px;
					line-height: 15px; */
					padding: 0 4px;
					text-decoration: none;
				}

				#footer li a:hover,
				#footer li a:active,
				#footer li a:focus {
					text-decoration: underline;
				}
		
		#footer p {
			background: transparent;
			color: #0CF;
			font-size: 85%;
			line-height: 140%;
			padding-bottom: 28px;
		}