/*-----------------------------------------------------------------------------

version:   1.0
author:    FAT FREE DESIGN
email:     info@fatfreedesign.co.uk
website:   http://www.fatfreedesign.co.uk/
Copyright 2008
All Rights Reserved
----------------------------------------------------------------------------- */

/* =Body : remove padding and margin
----------------------------------------------------------------------------- */
* {
  	margin: 0;
	padding: 0;}

body {
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	font-size: x-small; /* IE5/Win thinks the declaration has ended */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for complient browsers */}

.home {
	background: #003366 url(../images/body_bg_home.jpg) no-repeat center top;} /*home*/
	
.diaries {
	background: #003366 url(../images/body_bg_diaries.jpg) no-repeat center top;
}
.sports {
	background: #003366 url(../images/body_bg_sports.jpg) no-repeat center top;
}

.events{
	background: #003366 url(../images/body_bg_events.jpg) no-repeat center top;
}

.video {
	background: #003366 url(../images/body_bg_video.jpg) no-repeat center top;
}

.news {
	background: #003366 url(../images/body_bg_news.jpg) no-repeat center top;
}

.about {
	background: #003366 url(../images/body_bg_about.jpg) no-repeat center top;
}

	
/* =Container
----------------------------------------------------------------------------- */
#container {
	position: relative;
	text-align: left;
	width: 850px;
	margin: 0 auto;
	background-color: transparent;}
	
/* =holding
----------------------------------------------------------------------------- */
#holding {
	width: 850px;
	margin: 20px 0 0 0;
	padding:20px 0 0 0;
	}

#holding img{
	margin: 20px 0 0 0;
	padding:20px 0 0 0;
	}
	
	
/* =Banner - the premier site for getting invloved in paralympic sport
----------------------------------------------------------------------------- */
#banner {
	float: right;
	margin:0 -10px -89px 0;
	padding:0;
	}

/* =Logo
----------------------------------------------------------------------------- */
#logo {
	float: left;
	height: 70px;
	width: 181px;
	margin: 90px 0 0 0;
	}

/* =Main Navigation
----------------------------------------------------------------------------- */


#main_nav_home, #main_nav_news, #main_nav_sports, #main_nav_diaries, #main_nav_events, #main_nav_videos, #main_nav_contact, #main_nav_about {
	float: left;
	height: 30px;
	width: 669px;
	background: url(../images/main_nav_bg.png) no-repeat;
	margin: 129px 0 0 0;
	padding: 0; 
	font-size: 1.15em;
	border-bottom: 1px solid #fff;}

#main_nav_home ul, #main_nav_news ul, #main_nav_sports ul, #main_nav_diaries ul, #main_nav_events ul, #main_nav_videos ul, #main_nav_contact ul, #main_nav_about ul {
	margin: 0;
	padding: 0;}

#main_nav_home li, #main_nav_news li, #main_nav_sports li, #main_nav_diaries li, #main_nav_events li, #main_nav_videos li, #main_nav_contact li, #main_nav_about li {
	float: left;
	list-style: none;}

#main_nav_home a:link, #main_nav_home a:visited,  #main_nav_news a:link, #main_nav_news a:visited, #main_nav_sports a:link, #main_nav_sports a:visited, #main_nav_diaries a:link, #main_nav_diaries a:visited, #main_nav_events a:link, #main_nav_events a:visited, #main_nav_videos a:link, #main_nav_videos a:visited, #main_nav_contact a:link, #main_nav_contact a:visited, #main_nav_about a:link, #main_nav_about a:visited {
	float: left;
	display: block;
	color: #003366;
	padding: 8px;
	background-color: transparent;
	text-decoration: none;}

#main_nav_home li a:hover, #main_nav_news li a:hover, #main_nav_diaries li a:hover, #main_nav_events li a:hover, #main_nav_videos li a:hover, #main_nav_contact li a:hover, #main_nav_about li a:hover {
	background: url(../images/main_nav_hover_bg.png) repeat-x;}

/* =sub LEFT column
----------------------------------------------------------------------------- */
#sub_col_L { /* creates the left column */
	float: left;
	width: 490px;
	height: 42em;
	background: #fff url(../images/sub_col_bg.jpg) repeat-x top left;}
	
#sub_col_L_bg { /* creates the white background for content below the h1 tab */
	float: left;
	width: 470px;
	margin: 0 0 0 20px;
	padding-bottom: 20px;
	background: #fff url(../images/sub_col_L_rad.jpg) no-repeat top left;
	height: 30px;}
	
#sub_col_L h1 {
	float: left;
	font-size: 1.4em;
	color: #003366;
	padding: 10px;
	margin: 20px 0 0 20px;
	background: url(../images/rad_R.jpg) no-repeat top right;}
	
#sub_col_L h1 a {
	background: url(../images/rad_L.jpg) no-repeat top left;
	text-decoration: none;
	margin: 0;
	padding: 0;}
	
.no_border { /* removes the link highlight around the icon */
	border: 0;
	text-decoration: none;}

#sub_col_L h2 {
	text-align: left;
	font-size: 1.3em;
	color: #333;
	background-color: transparent;
	padding: 15px 15px 0 15px;
	margin: 0;}
	
#sub_col_L h3 {
	text-align: left;
	font-size: 1.2em;
	color: #333;
	background-color: #fff;
	padding: 10px 15px 0 15px;
	margin: 0;}
	
#sub_col_L p {
	text-align: left;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	background-color: #fff;
	padding: 10px 10px 20px 10px;
	margin: 0;
	border-bottom: 1px solid #bedee2;}
	
#sub_col_L p.last_para {
	border-bottom: none;}
	
#sub_col_L p img {
	float: left;
	clear: both;
	margin: 0 10px 10px 0;
	padding: 0;}
	
#sub_col_L img {
	border: 0;}
	
#sub_col_L p a:link, #sub_col_L p a:visited {
	color: #333;
	text-decoration: none;
	padding-bottom: 1px;}
	
#sub_col_L p a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
	padding-bottom: 1px;}
	
	
	
	/* =sub single column
----------------------------------------------------------------------------- */
#sub_col_single { /* creates the left column */
	float: left;
	width: 850px;
	height: 56em;
	background: #fff url(../images/sub_col_bg.jpg) repeat-x top left;}
	
#sub_col_single_bg { /* creates the white background for content below the h1 tab */
	float: left;
	width: 810px;
	margin: 0 0 0 20px;
	padding-bottom: 20px;
	background: #fff url(../images/sub_col_single_rad.jpg) no-repeat top left;
	height: 30px;}
	
#sub_col_single h1 {
	float: left;
	font-size: 1.4em;
	color: #003366;
	padding: 10px;
	margin: 20px 0 0 20px;
	background: url(../images/rad_R.jpg) no-repeat top right;}
	
#sub_col_single h1 a {
	background: url(../images/rad_L.jpg) no-repeat top left;
	text-decoration: none;
	margin: 0;
	padding: 0;}
	
.no_border { /* removes the link highlight around the icon */
	border: 0;
	text-decoration: none;}

#sub_col_single h2 {
	text-align: left;
	font-size: 1.4em;
	color: #333;
	background-color: transparent;
	padding: 15px 15px 0 15px;
	margin: 0;}
	
#sub_col_single h3 {
	text-align: left;
	font-size: 1.2em;
	color: #333;
	background-color: #fff;
	padding: 10px 15px 0 15px;
	margin: 0;}
	
#sub_col_single p {
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
	background-color: #fff;
	padding: 10px 10px 20px 10px;
	margin: 0;}
	
#sub_col_single p.last_para {
	border-bottom: none;}
	
#sub_col_single p img {
	float: left;
	clear: both;
	margin: 0 10px 10px 0;
	padding: 0;}
	
#sub_col_single img {
	border: 0;}
	
#sub_col_single p a:link, #sub_col_single p a:visited {
	color: #333;
	text-decoration: none;
	padding-bottom: 1px;}
	
#sub_col_single p a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
	padding-bottom: 1px;}
	
	
	
	
	
/* =sub RIGHT column
----------------------------------------------------------------------------- */
#sub_col_R {
	float: right;
	width: 360px;
	height: 42em;
	background: #fff url(../images/sub_col_bg.jpg) repeat-x top left;}
	
#sub_col_R_bg { /* creates the white background for content below the h1 tab */
	float: left;
	width: 320px;
	height:auto;
	margin: 0 0 0 20px;
	padding-bottom: 20px;
	background: url(../images/sub_col_R_rad.jpg) no-repeat top left;}
	
#sub_col_R_bg img a:link { 
	}
	
#sub_col_R h1 {
	float: left;
	font-size: 1.4em;
	color: #003366;
	padding: 10px;
	margin: 20px 0 0 20px;
	background: url(../images/rad_R.jpg) no-repeat top right;}
	
#sub_col_R h1 a {
	background: url(../images/rad_L.jpg) no-repeat top left;
	text-decoration: none;
	margin: 0;
	padding: 0;}
	
#sub_col_R h2 {
	float: left;
	background-color: #fff;
	font-size: 1.4em;
	color: #333;
	padding: 15px;
	margin: 0;}
	
#sub_col_R p {
	font-weight: normal;
	background-color: transparent;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #333;
	padding: 15px;
	margin: 0;}
	
#sub_col_R p a:link, #sub_col_R p a:visited {
	color: #333;
	text-decoration: none;
	padding-bottom: 1px;}
	
#sub_col_R p a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
	padding-bottom: 1px;}
	
#sub_col_R p img a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;}
	
	
.video_thumbs {
	float: left;
	margin: 10px 0 15px 15px;
	padding: 0;
	width: 90px;
	background-color: #fff;}
	
#sub_col_R .video_thumbs p {
	margin-top: 3px;
	padding: 0;
	font-size: 0.8em;
	color: #333;}
	
#sub_col_R .video_thumbs img a:link {
	text-decoration: none;
	color: #3a0000;
	border-bottom: 1px dotted #3a0000;}
	
/* =Single Column holding three NEWS columns
----------------------------------------------------------------------------- */
#single_col_bg {
	float: left;
	clear: both;
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 850px;}
	
/* =LEFT Column of three NEWS columns
----------------------------------------------------------------------------- */
#mini_col_L {
	float: left;
	clear: both;}
	
#mini_col_L h1 {
	float: left;
	font-size: 1.1em;
	color: #003366;
	padding: 10px;
	margin: 15px 0 0 25px;
	background: url(../images/small_rad_R.jpg) no-repeat top right;}
	
#mini_col_L h1 a {
	background: url(../images/small_rad_L.jpg) no-repeat top left;
	text-decoration: none;
	margin: 0;
	padding: 0;}
	
#mini_col_L_bg { /* creates the white background for content below the h1 tab */
	float: left;
	clear: both;
	width: 250px;
	margin: 0 0 0 25px;
	padding-bottom: 20px;
	background: #fff url(../images/250_col_bg.jpg) no-repeat top left;}
	
#mini_col_L_bg h2 {
	float: left;
	font-size: 1.1em;
	color: #333;
	padding: 10px 10px 0 10px;
	margin: 0;}
	
#mini_col_L_bg p {
	float: left;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: normal;
	color: #333;
	padding: 5px 10px 0 10px;
	margin: 0;}
	
#mini_col_L_bg img {
	border:0;
	float: left;
	margin: 15px 10px 5px 10px;}
	
	
#mini_col_L  a:link, #mini_col_L  a:visited {
	color: #333;
	text-decoration: none;
	padding-bottom: 1px;}
	
#mini_col_L  a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
	padding-bottom: 1px;}	
	
/* =CENTRE Column of three NEWS columns
----------------------------------------------------------------------------- */
#mini_col_C {
	float: left;}
	
#mini_col_C h1 {
	float: left;
	font-size: 1.1em;
	color: #003366;
	padding: 10px;
	margin: 15px 0 0 25px;
	background: url(../images/small_rad_R.jpg) no-repeat top right;}
	
#mini_col_C h1 a {
	background: url(../images/small_rad_L.jpg) no-repeat top left;
	text-decoration: none;
	margin: 0;
	padding: 0;}
	
#mini_col_C_bg { /* creates the white background for content below the h1 tab */
	float: left;
	clear: both;
	width: 250px;
	margin: 0 0 0 25px;
	padding-bottom: 20px;
	background: #fff url(../images/250_col_bg.jpg) no-repeat top left;}
	
#mini_col_C_bg h2 {
	float: left;
	font-size: 1.1em;
	color: #333;
	padding: 10px 10px 0 10px;
	margin: 0;}
	
#mini_col_C_bg p {
	float: left;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: normal;
	color: #333;
	padding: 5px 10px 0 10px;
	margin: 0;}
	
#mini_col_C_bg img {
	border:0;
	float: left;
	margin: 15px 10px 5px 10px;}
	
#mini_col_C  a:link, #mini_col_C  a:visited {
	color: #333;
	text-decoration: none;
	padding-bottom: 1px;}
	
#mini_col_C  a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
	padding-bottom: 1px;}	
	
	
/* =RIGHT Column of three NEWS columns
----------------------------------------------------------------------------- */
#mini_col_R {
	float: right;
	margin-right: 25px;}
	
#mini_col_R h1 {
	float: left;
	font-size: 1.1em;
	color: #003366;
	padding: 10px;
	margin: 15px 0 0 25px;
	background: url(../images/small_rad_R.jpg) no-repeat top right;}
	
#mini_col_R h1 a {
	background: url(../images/small_rad_L.jpg) no-repeat top left;
	text-decoration: none;
	margin: 0;
	padding: 0;}
	
#mini_col_R_bg { /* creates the white background for content below the h1 tab */
	float: left;
	clear: both;
	width: 250px;
	margin: 0 0 0 25px;
	padding-bottom: 20px;
	background: #fff url(../images/250_col_bg.jpg) no-repeat top left;}
	
#mini_col_R_bg h2 {
	float: left;
	font-size: 1.1em;
	color: #333;
	padding: 10px 10px 0 10px;
	margin: 0;}
	
#mini_col_R_bg p {
	float: left;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: normal;
	color: #333;
	padding: 5px 10px 0 10px;
	margin: 0;}
	
#mini_col_R_bg img {
	border:0;
	float: left;
	margin: 15px 10px 5px 10px;}
	
#mini_col_R  a:link, #mini_col_R  a:visited {
	color: #333;
	text-decoration: none;
	padding-bottom: 1px;}
	
#mini_col_R  a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
	padding-bottom: 1px;}	
			
/* =Footer
----------------------------------------------------------------------------- */
#footer {
	clear: both;
	background: url(../images/footer_bg.jpg) no-repeat top center;
	height: 175px;
	font-size: 0.8em;
	color: #ccc;}
	
#footer p {
	font-weight: normal;
	font-size: 0.9em;
	color: #666;
	text-align: center;
	padding: 20px 0 0 0;}
	
#sponsors_logo {
	text-align:center;
	width:500px;
	clear:both;
}

#sponsors_logo p {
	font-weight: normal;
	font-size: 0.9em;
	color: #666;
	text-align: center;
	padding: 0;}

#sponsors_logo ul {
	margin: 0 0 0 390px;
	padding: 0;}

#sponsors_logo li {
	float: left;
	list-style: none;}

	
/* =sub LEFT column for SUB NAVIGATION
----------------------------------------------------------------------------- */
#sub_nav { /* creates the left column for the sub navigation */
	float: left;
	width: 180px;
	margin: 0;
	background: #fff url(../images/sub_col_bg.jpg) repeat-x top left;}
	
#sub_nav h1 {
	float: left;
	color: #003366;
	font-size: 1em;
	padding: 10px;
	margin: 18px 0 0 12px;
	background: url(../images/rad_R.jpg) no-repeat top right;}
	
#sub_nav h1 a {
	background: url(../images/rad_L.jpg) no-repeat top left;
	text-decoration: none;
	margin: 0;
	padding: 0;}
	
.no_border { /* removes the link highlight around the icon */
	border: 0;
	text-decoration: none;}
	
#sub_nav ul { /* remove bullets and list indents */
	list-style: none;
	margin: 50px 0 0 20px;
	padding: 0;}

#sub_nav a {
	display: block;
	color: #003366;
	text-decoration: none;
	padding: 8px;
	margin: 0;
	font-size: 1.3em;}

#sub_nav li {
	border-top: 1px solid #fff;
	background: #f7f9f9 url("../images/sub_nav_bg.jpg") top left repeat-y;}
	
#sub_nav ul li a:hover {
	color: #cc0000;
	background: #f7f9f9 url("../images/sub_nav_bgON.jpg") top left repeat-y;}
	
/* =RIGHT column for pages with left nav menu
----------------------------------------------------------------------------- */
#col_R {
	float: right;
	width: 670px;
	background: #fff url(../images/sub_col_bg.jpg) repeat-x top left;}
	
#col_R_content {
	float: left;
	width: 630px;
	margin: 20px 0 0 20px;
	background: #fff url(../images/630_col_bg.jpg) no-repeat top left;
	background-color: #fff;}
	
#col_R_content h1 {
	font-size: 1.4em;
	color: #003366;
	margin: 10px 0 20px 20px;}
	
#col_R_content p {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	color: #333;
	padding: 0;
	margin: 5px 20px 0 20px;}
	
#col_R_content p img {
	float: left;
	margin: 0 10px 10px 0;}
	
#col_R_content ul { /* remove bullets and list indents */
	list-style: none;
	margin: 40px 0 0 20px;
	padding: 0;}
	
#col_R_content li {
	float: left;
	margin: 0 22px 20px 0;
	padding-top: 0;}
	
#col_R_content li.archery a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/archery.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;}
	
#col_R_content li.athletics a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/athletics.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;}
	
#col_R_content li.wheelchair_basketball a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/wheelchair_basketball.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;}
	
#col_R_content li.boccia a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/boccia.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;
	margin-right: -2px;}
	
#col_R_content li.cycling a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/cycling.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;}
	
#col_R_content li.equestrian a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/equestrian.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;}
	
#col_R_content li.wheelchair_fencing a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/wheelchair_fencing.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;}
	
#col_R_content li.football_5 a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/5_a_side_football.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;
	margin-right: -2px;}
	
#col_R_content li.football_7 a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/7_a_side_football.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;}
	
#col_R_content li.goalball a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/goalball.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;}
	
#col_R_content li.judo a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/judo.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;}
	
#col_R_content li.powerlifting a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/powerlifting.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;
	margin-right: -2px;}
	
#col_R_content li.rowing a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/rowing.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;}
	
#col_R_content li.wheelchair_rugby a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/wheelchair_rugby.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;}
	
#col_R_content li.sailing a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/sailing.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;}
	
#col_R_content li.shooting a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/shooting.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;
	margin-right: -2px;}
	
#col_R_content li.sitting_volleyball a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/sitting_volleyball.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;}
	
#col_R_content li.swimming a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/swimming.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;}
	
#col_R_content li.table_tennis a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/table_tennis.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;}
	
#col_R_content li.wheelchair_tennis a {
	display: block;
	width: 131px;
	text-decoration: none;
	border: none;
	background: url(../images/sports/wheelchair_tennis.gif) no-repeat top left;
	font-weight: normal;
	text-align: center;
	color: #003366;
	padding-top: 111px;
	margin-right: -2px;}
	
#col_R_content li.archery a:hover, #col_R_content li.athletics a:hover, #col_R_content li.boccia a:hover, #col_R_content li.cycling a:hover, #col_R_content li.equestrian a:hover, #col_R_content li.goalball a:hover, #col_R_content li.judo a:hover, #col_R_content li.powerlifting a:hover, #col_R_content li.rowing a:hover, #col_R_content li.sailing a:hover, #col_R_content li.shooting a:hover, #col_R_content li.sitting_volleyball a:hover, #col_R_content li.swimming a:hover, #col_R_content li.table_tennis a:hover, #col_R_content li.wheelchair_basketball a:hover, #col_R_content li.wheelchair_fencing a:hover, #col_R_content li.wheelchair_rugby a:hover, #col_R_content li.wheelchair_tennis a:hover, #col_R_content li.football_5 a:hover, #col_R_content li.football_7 a:hover {
	background-position: top right;
	color: #cc0000;}
	
#flash_video {
	width:470px;
	height:320px;
	margin: 20px 0 0 20px;
	padding: 20px 0 0 120px;
	background: url(../images/video_background.jpg) no-repeat 30px 0;
}

#news_flash_video {
	width:470px;
	height:320px;
	margin: 20px 0 0 0;
	padding: 20px 0 0 120px;
	background: url(../images/video_background.jpg) no-repeat 30px 0;
}
	
/* =Container for sub_nav and col_R - just to create white bg
----------------------------------------------------------------------------- */	
#bg_filler {
	float: left;
	position: relative;
	background-color: #fff;}
	
/* =News Page - LEFT HAND COLUMN
----------------------------------------------------------------------------- */
#news_col {
	float: left;
	width: 230px;
	background: #fff url(../images/sub_col_bg.jpg) repeat-x top left;
	padding: 0;
	margin: 0;}
	
#news_col h1 {
	float: left;
	color: #003366;
	font-size: 1.4em;
	padding: 10px;
	margin: 14px 0 0 20px;
	background: url(../images/rad_R.jpg) no-repeat top right;}
	
#news_col ul { /* remove bullets and list indents */
	list-style-type: none;
	margin: 50px 0 0 20px;
	padding: 0;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.25em;}
	
#news_col li {
	float:left;
	min-height:60px;
	width: 200px;
	border-bottom: 1px solid #bedee2;
	padding: 10px 10px 10px 10px;
	margin:0;
	background-color: #fff;}
	
#news_col li a:link img, #news_col li a:visited img{
	border: none;
	color: #000;}
	
#news_col li .news_title {
	font-weight: bold;}
	
#news_col li img {
	float:left;
	margin:0;
	padding: 0 10px 0 0;}
	
#news_col li a:link, #news_col li a:active, #news_col li a:visited {
	color: #003366;
	text-decoration:none;
	}
	
#news_col li a:hover {
	text-decoration: underline;
	}
	
.no_border { /* removes the link highlight around the icon */
	border: 0;
	text-decoration: none;}
	
/* =RIGHT column for NEWS pages with left column
----------------------------------------------------------------------------- */
#news_col_R {
	float: right;
	width: 620px;
	background: #fff url(../images/sub_col_bg.jpg) repeat-x top left;
	padding: 0;
	margin: 0;}
	
#news_col_R_content {
	float: left;
	width: 580px;
	margin: 20px 0 0 20px;
	background: #fff url(../images/news_col_bgR.jpg) no-repeat top left;
	}
	
#news_col_R_content h1 {
	font-size: 1.4em;
	color: #003366;
	margin: 10px 0 20px 20px;}
	
#news_col_R_content p {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	color: #333;
	padding: 0;
	margin: 5px 20px 20px 20px;}
	
#news_col_R_content p img {
	float: left;
	margin: 0 10px 10px 0;}
	
#news_col_R_test {
	float: right;
	width: 620px;
	background: #fff url(../images/sub_col_bg.jpg) repeat-x top left;
	padding: 0;
	margin: 0;}
	

/* =RIGHT column for VIDEO NEWS pages with left column
----------------------------------------------------------------------------- */
#video_news_col_R {
	float: right;
	width: 620px;
	background: #fff url(../images/sub_col_bg.jpg) repeat-x top left;}
	
#video_news_col_R_content {
	float: left;
	width: 580px;
	margin: 20px 0 0 20px;
	background: #fff url(../images/news_col_bgR.jpg) no-repeat top left;
	}
	
#video_news_col_R_content h1 {
	font-size: 1.4em;
	color: #003366;
	margin: 10px 0 20px 20px;}
	
#video_news_col_R_content p {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	color: #333;
	padding: 0;
	margin: 5px 20px 20px 20px;}
	
#video_news_col_R_content p img {
	float: left;
	margin: 0 10px 10px 0;}

/* =images in the events page, single column
----------------------------------------------------------------------------- */
#events_images {
	float:left;
	width: 800px;
	height: 400px;
}

#events_images img {
float:left;
margin: 10px 30px 5px 10px;
padding: 0;
}