/* REMOVE DEFAULT STYLES */

:link,:visited,:hover { text-decoration:none; }
ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img,acronym { border:none; }
address { font-style:normal; }


/*structural divisions*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: none;
	text-decoration: none;
	/* Legacy browsers */
	background: #ffffff url(../images/backgrounds/white_center_light.png);
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	/* Recent browsers */
	background: -moz-linear-gradient(
		left,
		#99ffff,
		#ffffff 25%,
		#ffffff 75%,
		#99ffff			);
	background: -webkit-gradient(
		linear,
		left top, right top,
		from(#aaaaaa),
		to(#aaaaaa),
		color-stop(0.25, #ffffff),
		color-stop(0.75, #ffffff)	);
}

#logo {
	position: relative;
	width: 850px;
	height: 200px;
	margin: 0 auto;
	background: #ffffff url(../images/backgrounds/banner_sport.png) no-repeat center top;
	border: 1px #d0d0d0 solid;
	border-bottom: none;
}

#content {
	position: relative;
	width: 850px;
	margin: 0 auto;
	text-align: left;
	/* Legacy browsers */
	background: #99ffff url(../images/backgrounds/white_down_x1.75.png);
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	/* Recent browsers */
	background: -moz-linear-gradient(
		top,
		#00ffff,
		#ffffff		);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#aaaaaa),
		to(#ffffff)	);
	border: 1px #d0d0d0 solid;
}

#footer {
	position: relative;
	width: 850px;
	height: 93px;
	margin: 0 auto;
	text-align: left;
	/* Legacy browsers */
	background: #00ffff url(../images/backgrounds/white_up.png);
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	/* Recent browsers */
	background: -moz-linear-gradient(
		top,
		#ffffff,
		#00ffff		);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#ffffff),
		to(#00ffff)	);
	border: 1px #d0d0d0 solid;
}

.break {
	position: relative;
	width: 850px;
	height: 3px;
	margin: 22px auto;
	background: #555555;
	font-siZe: 0px;
}

.h1_line {
	position: relative;
	height: 1px;
	margin: 7px auto;
	font-siZe: 0px;
	width: 38%;
	background: #000080;
}

.h2_line {
	position: relative;
	height: 1px;
	margin: 7px auto;
	background: #000080;
	font-siZe: 0px;
	width: 17%;
	right: 39%;
}


/*video material*/

.video_center {
	position: relative;
	width: 640px;
	margin: 0 auto;
}

.video_odd {
	position: relative;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	/* Legacy browsers */
	background: #ffffff url(../images/backgrounds/white_down_x1.75.png);
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	/* Recent browsers */
	background: -moz-linear-gradient(
		top,
		#00ffff,
		#ffffff		);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#bbbbbb),
		to(#ffffff)	);
	border: 1px #d0d0d0 solid;
}

.video_even {
	position: relative;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	/* Legacy browsers */
	background: #ffffff url(../images/backgrounds/white_up_x1.75.png);
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	/* Recent browsers */
	background: -moz-linear-gradient(
		top,
		#ffffff,
		#00ffff		);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#ffffff),
		to(#bbbbbb)	);
	border: 1px #d0d0d0 solid;
}

.video_even h1,.video_odd h1 {
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #000080;
	text-align: center;
	margin: .7em 0 -.5em 0;
}

.video_even p,.video_odd p {
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: .8em;
	font-weight: none;
	text-decoration: none;
	color: #000000;
	margin: 5px 105px 30px 105px;
}


/*content material*/

#content h1#pagetitle {
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #000080;
	text-align: center;
	margin: .7em 0 -.5em 0;
}

#content h2 {
	font-size: 1em;
	font-weight: bold;
	color: #000080;
	margin: 0 0 -.5em 1em;
}

#content p {
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: .9em;
	font-weight: none;
	text-decoration: none;
	text-align: justify;
	color: #000000;
	padding: 0 1.2em 2em 1.2em;
}

#content h3 {
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: .9em;
	color: #000000;
	padding: 1em 0 .2em .5em;
}

#content a {
	color: #0000ff;
}

#content a:hover {
	text-decoration: underline;
}


/*chrome navigation code*/

.chromestyle{
	width: 850px;
	margin: 0 auto;
	font-weight: bold;
	position: relative;
	right: 1px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #d0d0d0;
	border-top: none;
	width: 100%;
	background: #ffffff url(../images/backgrounds/chromebg.gif) center center repeat-x;
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #d0d0d0;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../images/backgrounds/chromebg-over.gif) center center repeat-x;
}

/* Style for Drop Down Menu */

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 1px solid #d0d0d0;
	border-bottom-width: 0;
	font: normal 12px Verdana,Arial,Geneva,Helvetica,sans-serif;
	line-height: 18px;
	z-index: 100;
	/* Legacy browsers */
	background: #ffffff url(../images/backgrounds/white_edges.png);
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	/* Recent browsers */
	background: -moz-linear-gradient(
		left,
		#ffffff,
		#00ffff 50%,
		#ffffff		);
	background: -webkit-gradient(
		linear,
		left top, right top,
		from(#ffffff),
		to(#ffffff),
		color-stop(0.5, #bbbbbb)	);
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #d0d0d0;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.dropmenudiv a:hover{
	background-color: #d0d0d0;
}


/* footer material */

#footer .column {
	float: left;
	margin: 4px 23px 0px 23px;
}

#footer p {
	padding: 5px 0;
	font-size: .8em;
	font-weight: bold;
}

#footer ul {
	padding: 0;
}

#footer li {
	list-style: circle inside;
	font-size: .8em;
}

#footer li a {
	color: #505050;
}

#footer li a:hover {
	color: #0000ff;
}

