@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}

.oneColFixCtrHdr #container {
	width: 770px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	background-color: #E8E8E8;
	background-image: url(images/HeadBanner.gif);
	height: 205px;
	padding: 0;
	background-repeat: no-repeat;
	position: relative;
}
#header ul{
	margin:0;
	padding:0;
	list-style:none;
	float: right;
	width: 571px;
	position:absolute;
	right: -14px;
	bottom: 141px;
}
#header li {
	float: left;
}
#header li a:link,#header li a:visited {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .67em;
	color: #000;
	text-decoration:none;
	line-height: 1em;
	margin-right: 0.2em;
	background-image: url(images/MenuDiv.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.2em;
}
#header li a:hover {
	color:#666;
}
#header li a.lastHolder {
	background-image:none
}
#header li a.lastcurrent,#header li a.lastcurrent:hover,#header li a.lastcurrent:active {
	background-image:none;
	color: #EC1C24;
	cursor: default;
}
#header li a.current,#header li a.current:hover,#header li a.current:active {
	color: #EC1C24;
	cursor: default;
}
.oneColFixCtrHdr #mainContent {
	background: FFF;
}

/***********************************
Main Content Table Styling
************************************/
#mainContent table#VideoArchive {
	font: Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#FFF;
	background-color:#5a8065;
	border: 1px solid c1cf95;
}
#mainContent #VideoArchive td {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1cf95;
}

#mainContent #VideoArchive tr.odd {
	background-color: #c1cf95;
	color: #000000
}

.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #DDDDDD;
	background-image: url(images/FooterBkgrnd.gif);
	background-repeat: repeat-x;
	margin: 0px;
	height: 39px;
	position:relative;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 14px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFF;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	float: right;
	width: 176px;
	position:absolute;
	right: 1px;
	bottom: 13px;
}
#footer li {
	float: left;
}
#footer li a:link,#footer li a:visited {
	padding: .2em .5em;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFF;
	text-decoration:none;
	line-height: 1em;
	margin-right: .5em;
}
#footer li a:hover {
	color:#000;
}
#footer li a.current,#footer li a.current:hover,#footer li a.current:active {
	color: #000;
	cursor: default;
}
.oneColFixCtrHdr #container #mainContent #FLVPlayer {
	margin-left: 65px;
	margin-right: 65px;
	padding-bottom: 50px;
}
.clear {
	clear: both;
}
.holder {
}
#mainContent #FeaturedTextBox1 {
	position: relative;
	height: 270px;
	width: 270px;
	font-size: .8 em;
	line-height: 1 em;
	font-family: Arial, Helvetica, sans-serif;
	color: c1cf95;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: center;
	visibility: visible;
}

#mainContent #FeaturedTextBox2 {
	position: relative;
	height: 285px;
	width: 750px;
	left: 10px;
	top: -295px;
	font-size: .8 em;
	font-family: Arial, Helvetica, sans-serif;
	color: c1cf95;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: none;
}
.oneColFixCtrHdr #container #header #FaceBook {
	position: relative;
	left: 10px;
	top: 78px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#VideoPlaylist #Movie {
	padding-right: 5px;
	border: none;
}
#VideoPlaylist #Audio {
	padding-right: 5px;
	border: none;
}
