/*Main stylesheet for the website*/

/*-------- STANDARD STYLES --------*/

body
{
	font-family:Arial,Verdana,Helvetica, Sans Serif/*Century Gothic*/;
	font-size: 9pt; 
	/*background:#CCCCCC;*/
	background-image:url("../../_images/common/background.jpg");
	text-align: center;
}

h1
{
	color: #CC0000;
	font-size: 11pt;
}

h2
{
	color: #CC0000;
	font-size: 10pt;
	font-weight:normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ul
{
	padding-top: 0px;
	margin-top:0px;
	margin-left:60px;
}

img
{
	vertical-align:middle;
}

a
{
	text-decoration: none;
	color: #777777;
}

a:visited
{
	text-decoration: none;
	color: #777777;
}

a:hover
{
	text-decoration: none;
	color: #CC0000;
}

a:active
{
	text-decoration: none;
	color: #CC0000;
}

.centred
{
	text-align:center;
	margin-left:-20px;
}

.small
{
	font-size:10px;
}

.grey
{
	color:#999999;
	padding:0px;
	margin:0px;
}

.red
{
	color:#FC0000;
	padding:0px;
	margin:0px;
}

/*-------- END STANDARD STYLES --------*/

.TextIndent
{
	padding-left:20px;
}

.CentrePanel
{
	min-height:598px;
	width:900px;
	position: absolute;
	left: 50%;
	margin:0px 0px 0px -450px;
	padding:0px;
}

/*-------- Banner --------*/

.Banner
{
	background-image:url("../../_images/common/Masthead.jpg");
	width:900px;
	height:130px;
	/*border:solid 1px red;*/
}

/*-------- DROP DOWN MENU --------*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	top: 55px;
	left:75px;
	width:650px; 
	w/idth:650px;
	height:20px; 
	position:relative;
	padding:0px;
	z-index:3;
	/*border:solid 1px white;*/
}

/* REMOVE all the default LIST styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	padding:0px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	color:white;
	width:90px;
	height:16px;
	border:0px;
	background:none;
	line-height:15px;
}
 
/* style the top level hover */
.menu :hover > a {
	color: #CC0000; /*red*/
	background:none;
}

/* style the second level background */
.menu ul ul {
	top:16px;
	visibility:hidden;
	position:absolute;
	height:0;
	left:0;
	width:130px;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:139px; 
	top:-1px; 
	width:135px;
}
 
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-135px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#A0A0A0;
	color:white; 
	height:auto; 
	line-height:1em;
	padding:5px 10px;
	width:114px;
	border-width:0 1px 1px 1px;
}

/* style the third level links */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#A0A0A0;
	color:white; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px;
}

/* style the hover second and third levels */
.menu ul ul ul :hover > a, menu ul ul ul a:hover, .menu ul ul :hover > a, .menu ul ul a:hover {
	color:white;
	background:black;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/*COLOURED sections*/
/*#second a.red, #second a.red a {
	border-right:solid #FD0000;
	border-width:0 5px 1px 1px;
}*/ /*NOT USED HOME DOESN'T HAVE A DROP DOWN */

#second a.yellow, #second a.yellow a {
	border-right:solid #F2EB37;
	border-width:0 5px 1px 1px;
}

#second a.green, #second a.green a {
	border-right:solid #95CF17;
	border-width:0 5px 1px 1px;
}

#second a.blue, #second a.blue a {
	border-right:solid #0B51A7;
	border-width:0 5px 1px 1px;
}

#second a.orange, #second a.orange a {
	border-right:solid #FD8726;
	border-width:0 5px 1px 1px;
}

#second a.purple, #second a.purple a {
	border-right:solid #7F007F;
	border-width:0 5px 1px 1px;
}

/* HIDE THE DROP DOWNS */
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}

/*-------- END DROP DOWN MENU --------*/

#Search
{
	color:#FFFFFF;
	font-size: 10pt;
	position: relative;
	left: 282px;
	top: 15px;
	width: 250px;
	/*border:solid 1px white;*/
}

#Banner_Links
{
	/*border:solid 1px white;*/
	position:relative;
	left:250px;
	top:10px;
	width:400px;
	color:white;
}

#Banner_Links a
{
	color:white;
}

#Banner_Links a:hover
{
	color: #CC0000;
}

ul.Search_Results
{
	list-style-type:none;
}

/*-------- End Banner --------*/

/*-------- Breadcrumbs --------*/

#Breadcrumbs
{
	width:885px;
	height:18px;
	color:white;
	padding-top:6px;
	padding-left:15px;
	text-align:left;
	margin-top:-24px;
	font-size:11px;
}

#Breadcrumbs img
{
	padding-left:4px;
	padding-right:4px;
	margin-top:-2px;
}

#Breadcrumbs a
{
	color: #ffffff;
}

#Breadcrumbs a:visited
{
	color: #ffffff;
}

#Breadcrumbs a:hover
{
	color: #CC0000;
}

#Breadcrumbs a:active
{
	color: #CC0000;
}

/*-------- End Breadcrumbs --------*/

/*-------- Content section --------*/

.Content
{
	background:#FFFFFF;
	width:812px;
	height:auto; /* IE hack */
	min-height:470px; /* Overrides in all but IE */
	text-align:left;
	margin:0px;
	padding:0px;
	float:left;
	border-right:solid 88px black;
}

/*-------- Left Column --------*/

.LeftNav
{
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 10px;
	background: #ffffff;
	float:left;
	margin-left:4px;
	width:199px;
}

.Left
{
	background-image:url("../../_images/common/Left_Top.jpg");
	height:8px;
	margin-top:15px;
}

.LeftMiddle
{
	background-image:url("../../_images/common/Left_Mid.jpg");
	height:auto;
	padding:7px 19px 5px 10px;
	color:white;
	font-size:10px;
}

.LeftMiddleTitle
{
	font-size:11px;
	font-weight:bold;
}

.LeftBottom
{
	background-image:url("../../_images/common/Left_Bottom.jpg");
	height:13px;
}

.LeftMiddle a
{
	color:white;
}

.LeftMiddle a:visited
{
	color:white;
}

.LeftMiddle a:hover
{
	color: #CC0000;
}

.LeftMiddle a:active
{
	color: #CC0000;
}

/* ---------------------- NEWS TICKER ------------------------ */

#NewsVertical
{
	height:220px;
	display:block;
	overflow:hidden;
	position:relative;
}

#NewsVertical ul
{
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

#NewsVertical ul li
{
	height:220px;
}

#NewsVertical ul li h2
{
	font-size:11px;
	padding:0px;
	margin:0px;
}

#play_scroll_cont
{
	display:none;
}

#stop_scroll, #play_scroll
{
	cursor:hand;
}

/* Tooltip CSS */
#stop_scroll span, #play_scroll span
{
	display:none;
	width:35px;
}

#stop_scroll:hover span, #play_scroll:hover span
{
	display:inline;
	background:black;
	color:white;
	float:right;
}

/* ----------------------- SUBSCRIPTIONS ------------------------- */

#subscriptionForm input
{
	font-size:10px;
	color:black;
	background-color:white;
	margin:5px;
	font-weight:bold;
	float:right;
	padding:1px 2px;
}

/* ----------------------- PARTNERS -------------------------- */

.PartnerLogos
{
	padding:20px 0px 0px 54px;	
}

.PartnerImg
{
	text-align:center;
	padding-top:8px;
	padding-left:9px;
}

/*-------- End Left Column --------*/

#MiddleContent
{
	padding-top:15px;
	padding-right:15px;
	padding-left:12px;
	float:left;
	width:562px;
	margin-right:-88px;
	background-color:white;
	z-index:1;
	position:relative;
}

#MiddleContent img
{
	padding:5px;
}

#divSavedSearch img
{
	border:0px;
}

.RightContent
{
	float:right;
	text-align:right;
	height:auto;
	z-index:2;
	position:relative;
	left:88px; /* Place over black border */
}

.LastUpdated
{
	color: #777777;
	background:#FFFFFF;
	width:804px;
	padding:10px 8px 4px 0px;
	text-align:right;
	height:15px;
	float:left;
	border-right:solid 88px black;
}

.PoweredBy
{
	color: #FC0000;
	margin-left:725px;
	margin-top:-25px;
}

/*-------- End content section --------*/

/*-------- Footer styles --------*/

.Footer
{
	color:#FFFFFF;
	width:885px;
	height:53px;
	text-align:left;
	padding-top:2px;
	padding-left:15px;
	background-image:url("../../_images/common/Footer_Image.jpg");
	margin:0px 0px 20px 0px;
	float:left;
}

.Footer a
{
	color:#ffffff;
}

.Footer a:hover
{
	color: #CC0000;
}

.Footer a:active
{
	color: #CC0000;
}

/*-------- End Footer styles --------*/
