/* 
Project: RAF Reserves
Filename: screen.css
Date: June 2007 - updated 170308
Author: Simon McFarlane [simon@clearbytes.co.uk]
*/



body {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 0.70em;	
	color: #343E52;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	background: url("../images/bg_main.jpg") no-repeat 50% 0;
    }


body a img {
	border: none;
}

img{
	display: block;
}

.clearing{	
	clear: both;
}





/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/*------ general styles ------*/


.clear {
	clear: both;
	overflow: hidden;
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}
	
.hide {
	display: none;
	}


img.imgleft,
.flLeft {
	float: left;
	}

img.imgPosleft {
	float: left;
	}
		
img.imgright,
.flRight {
	float: right;
	}

img.imgPosright {
	float: right;
	}

img.imgright,	
img.flRight {
	margin-left: 10px;
	margin-bottom: 10px;
	}

img.imgPosright {
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
img.imgleft {
	margin-right: 10px;
	margin-bottom: 10px;
	}

img.imgPosleft {
	margin-right: 10px;
	margin-bottom: 10px;
	}

img.imgtop {
	margin-bottom: 10px;
	}	
	
.alMiddle {
	text-align: center !important;
	}
	
.alRight {
	text-align: right !important;
	}
	
	
	
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
        min-height: 0;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*------ global classes ------*/

.linkBlock{
	background: #EDF0F1;
	border-bottom: 1px solid #fff;
}

.linkBlock h3{
	background: #343E52;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
}

.linkBlock h4{
	float: none;
	padding: 5px 10px;
}


.linkList form{
	margin: 7px 5px 10px 5px;
}

.linkBlock_header{
	float:left;
	width: 203px;
	background: #505F7F;
	color: #fff;
	font-weight: bold;
}


.linkBlock_header h4{
	float: left;
	padding: 5px 10px;
}


.linkBlock_header p{
	float: right;
	padding: 5px 10px;
}



.linkBlock_header .linktext{
	padding-left: 15px;
	background: url("../images/arrows_blue.gif") no-repeat 0 9px;
}

.linkBlock_header p a{
	font-weight: normal;
	color: #bcd3e4;
	text-decoration: none;
}

.linkBlock_header p a:hover{
	text-decoration: underline;
}
	

.linkBlock ul{
	padding: 2px 10px 7px 10px;
}

.linkBlock li{
	padding-top: 5px;	
	padding-left: 15px;
	background: url("../images/arrows_orange.gif") no-repeat 0 9px;
}

.linkBlock li a{
	color: #4562a0;
	text-decoration: none;
}


.linkBlock li a:hover{
	text-decoration: underline;
}




.linkList li{
	padding-top: 5px;	
	padding-left: 15px;
	background: url("../images/arrows_orange.gif") no-repeat 0 9px;
}

.linkList li a{
	color: #4562a0;
	text-decoration: none;
}


.linkList li a:hover{
	text-decoration: underline;
}
	



.promo_block{
	background: #505f7f;
	padding: 10px;
	border-bottom: 1px solid #fff;
}

.promo_block p{
	color: #fff;
	padding-top: 5px;
}


.promo_block .linktext{
	padding-left: 15px;
	background: url("../images/arrows_blue.gif") no-repeat 0 9px;
}

.promo_block p a{
	font-weight: normal;
	color: #bcd3e4;
	text-decoration: none;
}

.promo_block p a:hover{
	text-decoration: underline;
}



.promo_block2{
	background: #343e52;
	padding: 10px;
	border-bottom: 1px solid #fff;
}

.promo_block2 p{
	color: #fff;
	padding-top: 5px;
}

.promo_block2 .linktext{
	padding-left: 15px;
	background: url("../images/arrows_blue.gif") no-repeat 0 9px;
}

.promo_block2 p a{
	font-weight: normal;
	color: #bcd3e4;
	text-decoration: none;
}

.promo_block2 p a:hover{
	text-decoration: underline;
}




/*------ wrap ------*/


#wrap {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 770px;
	text-align: left;
	background: #fff;
}


#wrap .gutter{
	float: left;
	padding: 0 5px;
	background: #fff;
}


/*------ header ------*/


#header{
	float: left;
	width: 770px;
	height: 81px;
	background: #fff url("../images/bg_header.jpg") no-repeat left top;
}


#header .logo{
	float: left;
	width: 370px;
	}


#header .logo img{
	margin: 17px 0 0 22px;
}


#header .header_right{
	float: right;
	width: 400px
}

#header .header_right h1 img{
	margin: 17px 0 0 0;
}

/*
#header p{
	float: left;
	margin-top: 55px;
	width: 285px;
	height: 17px;
	text-indent: -9999px;
	background: url("../images/in_touch.gif") no-repeat left top;
}
*/

#header p{
	float: left;
	margin-top: 55px;
	width: 285px;
	height: 17px;
	font-family:"Courier New", Courier, monospace;
	color: #2D2959;
	font-size: 18px;
	font-weight: bold;
	word-spacing: -3px;
}

#header .reserves_logo{
	float: right;
	width: 115px;
}



/*------ nav ------*/

#nav{
	float: left;
	width: 760px;
	background: #000D34 url("../images/bg_nav.jpg") repeat-x 5px top;
}



#nav ul{
	float: left;
}


#nav li{
	float: left;
}


#nav li a{
	display: block;
	padding: 5px 20px 5px 20px;
	color: #fff;
	text-decoration:  none;
	border-right: 1px solid #7a8da6;
}


#nav li a:hover,
#nav li .here{
	background: #0e2d5f url("../images/bg_navOn.jpg") repeat-x left top;
}
	


#nav .last a{
	border-right: none;
	padding: 5px 22px 5px 22px;
}



/*------ subnav ------*/

#subnav{
	float: left;
	width: 760px;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #fff;
	background: #fff url("../images/bg_subnav.jpg") repeat-x 5px top;
}


#subnav p{
	height: 24px;
}


#subnav ul{
	float: left;
}


#subnav li{
	float: left;
}


#subnav.threeLinks li{
	width: 253px;
	text-align: center;
}


#subnav.fourLinks li{
	width: 253px;
	text-align: center;
}


#subnav li a{
	display: block;
	padding: 5px 28px 5px 28px;
	color: #000;
	text-decoration:  none;
	border-right: 1px solid #D4D4D4;
}


#subnav li a:hover,
#subnav li .here{
	background: #fff url("../images/bg_subnavOn.jpg") repeat-x left top;
}
	


#subnav .last a{
	border-right: none;
	padding: 5px 29px 5px 28px;
}




/*------ pageContent ------*/

#pageContent{
	float: left;
	width: 760px;
	background: url("../images/bg_pagecontent.jpg") repeat-x left top;
}


#pageContent .breadCrumb{
	padding: 4px 0 4px 19px;
	color: #999999;
}


#pageContent .breadCrumb a{
	color: #999999;
}


#pageContent .breadCrumb a:hover{
	text-decoration: none;
}



/*------ pageContent home ------*/


#pageContent .home_news{
	float: left;
	width: 760px;
	margin: 5px 0;
	background: #4c4c4c url(../images/bg_news_home.jpg) repeat-y left top;
}


#pageContent .home_news p{
	padding: 3px 20px;
	color: #fff;
}


#pageContent .home_news p a{
	text-decoration: none;
	color: #fff;
}


#pageContent .home_news p a:hover{
	text-decoration: underline;
}

#pageContent .home_news strong{
	font-weight: normal;
	font-family: courier;
	padding-right: 15px;
}


#pageContent .home_blocks{
	float: left;
	width: 760px;
	color: #fff;
}


#pageContent .home_blocks h3{
	padding: 48px 0 0 20px;
	font-family: courier;
	font-size: 1.5em;
	line-height: 1.1em;
}




#pageContent .home_blocks p{
	padding: 0 25px 0 35px;
	background: url("../images/arrows_blue.gif") no-repeat 20px 4px;
}

#pageContent .home_blocks p a{
	font-weight: normal;
	color: #bcd3e4;
	text-decoration: none;
}

#pageContent .home_blocks p a:hover{
	text-decoration: underline;
}




#pageContent .home_block_left{
	float: left;
	width: 378px;
	height: 100px;
	background: #242B36 url(../images/bg_home_signup.jpg) no-repeat left top;
}


#pageContent .home_block_right{
	float: right;
	width: 378px;
	height: 100px;
	background: #242B36 url(../images/bg_home_for_me.jpg) no-repeat left top;
}

	
	



/*------ pageContent  - 3 column layout------*/

#threeColLeft{
	float: left;
	width: 565px;
}


#threeColLeft .content{
	float: right;
	width: 370px;
}

#threeColLeft .content .video{
	margin: 0 20px 0 22px;
}


#threeColLeft .jobs{
	float: left;
	width: 190px;
	padding-bottom: 20px;
}


#sideBar{
	float: right;
	width: 190px;
}



/*------ pageContent  - 2 column layout------*/

#twoColLeft{
	float: left;
	width: 565px;
}




#sideBar{
	float: right;
	width: 190px;
}

#ColFul{
        float: left;
	width: 760px;
}




/*------ pageContent  - 2 column right layout------*/


#twoColRight{
	float: left;
	width: 760px;
}


#twoColRight .jobs{
	float: left;
	width: 190px;
	padding-bottom: 20px;
}


#twoColRight .content{ 
	float: right;
	width: 565px;
}


#twoColRight h2{
	background: #2E384D;
	font-family: courier;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.7em;
	line-height: 1.1em;
	padding: 5px 10px 5px 20px;
}


#twoColRight .content p{ 
	padding: 10px;
}


/*------ #twoColLeft ------*/


#twoColLeft h2, #ColFul h2{
	background: #2E384D;
	font-family: courier;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.7em;
	line-height: 1.1em;
	padding: 5px 10px 5px 20px;
}


#twoColLeft h2 em{
	font-size: 80%;
}


#twoColLeft .station_header{
	float: left;
	width: 565px;
}

#ColFul .station_header h3{
	
        font-size: 110%;
        padding-left: 20px;
        padding-top: 10px;
}

#ColFul .station_header p{
	
        color: #2F394E;
	padding: 10px 20px 10px 20px;
}

	
#twoColLeft .station_header p{
	
	color: #2F394E;
	padding: 15px 20px 10px 0;
}

#twoColLeft .station_header img{
	float: left;
}


#ColFul .station_header ul {
        margin: 0px 10px 10px 20px;
        padding-left: 15px;
}

    
#ColFul .station_header ul li {
	list-style: square;
        margin-bottom: 1px;
}

#ColFul .station_header h3 a,
#ColFul .station_header ul li a,
#ColFul .station_header p a{
	color: #343E52;
}

/*------ #twoColLeft .regiments------*/

#twoColLeft .regiments{
	float: left;
	width: 565px;
	margin-top: 1px;
	padding: 10px 0;
	background: url(../images/bg_station.gif) no-repeat left top;
}


#twoColLeft .regiment_block{
	float: left;
	width: 280px;
	background: url(../images/bg_regiments.gif) repeat-y left top;
}





#twoColLeft .regiment_left{
	float: left;
}


#twoColLeft .regiment_right{
	float: right;
	width: 171px;
}


#twoColLeft .regiment_right p{
	color: #666666;
	padding: 0 10px 5px 15px;
}

#twoColLeft .regiment_right h3{
	padding: 0 20px 5px 15px; 
	background: url("../images/arrows_dk_blue.gif") no-repeat 6px 4px;
}
	

#twoColLeft .regiment_right h3 a{
	color: #505F7F;
	font-weight: bold;
	text-decoration: none;
}


#twoColLeft .regiment_right a:hover{
	text-decoration: underline;
}


#twoColLeft .regiment_right p a{
	color: #4562a0;
	padding-left: 15px;
	background: url("../images/arrows_orange.gif") no-repeat 0 50%;
	text-decoration: none;
}


#twoColLeft .regiment_right p a:hover{
	text-decoration: underline;
}






/*------ #twoColLeft .news_header_block------*/



#twoColLeft .news_header_block{
	float: left;
	width: 565px;
	background: #2E384D;
	border-bottom: 1px solid #fff;
}


#twoColLeft .news_header_block h2{
	float: left;
	width: 350px;
	border-bottom: none;
}

#twoColLeft .news_header_block h3{
	float: left;
	width: 170px;
	background: #2E384D;
	color: #fff;
	text-align: right;
	padding-top: 8px;
}


#twoColLeft .news_header_block h3 a{
	padding-left: 15px;
	background: url("../images/arrows_blue.gif") no-repeat 0 4px;
	color: #bcd3e4;
	text-decoration: none;
}

#twoColLeft .news_header_block h3 a:hover{
	text-decoration: underline;
}



/*------ news_events------*/


#news_events{
	float: left;
	width: 565px;
	padding: 0px 0 10px 0; 
	color: #777777;
}



#news_events h3{
	font-family: courier;
	background: #EDF0F1;
	color: #343E52;
	font-size: 1.7em;
	line-height: 1.1em;
	border-top: 1px solid #fff;
	padding: 5px 10px 5px 20px;
}


#news_events p{
	padding-bottom: 10px;
}

#news_events .gutter{
	padding: 15px 0 0 20px;
}
	

#news_events .top_para{
	color: #343E52;
}

#news_events h4{
	font-weight: bold;
	color: #505F7F;
	padding-bottom: 4px;
}


#news_events .news_events_bottom{
	float: left;
	width: 545px;
	text-align: right;
	padding: 15px 0 5px 0;
}


#news_events .news_events_bottom a{
	padding: 0 15px 0 5px;
	color:#888888;
	text-decoration: none;
	background: #fff url("../images/arrows_up.gif") no-repeat 0 2px;	
}


/*------ #squadron_topblock------*/

#squadron_topblock{
	float: left;
	width: 565px;
	border-top: 1px solid #fff;
	padding-bottom: 0px;
	background: url(../images/bg_squadron_detail.gif) repeat-y left top;
}


#squadron_topblock .topblock_left{
	float: left;
	width: 362px;
	border-top: 5px solid #fff;
	background: url("../images/bg_regiments.gif") repeat-y top left;
}


#squadron_topblock .topblock_left img{
	float:left;
}

#squadron_topblock .topblock_intro{
	float: right; 
	width: 240px;
	color: #505F7F;

}

#squadron_topblock .topblock_intro h3{
	font-weight: bold;
	padding: 5px 5px 0 0;
}

#squadron_topblock .topblock_intro p{
	padding: 0 5px 10px 0;
}



#squadron_topblock .topblock_right{
	float: right;
	width: 203px;
}


#also_squadron{
	background: url(../images/bg_station.gif) no-repeat left bottom;	
}

#also_squadron p{
	padding-top: 2px;	
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;	
}

#also_squadron h4{
	background: #343E52;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
}


#also_squadron ul{
	padding: 2px 5px 7px 5px;
	margin-bottom: 5px;
}

#also_squadron li{
	padding-top: 2px;	
	padding-left: 15px;
	background: url("../images/arrows_orange.gif") no-repeat 0 6px;
}

#also_squadron li a{
	color: #4562a0;
	text-decoration: none;
}


#also_squadron li a:hover{
	text-decoration: underline;
}


#small_gallery{
	float: left;
	width: 203px;
}


#small_gallery h4{
	float: left;
	color: #505F7F;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0;
}


#small_gallery .number_images{
	float: right;
	color: #505F7F;
	padding: 0 5px 0 0;
}


#small_gallery ul{
	float: left;
	width: 203px;
	margin: 0;
	padding: 0;
}


#small_gallery li{
	float: left;
	padding: 5px 1px 0 5px;
}


#small_gallery p{
	float: left;
	padding: 5px 0 5px 0;
}

#small_gallery p a{
	padding: 0 0 0 15px;
	margin: 10px 0 0 5px;
	color: #4562A0;
	text-decoration: none;
	background: url("../images/arrows_orange.gif") no-repeat 0 5px;
}

#small_gallery p a:hover{
	text-decoration: underline;
}



/*-- #squadron_gallery --*/



#squadron_gallery{
	float: left;
	width: 565px;
	border-top: 3px solid #fff;
	background: url(../images/bg_station.gif) repeat-x left bottom;
}



#squadron_gallery .topblock_left{
	float: left;
	width: 362px;
}




#squadron_gallery .topblock_left h3{
	font-family: courier;
	color: #343E52;
	font-size: 1.7em;
	padding: 5px 10px 5px 20px;
}


#squadron_gallery .topblock_left p{
	padding: 0px 10px 5px 20px;
}



#squadron_gallery .topblock_right{
	float: right;
	width: 203px;
	background: url(../images/bg_squadron.gif) repeat-y left top;
}



#squadron_gallery .return{
	padding: 0 0 0 15px;
	margin: 5px 0 0 7px;
	color: #343E52;
	background: url("../images/arrows_blue_back.gif") no-repeat 0 4px;
}


#squadron_gallery .return a{
	color: #343E52;
	text-decoration: none;
	font-weight: bold;
}


#squadron_gallery .return a:hover{
	text-decoration: underline;
}


#squadron_gallery .other{
	padding: 0 0 5px 15px;
	margin: 5px 0 0 7px;
	color: #4562A0;
	background: url("../images/arrows_orange.gif") no-repeat 0 4px;
}

#squadron_gallery .other a{
	color: #4562A0;
	text-decoration: none;
}


#squadron_gallery .other a:hover{
	text-decoration: underline;
}


#squadron_gallerybottom{
	float: left;
	width: 565px;
	margin-top: 5px;
	padding: 5px 0 60px 0;
	/*background: url(../images/bg_station.gif) repeat-x left 350px;*/
}


#squadron_gallerybottom .thumbnails{
	float: left;
	width: 140px;
	margin-left: 10px; 	
}


* html #squadron_gallerybottom .thumbnails{
	margin-left: 5px; 	
}

#squadron_gallerybottom .thumbnails ul{
	float: left;
}

#squadron_gallerybottom .thumbnails li{
	float: left;
	margin: 0 5px 5px 0px;
}


#squadron_gallerybottom .pages{
	float: left;
	width: 125px; 
	margin-top: 10px;
	background: #EDF0F1;
}

#squadron_gallerybottom .pages p{
	padding: 5px;
	color: #343E52;
}

#squadron_gallerybottom .pages p a{
	margin: 0 0 0 10px;
	color: #343E52;
}


#squadron_gallerybottom .pages p a:hover,
#squadron_gallerybottom .pages .here{
	color:#4562A0;
	text-decoration: none;
}


#squadron_gallerybottom .mainpic{
	float: right;
	width: 415px;
}


#mainpic_desc{
	float: right;
	width: 415px;
}


#mainpic_desc .previous{
	float: left;
	width: 35px;
	text-indent: -9999px;
}

#mainpic_desc .previous a{
	display: block;
	width: 35px;
	height: 40px; 
	background: url("../images/arrows_orange_back.gif") no-repeat left 50%;
}

#mainpic_desc .caption{
	float: left;
	width: 340px;
	padding: 10px 0;
	color: #666666;
}


#mainpic_desc .next{
	float: left;
	width: 25px;
	text-indent: -9999px;
}


#mainpic_desc .next a{
	display: block;
	width: 25px;
	height: 40px; 
	background: url("../images/arrows_orange.gif") no-repeat right 50%;
}
	

/*------ #squadron_bottomblock------*/

#squadron_bottomblock{
	float: left;
	width: 565px;
	margin-top: 5px;
	padding-top: 5px;
	background: url(../images/bg_station.gif) repeat-x left top;
}


#squadron_bottomblock .bottomblock_left{
	float: left;
	width: 362px;
}

#squadron_bottomblock .gutter{
	padding: 10px 20px;
}

#squadron_bottomblock .gutter ul{
	list-style: disc;
	padding-left: 25px;
}

#squadron_bottomblock .bottomblock_right{
	float: right;
	width: 203px;
}




#squadron_bottomblock .bottomblock_left h3,
#squadron_bottomblock .bottomblock_left h4{
	color: #343E52;
	font-size: 110%;
	font-weight: bold;
}


#squadron_bottomblock .bottomblock_left p{
	color: #666666;
	padding-bottom: 15px;
}


#squadron_bottomblock .bottomblock_left ul{
		padding-bottom: 15px;
}




/*------ squadron_news------*/


#squadron_news{
	float: left;
	width: 565px;
}


#squadron_news .gutter{
	padding: 10px 0 10px 20px;
}	


#squadron_news h3{
	float: left;
	width: 300px;
	font-family: courier;
	color: #343E52;
	font-size: 1.7em;
}


#squadron_news .other{
	float: right;
	width: 245px;
	text-align: right;
}

#squadron_news .other a{
	padding-left: 15px;
	color:#4562A0;
	text-decoration: none;
	background: url("../images/arrows_orange.gif") no-repeat 0 4px;
}


#squadron_news .other a:hover{
	text-decoration: underline;
}


#squadron_news .text{
	float: left;
	width: 545px;
	padding: 10px 0;
	color: #505F7F;
}


#squadron_news .pages{
	float: left;
	width: 545px;
	text-align: right;
	background: #EDF0F1;
}

#squadron_news .pages_top{
	float: left;
	width: 545px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: right;
	background: #EDF0F1 url("../images/bg_pages.gif") no-repeat bottom left;
}



#squadron_news .pages p,
#squadron_news .pages_top p{
	padding: 5px 12px 5px 0;
	color: #343E52;
}

#squadron_news .pages p a,
#squadron_news .pages_top p a{
	margin: 0 0 0 10px;
	color: #343E52;
}


#squadron_news .pages p a:hover,
#squadron_news .pages_top p a:hover,
#squadron_news .pages .here,
#squadron_news .pages_top .here{
	color:#4562A0;
	text-decoration: none;
}
	


#squadron_news .news_story{
	float: left;
	width: 545px;
	margin-bottom: 5px;
}


#squadron_news .news_left{
	float: left;
	width: 115px;
        background: url("../images/newsplaceholderbg.gif") no-repeat;
}


#squadron_news .news_right{
	float: right;
	width: 430px;
}


#squadron_news .news_right h4{
	float: left;
	width: 300px;
	color: #505F7F;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-decoration: none; 
	background: url("../images/arrows_dk_blue.gif") no-repeat left 4px;
}

	
#squadron_news .news_right h4 a{
	color: #505F7F;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-decoration: none;
}


#squadron_news .news_right h4 a:hover{
	text-decoration: underline;
}


#squadron_news .news_right h5{
	float: right;
	text-align: right;
	width: 120px;
	padding-right: 10px;
}


#squadron_news .news_right p{
	float: left;
	width: 430px;
	margin-bottom: 5px;
}


#squadron_news .news_right p a{
	padding-left: 15px;
	color:#4562A0;
	text-decoration: none;
	background: url("../images/arrows_orange.gif") no-repeat 0 4px;
}
	

#squadron_news .news_right p a:hover{
	text-decoration: underline;
}


#squadron_news .news_bottom{
	float: left;
	width: 545px;
	text-align: right;
	padding-bottom: 5px;
	background: url("../images/bg_pages.gif") no-repeat center left;
}


#squadron_news .news_bottom a{
	padding: 0 15px 0 5px;
	color:#888888;
	text-decoration: none;
	background: #fff url("../images/arrows_up.gif") no-repeat 0 2px;	
}




/*------ squadron_map------*/


#squadron_map{
	float: left;
	width: 370px;
	background: url(../images/squadron_map.jpg) no-repeat left top;
	padding-bottom: 15px;
}

#squadron_map ul {
        list-style:none !important;
        margin: 0 !important;
        padding: 0 !important;
}

#squadron_map ul li{
        list-style:none !important;
        margin: 0 !important;
}

#squadron_map a,
#squadron_map ul li a{
	color:#505F7F !important;
}


#squadron_map a:hover{
	text-decoration: none;
}


#squadron_map .map_left{
	float: left;
	width: 185px;
}


#squadron_map .map_right{
	float: right;
	width: 185px;
}


#squadron_map .link1{
	padding: 97px 0 0 69px;
}

#squadron_map .link2{
	padding: 48px 0 0 67px;
}

#squadron_map .link3{
	padding: 14px 0 0 41px;
}

#squadron_map .link4{
	padding: 3px 0 0 29px;
}

#squadron_map .link5{
	padding: 3px 0 0 29px;
}

#squadron_map .link6{
	padding: 4px 0 0 53px;
}

#squadron_map .link7{
	padding: 6px 0 0 26px;
}




#squadron_map .link8{
	padding: 51px 0 0 72px;
}


#squadron_map .link9{
	padding: 17px 0 0 57px;
}

#squadron_map .link10{
	padding: 89px 0 0 86px;
}

#squadron_map .link11{
	padding: 1px 0 0 92px;
}


#squadron_map .link12{
	padding: 12px 0 0 100px;
}

#squadron_map .link13{
	padding: 4px 0 0 85px;
}

#squadron_map .link14{
	padding: 4px 0 0 97px;
}

#squadron_map .link15{
	padding: 9px 0 0 72px;
}





/*------ squadron_locations------*/


#squadron_locations{
	float: left;
	width: 370px;
	margin: 20px 0;
}


#squadron_locations p{
	font-weight: bold;
}


#squadron_locations .locations_left{
	float: left;
	width: 185px;
}


#squadron_locations .locations_right{
	float: right;
	width: 185px;
}


#squadron_locations dl{
	margin: 0 0 15px 10px;
}

#squadron_locations dt{
	color: #666666;
	font-weight: bold;
	margin-bottom: 5px;
}


#squadron_locations dd a{
	padding: 0 0 0 15px;
	color: #4562A0;
	text-decoration: none;
	background: url("../images/arrows_orange.gif") no-repeat 0 4px;	
}

#squadron_locations dd a:hover{
	text-decoration: underline;
}



/*------ how_to_join------*/


#how_to_join{
	float: left;
	width: 565px;
}


#how_to_join .gutter{
	padding: 10px 0px 40px 20px;
}	


#how_to_join h3{
	font-family: courier;
	color: #343E52;
	font-size: 1.7em;
	padding-bottom: 10px;
}


#how_to_join .join_top{
	background: url(../images/bg_station.gif) repeat-x bottom right;
	padding-bottom: 10px;
}
	

#how_to_join .join_block{
	float: left;
	width: 545px;
	padding: 7px 0;
	background: url(../images/bg_station.gif) repeat-x bottom right;
}


#how_to_join .join_block h4{
	font-weight: bold;
	font-size: 110%;
	padding: 5px 0 2px 0;
}


#how_to_join .join_block p{
	padding: 0 10px 2px 0;
}

#how_to_join .join_block a{
	padding: 0 0 0 15px;
	color: #4562A0;
	text-decoration: none;
	background: url("../images/arrows_orange.gif") no-repeat 0 4px;	
}

#how_to_join .join_block a:hover{
	text-decoration: underline;
}


#how_to_join .join_block_left{
	float: left;
	width: 267px
}



#how_to_join .join_block_right{
	float: right;
	width: 267px
}



/*------ careers------*/


#careers{
	float: left;
	width: 565px;
	padding: 5px 0 30px 0; 
}


#careers .gutter{
	padding: 0 0 0 20px;
}


#careers .careersTop{
	float: left;
	padding-top: 5px;
	background: url(../images/bg_careers.gif) repeat-y top right;
}


#careers .careersLeft{
	float: left;
	width: 200px;
	padding-bottom: 10px;
}


#careers .careersLeft p{
	padding-right: 10px;
}


#careers .careersCenter{
	float: left;
	width: 170px;
	padding-bottom: 10px;
}


#careers .careersCenter ul{
	padding: 0 8px;
}


#careers .careersCenter li{
	padding-bottom: 2px;
}



#careers .careersRight{
	float: left;
	width: 170px;
	padding-bottom: 10px;
}


#careers .careersRight dl{
	padding: 0 8px;
}

#careers .careersRight dt{
	font-weight: bold;
	padding-bottom: 3px;
}

#careers .careersRight dd{
	padding-bottom: 1px;
}


#careers .careersRight dd a{
	color: #505F7F;
	text-decoration: none;
}


#careers .careersRight dd a:hover{
	text-decoration: underline;
}



#careers .role{
	float: left;
	width: 545px;
	padding: 20px 0 10px 0;
	background: url(../images/bg_station.gif) repeat-x top right;
}

#careers .role h3,
#careers .role h4{
	font-weight: bold;
	color: #343E52;
	font-size: 110%;
}


#careers .role p{
	color: #666666;
	padding-bottom: 10px;
}



/*------ threeColLeft .content------*/


#threeColLeft .content h2{
	background: #2E384D;
	font-family: courier;
	color: #fff;
	font-size: 1.7em;
	padding: 5px 10px;
	margin-bottom: 15px;
}

#threeColLeft .content h3 {
        font-size: 1.35em;
        font-weight: bold;
        padding-left: 10px;
}

#threeColLeft .content h4 {
        font-size: 1.2em;
        font-weight: bold;
        padding-left: 10px;
}

#threeColLeft .content h5 {
        font-size: 1.0em;
        font-weight: bold;
        padding-left: 10px;
}

#threeColLeft .content h6 {
        font-size: 0.8em;
        font-weight: bold;
        padding-left: 10px;
}


#threeColLeft .content p{
	padding: 0px 10px 10px 10px;
}

#threeColLeft .content p a,
#threeColLeft .content ul li a,
#threeColLeft .content h4 a{
	color: #343E52;
}

#threeColLeft .content p a:hover,
#threeColLeft .content ul li a:hover{
	text-decoration: none;
}

#threeColLeft .content ul {
        margin: 0px 10px 10px 20px;
        padding-left: 15px;
}


#threeColLeft .content ol {
        margin: 0px 10px 10px 20px;
        padding-left: 20px;
}

    
#threeColLeft .content ul li {
	list-style: square;
        margin-bottom: 1px;
}


#threeColLeft .content ol li {
        list-style: decimal !important;
        margin-bottom: 1px;
}


/*- #linklist -*/

#link_list{
	padding: 10px 10px;
}

#link_list p{
	color: #666666;
}

#link_list h3 a{
	font-size: 100%;
	color: #505F7F;
	font-weight: bold;
	padding-left: 10px;
	background: url("../images/arrows_dk_blue.gif") no-repeat 0 50%;
	text-decoration: none;
}


#link_list h3 a:hover{
	text-decoration: underline;
}


#link_list p a{
	color: #666666;
}

#link_list img{
	margin-bottom: 8px;
}

#link_list p a:hover{
	text-decoration: none;
}

#link_list .with_arrow a{
	color: #4562a0;
	padding-left: 15px;
	background: url("../images/arrows_orange.gif") no-repeat 0 50%;
	text-decoration: none;
}


#link_list .with_arrow a:hover{
	text-decoration: underline;
}



/*------ threeColLeft .jobs------*/


#threeColLeft .jobs h3,
#twoColRight .jobs h3{
	border-top: 1px solid #fff;
	background: #303A4E;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
}


#twoColRight .jobs p,
#threeColLeft .jobs p{
	padding: 5px 5px 5px 10px;
}


#twoColRight .jobs blockquote,
#threeColLeft .jobs blockquote{
	padding: 5px 5px 10px 10px;
	color: #666666;
}



/*------ twoColRight .news_bottom------*/


#twoColRight .news_bottom{
	float: left;
	width: 565px;
	padding-bottom: 40px;
}



#twoColRight .news_bottom_left{
	float: left;
	width: 279px;
}


#twoColRight .news_bottom_right{
	float: right;
	width: 279px;
}


#twoColRight .news_bottom_header{
	float: left;
	width: 279px;
	background: #edfdf1 url(../images/bg_station.gif) repeat-x left bottom;
	color: #fff;
}


#twoColRight .news_bottom_top{
	float: left;
	padding: 5px 10px;
	background: #323c50;
	border-bottom: 1px solid #fff;
}

#twoColRight .news_bottom h3{
	float: left;
	background: #323c50;
	width: 169px;
	font-weight: bold;
	}

#twoColRight .news_bottom h4{
	width: 90px;
	float: right;
	background: #323c50;
	text-align: right;
	}



#twoColRight .news_bottom h4 a{
	color: #BCD3E4;
	padding-left: 15px;
	text-decoration: none;
	background: url("../images/arrows_blue.gif") no-repeat 0 4px;
}

#twoColRight .news_bottom h4 a:hover{
	text-decoration: underline;
}


#twoColRight .news_bottom_left p,
#twoColRight .news_bottom_right p{
	float: left;
	margin: 0;
	padding: 10px;
	background: #edfdf1 url(../images/bg_station.gif) repeat-x left bottom;
	color: #666666;
}



#twoColRight .news_list{
	float: left;
	width: 100%;
}


#twoColRight .news_list ul{
	padding: 5px 10px;
}



#twoColRight .news_bottom li{
	color: #4562a0;
	padding-left: 15px;
	padding-bottom: 6px;
	background: url("../images/arrows_orange.gif") no-repeat 0 4px;
	text-decoration: none;
}


#twoColRight .news_bottom li a{
	margin: 0;
	padding: 0;
	color: #4562a0;
	text-decoration: none;
}


#twoColRight .news_bottom li a:hover{
	color: #4562a0;
	text-decoration: underline;
}



#twoColRight .news_bottom form{
	float: left;
	background: #edfdf1;
	width: 279px;
	padding: 5px 0 10px 0;
}


#twoColRight .news_bottom form label{
	margin: 0px 10px;
	font-weight: bold;
	color: #323c50;
}

#twoColRight .news_bottom form select{
	margin: 5px 10px 0px 10px;
	width: 200px;
}

#twoColRight .news_bottom form input{
	padding: 0 5px;
}

/*------ footer------*/

#footer{
	float: left;
	width: 760px;
	background: url(../images/bg_footer.gif) no-repeat left top;
	margin: 10px 0 0 0;
	padding: 10px 0;
}

#footer.home{
	margin: 0;
	background: none;
}

#footer ul{
	padding-left: 10px;
}

#footer li{
	float: left;
}

#footer li a{
	padding: 0 5px;
	border-left: 1px solid #777777;
	color: #777777; 
	text-decoration: none;
}


#footer li a:hover{
	text-decoration: underline;
}
	


#footer li .first{
	padding: 0 5px 0 0;
	border-left: none;
}
	

#footer .copyright{
	float: right;
	padding-right: 10px;
	color: #777777; 
}
  


/*------ additional CSS for Form------*/


#reservesform{
	color:#2E384D;
	float: left;
	line-height: 2.2em;
}

#form_preamble{
	padding-top:20px;
	color:#2E384D;
	padding-left:10px;
	padding-right:10px;

}

#end_message{
	clear: both;
	padding-top:20px;
	padding-left:15px;
	color:#2E384D;

}

#reservesform p{
	float: left;
	width: 565px;
	margin: 0;
	padding: 0;
}


#reservesform label{
	float: left;
	width: 150px;
}




#reservesform input,
#reservesform select{
	width: 200px;
}

#reservesform textarea{
	width: 196px;
}

input#txtAddresPostcode,
input#txtContactAddresPostcode{
	width: 110px;
}



#reservesform .formGroup{
	float: left;
	margin-bottom: 20px;
}


#reservesform .choose-date,
#reservesform .choose-date img{
	display: inline;
}

#reservesform .choose-date img{
	margin: 0px 0 0 10px;
	padding-top: 2px;
}

#reservesform .btnSubmit{
	width: 565px;
}


#reservesform .submit{
	clear: both;
	width: 70px;	
	height: 20px;
	margin-left: 150px;
}


#twoColLeft.form{
	margin-left: 97px;
}


* html #twoColLeft.form{
	margin-left: 48px;
}