﻿* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 10px;		/*  10px  */
	margin: 10px;          /*  10px  */
	z-index: 0;
	background-color: #99CCFF;  /* #99CCFF  background behind page below gradient */
	background-image: url('../Graphics/Background.jpg');
	background-repeat: repeat-x;
}

#Wrapper {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 905px;
	z-index: 0;     /*  0  */
}

#Header {
	height: 201px;       /*  81px (has also ben 181px) */
	z-index: 1;
	background-image: url('../Graphics/HeaderMiddle.jpg');
	background-repeat: repeat-x;
}

#Header .Left {
	float: left;
	height: 201px;      /*--    81px  --*/
	width: 2px;       /*--   2px  left edge  --*/
	z-index: 2;
	background-image: url('../Graphics/HeaderLeft.jpg');
	background-repeat: no-repeat;
}

#Header .Content {
	float: left;
	height: 201px;    /*--  78 banner height     --*/  
	overflow: hidden;   /*--  could also be auto  --*/
	width: 898px;		/*  898px  this is the banner width  */
	z-index: 3;
	margin-top: 2px;     /*  2px  */
}

#Header .Right {
	float: right;
	height: 201px;  /*-- 81 adj position of Nav bar --*/
	width: auto;   /*--      5px -has also been 12  --*/
	z-index: 2;
	background-color: transparent;
	background-image: url('../Graphics/HeaderRight.jpg');
	background-repeat: no-repeat;
}

#Navigation {
	clear: both;
	height: 21px;     /*  21px  */
	z-index: 1;
	background-image: url('../Graphics/NavigationMiddle.jpg');
	background-repeat: repeat-x;
	margin: 0;
}

#Navigation .Left {
	float: left;
	width: 2px;
	z-index: 2;
	background-image: url('../Graphics/NavigationLeft.jpg');
	background-repeat: no-repeat;
}

#Navigation .Content {
	float: left;
	height: 21px;	/*   20px orig positions Content box */
	margin-left: -3px;
	z-index: 3;
}

#Navigation .chromestyle ul{
	display: inline;
	height: 21px;
	width: 100%;
	padding: 0;
	margin-left: 3px;
	margin-right: 3px;	
	text-align: center; /*set value to "left", "center", or "right"*/
}

#Navigation .chromestyle ul li{
	display: inline;
	margin-left: -3px;
	padding: 0;
	text-indent: 0;
	height: 21px;	
}

#Navigation .chromestyle ul li a{
	display: inline;
	color: #494949;
	padding: 3px 10px;
	margin: 0;
	border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
	color: #F0F0F0;    /*  #FOFOFO   colour Nav font*/
	font-size: 15px;	/*   12px orig size of dropdown font  */
	font-family: arial,sans-serif;
	font-variant: small-caps;
	font-weight: normal;
	text-decoration: none;
	height: 21px;
}

#Navigation .chromestyle ul li a:hover, #Navigation .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url('../Graphics/NavigationHighlight.png'); 
	background-position: center; 
	background-repeat: repeat-x; /*THEME CHANGE HERE*/
}


#Navigation .Content ul li a.Title {
	background-image: url('../Graphics/NavigationSeperator.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 15px;	/* orig 13px - size of font for main navigation  */
}

#Navigation .Content ul li a:hover {
	color: #FFFFFF;
}

#Navigation .Content ul li a:active {
	color: #000000;
}

#Navigation .Content ul li:hover {
	background-image: url('../Graphics/NavigationHighlight.png');
	background-repeat: repeat-x;
	background-position: center;
}

#Navigation .Right {
	float: right;
	height: 21px;
	width: auto;
	z-index: 2;
	background-image: url('../Graphics/NavigationRight.jpg');
	background-repeat: no-repeat;
}

#Main {
	Text-align: left;
	clear: both;
	overflow: hidden;
	z-index: 1;
	background-image: url('../Graphics/MainMiddle.jpg');
	background-repeat: repeat-y;
}

#Main .Top {
	height: 2px;       /*  2px  MAIN margin top  */
	z-index: 2;
	background-image: url('../Graphics/MainTop.jpg');
	background-repeat: no-repeat;
}

#Main .Content {
	float: left;
	overflow: hidden;
	padding: 0 10px 0 10px;
	width: 720px;
	font-size: 1.4em;
	font-family: arial, helvetica, sans-serif;
	z-index: 3;
	
}

#Main .Content a {
	color: #990050;		/*  000  */
}

#Main .Content a:hover {
	color: #000;		/*   #fff   */
}


#Main .Paidlink {
	margin-left: 50%;
	text-align: left;
	color: #000000;
	font-size: 1.1em;
	font-family: arial, helvetica, sans-serif;
}

#Main .Member	{
	clear: right;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
	
#Main .Centred	{
	text-align: center;
	font-size: 0.9em;
	
}		

#Main .Adverts {
	float: right;
	margin-right: 5px;
	width: 160px;
	z-index: 3;
	height: 12px;
}

#Main .Bottom {
	clear: both;
	height: 2px;
	z-index: 2;
	background-image: url('../Graphics/MainBottom.jpg');
	background-repeat: no-repeat;
}

#Footer {
	height: 35px;
	overflow: hidden;
	text-align: center;
	z-index: 1;
	background-image: url('../Graphics/FooterMiddle.jpg');
	background-repeat: repeat-x;
}

#Footer .Left {
	float: left;
	height: inherit;
	width: 2px;
	z-index: 2;
	background-image: url('../Graphics/FooterLeft.jpg');
	background-repeat: no-repeat;
}

#Footer .Content {
	float: left;
	height: 30px;
	margin: -1px;
	margin-right: -2px;
	width: 99.5%;
	z-index: 3;
	font-size: 11px;
}

#Footer .Content a {
	font-color: #990050;	/*  #FF0000  */
}

#Footer .Right {
	float: right;
	height: inherit;
	width: 5px;
	z-index: 2;
	background-image: url('../Graphics/FooterRight.jpg');
	background-repeat: no-repeat;
}

.Content {
	color: #323232;      /*   #323232 font colour main area */
}

.Content a {
	color: #990050;		/*   #141414 orig  */
	text-decoration: none;
}

.Content a:hover {
	color: #000000;
	text-decoration: underline;
}

.Content a:active {
	color: #FFFFFF;
}

.Content a:visited {
	color: #990050;	/*  #F0F0F0  */
}

.Content img {
	border: 0;
}

.Content img.Left {
	float: left;
	padding: 1em 1em 1em 1em;
}

.Content img.Right {
	float: Right;
	padding: 1em 1em 1em 1em;
}

.Content img.Paidlink	{
	position: absolute;
	left: -300px;
}

.Content hr {
	margin: 5px 0 10px 0;
	width: 80%;
	color: #000000;   /*  #000000  */
}

.Content p {
	padding: 5px 0 4px 0;
	line-height: 1.5em;
}

.Content p:hover {
	color: #000000;
}
	

.Content h1 {
	padding: 8px 0 2px 0;
	color: #232323;
	font-size: 30px;
}

.Content h1:hover {
	color: #000000;
}

.Content h2 {
	padding: 8px 0 2px 0;
	color: #232323;
	font-size: 22px;
}

.Content h2:hover {
	color: #000000;
}

.Content h3 {
	padding: 8px 0 2px 0;
	color: #232323;
	font-size: 18px;
}

.Content h3:hover {
	color: #000000;
}


.Content ul {
	padding: 8px 0 2px 0;
}

.Content ol {
	padding: 8px 0 2px 0;
}

.Content li {
	padding: 1px 0 1px 0;
	text-indent: 20px;
	list-style: none;
}

.Content li:hover {
	color: #000000;
}

.Clear     {
	clear:both;
	}

table.member {
	
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	border-collapse: separate;
	background-color: yellow;
	width: 65%;
}
table.member th {
	border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 3px 3px 3px 3px;
}
table.member td {
	border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #6EC6F1;
	-moz-border-radius: 3px 3px 3px 3px;
}
.table-member tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	text-align: center;
}

#Navigation .chromestyle{
width: auto;
font-weight: bold;
}

#Navigation .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


/* ######### Style for Drop Down Menu ######### */

#Navigation .dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
text-align: left;
line-height: 18px;
z-index:100;
background-color: #8DCFF4;
visibility: hidden;

}

#Navigation .dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color: black;
}

#Navigation .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #BFE2F9;
}	
	
* html #Navigation .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
