@charset "utf-8";
/* CSS Document */

body {
	background-color:#CCC;
	/* border:1px solid black; */
	width:1080px;
	font-family:Verdana, Geneva, sans-serif;
	margin:5px auto auto auto;
}
.hdr {
	height:124px;
	background-color:#999;
	background-image:url(images/hdr-bg01.jpg);
	background-position:0 0;
	position:relative;
}
#main {
	padding:5px;
	background-color:#CCC;
	position:relative;
}
#menuBar {
	text-align:center;
	/* background-color:#eee;
	border:1px solid black;
	border-width:3px 0 1px 0; */
	margin-top:6px;
	color:black;
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px 2px #999;
	padding:0 0 6px 0;
}
#menuBar a {
	margin:1px 15px;
	padding:0 .5em;
	background-color:white;
	border:1px solid black;
	border-width:0 1px;
	text-decoration:none;
	color:black;
	-webkit-box-shadow:3px 3px 8px #333;
	-moz-box-shadow:1px 1px 5px #333;
	box-shadow:1px 1px 5px #333;
}
#menuBar a:visited {
	color:black;
}
#menuBar a.active,
#menuBar a:hover {
	color:white;
	background-color:#666;
	text-shadow:1px 1px 1px #000;
}
#leftCol {
	position:absolute;
	top:5px;
	bottom:34px;
	width:530px;
	/* background-color:#eee; */
}
#divNews {
	overflow:auto;
	/* border:3px inset #ddd; */
	padding:5px;
	width:515px;
	height:100%;
	background-color:#eee;
	-webkit-box-shadow:3px 3px 8px #333;
	-moz-box-shadow:1px 1px 5px #333;
	box-shadow:1px 1px 5px #333;
}
#divNews ul {
	margin:0px;
	padding-left:0px;
	list-style-type:none;
}
#divNews li {
	padding:0 0 5px 0;
}
#divNews li:first-line {
	font-weight:bold;
}
#divNews img {
	border:none;
}
.newsHdr {
	font-weight:bold;
	/* padding-left:1em;
	background-color:white;
	border:1px solid black;
	border-width:0 1px 1px 0; */
}
#rightCol {
	float:right;
	width:520px;
	/* height:610px; */
	position:relative;
}
#divVid {
	border:3px inset #ddd;
	text-align:center;
}
#vidTitle {
	text-align:center; 
	font-weight:bold; 
	background-color:white;
	border:1px solid black;
	border-width:1px 1px 0 1px;
}
#footer {
	border-top:1px solid black;
	padding:0 4px;
	background-color:#eee;
	font-size:12px;
	float:none; clear:both;
	margin:5px 0 0 0;
}
#address {
	width:350px; 
	float:right; 
	text-align:right;
	font-weight:bold;
	font-size:16px;
	margin:20px 4px;
	color:black;
}
#tag {
	position:absolute;
	bottom:4px; left:0px;
	width:100%;
	text-align:center;
	color:#FF0;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-shadow:2px 1px 2px #444;
}
hr {
	margin:5px 20px 3px 20px;
}
.clickable {
	cursor:pointer;
}
div.center {text-align:center;}
div.doorstop {
	float:none;
	clear:both;
	height:1px;
}
#loginFormDiv form
{
	margin:auto auto;
}
li.teamList {
	cursor:pointer;
}
li.teamList:hover {color:white;}

