* {

	margin: 0px;
	padding: 0px;
}

body {
	background: #006D39 url(/images/interface/FooterBackGround.gif) top left repeat-y;
	font: 10px verdana, arial, sans-serif;
	color: #006931;
}

* sup {
	font-size: 8px;
}

#Container {
	width: 100%;
}



#Header {
	height: 85px;
	background: #006529 url(/images/interface/TopBannerBack.jpg) top left no-repeat;
}

#Header img {
	position: absolute;
	top: 24px;
	left: 16px;
}

#Menu {
	padding: 55px 0px 0px 220px;
	font-weight: bold;
}

#Menu ul {
	/*width: 570px; ALAN*/
	list-style-type: none;
}

#Menu li {
	float: left;
	margin: 0px 1px;
	text-align: center;
	list-style-type: none;
}

#Menu li a, #Menu li a:visited {
	line-height: 18px;
	display: block;
	height: 30px;
	text-decoration: none;
	color: white;
}

#Menu li a:hover, #Menu li a:visited:hover {
	line-height: 18px;
	display: block;
	height: 30px;
	text-decoration: none;
	color: #FFCC33;
}

#Menu li a.Home {
	width: 76px;
	background: url(/images/nav/Home.gif) 0px 0px no-repeat;
}

#Menu li a.Service {
	width: 93px;
	text-align: left;
	background: url(/images/nav/Service.gif) 0px 0px no-repeat;
}

#Menu li a.Service span {
	display: block;
	margin-left: 6px;
}

#Menu li a.bookings{
	width: 76px;
	background: url(/images/nav/About.gif) 0px 0px no-repeat;
	/*display:none;*/
}

#Menu li a.About {
	width: 76px;
	background: url(/images/nav/About.gif) 0px 0px no-repeat;
}

#Menu li a.Clients {
	width: 76px;
	background: url(/images/nav/Clients.gif) 0px 0px no-repeat;
}

#Menu li a.News {
	width: 76px;
	background: url(/images/nav/News.gif) 0px 0px no-repeat;
}

#Menu li a.Contact {
	width: 76px;
	background: url(/images/nav/Contact.gif) 0px 0px no-repeat;
}

#Menu li a.Sitemap {
	width: 76px;
	background: url(/images/nav/Sitemap.gif) 0px 0px no-repeat;
}


/* the drop down */

#Menu li ul {
	z-index: 100;
	position: absolute;
	width: 301px;
	left: -999px;
}

#Menu li ul li {
	background: url(/images/nav/AntiFlashBack.gif) 50% 0px no-repeat;
}

#Menu li:hover ul, #Menu li.sfhover ul {
	left: auto;
	background: white;
}

#Menu li:hover ul a, #Menu li.sfhover ul a, #Menu li:hover ul a:visited , #Menu li.sfhover ul a:visited {
	text-align: left;
	text-indent: 8px;
	width: 300px;
	height: 19px;
	line-height: 14px;
	background: url(/images/nav/DropButtonUp.gif) 0px 0px;
	color: #006931;
}

#Menu li:hover ul a:hover, #Menu li.sfhover ul a:hover, #Menu li:hover ul a:visited:hover , #Menu li.sfhover ul a:visited:hover {
	text-align: left;
	width: 300px;
	height: 19px;
	line-height: 18px;
	background: url(/images/nav/DropButtonDown.gif) 0px 0px no-repeat;
	color: #004911;
}

/* the drop down */




#Content {
	width: 100%;
	/*background: #FFFFFF url(/images/interface/BackgroundCenterImage.gif) no-repeat 50% 50%;*/
	background-color:white;
	padding: 24px 0px 16px;
}

#Content h3 {
	font-size: 10px;
}

#BottomLine {
	width: 90%;
	min-width: 780px;
	background: url(/images/interface/PageTitleBackLine.gif) 51px bottom no-repeat;
}

#LeftContent {
	min-width: 780px;
}

#LeftContent .PDF img {
	float: left;
	margin: 8px;
}

#LeftContent p.PDF {
	height: 44px;
	line-height: 44px;
}

#LeftContent .PDF br {
	clear: both;
}

#LeftContent .GetAdobe {
	text-align: left;
	padding: 32px 0px 0px;
}

#LeftContent h1, #LeftContent h2  {
	font-size: 14px;
	padding: 16px 0px 0px;
	font-weight: bold;
	color: #736D5A;
}

#LeftContent h2 {
	font-size: 12px;
}

#LeftContent p {
	padding: 4px 0px;
}

#LeftContent a, #LeftContent a:visited {
	color: #00A6DE;
	text-decoration: none;
	font-weight: bold;
}

#LeftContent a:hover, #LeftContent a:visited:hover {
	color: #736D5A;
	text-decoration: underline;
}

#LeftContent li h1 a, #LeftContent li h1 a:visited {
	font-size: 11px;
	color: #736D5A;
	text-decoration: none;
}

#LeftContent li h1 a:hover, #LeftContent li h1 a:visited:hover {
	color: #006931;
	text-decoration: underline;
}


#LeftContent ol {
	padding: 6px 32px;
	list-style-type : lower-roman;
}

#LeftContent ol.Decimal {
	padding: 6px 32px;
	list-style-type : decimal;
}

#LeftContent ol li {
	padding: 4px 0px 2px;
}



#LeftContent ul {
	padding: 0px 0px 12px 24px;
}

#LeftContent ul li {
	padding: 3px 12px;
}

#LeftContent ul.Clients li {
	padding: 4px 8px;
	color: #00A6DE;
	font-weight: bold;
}

#LeftContent li h1 {
	font-size: 11px;
	padding: 0px;
}

#LeftContent li p {
	padding: 0px;
}


#Title {
	width: 90%;
	height: 24px;
	white-space: nowrap;
	background: url(/images/interface/PageTitleBackLine.gif) 51px bottom no-repeat;
}

#Title h1 {
	font-size: 18px;
	height: 24px;
	line-height: 16px;
	margin-left: 75px;
}

/* for news page */

#TitleNews {
	width: 90%;
	height: 24px;
	white-space: nowrap;
	background: url(/images/interface/PageTitleBackLine.gif) 51px bottom no-repeat;
}

#TitleNews h1 {
	color: #006931;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 24px;
	line-height: 20px;
	padding-right: 8px;
	padding-left: 70px;
}

#TitleNews h2 {
	color: #736D5A;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 24px;
	line-height: 20px;
	padding: 0px 0px 0px 280px;
}

#TitleNews a {
	text-decoration: none;
}

#TitleNews h1 a, #TitleNews h1 a:visited {
	color: #006931;
}

#TitleNews h1 a:hover, #TitleNews h1 a:visited:hover {
	color: #006931;
	text-decoration: underline;
}

#TitleNews h2 a, #TitleNews h2 a:visited {
	color: #736D5A;
}

#TitleNews h2 a:hover, #TitleNews h2 a:visited:hover {
	color: #736D5A;
	text-decoration: underline;
}

/* for News section */



/* for service page */
#TitleService {
	width: 90%;
	height: 32px;
	white-space: nowrap;
	background: url(/images/interface/PageTitleBackLine.gif) 51px bottom no-repeat;
}



#TitleService h1 {
	color: #006931;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 32px;
	line-height: 28px;
	padding-right: 8px;
	padding-left: 54px;
}

#TitleService h2 {
	color: #736D5A;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 32px;
	line-height: 28px;
	border-left: 1px solid #006931;
	padding: 0px 12px;
}

#TitleService h3 {
	color: #00A6DE;
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	line-height: 16px;
	border-left: 1px solid #006931;
	padding: 0px 12px;
}

#TitleService h2 img, #TitleService h3 img {
	margin: 10px 8px 0px;
}

#TitleService a {
	text-decoration: none;
}

#TitleService h1 a, #TitleService h1 a:visited {
	color: #006931;
}

#TitleService h1 a:hover, #TitleService h1 a:visited:hover {
	color: #006931;
	text-decoration: underline;
}

#TitleService h2 a, #TitleService h2 a:visited {
	color: #736D5A;
}

#TitleService h2 a:hover, #TitleService h2 a:visited:hover {
	color: #736D5A;
	text-decoration: underline;
}

#TitleService h3 a, #TitleService h3 a:visited {
	color: #00A6DE;
}

#TitleService h3 a:hover, #TitleService h3 a:visited:hover {
	color: #00A6DE;
	text-decoration: underline;
}
/* end for service page */


#Text div.copy
{
	float: left;
	width: 710px; /*WAS 650px*/ 
	margin-right: 0px; /*WAS 30px*/
}

div#Text.TextHomePage
{
	width: 900px; /*WAS 860px*/
}

.bodyMenu
{
	float: right;
	width: 180px;
}

#LeftContent .bodyMenu h2
{
	font-size: 11px;
	margin: 0 0 18px 0;
	padding: 0;
}

#LeftContent .bodyMenu h2 a:visited,
#LeftContent .bodyMenu h2 a
{
	display: block;
	margin: 0 0 0 3px;
	font-size: 11px;
	color: #736D5A;
	text-decoration: none;
}

#LeftContent .bodyMenu h2 a:hover,
#LeftContent .bodyMenu h2 a:hover:visited
{
	color: #006931;
	text-decoration: underline;
}

#LeftContent .bodyMenu h2 span
{
	display: block;
	margin-top: 4px;
	font-size: 10px;
	color: #006931;
	font-weight: normal;
}

#LeftContent .bodyMenu h2 span.newprogramme{
	display:inline;
	color:#fff;
	background:#006529;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 4px;
	}




#Text {
	width: 650px;
	padding: 8px 0px;
	padding-left: 24px;
	margin: 0px 0 0px 50px;
	background: url(/images/SectionPics/HomeVertical.gif) 0px 0px no-repeat;
}

#TextInner {
	width: 650px;
	padding: 8px 0px;
	padding-left: 24px;
	margin: 0px 140px 0px 50px;
}

.NewsBack {
	background: url(/images/SectionPics/HomeVertical.gif) 50% 0px repeat-y;
}

#ContactDetails {
	text-align: right;
	border-right: 5px solid #006931;
	margin: 64px 0px 0px;
	width: 256px;
	font-size: 13px;
	font-weight: bold;
	color: #736D5A;
}

#ContactDetails strong {
	color: #006931;
}

#ContactDetails address, #ContactDetails p {
	font-style: normal;
	padding-right: 18px;
}

#TextInner div.NewsColLeft {
	padding: 24px 0px 8px;
	width: 45%;
	float: left;
}

#TextInner div.NewsColRight {
	padding: 24px 0px 8px;
	width: 45%;
	float: right;
}


#TextService {
	width: 740px;
	padding: 8px 0px;
	margin: 0px 20px 0px 50px;
	background: url(/images/SectionPics/ServiceLeft.gif) 1px 0px repeat-y;
}

#TextServiceDetail {
	width: 480px;
	padding: 8px 0px;
	margin: 0px 0px 0px 50px;
	background: url(/images/SectionPics/ServiceLeft.gif) 1px 0px repeat-y;
}

#TextService div.Padder, #TextServiceDetail div.Padder {
	padding-left: 48px;
}

#LeftContent h1.ServiceDetails {
	font-size: 18px;
	padding: 14px 0px 4px;
	font-weight: bold;
	color: #00A6DE;
	background: url(/images/SectionPics/ServiceLeft.gif) 1px 0px repeat-y;
	padding-left: 48px;
	margin-left: 50px;
}




.LS {
	background: url(/images/BoxCorners/Edge.gif) 0px 0px repeat-y;
}

.RS {
	background: url(/images/BoxCorners/Edge.gif) 100% 0px repeat-y;
}

.TS {
	background: url(/images/BoxCorners/Edge.gif) 0px 0px repeat-x;
}

.BS {
	background: url(/images/BoxCorners/Edge.gif) 0px 100% repeat-x;
}

.TL {
	background: url(/images/BoxCorners/TopLeft.gif) 0px 0px no-repeat;
}

.TR {
	background: url(/images/BoxCorners/TopRight.gif) 100% 0% no-repeat;
}

.BL {
	background: url(/images/BoxCorners/BottomLeft.gif) 0% 100% no-repeat;
}

.BR {
	background: url(/images/BoxCorners/BottomRight.gif) 100% 100% no-repeat;
}

#SideBox {
	z-index: 0;
	position: absolute;
	top: 186px;
	left: 550px;
	float: left;
	width: 260px;
	margin: 8px 0px;
	font-size: 9px;
	font-family: arial;
}

#SideBox h1 {
	color: #736D5A;
	font-size: 12px;
	border-bottom: 1px solid #006931;
	padding: 4px 4px 4px 12px;
}

#SideBox ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#SideBox li {}

#SideBox li a, #SideBox li a:visited {
	color: #00A6DE;
	font-weight: normal;
	text-decoration: none;
	padding: 4px;
}

#SideBox li a:hover, #SideBox li a:visited:hover {
	color: #006931;
	text-decoration: underline;
	padding: 4px;
}



/* section images and the like */

div.BigLogo {
	/*background: url(/images/SectionPics/HomeBigLogo.gif) 96% 96% no-repeat; */
	/* Removed because it was obscuring the forthcoming programmes	*/
}

#TopLeftImage {
	position: absolute;
	top: 115px;
	left: 0px;
}

#TitleLeftHome {
	position: absolute;
	top: 108px;
	left: 0px;
}

#LittleLogoRight {
	position: absolute;
	top: 116px;
	left: 88%;
}

/* section images and the like */




a.email span {
	font-size: 1px;
}

a.email span em {
	font-size: 10px;
}

#Footer p {
	text-align: center;
	width: 780px;
	margin: 2px;
	border: 0px;
}

#Footer {
	padding: 4px 0px;
	background: #006D39 url(/images/interface/FooterBackGround.gif) top left repeat-y;
	color: white;
}

#Footer a, #Footer a:visited {
	color: white;
	text-decoration: none;
}

#Footer a:hover, #Footer a:visited:hover {
	color: white;
	text-decoration: underline;
}


/* ------------ WORKHOUSE ADDITIONS -------------------------- */
.front-box{
	float:left;
	width:330px; /*WAS300*/
	margin:5px 5px 20px 0;
	height:120px;
	padding:10px;
	background: transparent url(/images/box-blue-corners-ee.gif) no-repeat scroll 0% 0%;
	text-align:center;
    /*-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
	border-radius: 8px;*/
	}
.front-box-green{
	background: transparent url(/images/box-green-corners-ee.gif) no-repeat scroll 100% 0%;
	}
.ra{background: transparent url(/images/box-blue-corners-ra.gif) no-repeat scroll 100% 0%;}
.rag{background: transparent url(/images/box-green-corners-ra.gif) no-repeat scroll 100% 0%;}
#LeftContent .front-box li{
	padding-left:0;
	}
#LeftContent .front-box li a{
	font-weight:normal;
	color:white;
	}
#LeftContent .front-box li a:hover{
	color:white;
	}
#LeftContent .front-box ul{
	list-style-type: none;
	padding-left:0;

	}
#LeftContent .front-box h2{
	padding-top:3px;
	color:white;
	padding-bottom:2px;
	}
.front-break{
	clear:both;
	}
#LeftContent  a.notalink:hover
	{cursor:text;
	text-decoration:none;
	}

/* TOOLTIP */
div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #007cc4;
border: 1px solid #017338;
color: white;
padding: 12px;
width: 250px; /*width of tooltip*/
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}


.box-flex{
	background: transparent url(/images/box-flex-top.gif) no-repeat scroll 0 0;
	width:705px;
	/*border: 1px solid #000000;*/
	overflow: hidden;
	margin-bottom:14px;
	}

.flex-left, .flex-right{
	text-align:center;
	width:345px;
	}
.flex-left{
	float:left;
	}
.flex-right{
	float:right;
	}
.flex-divider{
	height:43px;
	background: transparent url(/images/box-flex-left.gif) no-repeat scroll 0 0;
}
.flex-right .flex-divider{
	height:43px;
	background: transparent url(/images/box-flex-right.gif) no-repeat scroll 0 0;
}
.flex-bottom{
	height:10px;
	background: transparent url(/images/box-flex-bottom.gif) no-repeat scroll 0 0;
	clear:both;
	}
#LeftContent .box-flex h2{
	
    color: white;
    padding-bottom: 2px;
    padding-top: 12px;
	}


#LeftContent .box-flex li a {
	color: white !important;
    font-weight: normal !important;
	}

#LeftContent .box-flex ul {
    list-style-type: none;
    padding-left: 0;
}
.contact-box {
    background-color: #006931;
    border: 2px solid #00a6de;
    border-radius: 9px;
    color: white;
    font-size: 124%;
    line-height: 134%;
    margin-top: 30px;
    padding: 10px;
    text-align: center;
    width: 236px;
}
