body {
	font-family: "Comic Sans MS";
	background-color: #03670b;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 30px;
	font-weight: bold;
}

#container {
	width: 862px;
	position: static;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

#Header {
	width: 862px;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 204px;
	padding-bottom: 5px;
	background-image: url(../images/tread.jpg); 
	background-position: 0px;
}
.HeaderIMG-Left {
	float: left;
	position: relative;
	margin: 0px;
	top: 50px;
	left: 25px;
}
.HeaderIMG-Right {
	float: right;
	position: relative;
	margin: 0px;
	right: 10px;
	top: 50px;
}

#Footer {
	width: 862px;
	position: relative;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	background-image: url(../images/greenbar.gif);
}

/* -----------------------------------     Start of Menu Code      --------------------------------------------- */
#MENU------------CODES {}

#navigation {
	background-image: url(../images/greenbar.gif);
	height: 30px;
	width: 855px;
	padding-left: 7px;
}

#menu {
	margin:0;
	list-style:none;
	height:40px;
	position:relative;
	z-index:100;
	font-family:"Comic Sans MS";
	line-height: 30px;
	font-size: 1em;
	font-weight: normal;
	padding: 0;
}
#menu li 
/* Main Menu Item Spacing */
{
	float:left;
	margin-right:1px;
}

#menu li a {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	color:#DDDDDD;
	text-decoration:none;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */
/* Hover colour for some browsers - 6*/

#menu li a:hover {z-index:200; position:relative;color:#FFFFFF; background-color:#33CC00;}
#menu li:hover {position:relative; z-index:200;}


#menu li:hover > a, 
#menu li:hover > a.sub 
/* Main Menu Hover colour */
{
	color:#FFFFFF;
	background-color: #33CC00;
}

/*
#menu li a.sub {
	background-color: #006600;	
}
*/

#menu :hover ul 
/* Submenu 1 - Makes the Menu show, and where to show it */
{
	left:0;
	top:30px;
	width:220px;
}


/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
/* Submenu 2 - Makes the Menu show, and where to show it */
 {
	left:220px;
	top:-1px;
	white-space:nowrap;
	width:155px;
	z-index:200;
	height:auto;
} 

#menu :hover ul li 
/* Submenu Border divide */
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#menu :hover ul li a 
/* Submenu 1 colours */
{
	width:220px;
	padding:0;
	text-indent:10px;
	color:#333333;
	height:30px;
	line-height:30px;
	background-color: #99FF99;
}
#menu :hover ul li a.fly 
/* Submenu 1 colour for Submenu 2*/
{
	background-color: #99FF99;
	background-image: url(../images/Menu-Arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu :hover ul :hover ,
#menu :hover ul :hover a.fly 
/* Submenu 1 hover colour*/
{background-color:#FFAA00; color:#FFFFFF;}

#menu :hover ul :hover ul li a 
/* Submenu 2 colours */
{
	width:155px;
	padding:0;
	text-indent:10px;
	color:#333333;
	background-color: #99FF99;
}
#menu :hover ul :hover ul :hover 
/* Submenu 2 Hover Colours */
{background-color:#FFAA00; color:#FFFFFF;}

/* -----------------------------------     Start of Page Content      ------------------------------------------ */
#MAIN-------------CODES {}

#MainBG
{
	background-image: url(../images/tread2.gif);
	background-repeat: no-repeat;
	background-color: #FFCC66;
}

.MainTitle {
	line-height: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	text-align: left;
	color: #000000;
}

.MainText {
	line-height: normal;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
	color: #03670B;
	text-align: left;
}

/*  --------------------------------  Home Page Code  ----------------------------------------------    */
#container h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	line-height: normal;
}
.LeftIMG {
	float: left;
	position: static;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.RightIMG {
	float: right;
	position: relative;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
#CenterImg {
	padding-top: 10px;
}

/*  --------------------------------  Aims Page Code  ----------------------------------------------    */
#AIMS----------CODES {}

.lower-banner {
	padding: 30px;
}
.bannerIMG-L {
	position: relative;
	float: left;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 20px;
}
.bannerIMG-R {
	position: relative;
	float: right;
	right: 50px;
}
.BannerText {
	color: #03670B;
	line-height: normal;
	padding-right: 30px;
	padding-left: 30px;
	text-align: justify;
}

/*  --------------------------------  Abingdon 4x4 Code  ----------------------------------------------    */
/*  --------------------------------  Abingdon 4x4 Code  ----------------------------------------------    */
/*  --------------------------------  Abingdon 4x4 Code  ----------------------------------------------    */
/*  --------------------------------  Abingdon 4x4 Code  ----------------------------------------------    */

/*  --------------------------------  Phoenix Club Code  ----------------------------------------------    */

/*  --------------------------------  Phoenix Club Contacts   ----------------------------------------------    */
#CONTACTS-----------CODES {}

.ContactsSubTitle {
	padding-left: 250px;
	margin: 0px;
	color: #3333CC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-style: italic;
	padding-bottom: 5px;
	font-size: 1.3em;
}
.SubTitle {
	line-height: normal;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin: 0px;
	color: #000000;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
}
.ListTable {
	margin-left: 20px;
	margin-right: 20px;
}
.TableText {
	color: #03670B;
}
.TableItem {
	font-style: italic;
	color: #990000;
	text-indent: 5px;
	text-align: left;
}
.TableKnight {
	font-style: italic;
	color: #3333CC;
	text-indent: 5px;
	text-align: left;
}


/*  --------------------------------  Phoenix Club Events Code  ----------------------------------------------    */
#EVENTS----------CODES {}

.EventTable {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #000000;
}
.EventText {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.EventClub {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}.EventSubText {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 10px;
	font-style: italic;
	line-height: 20px;
}
.EventTBC {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-style: italic;
}
.Events-banner {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 10px;
}

/*  --------------------------------  Phoenix Gallery Code  ----------------------------------------------    */
#CLUB--------CODES {}

#ClubLinks {
	width: 100%;
	top: auto;
}
#ClubLinks li {
	color: #CC3300;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#ClubLinks a {
	color: #0000FF;
	padding-right: 10px;
	padding-left: 10px;
}
#ClubLinks a:hover {
	color: #FFFFFF;
	background-color: #03670B;
	padding-right: 10px;
	padding-left: 10px;
}


/*  --------------------------------  Phoenix Gallery Code  ----------------------------------------------    */
#GALLERY--------CODES {}

#GalleryLinks {
	text-indent: 10px;
	width: 100%;
	list-style-type: disc;
	list-style-position: inside;
	top: auto;
}
#GalleryLinks li {
	color: #CC3300;
	list-style-type: decimal;
	margin: 0px;
	padding: 0px;
}
#GalleryLinks a {
	color: #0000FF;
	padding-right: 10px;
	padding-left: 10px;
}
#GalleryLinks a:hover {
	color: #FFFFFF;
	background-color: #03670B;
	padding-right: 10px;
	padding-left: 10px;
}

.GalleryText {
	color: #03670B;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	vertical-align: top;
}

.GalleryHR {
	color: #03670B;
	background-color: #03670B;
	background-position: center;
	width: 780px;
	height: 5px;
}

#Gallery {
background-position:center center;
float:left;
height:20px;
left:50%;
margin:10px 0 0;
padding:0;
position:relative;
}
#Gallery li {
background-color:#000000;
float:left;
list-style-type:none;
margin-right:2px;
position:relative;
right:50%;
}
#Gallery li a {
	display: block;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #FFFFFF;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	font-weight: bold;
}
#Gallery li a:hover {
	text-decoration: none;
	background-color: #03670B;
}
#Gallery li.current a {
	color:#66ff00;
}

/*  --------------------------------  Phoenix News Code  ----------------------------------------------    */
#NEWS-----------CODE {}

.divide {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#video {
	padding-top: 10px;
	height: 395px;
}

/*  --------------------------------  Phoenix Fun Stuff Code  ----------------------------------------------    */
#NEWS-----------CODE {}

#GamesImg {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
}

#FunImg {
	padding-bottom: 20px;
	padding-top: 10px;
}

/*  --------------------------------  Phoenix Links Code  ----------------------------------------------    */
#LINKS-----------CODE {}

#LinksTable
{
	width: 600px;
	color: #03670B;
	padding: 5px;
}
