#videos-list {
	float: left;
	height: 420px;
	width: 196px;
	background-color: #000000;
	margin-left: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	padding-top: 50px;
	margin-right: 0px;
}

#videoPlayerFrame {
	width: 446px;
	height: 355px;
	overflow: hidden;
	border: none;
	background-color: #99FF00;
}

#videos-list p {
	margin-bottom: 0px;
	margin-top: .25em;
}


#videos-list a:link, a:visited {text-decoration:none; color: white}
#videos-list a:hover {color: #0066FF}


 
#videoplayer {
	background-color: #000000;
	width: 720px;
	height: 420px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC00CC;
	border-right-color: #CC00CC;
	border-bottom-color: #CC00CC;
	border-left-color: #CC00CC;
	margin-right: 20px;
	margin-left: 0px;
	padding-top: 50px;
}
#map {
	background-color: #FFFFFF;
	width: 901px;
	height: 537px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
}


#tab-videos a:link, #tab-videos a:visited {text-decoration: none; color: black}

#tab-videos {
	background: url(images/tabbar-tab-videos.png); color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}.linkedTab {
	cursor: pointer;
}
