/* GENERAL
================================================== */

#navigation {
	padding-left: 3px;
	height: 50px; 
	margin-bottom: 0px;
}

#logo {
	padding-left: 10px;
	float: left;
	display:block;
}

#logo a {
	display: block;
	width: 120px;
	height: 90px;
}

/* Header Top Main Box ================= */
#header {
	position: relative;
}

#headerLand {
	position: relative;
	height: 180px;
}

#telNumber {
	float:right;
	padding-top: 6px;
}

#telNumber h1{
	text-align:right;
	font-size:20px;
	color: #0A470E;
}

#telNumber h2{
	text-align:right;
	font-size:33px;
	color: #0A470E;
}

.ukFlag {
	float:left;
	padding-right:5px;
}

.irFlag {
	float:left;
	padding-right:5px;
}

#divider {
	border-bottom:1px #ebebeb Solid;
	padding-bottom:10px;
}

#divider1 {
	border-bottom:3px #ebebeb Solid;
}

#divider2 {
	border-top:1px #ebebeb Solid;
	padding-bottom: 2px;
}

#searcher {
	padding: 0px;
}

#go {
	margin-left: 0px;
}

/* MAIN CONTENT
================================================== */

#container {
	min-height: 600px;	
	background: White;
	overflow: auto;

}

#Top {	
	padding: 0px 13px 0px 13px;
	height: 5px;
}

#Bottom {	
	padding: 0px 13px 0px 13px;
	height: 5px;
}


#wrapper {
	padding: 0px 20px 0px 20px;
	background: url(../images/bg.png);
	height: 100%;
}

.Topper {
	padding-top: 20px;
	margin: 0 auto;
	width: 990px;
}

.Bottomer {
	margin: 0 auto;
	width: 990px;
}

.wrapper {
	width:990px;
	margin:0 auto;
	
}


#mainContent {
	float:left;
	width:730px;
	padding:0px 0px 10px 10px;
	background: white;
}

#mainContentLanding {
	position: relative;
	height: 310px;
}

#mainContentLanding img {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 85px;
}

#mainContent p{
	margin: 10px 0px;
}


/* --------------------- Top Header dividers ---------------------------- */

.container{
	position: relative;
	clear: both;
}

.containerLanding{
	position: relative;
	clear:both;
	width: 100%;
}

.innerdiv{
	float: left;
	width: 140px;
} 

.innerdivNo{
	float: right;
	width: 265px;
	padding-right: 10px;
	padding-top: 10px;
} 

.innerdivSmall{
	float: right;
	padding-right: 10px;
	width: 215px;
} 

.addiv{
	float: left;
	width: 201px;
	padding-right:10px;
}

.addivNoPad{
	float: left;
	width: 201px;
}




/* --------------------- Main Menu ---------------------------- */

#menu {
	margin-left: 0px;
	padding-left: 1px;
	overflow: hidden;
	float: left;
	margin-top: 2px;
	width: 100%;
}

#menu li {
	float: left;
	margin-top: 4px;
	margin-left: -1px;
}

#menu li div.drop_level {
	position: absolute;
	margin-top: 0px;
	padding-right: 22px;
	left: -9999px;
	z-index: 426;
	margin-left: -3px;
	padding-bottom:14px;
}
/* wrapper div for content inside sub menu */
#menu li div.drop_level div {
	padding-top: 0px;
	padding-left: 5px;
	margin-left: 9px;
	margin-right: 13px;
	border-top: 4px #0A470E solid; /* add green border-top to sub menu wrapper */
}
/* reset inner divs */
#menu li div.drop_level div div {
	border: none;
	padding: 0px;
	margin: 0px;
}

/* ----- Menu Buttons ----- */
#menu li,
#menu li a {
	display: block;
	height: 38px;
	width: auto;
}

#menu li {
	padding-right: 10px;
}

#menu li a {
	padding: 10px 14px 0px 13px;
	height: 28px;
}

#menu li a span {
	display: block;
	margin: 0;
	padding: 0;
	height: 13px;
}

#menu li.drop a span {
	padding-right: 0px;
}

/* Reset styles for second level nav elements */
#menu li div li,
#menu li div a,
#menu li div a span {
	display: inline;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}

#menu li div li {
	display: block;
	float: none;
}

#menu li div {
	margin: 0;
	padding: 0;
}


/* ----- Menu - alterior drop down ----- */
#menu li.alterior div.drop_level {
	width: 263px;
}

#menu li.alterior div.drop_level div {
	padding: 0px;
	margin-top: 0px;
}

#menu li.alterior div.drop_level div ul li{
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* item text */
#menu li.alterior div.drop_level li a {
	display: block;
	padding: 7px 5px;
	width: 225px;
	height: 33px;
	overflow: hidden;
}
/* item header */
#menu li.alterior div.drop_level li a span {
	display: block;
	padding: 7px 0px 3px 0px;
}

#menu li.alterior div.drop_level li + li {
	border-top: 1px solid #dedede;
}

#menu li.alterior div.drop_level li img {
	float: left;
}

#menu li:hover div.drop_level,
#menu li.fakeHover div.drop_level {
	left: auto;
}



/* HOMEPAGE
=================================================*/

#topContainer{
	width: 950px;
	padding-bottom: 10px;
	float: left;
}

#topLC{
	width: 421px;
	float: left;
}

#flashBanner{
	width: auto;
	padding-left: 10px;
	float: left;
}

#bottomC{
	width: 950px;
	padding-bottom: 10px;

}

#bottomCLeft {
	width: 309px;
	float: left;
}

#bottomCRight {
	padding-left: 10px;
	width: 628px;
	float: left;
}


/*
======================================================STANDARD LIST*/

#stanMenu {
list-style: disc;
width:100%;
font-size: 11px;
float:left;
padding-top:0px;
}

#stanMenu ul {
list-style:disc;
padding:20px;
}

#stanMenu ul li {
margin: 0px;
padding: 0px;
}


/*=========================================News BOX Main Page==================================================================*/

#newsLatestHolder {
	padding-top:10px;
	float:left;
	width:628px;
}

img {	
	border : none;
	display : block;
}

div /* Fixes most of the peek a boo bugs */ {
	line-height : 1.2;
	font-family: Tahoma;
}


.secondaryFontLink a:hover {
	color : #0a470e;
	text-decoration : none;
}


.divider1 {
	height: 2px;
	border-bottom: 2px Solid #ebebeb;
	width: 100%;
	clear: both;
	margin: 0px 0px 8px 0px;
	padding: 5px 0px 0px 0px;
	overflow : hidden;
}

.divider2 {
	border-top: 4px Solid #0A470E;
	width: 100%;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.newsStyleSnippet img {
	float: left;
	position: relative;
	margin: 0px 10px 0px 0px;
	clear: both;
	width: 70px;
	height:50px;
}





/***************************************************** Lanidng Page ****************************************************************/


#welcomeBox {
	height: 300px;
}

#welcomeMsg {
	float:left;
	width:650px;
	padding-right:10px;
	padding-top:30px;
}

#welcomeMsg h5 {
	padding-left: 20px;	
	padding-bottom: 3px;
}

#languageChose {
	float:left;
	width: 280px;
	height: 143px;
	background-image: url(../images/lang_bck.png); 
	padding: 0;
}

/*#languageChose {
	float:left;
	width: 350px;
}*/

#languageTop {	
	height: 5px;
}

#languageMain {
	float: left;
	padding: 20px;
	
}

#languageBtm {	
	height: 5px;
}

.go {
	background-image: url(../images/go.png);	
}

/**********************************************************News Page*********************************************/


#newsPageSnippet {
	margin-bottom: 0px;
	width: 499px;
}

#newsPageSnippet li{
	padding-top: 0px;
	width: 499px;
	list-style-type: none;
	text-align: left;
}

#newsPageSnippet li a{
	display: block;
	padding: 10px;
	background-color: #fff;
	color: #626262;
	font: normal bold 14px Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;

}

#newsPageSnippet li.border {
	border-bottom: 1px solid #ebebeb;
}

#newsPageSnippet h3 {
	color: #054917;
	font-size: 11px;
}

#newsPageSnippet a:hover h3{
	display: block;
	color: #000;
}

#newsPageSnippet a {
	background-color: #FFFFFF;
	text-decoration: none;
}

#newsPageSnippet a:hover {
	background-color: #999999;
	text-decoration: none;
}

#newsPageSnippet img {
	float: left;
	clear: both;
	width: 50px;
	height:30px;
	padding-right: 7px;
}

#newsPageSnippet p {
	padding: 0px;
	margin: 0px;
	font-size:10px;
	color:#626262;
}

#newsPageSnippet li a:hover {
	background-color: #ebebeb;
	color: #fff;
}


/*//////////////////VERTICAL - MENU////////////////////*/

 	#vertmenu {
	float:left;
	width:210px;
	background: white;
	font-family: Aria, sans-serif;
	font-size: 1.2em;
}

#vertmenu h1 {
	display: block; 
	background-color:#FF9900;
	font-size: 90%; 
	padding: 3px 0 5px 3px;
	border: 1px solid #000000;
	color: #333333;
	margin: 0px;
	width:159px;
}

#vertmenu ul {
	margin: 0px;
	padding: 0px;
	border: none;
}

#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}

#vertmenu ul li a {
	font-size: 90%;
	display: block;
	text-decoration: none;
	color: #666666;
	width:auto;
}

#vertmenu ul li a.level1 {
	font-size: 90%;
	display: block;
	padding: 8px 0px 8px 4px;
	text-decoration: none;
	color: #666666;
	width:auto;
	border-bottom: 1px solid #E5E5E5;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus, #vertmenu ul li a.level2:hover{
	color: #054917;
}

#vertmenu ul li a.current {
	font-size: 80%;
	display: block;
	text-decoration: none;
	color: #054917;
	padding-left:10px;
	width:auto;
}

#vertmenu ul li a.currentlevel1 {
	font-size: 90%;
	display: block;
	text-decoration: none;
	color: #054917;
	padding: 8px 0px 8px 10px;
	width:auto;
	border-bottom: 1px solid #E5E5E5;
}

#vertmenu ul li a.nobtmcurrentlevel1 {
	font-size: 90%;
	display: block;
	text-decoration: none;
	color: #054917;
	padding: 8px 0px 8px 10px;
	width:auto;
}

#vertmenu ul li a.currentlevel2 {
	font-size: 80%;
	display: block;
	text-decoration: none;
	color: #054917;
	padding-left:10px;
	padding-bottom:10px;
	width:auto;
}

#vertmenu ul li a.level2 {
	font-size: 80%;
	display: block;
	padding: 2px 0px 8px 10px;
	text-decoration: none;
	color: #666666;
	width:auto;
}

#vertmenu ul li a.btmcurrentlevel2 {
	font-size: 80%;
	display: block;
	text-decoration: none;
	color: #054917;
	padding-left:10px;
	padding-bottom:10px;
	width:auto;
	border-bottom: 1px solid #E5E5E5;
}

#vertmenu ul li a.btmlevel2 {
	font-size: 80%;
	display: block;
	padding: 2px 0px 8px 10px;
	text-decoration: none;
	color: #666666;
	width:auto;
	border-bottom: 1px solid #E5E5E5;
}

#vertmenu ul li img {
	float: left;
	width: 7px;
	height: 8px;
	padding-top: 3px;
	padding-right: 6px;
}


/*//////////////////////////////////////////////VERTICAL - MENU///////////////////////////////////////////////////////////*/

#navlist {
	margin-bottom: 0px;
	width: 299px;
	
}

#navlist li {
	padding-top:0px;
	width: 299px;
	list-style-type: none;
	text-align: left;
	
}

#navlist li.border {
	border-bottom: 1px solid #ebebeb;
}

#navlist li img{
	float: left;
	width: 60px;
	height: 40px;
	padding-right:5px;
	padding-top:5px;
}

#navlist li a h3{
	display: block;
	color: #054917;
}

#navlist li a:hover h3{
	display: block;
	color: #fff;
}

#navlist li a {
	display: block;
	padding: 5px;
	background-color: #fff;
	color: #626262;
	font: normal bold 14px Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	margin-bottom:5px;
	margin-top:5px;
	min-height: 70px;
}

#navlist li span {
	display: block;
	font: normal 12px Verdana,Arial,Helvetica,sans-serif;
	padding:5px;
	text-decoration: none;
}

#navlist li a:hover {
	background-color: #054917;
	color: #fff;
	margin-bottom:5px;
}





/*//////////////////////////////////////////////Grid - HOMESCREEN///////////////////////////////////////////////////////////*/

#calendar {
	width: 100%;
	padding: 0;
	margin: 0;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #ebebeb;
}


#calendar th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #D9E2E1;
	text-align: center;

}

#calendar .today, td.today a, td.today a:link, td.today a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background: #DF9496;
}

#calendar td {
	width: auto;
	height: 24px;
	text-align: center;
	background-color: #ebebeb;

}

#calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 24px;
}

#calendar td a:link, td a:visited {	
	height: 24px;
	margin-left: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	color: #626262;
	text-decoration: none;
	background-color: #ffffff;
	padding-top: 2px;
}

#calendar td a:hover, td a:active {
	color: #ffffff;
	background-color: #0A470E;
}


/*//////////////////////////////////////////////Grid - SCHEDULE///////////////////////////////////////////////////////////*/

#scheduleGrid {
	width: 100%;
	padding: 0;
	margin: 0;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	background-color: #ebebeb;
}

#scheduleGrid th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 27px;
	background: #D9E2E1;
	text-align: center;
	border-right: 1px Solid #ffffff;
	border-bottom: 1px Solid #ffffff;
}

#scheduleGrid th.dest {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 27px;
	width:100%;;
	background: #D9E2E1;
	text-align: center;
	border-right: 1px Solid #ffffff;
	border-bottom: 1px Solid #ffffff;
}

#scheduleGrid td {
	width: auto;
	height: 20px;
	text-align: center;
	background-color: #ebebeb
}

#scheduleGrid td a {

	text-decoration: none;
	font-weight: bold;
	display: block;
}

#scheduleGrid td span {
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #EDEDED;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	height: 20px;
}

#scheduleGrid td span.light {
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #ffffff;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	height: 20px;
}

#scheduleGrid td a:link, td a:visited {	
	height: 20px;
	margin-left: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	color: #626262;
	text-decoration: none;
	background-color: #ffffff;
}

#scheduleGrid td a:hover, td a:active {
	color: #ffffff;
	background-color: #0A470E;
}




/*************************************************************booking forms********************************************************************/



#bookingForm {
	width: 100%;
	padding: 0;
	margin: 0;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

#bookingForm input {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	
}


#bookingForm td {
	width: auto;
	height: 29px;
	background-color: #ffffff
}

#bookingForm select {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	float:left;
}

#bookingForm td a {

	text-decoration: none;
	font-weight: bold;
	display: block;
}


/***************************************Flight Schedule Menu**********************************************/

#optionsMatrix {
	width: 100%;
	background:#ffffff;
	border: 1px solid #E5E7EB;		
}

.matrixColumn{
	width: auto;
	background: #ffffff;
	padding: 0px;
	font: 11px verdana, sans serif;
}

.matrixColumn a{
	width: auto;
	background-color:#ffffff;
}

.matrixColumn a:hover {
	width: auto;
	background-color: #E5E7EB ;
	text-decoration: underline;
	color: #000000;
}

.matrixheader {
	height: 27px;
	background-image:url(../images/schedule_bck.png);
	width: auto;
	color: #ffffff;
	text-align:center;
}

	
.matrixHeaderCell {
	height: 25px;
	text-align: center;
	padding: 7px 1px 0px 5px;
	border-bottom: 1px solid #E5E7EB;
	
}

.matrixCell {
	height: 25px;
	text-align: center;
	padding: 7px 1px 0px 5px;
	border-right: 1px solid #E5E7EB;	
	border-bottom: 1px solid #E5E7EB;
}

.matrixCellEnd {
	height: 25px;
	text-align: center;
	padding: 7px 1px 0px 1px;
	border-bottom: 1px solid #E5E7EB;
}

.matrixCellBtm {
	height: 25px;
	text-align: center;
	padding: 7px 1px 0px 5px;
	border-right: 1px solid #E5E7EB;	
}

img.matrixLogoImg {
	clear: both;
	width: 30px;
	height: 30px;
}

/***************************************LANGUAGE BAR**********************************************/

.square {
	padding-top:3px;
   float: left;
   margin:1pt;
   width:90px;
   height:20px;
}

.sweeper {
   text-align:left;
   width:150px;
   height: 20px;
}

.centerwrapper {
   margin: auto;
   width: 200px;
}



#frontMsg {
	width:720px;
	float:left;
	padding-top: 6px;
}


#frontMsg h1{
	font-family:Arial, Helvetica, sans-serif;
	font-style: bold;
	text-align:right;
	font-size:25px;
	color: #0A470E;
}

#frontDate {
	padding-left: 10px;
	width:200px;
	float:left;
	padding-top: 0px;
	height: auto;
	position: relative;
	margin-top: 45px;
}
#frontDate p {
	vertical-align: baseline;
	font-size: 10px;
}

