/* CSS Document */


/* -------------------------- CONTENT - CENTRE COLUMN ---------------------------- */

.home_centre_bl {background:url(/userImages/furniture/bl2_pale_grey.gif) 0 100% no-repeat; width: 485px;}
.home_centre_br {background:url(/userImages/furniture/br2_pale_grey.gif) 100% 100% no-repeat}
.home_centre_tl {background:url(/userImages/furniture/tl2_pale_grey.gif) 0 0 no-repeat}
.home_centre_tr {background:url(/userImages/furniture/tr2_pale_grey.gif) 100% 0 no-repeat; padding:1px 2px 1px 0;}
.home_centre_t {background:url(/userImages/furniture/dot2_pale_grey.gif) 0 0 repeat-x; width: 485px;}
.home_centre_b {background:url(/userImages/furniture/dot2_pale_grey.gif) 0 100% repeat-x}
.home_centre_l {background:url(/userImages/furniture/dot2_pale_grey.gif) 0 0 repeat-y}
.home_centre_r {background:url(/userImages/furniture/dot2_pale_grey.gif) 100% 0 repeat-y}


.module{
	margin:0px;
	padding: 10px;
}

.module ul{
	margin:0px;
	padding: 0px 4px 2px 0px;
}


.module li{
	margin:0px 0px 3px 0px;
	padding:0px;
	list-style-type: none;
}  

.module li a{
	color:#0381AA;
	font-size:90%;
	padding:0 6px 0 2px;
	text-decoration:none;
}

.module li a:hover{
	text-decoration:underline
}

.module ul li a{
	display:block;
	background-image:url(/userImages/furniture/bullet_arrow.gif);
	background-repeat:no-repeat;
	font-weight:bold;
}



/* this is a rule only ie understands its to fix a problem with block elements within a li*/
* html #leftnav li a, * html #leftnav li li a,* html #leftnav li li li a{
	height:1em;
}


.module h1 {
	background:url(/userImages/furniture/title_homepage_bg.gif) 0 0 no-repeat; width: 465px; height:24px;
	color:#FFF;
	font-size:12px;
	padding: 3px 2px 0px 10px;
	margin-bottom:8px;
}	

.module h1 a {
	color:#FFF;
	text-decoration:none;
}

.module h1 a:hover {
	color:#FFF;
	text-decoration:underline;
}

.rss_link {
	float:right;
	width: 115px;
	padding: 0 10px 10px 0;
	text-decoration:none;
	}
	
.video_img {
	float:right;
	width: 115px;
	padding: 0 10px 10px 0;
	}	
	
.pick_of_week {
	padding-left:5px;
}	



a.textlink {
	color: #0281AA;
	font-size:95%;
	text-decoration: none;
	font-weight:bold;
}


a.textlink:hover {
	color: #0281AA;
	font-size:95%;
	text-decoration: underline;
		font-weight:bold;
}


