@charset "utf-8";
/* CSS Document */
a { text-decoration:none; }
body { background-image:url(img/bg.png); background-repeat: repeat-x; background-position: top; margin: 0 auto; padding:0;	font-family: Arial, Helvetica, sans-serif; color: #FFF; }
div#wrapper { position:absolute; width:1020px; height: auto; margin:-290px 0px 0px -510px; top: 50%; left: 50%; border: 3px #FFFFFF solid; background-color: #183970; }
div#header { margin: 1px 0px 0px 1px; height:135px; width:1018px; background-image: url(img/bgInHeader.png); }
div#header h2 { margin: 0; font-size: 0.8em; }
div#header a { margin-top: 12px; font-size: 0.6em; color:#FFF; text-decoration: none; text-align: center; display:block; }
div#header a:hover { text-decoration: underline; }
div#header .box1 { float: left; font-size: 1.4em; font-weight:bold; margin: 35px 0px 0px 20px; }
div#header .box2 { float: right; margin: 15px 15px 0px 0px; width: 360px; }
div#content { margin: 0px 1px 1px 1px; height: 460px; width: auto; background-image: url(img/bgInContent.png); background-repeat:no-repeat; }
div#year2009 { margin: 23px 0 0 444px; position:absolute; }
div#year2008 { margin: 23px 0 0 403px; position:absolute; }
div#year2007 { margin: 23px 0 0 375px; position:absolute; }
div#year2006 { margin: 23px 0 0 352px; position:absolute; }
div#year2005 { margin: 23px 0 0 335px; position:absolute; }

div#content .tabbed_videos {
	list-style:none;
	margin:0;
	padding:0;
	width: 360px;
}

div#content .tabbed_videos li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

div#content .tabbed_videos li#button1 a {
	display: block;
	margin: 0;
	height: 91px;
	width: 447px;
	background-image:url(img/bgButton1.png);
	background-repeat:no-repeat;
}

div#content .tabbed_videos li#button1 a.active,
div#content .tabbed_videos li#button1 a:hover {
	background-image:url(img/bgButtonOver1.png);
}

div#content .tabbed_videos li#button2 a {
	display: block;
	margin: 0;
	height: 91px;
	width: 447px;
	background-image:url(img/bgButton2.png);
	background-repeat:no-repeat;
}

div#content .tabbed_videos li#button2 a.active,
div#content .tabbed_videos li#button2 a:hover {
	background-image:url(img/bgButtonOver2.png);
}

div#content .tabbed_videos li#button3 a {
	display: block;
	margin: 0;
	height: 91px;
	width: 447px;
	background-image:url(img/bgButton3.png);	
	background-repeat:no-repeat;
}

div#content .tabbed_videos li#button3 a.active,
div#content .tabbed_videos li#button3 a:hover {
	background-image:url(img/bgButtonOver3.png);
}

div#content .tabbed_videos li#button4 a {
	display: block;
	margin: 0;
	height: 91px;
	width: 447px;
	background-image:url(img/bgButton4.png);
	background-repeat:no-repeat;
}

div#content .tabbed_videos li#button4 a.active,
div#content .tabbed_videos li#button4 a:hover {
	background-image:url(img/bgButtonOver4.png);
}

div#content .tabbed_videos li#button5 a {
	display: block;
	margin: 0;
	height: 89px;
	width: 447px;
	background-image:url(img/bgButton5.png);
	background-repeat:no-repeat;
}

div#content .tabbed_videos li#button5 a.active,
div#content .tabbed_videos li#button5 a:hover {
	background-image:url(img/bgButtonOver5.png);
}

div#content .tabbed_videos li a img {
	border: none;
	margin: 0;
}

#video_1,
#video_2,
#video_3,
#video_4,
#video_5 {
	margin-top: 14px;
	margin-left: 108px;
	border:none;
}

div#content li img {
	float: left;
}

div#content li div#text {
	color: #FFF;
	float: left;
	font-size: 0.9em;
	font-weight:bold;
	margin-left: 7px;
	margin-top: 18px;
	width: 140px;
	text-align:center;
}

