/* 
Project: RAF Air Cadets
Filename: screen.css
Date: Oct 2011 (updated 01/12/11)
Author: Chris Bigos
*/

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    height: 100%;  
	font-size: 62.5%;	
	color: #1b3257;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #1E345A url("../images/bgSite.jpg");
    }


body a img {
	border: none;
}

img{
	display: block;
}

.clearing{	
	clear: both;
}

img.imgLeft{
	float: left;
	margin: 10px 30px 10px 0;
	}


		
img.imgRight{
	float: right;
	margin: 10px 0 10px 30px;
	}

img.imgPosLeft, img.imgposLeft {
    float: left;
	margin: 10px 15px 10px 0;
	}

img.imgPosRight , img.imgposRight{
    float: right;
	margin: 10px 0 10px 15px;
	}


* html img.imgPosLeft, 
* html img.imgposleft {
margin: 10px 0px 10px 0;
padding-right: 30px;
}
 

* html img.imgPosRight , 
* html img.imgposRight{
margin: 10px 0 10px 0px;
padding-left: 30px;
 }



/*------ 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;
}
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;
	}


#skip {
	position: absolute;
	left: -10000px;
	}

	
.hide {
	display: none;
	}
	
.blueArrow{
	padding-left: 12px;
	background: url("../images/bgLinkArrowsBlue.gif") no-repeat 0 3px;
}



a.orangeArrow{
	padding-left: 12px;
	font-weight:bold;
	color: #31639e;
	text-decoration: none !important;	
	background: url("../images/bgLinkArrowsOrange.gif") no-repeat 0 3px;
}


a.orangeArrow:hover{
	background: url("../images/bgLinkArrowsDkBlue.gif") no-repeat 0 3px;
}



	
/* 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 */




/*------ wrap ------*/


#wrap {
	margin: 0px auto 0px auto;
	padding: 0 0 0 0;
	width: 960px;
	text-align: left;
}



/*------ header ------*/


#header {
	float: left;
	width: 960px;
	}
	

#header #title a{	
	float: left;
	width: 135px;
	height: 94px;
	font-size: 0.1em;
	color: #1E345A;
	background: url("../images/bgLogo.gif") no-repeat 0 0;
	}
	
	
#header #rafSites{
	float: right;
	}
	
#header #rafSites li{
	float: left;
	margin: 8px 0 0 25px;
	}	
	
#header #rafSites li a{
	color: #b7cbe2;
	font-weight :bold;
	text-decoration: none;
	text-transform:uppercase;
	}
	
	
#header #rafSites li a:hover{
	color: #fff;
	background: url("../images/bgLinkArrowsWhite.gif") no-repeat 0 3px;
	}	
	

#header form{
	float: right;
	text-align: right;
	margin: 40px 0 0 0;
	width: 625px;
	}
	

#header form label{
	font-size: 1.1em;
	color: #fff;
	margin: 0 8px 0 0;
	font-weight: bold;
	text-transform:uppercase;
}


#header form #searchtext{
	width: 120px;
	margin: 0 8px 0 0;	
	padding: 2px;
	border: none;
	background: url("../images/bgSearch.gif") no-repeat 0 0;
	}
	
	
#header form #btnSearchSubmit{
	vertical-align: top;	
	}
		
		
/*------ flashContainer ------*/


#flashContainer {
	float: left;
	width: 960px;
	}	
	
	
	
/*------ pageHeader ------*/


#pageHeader {
	float: left;
	position: relative;
	width: 960px;
	height: 180px;
	}	
	
#pageHeader .headerTitle{
	position: absolute;
	font-size: 2.8em;
	font-weight: bold;
	color: #fff;
	bottom: 35px;
	right: 42px;
	}
	
	
#pageHeader .blue{
	color: #31639e;
}			
	
	
#pageHeader .dkBlue{
	color: #1b3257;
}	
	
	
/*------ mainNav ------*/


.navExpand{
	display: none;
	float: left;
	width: 960px;
	height: 75px;
	}		

#mainNav {	
	position: relative;
	float: right;
	width: 960px;
	padding: 5px 0 19px 0;
	/*background: url("../images/bgMainNav.gif") repeat-x bottom left;*/
	}
	
	
#mainNav ul{
	float: right;
	}
	
#mainNav ul li{
	float: left;
	}	
	

#mainNav ul li a{
	float: left;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 1.3em;
	color: #b7cbe2;
	padding: 8px 15px;
	font-weight: bold;
	border-bottom: 1px solid #3A4F72;
	background: url("../images/bgMainNavOn.gif") no-repeat 100% 0;
	}
	
	
#mainNav ul li a.last{
	background: url("../images/bgMainNavOn.gif") no-repeat 99% 0;
	}
	


#mainNav ul li a:hover,
#mainNav ul li.here a,
#mainNav ul li:hover a,
#mainNav ul li a.here{	
	border-left: 1px solid #4A6389;
	border-bottom: 1px solid #193057;	
	margin-left: -1px;
	color: #fff;
	background: url("../images/bgMainNavOn.gif") no-repeat 100% -60px;
	}



#mainNav ul li:hover{
	border-left: 1px solid #4A6389;
	margin-left: -1px;
	/*background: url("../images/bgMainNavOn.gif") no-repeat 100% -60px;*/
	}


#mainNav .subNav ul li:hover{
	border-left: none;
	margin-left: 0px;
}


/*------ subNav ------*/


#mainNav .subNav{
	position: absolute;
	top: 57px;
	left: -9999px;
	float: right;
	width: 960px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	margin-top: -20px;
	background: url("../images/bgSubNav.jpg") no-repeat bottom left;
	}


#mainNav li:hover .subNav,
#mainNav li.here .subNav,
#nav li.sfhover .subNav{
	left: 0;
}



#mainNav .subNav ul{
	float: right;
	margin: 0 4px;
	}
	
#mainNav .subNav ul li{
	float: left;
	}


#mainNav .subNav ul li a{
	float: left;
	padding: 45px 0 10px 0;
	margin: 4px 0 0 1px;
	text-align: center;
	font-weight: bold;
	color: #b7cbe2;
	font-size: 1.1em;
	text-decoration: none;
	border-bottom: none !important;
	background: none;
	border-left: none !important;
}


#mainNav .subNav ul li a:hover,
#mainNav .subNav #mainNav ul li.here a{
	border-left: none !important;
}



#mainNav .subNav ul li.cadets a{
	width: 149px;
	background: url("../images/subNavCadets.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.cadets a:hover,
#mainNav .subNav ul li.cadets a.here{
	background-position: -149px 0;
}


#mainNav .subNav ul li.adultVolunteers a{
	width: 149px;
	background: url("../images/subNavAdultVolunteers.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.adultVolunteers a:hover,
#mainNav .subNav ul li.adultVolunteers a.here{
	background-position: -149px 0;
}


#mainNav .subNav ul li.parents a{
	width: 149px;
	background: url("../images/subNavParents.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.parents a:hover,
#mainNav .subNav ul li.parents a.here{
	background-position: -149px 0;
}



#mainNav .subNav ul li.flyingGliding a{
	width: 148px;
	background: url("../images/subNavFlyingGliding.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.flyingGliding a:hover,
#mainNav .subNav ul li.flyingGliding a.here{
	background-position: -148px 0;
}


#mainNav .subNav ul li.adventureTraining a{
	width: 149px;
	background: url("../images/subNavAdventure.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.adventureTraining a:hover,
#mainNav .subNav ul li.adventureTraining a.here{
	background-position: -149px 0;
}



#mainNav .subNav ul li.shooting a{
	width: 85px;
	background: url("../images/subNavShooting.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.shooting a:hover,
#mainNav .subNav ul li.shooting a.here{
	background-position: -85px 0;
}


#mainNav .subNav ul li.dukeEdinburgh a{
	width: 128px;
	background: url("../images/subNavDukeEdinburgh.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.dukeEdinburgh a:hover,
#mainNav .subNav ul li.dukeEdinburgh a.here{
	background-position: -128px 0;
}


#mainNav .subNav ul li.sports a{
	width: 70px;
	background: url("../images/subNavSports.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.sports a:hover,
#mainNav .subNav ul li.sports a.here{
	background-position: -70px 0;
}



#mainNav .subNav ul li.paradeDrill a{
	width: 133px;
	background: url("../images/subNavParadeDrill.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.paradeDrill a:hover,
#mainNav .subNav ul li.paradeDrill a.here{
	background-position: -133px 0;
}



#mainNav .subNav ul li.music a{
	width: 73px;
	background: url("../images/subNavMusic.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.music a:hover,
#mainNav .subNav ul li.music a.here{
	background-position: -73px 0;
}


#mainNav .subNav ul li.advancedTraining a{
	width: 157px;
	background: url("../images/subNavAdvancedTraining.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.advancedTraining a:hover,
#mainNav .subNav ul li.advancedTraining a.here{
	background-position: -157px 0;
}



#mainNav .subNav ul li.cadetResources a{
	width: 166px;
	background: url("../images/subNavCadetResources.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.cadetResources a:hover,
#mainNav .subNav ul li.cadetResources a.here{
	background-position: -166px 0;
}


#mainNav .subNav ul li.staffResources a{
	width: 156px;
	background: url("../images/subNavStaffResources.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.staffResources a:hover,
#mainNav .subNav ul li.staffResources a.here{
	background-position: -156px 0;
}



#mainNav .subNav ul li.publications a{
	width: 248px;
	background: url("../images/subNavPublications.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.publications a:hover,
#mainNav .subNav ul li.publications a.here{
	background-position: -248px 0;
}



#mainNav .subNav ul li.publications a{
	width: 248px;
	background: url("../images/subNavPublications.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.publications a:hover,
#mainNav .subNav ul li.publications a.here{
	background-position: -248px 0;
}
	


#mainNav .subNav ul li.usefulForms a{
	width: 136px;
	background: url("../images/subNavUsefulForms.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.usefulForms a:hover,
#mainNav .subNav ul li.usefulForms a.here{
	background-position: -136px 0;
}



#mainNav .subNav ul li.usefulLinks a{
	width: 133px;
	background: url("../images/subNavUsefulLinks.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.usefulLinks a:hover,
#mainNav .subNav ul li.usefulLinks a.here{
	background-position: -133px 0;
}


#mainNav .subNav ul li.bader a{
	width: 106px;
	background: url("../images/subNavBader.gif") no-repeat 0 0;
	}


#mainNav .subNav ul li.bader a:hover,
#mainNav .subNav ul li.bader a.here{
	background-position: -106px 0;
}

/*------test nav ----*/


#secondNav{	
	float: right;
	width: 960px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	margin-top: -20px;
	background: url("../images/bgSubNav.jpg") no-repeat bottom left;
	}

#secondNav ul{
	float: right;
	margin: 0 4px;
	}
	
#secondNav ul li{
	float: left;
	}


#secondNav ul li a{
	float: left;
	padding: 45px 0 10px 0;
	margin: 4px 0 0 1px;
	text-align: center;
	font-weight: bold;
	color: #b7cbe2;
	font-size: 1.1em;
	text-decoration: none;
	}


#secondNav ul li.cadets a{
	width: 149px;
	background: url("../images/subNavCadets.gif") no-repeat 0 0;
	}


#secondNav ul li a:hover,
#secondNav ul li a.here{
	color: #fff;
}


#secondNav ul li.cadets a:hover,
#secondNav ul li.cadets a.here{
	background-position: -149px 0;
}


#secondNav ul li.adultVolunteers a{
	width: 149px;
	background: url("../images/subNavAdultVolunteers.gif") no-repeat 0 0;
	}


#secondNav ul li.adultVolunteers a:hover,
#secondNav ul li.adultVolunteers a.here{
	background-position: -149px 0;
}


#secondNav ul li.parents a{
	width: 149px;
	background: url("../images/subNavParents.gif") no-repeat 0 0;
	}


#secondNav ul li.parents a:hover,
#secondNav ul li.parents a.here{
	background-position: -149px 0;
}



#secondNav ul li.flyingGliding a{
	width: 148px;
	background: url("../images/subNavFlyingGliding.gif") no-repeat 0 0;
	}


#secondNav ul li.flyingGliding a:hover,
#secondNav ul li.flyingGliding a.here{
	background-position: -148px 0;
}


#secondNav ul li.adventureTraining a{
	width: 149px;
	background: url("../images/subNavAdventure.gif") no-repeat 0 0;
	}


#secondNav ul li.adventureTraining a:hover,
#secondNav ul li.adventureTraining a.here{
	background-position: -149px 0;
}



#secondNav ul li.shooting a{
	width: 85px;
	background: url("../images/subNavShooting.gif") no-repeat 0 0;
	}


#secondNav ul li.shooting a:hover,
#secondNav ul li.shooting a.here{
	background-position: -85px 0;
}


#secondNav ul li.dukeEdinburgh a{
	width: 128px;
	background: url("../images/subNavDukeEdinburgh.gif") no-repeat 0 0;
	}


#secondNav ul li.dukeEdinburgh a:hover,
#secondNav ul li.dukeEdinburgh a.here{
	background-position: -128px 0;
}


#secondNav ul li.sports a{
	width: 70px;
	background: url("../images/subNavSports.gif") no-repeat 0 0;
	}


#secondNav ul li.sports a:hover,
#secondNav ul li.sports a.here{
	background-position: -70px 0;
}



#secondNav ul li.paradeDrill a{
	width: 133px;
	background: url("../images/subNavParadeDrill.gif") no-repeat 0 0;
	}


#secondNav ul li.paradeDrill a:hover,
#secondNav ul li.paradeDrill a.here{
	background-position: -133px 0;
}



#secondNav ul li.music a{
	width: 73px;
	background: url("../images/subNavMusic.gif") no-repeat 0 0;
	}


#secondNav ul li.music a:hover,
#secondNav ul li.music a.here{
	background-position: -73px 0;
}


#secondNav ul li.advancedTraining a{
	width: 157px;
	background: url("../images/subNavAdvancedTraining.gif") no-repeat 0 0;
	}


#secondNav ul li.advancedTraining a:hover,
#secondNav ul li.advancedTraining a.here{
	background-position: -157px 0;
}



#secondNav ul li.cadetResources a{
	width: 166px;
	background: url("../images/subNavCadetResources.gif") no-repeat 0 0;
	}


#secondNav ul li.cadetResources a:hover,
#secondNav ul li.cadetResources a.here{
	background-position: -166px 0;
}


#secondNav ul li.staffResources a{
	width: 156px;
	background: url("../images/subNavStaffResources.gif") no-repeat 0 0;
	}


#secondNav ul li.staffResources a:hover,
#secondNav ul li.staffResources a.here{
	background-position: -156px 0;
}



#secondNav ul li.publications a{
	width: 248px;
	background: url("../images/subNavPublications.gif") no-repeat 0 0;
	}


#secondNav ul li.publications a:hover,
#secondNav ul li.publications a.here{
	background-position: -248px 0;
}



#secondNav ul li.publications a{
	width: 248px;
	background: url("../images/subNavPublications.gif") no-repeat 0 0;
	}


#secondNav ul li.publications a:hover,
#secondNav ul li.publications a.here{
	background-position: -248px 0;
}
	


#secondNav ul li.usefulForms a{
	width: 136px;
	background: url("../images/subNavUsefulForms.gif") no-repeat 0 0;
	}


#secondNav ul li.usefulForms a:hover,
#secondNav ul li.usefulForms a.here{
	background-position: -136px 0;
}



#secondNav ul li.usefulLinks a{
	width: 133px;
	background: url("../images/subNavUsefulLinks.gif") no-repeat 0 0;
	}


#secondNav ul li.usefulLinks a:hover,
#secondNav ul li.usefulLinks a.here{
	background-position: -133px 0;
}


#secondNav ul li.bader a{
	width: 106px;
	background: url("../images/subNavBader.gif") no-repeat 0 0;
	}


#secondNav ul li.bader a:hover,
#secondNav ul li.bader a.here{
	background-position: -106px 0;
}


	
/*------ sideBar ------*/

#sideBar {	
	float: left;
	width: 230px;		
	}
	
	
	
/*------ sectionNav ------*/	

#sectionNav {	
	float: left;
	width: 230px;	
	margin-bottom: 15px;
	font-size: 1.1em;	
	}
	
	
#sectionNav li{	
		margin-bottom: 1px;
		}
		
#sectionNav li a{
	width: 212px;
	display: block;
	padding: 7px 9px;
	background: #26344C;
	color: #b7cbe2;		
	text-decoration: none;
	}		

#sectionNav li a:hover,
#sectionNav li a.here{	
	color: #fff;
	background: #24406B;
	}		
	
#sectionNav li ul{
	margin-top: 1px;
	padding-left: 10px;
	}	
	
#sectionNav li ul li a{	
	width: 193px;	
	background: none;
	padding: 7px 7px 7px 20px;	
	}	
		
#sectionNav li ul li a:hover,
#sectionNav li ul li a.here{			
	background: #193053 url("../images/bgLinkArrowsWhite.gif") no-repeat 6px 50%;
}
		
	
	
	
/*------ .feature ------*/		
	
.feature{	
	float: left;
	width: 230px;
	margin-bottom: 15px;
	}
	
	
/*-- .cloud --*/	
	
.cloud{
	padding: 8px 0;
	text-align: center;
	border-top: 1px solid #53627A;
	border-bottom: 1px solid #53627A;
}


.cloud a{
	text-decoration: none;
	padding: 5px;
	font-weight :bold;
	color: #fff;
	}	
	

.cloud a:hover{	
	color: #9EC0E8	;
	}
	
.cloud a.small{
	font-size: 1.0em;
	}	
	

.cloud a.medium{
	font-size: 1.3em;
	}	
	
	
.cloud a.large{
	font-size: 1.6em;
	}			
	
	
/*-- .box --*/	

.box{
	width: 228px;
	border: 1px solid #4C5665;
}	


.box .gutter{
	float: right;
	border: 1px solid #384151;
	*width: 226px;
	/*padding-bottom: 8px;*/
}


.box .title{
	float: left;
	color: #fff;
	width: 226px;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 70px 0;
	background: url('../images/blackTransparent60.png') repeat-y 0 0;
}

.box .notitle{
	float: left;
	color: #fff;
	width: 226px;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 70px 0;
	padding-top: 20px;
	_padding-top: 14px;
}

.box .title span, .box .notitle span{
	float: left;
	/*position: relative;*/
	color: #fff;	
	padding: 8px 8px 8px 8px;
	}


* html .box .title{
	background: #000;
	filter:alpha(opacity=60);
	height:1%;
	}
	
	
.box .formTitle{
	float: left;
	color: #fff;
	width: 226px;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 53px 0;
	background: url('../images/blackTransparent60.png') repeat-y 0 0;
}


.box .formTitle span{
	float: left;
	position: relative;
	color: #fff;	
	padding: 4px 8px 4px 8px;
	}


* html .formTitle .title{
	background: #000;
	filter:alpha(opacity=60);
	height:1%;
	}
	
	
.box .formSubTitle{
	color: #fff;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 8px 8px 8px 8px;
	border-bottom: 1px solid #39414F;	
}		
	
	
.box p{
	color: #fff;
	font-size: 1.1em;
	padding: 0 8px 0 8px;
	}
	
	
.box p a{
	float: right;
	color: #b7cbe2;
	font-weight:bold;
	text-decoration: none;	
	padding-left: 14px;
	background: url("../images/bgLinkArrowsOrange.gif") no-repeat 0 50%;
	}	
	
.box p a:hover{
	color: #fff;
	background: url("../images/bgLinkArrowsWhite.gif") no-repeat 0 50%;
}	




	
	
/*-- #joinForm --*/	
	
	
#joinForm{	
	float: left;
	width: 226px;	
	background: #1B3257 url("../images/bgJoinForm.jpg") repeat-x 0 0;
	}	
	
	
#joinForm p{
	float: left;
	width: 210px;	
	}
	
	
#joinForm p.radio{
	margin: 10px 0;
	}		
	
#joinForm p.field{
	margin-bottom: 5px;
	}	
	
#joinForm p.field label{
	float: left;
	width: 80px;
	padding-right: 5px;
	text-align: right;
	}
	
	
#joinForm p.field input{
	float: left;
	width: 120px;
	}	
	
	
#joinForm p.field select{
	float: left;
	}				
	
#joinForm .submit input{
	float: right;
	border: none;
	width: 140px !important;
	font-weight: bold;
	color: #fff;
	font-size: 1em !important;
	padding: 4px 0px !important;
	margin: 10px 0 0 0 !important;
	text-transform:uppercase;
	background: url("../images/bgSubmitButton.jpg") repeat-x 0 0;
	}	
	
	
#joinForm .submit input:hover{	
	background-position: -200px 0;
	cursor: pointer;
	}	
	
	
/*-- .linksBox --*/	

.linksBox{
	float: left;
	width: 228px;
	border: 1px solid #4C5665;
}	


.linksBox .gutter{

	border: 1px solid #384151;
	padding-bottom: 2px;
	background: #ECF2F9 url("../images/bgLinksBox.jpg") repeat-x 0 0;
}	


.linksBox .title{
	display: block;
	width: 210px;
	padding: 3px 8px 3px 8px;	
	font-size: 1.8em;
	font-weight: bold;	
	background: #E9F0F7 url("../images/bgBoxTitle.jpg") repeat-x 0 0;
}


.linksBox .subTitle{
	padding: 4px 8px 4px 8px;	
	font-size: 1.1em;
	font-weight: bold;	
	}
	

.linksBox .links{
	width: 222px;
	margin-left: 2px;
}

.linksBox .links li{
	margin-bottom: 1px;
	}

.linksBox .links li a{
	display: block;
	width: 222px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	padding: 5px 0;
	text-decoration: none;
	background: #31639D url("../images/bgLink.jpg") repeat-y 0 0;
}


.linksBox .links li a:hover{
	background: #24406B;
}
	
/*------ promo ------*/	
	
.promo{
	float: left;
	width: 226px;
	border: 1px solid #4C5665;
	background: #384151;
	padding: 1px;
	margin-bottom: 15px;	
	}	
	

.promo a:hover{
	color: #1B3257;
	text-decoration: underline;
	}	
	
.promo .footer{
	float: left;
	width: 226px;
	padding: 8px 0 2px 0;
	background: #F6F7F7 url("../images/bgPromoFooter.jpg") repeat-x 0 0 !important;
	}


.promo .title{
	display: block;
	font-size: 1.6em;
	line-height: 1em;
	font-weight: bold;
	padding: 5px 18px 5px 8px;
	background: #EBF1F8 url("../images/bgPromoHeader.jpg") repeat-x 0 0;
}


/*------ eventSearch ------*/	

#eventSearch{
	display: block;
	padding: 8px 8px 2px 8px;
	background: #F6F7F7 url("../images/bgPromoFooter.jpg") repeat-x 0 0;
}


#eventSearch label{
	float: left;
	width: 70px;
	font-size: 1.1em;
	line-height: 1em;
	}
	
	
#eventSearch #eventText, #eventSearch #posn{
	width: 95px;
	border: 1px solid #B5BDC8;
	padding: 3px 2px;
	vertical-align: top;
	font-size: 1.1em;
	}	
	


/*------ eventList ------*/	
	
.eventList ul{
	background: #FAFCFE url("../images/bgEventList.jpg") repeat-x 0 0;
	color: #31639e;
	padding: 8px 10px 7px 10px;
	font-size: 1.1em;
}	


.eventList ul li{
	padding: 8px 0 9px 0;
	}


	
.eventList ul li a{
	display: block;
	text-decoration: none;
	color: #31639e;
	padding-left: 15px;
	background: url("../images/bgLinkArrowsDkOrange.gif") no-repeat 0 3px;
	}

.eventList ul li a:hover{
	background: url("../images/bgLinkArrowsDkBlue.gif") no-repeat 0 3px;
}

	
.promo .seeAllEvents a{
	float: right;
	background: url("../images/titleSeeAllEvents.gif") no-repeat 0 0;
	width: 127px;
	height: 29px;
	margin: 0 8px 0 8px;
	font-size: 1px;
	color: #A6C8ED;
	text-align: center;
	}

.promo .seeAllEvents a:hover{
	color: #243F6F;	
	background-position: 0 -29px;
}
	
/*------ pageContent ------*/

#pageContent {	
	float: right;
	width: 710px;
	}
	
	
#pageContent.text{
	width: 690px;
	padding: 15px 10px 10px 10px;	
	background: #fff url("../images/bgText.jpg") repeat-x 0 0;
	}	

#searchContent.text{
	width: 938px;
	padding: 15px 10px 10px 10px;	
	background: #fff url("../images/bgText.jpg") repeat-x 0 0;
	}	

/*------ text ------*/

#pageContent.text .pageTitle{	
	float: left;
	font-size: 2.4em;
	font-weight: bold;
	color: #31639e;
	padding-bottom: 15px;
}


#pageContent.text .rss a{
	float: right;
	margin-top: 7px;
	padding: 3px 0 3px 22px;
	color: #31639e;
	text-decoration: none;
	font-size: 1.1em;		
	background: url("../images/rssIcon2.gif") no-repeat 0 50%;
}


#pageContent.text p.rss a:hover{
	color: #1b3257;
}
#pageContent.text p.rss a{
	float: right;
	margin-top: 7px;
	padding: 3px 0 3px 22px;
	color: #31639e;
	text-decoration: none;
	font-size: 1.1em;		
	background: url("../images/rssIcon2.gif") no-repeat 0 50%;
}


#pageContent.text .rss a:hover{
	color: #1b3257;
}
	
	
#pageContent .sectionLink{
	margin: 25px 0 0 0 !important;
	padding: 0 !important;
	}


/*-- QandA --*/	
	
#pageContent .question{
	color: #1b3257;
	font-size: 1.2em !important;
	cursor: pointer;
	}
	
#pageContent .question a{
	float: left;
	width: 25px;
	text-align: center;
	text-decoration: none;
	font-weight :normal !important;
	}	
	
#pageContent .questionOpen{
	background: #E6EDF5;
		color: #31639e !important;
}		
	
#pageContent .answerStyle{
	background: #F1F5F9;
	color: #31639e !important;
	padding: 10px 10px 5px 25px;
	margin-bottom: 2px;	
}	
	
	
	
/*------ news pages ------*/



/*-- filters --*/

#pageContent.text .filters{	
	float: left;
	width: 690px;
	margin-bottom: 8px;	
	background: #E4E9EE url("../images/bgFilters.jpg") repeat-x 0 0;
	}
	
#pageContent.text .bottom{
	margin-bottom: 0px;
	}
	
	
#pageContent.text .filters .show{
	float: left;
	font-weight :bold;
	font-size: 1.1em;	
	padding: 4px 8px;
	}
	
	
#pageContent.text .filters .pagination{
	float: right;
	padding: 8px 8px 4px 8px;	
	}	
	

#pageContent.text .filters .pages{
	float: left;
	margin-top: 1px;
	}		

#pageContent.text .filters .pages a{
	color: #1b3257;
	margin: 0 4px;
	}
	

#pageContent.text .filters .pages a:hover{
	text-decoration: none;
	}	
	
	
#pageContent.text .filters .previous,
#pageContent.text .filters .next{
	float: left;
	font-weight :bold;
	font-size: 1.1em;		
	}	
	

#pageContent.text .filters .next a{
	color: #31639e;
	text-decoration: none;	
	padding-right: 14px;
	margin-left: 26px;
	background: url("../images/bgLinkArrowsDkOrange.gif") no-repeat 100% 50%;
	}	
	
#pageContent.text .filters .next a:hover{
	color: #1B3257;
	background: url("../images/bgLinkArrowsDkBlue.gif") no-repeat 100% 50%;
}	
	
	
#pageContent.text .filters .previous a{
	color: #31639e;
	text-decoration: none;	
	padding-left: 14px;
	margin-right: 26px;
	background: url("../images/bgLinkArrowsDkOrange2.gif") no-repeat 0 50%;
	}	
	
#pageContent.text .filters .previous a:hover{
	color: #1B3257;
	background: url("../images/bgLinkArrowsDkBlue2.gif") no-repeat 0 50%;
}	


#pageContent.text .filters .print{
	float: right;
	font-weight :bold;
	font-size: 1.1em;
	padding: 8px 8px 6px 8px;			
	}	
	

#pageContent.text .filters .print a{
	color: #31639e;
	text-decoration: none;	
	padding-right: 14px;
	background: url("../images/bgLinkArrowsDkOrange.gif") no-repeat 100% 50%;
	}	
	
#pageContent.text .filters .print a:hover{
	color: #1B3257;
	background: url("../images/bgLinkArrowsDkBlue.gif") no-repeat 100% 50%;
}		


#pageContent.text .filters .back{
	float: left;
	font-weight :bold;
	font-size: 1.1em;	
	padding: 8px 8px 6px 8px;	
	}	
	

#pageContent.text .filters .back a{
	color: #31639e;
	text-decoration: none;	
	padding-left: 14px;
	background: url("../images/bgLinkArrowsDkOrange2.gif") no-repeat 0 50%;
	}	
	
#pageContent.text .filters .back a:hover{
	color: #1B3257;
	background: url("../images/bgLinkArrowsDkBlue2.gif") no-repeat 0 50%;
}						


#pageContent.text .filters .howTo{
	float: left;
	font-weight :bold;
	font-size: 1.1em;	
	padding: 8px 80px 6px 8px;	
	}	
	

#pageContent.text .filters .howTo a{
	color: #31639e;
	text-decoration: none;	
	padding-left: 14px;
	background: url("../images/bgLinkArrowsDkOrange.gif") no-repeat 0 50%;
	}	
	
#pageContent.text .filters .howTo a:hover{
	color: #1B3257;
	background: url("../images/bgLinkArrowsDkBlue.gif") no-repeat 0 50%;
}	



#pageContent.text .filters .date{
	float: right;
	font-weight :bold;

	font-size: 1.1em;
	padding: 8px 8px 6px 8px;			
	}


#pageContent.text .filters .row2{
	clear:both;
	float: left;
	margin-left: 50px;
}


* html 	#pageContent.text .filters .row2{
	margin-left: 25px;
}


#clearfilters{

                border: none;
                font-weight: bold;
                color: #fff;
                font-size: 1.1em;
                padding: 4px 6px;
                margin: 0 0 0 8px;
                text-transform:uppercase;
                background: url("../images/bgSubmitButton.jpg") repeat-x 0 0;

                }              

                

                

#clearfilters:hover{         

                background-position: -200px 0;
                cursor: pointer;

                }
				
/*-- newsSearch --*/
#newsSearch .radio{
	margin-right: 15px;
	padding: 0;
  	line-height:20px;
	height: 20px;
}



#newsSearch .radio input{
	float: left;
	margin-right: 3px;
	margin-top: 3px;
}


* html #newsSearch .radio input{
	margin-top: 0px;
}


*:first-child+html #newsSearch .radio input{
	margin-top: 0px;
}		
	
#newsSearch{
	float: left;
	padding: 4px 8px 2px 8px;	
}	

#newsSearch select{
	float: left;
	margin: 0 3px;
	padding: 3px 4px;
	font-size: 1.1em;	
	}
	
#newsSearch label{
	float: left;
	font-weight :bold;
	padding: 3px 0;
	font-size: 1.1em;
}
	
#newsSearchSubmit{
	float: left;
	border: none;
	font-weight: bold;
	color: #fff;
	font-size: 1.1em !important;
	padding: 4px 6px;
	margin: 0 0 0 8px;
	text-transform:uppercase;
	background: url("../images/bgSubmitButton.jpg") repeat-x 0 0;
	}	
	
	
#newsSearchSubmit:hover{	
	background-position: -200px 0;
	cursor: pointer;
	}		
	
	
/*-- newsItem --*/	

#pageContent.text .newsItem{
	float: left;
	width: 690px;
	margin-bottom: 2px;
	padding: 12px 0 5px 0;
	border-bottom: 1px solid #EDF2F8;		
}


#pageContent.text .first{
	border-top: 1px solid #EDF2F8;			
}


#pageContent.text .fullItem{
	border-bottom: none;		
}
	

#pageContent.text .newsItem img{
	float: left;
	padding: 5px 6px 6px 6px;
	background: url("../images/bgNewsImage.gif") no-repeat 0 0;
	}	
	
	
#pageContent.text .newsItem .date{
	color: #31639e;
	font-size: 1.1em;
	font-weight :bold;
	}
	
	
#pageContent.text .newsItem .title{
	color: #31639e;
	font-size: 1.6em;
	font-weight :bold;
	}	
	
#pageContent.text .newsItem .title a{
	color: #31639e;	
	text-decoration: none;
	}
	
	
#pageContent.text .newsItem .title a:hover{
	color: #1B3257;
	}	
	
	
#pageContent.text .newsItem .tags{
	float: left;
	width: 345px;	
	padding: 8px 0;
	font-size: 1.1em;
	}
	
	
#pageContent.text .newsItem .details{
	float: right;
	width: 345px;	
	padding: 8px 0;	
	text-align: right;
	font-size: 1.1em;	
	}	
	
#pageContent.text .newsItem .tags a,
#pageContent.text .newsItem .details a{
	color: #1b3257;
}


#pageContent.text .newsItem .tags a:hover,
#pageContent.text .newsItem .details a:hover{
	text-decoration: none;
}


#pageContent.text .newsItem .story{
	float: right;
	width: 460px;
	}
	
	
#pageContent.text .newsItem .story p{
	font-size: 1.2em;
	margin-bottom: 10px;
	}
	
#pageContent.text .newsItem .story p a{
	color: #31639e;
	font-weight :bold;
	padding-left: 12px;
	text-decoration: none;
	background: url("../images/bgLinkArrowsDkOrange.gif") no-repeat 0 50%;
}


#pageContent.text .newsItem .story p a:hover{
	color: #1B3257;
	background: url("../images/bgLinkArrowsDkBlue.gif") no-repeat 0 50%;
}	


#pageContent.text .newsItem .fullStory{
	float: right;
	width: 690px;
	margin: 15px 0;
	}
	

#pageContent.text .newsItem .fullStory a{
	color: #31639E;
	}
	

#pageContent.text .newsItem .fullStory a:hover{
	color: #1b3257;
	}	
	
	
#pageContent.text .newsItem .fullStory p{
	font-size: 1.2em;
	margin-bottom: 10px;
	}	
	
	
#pageContent.text .newsItem .fullStory img{
	float: right;
	padding: 5px 7px 8px 6px;
	margin: 0 0 0 10px;
	background: url("../images/bgLargeNewsImage.gif") no-repeat 0 0;
	}		
#pageContent.text .newsItem .fullStory img.imgPosleft{
	float: left;
	margin: 0 10px 0 0;
	}
#pageContent.text .newsItem .fullStory img.imgPosright{
	float: right;
	margin: 0 0 0 10px;
	}	
#pageContent.text .newsItem .fullStory img.imgPosLeft{
	float: left;
	margin: 0 10px 0 0;
	}
#pageContent.text .newsItem .fullStory img.imgPosRight{
	float: right;
	margin: 0 0 0 10px;
	}	
	
#pageContent.text .newsItem .fullStory ul,
#pageContent.text .newsItem .fullStory ol{
	font-size: 1.1em;
	margin-bottom: 10px;
	}	
	
	

#pageContent.text .newsItem .fullStory ul li{	
	background: url("../images/bullet.gif") no-repeat 0 4px;
	padding-left: 14px;
	margin-left: 6px;
	}		
		
	
	
#pageContent.text .newsItem .fullStory ol{
	margin-left: 25px;
	}	
	
	
	
/*-- publication --*/	


#publications{
	float: left;
	border-top: 1px solid #EDF2F8;	
	border-bottom: 1px solid #EDF2F8;
	margin-bottom: 2px;	
	}		


#pageContent.text .publication{
	float: right;
	position: relative;	
	width: 620px;
	margin-bottom: 2px;
	padding: 12px 0 5px 0;
	border-top: 1px solid #EDF2F8;		
}


#publications .first{
	border-top: none !important;		
}


#pageContent.text .publication img{
	float: left;
	padding: 6px 24px 8px 7px;
	background: url("../images/bgPublicationImage.gif") no-repeat 0 0;
	}	
	
	
#pageContent.text .publicationDetails{
	float: left;
	width: 220px;
	}
	
#pageContent.text .downloadLink	{
	position: absolute;
	bottom: 0;
	}
	
#pageContent.text .publicationInfo{
	float: right;
	width: 220px;
	}

	
#pageContent.text .publication .title{
	color: #31639e;
	font-size: 1.6em;
	font-weight :bold;
	margin-bottom: 6px;
	}	
	
#pageContent.text .publication .title a{
	color: #31639e;	
	text-decoration: none;
	}
	
	
#pageContent.text .publication .title a:hover{
	color: #1B3257;
	}	
	
	
#pageContent.text .newsItem .tags{
	float: left;
	width: 345px;	
	padding: 8px 0;
	font-size: 1.1em;
	}
	
	
#pageContent.text .newsItem .details{
	float: right;
	width: 345px;	
	padding: 8px 0;	
	text-align: right;
	font-size: 1.1em;	
	}	
	
#pageContent.text .newsItem .tags a,
#pageContent.text .newsItem .details a{
	color: #1b3257;
}


#pageContent.text .newsItem .tags a:hover,
#pageContent.text .newsItem .details a:hover{
	text-decoration: none;
}



#pageContent.text .publicationDetails p{
	font-size: 1.2em;
	margin-bottom: 10px;
	}
	
#pageContent.text .publicationDetails p a{
	color: #31639e;
	font-weight :bold;
	padding-left: 12px;
	text-decoration: none;
	background: url("../images/bgLinkArrowsDkOrange.gif") no-repeat 0 50%;
}


#pageContent.text .publicationDetails p a:hover{
	color: #1B3257;
	background: url("../images/bgLinkArrowsDkBlue.gif") no-repeat 0 50%;
}	


#pageContent.text .publicationInfo{
	font-size: 1.1em;
	}
	
	
#pageContent.text .publicationInfo dd{
	padding-bottom: 5px;
	}
	
	
#pageContent.text .publicationInfo a{
	color: #1b3257;
}


#pageContent.text .publicationInfo a:hover{
	text-decoration: none;
}		
	
	
	
/*------ profile ------*/	
	
#pageContent .profileMale{
	clear: both;
	padding: 5px 0 15px 30px;
	color: #31639e;
	font-weight: bold;
	background: url("../images/bgProfileMale.gif") no-repeat 0 5px;	
	}
	
#pageContent .profileFemale{
	clear: both;
	padding: 5px 0 15px 30px;
	color: #31639e;
	font-weight: bold;
	background: url("../images/bgProfileFemale.gif") no-repeat 0 5px;	
	}	


#pageContent .profileMale dt,	
#pageContent .profileFemale dt{
	font-size: 1.4em;
	}	
	
#pageContent .profileMale dd,	
#pageContent .profileFemale dd{
	font-size: 1.1em;
	}		
	
/*------ mainContent ------*/

where#mainContent {	
	float: left;
	width: 460px;	
	}


/*------ text ------*/

#mainContent.text{
	float: left;
	width: 440px;	
	padding: 15px 10px 10px 10px;	
	background: #fff url("../images/bgText.jpg") repeat-x 0 0;
	}


#pageContent .wide{
	width: 690px;
}
	

#mainContent.text .pageTitle{	
	font-size: 2.4em;
	font-weight: bold;
	color: #31639e;
	padding-bottom: 15px;
}	


#mainContent.text h3{	
	font-size: 1.8em;
	font-weight: bold;
	color: #31639e;
	padding: 8px 0 8px 0;
}	

#pageContent.text h3{	
	font-size: 1.8em;
	font-weight: bold;
	color: #31639e;
	
}	

#mainContent.text h4, #pageContent.text h4{	
	font-size: 1.4em;
	font-weight: bold;
	color: #31639e;
	padding: 0 0 15px 0;
}


#mainContent.text a{
	color: #31639E;
	}
	

#mainContent.text a:hover{
	color: #1b3257;
	}	
	
	

#mainContent.text p{
	font-size: 1.2em;
	margin-bottom: 10px;
	}	
	

#mainContent.text ul,
#mainContent.text ol,
#pageContent.text ul{
	font-size: 1.2em;
	margin-bottom: 10px;
	}	
	
	

#mainContent.text ul li, #pageContent.text ul li{	
	background: url("../images/bullet.gif") no-repeat 0 4px;
	padding-left: 14px;
	margin: 0 0 5px 6px;
	}		
		
	
#mainContent.text ol{
	margin-left: 25px;
	}
	
	
#mainContent.text .videoHolder{
	float: left;
	padding: 8px 9px 10px 7px;
	margin-left: -3px;
	margin-bottom: 10px;
	background: url("../images/videoHolder.gif") no-repeat 0 0;	
}		
	
	
#mainContent.text table{
	float: left;
	width: 440px;
	font-size: 1.1em;
	margin-bottom: 15px;
	border-bottom: 1px solid #1B3257;	
	}

#mainContent.text table th{	
	text-align: center;
	padding: 7px;	
	background: #DAE7F6;
	border-right: 1px solid #AABACE;
	border-top: 1px solid #1B3257;	
	}	
		
#mainContent.text table tr{

	}		
	
#mainContent.text table td{
	padding: 7px;
	text-align: center;	
	border-right: 1px solid #AABACE;
	border-top: 1px solid #1B3257;	
	background: #F4F8FC;	
	}	
	
#mainContent.text table .last{
	border-right: none;	
	}
	
#mainContent.text table .alt{
	background: none;
	}	

/*------ whereWeAreContent -CB 18 Sep 11 -----*/

#whereWeAreContent {	
	float: left;
	width: 660px;	
	}

/*------ text ------*/

#whereWeAreContent.text{
	float: left;
	width: 690px;	
	padding: 15px 10px 10px 10px;	
	background: #fff url("../images/bgText.jpg") repeat-x 0 0;
	}

#whereWeAreContent.text .pageTitle{	
	font-size: 2.4em;
	font-weight: bold;
	color: #31639e;
	padding-bottom: 15px;
}	


/*------ welcome ------*/

#welcome{
	float: left;
	width: 456px;
	border: 1px solid #4C5665;
	background: #39414F url("../images/bgWelcome.jpg") no-repeat 1px 1px;
	padding: 1px;
	}	
	
	
#welcome .title{
	text-align:center;
    font-size: 2.4em;
	color: #31639e;
	padding: 5px 20px 8px 190px;
	}	
	
#welcome p{
	text-align:center;
    font-size: 1.1em;
	margin: 0px 15px 5px 190px;	
	background: #FFF;	
	}	
	
	
/*------ newsBlocks ------*/

#newsBlocks{
	float: left;
	width: 460px;
	}
	
	
#newsBlocks h3.title{
	display: block;
	margin: 8px 0;
	background: url("../images/bgNewsBlocks.gif") no-repeat bottom right;		
	}	
	

#newsBlocks h3.title span{
	color: #fff;
	font-size: 1.6em;
	}
	
	
#newsBlocks .news{
	float: left;
	width: 216px;
	border: 1px solid #4C5665;
	background: #384151;
	padding: 1px;
	}
	
	
#newsBlocks .news .title{
	padding: 6px 10px 3px 90px;
	font-size: 1.1em;
	color: #1c3358;
	font-weight: bold;
	}
	
#newsBlocks .news p{
	padding: 0 10px 4px 90px;
	}	
	
#newsBlocks .news p a{	
	font-size: 1.1em;	
	color: #31639e;
	text-decoration: none;
	}
	
#newsBlocks .news p a:hover{
	color: #1B3257;
	}		
	
#newsBlocks .news a img{	
	float: left;
	}

#newsBlocks .news p a em{
	background: url("../images/bgLinkArrowsDkOrange.gif") no-repeat 0 3px;
}
	
	
#newsBlocks .gutter{
	float: left;
	width: 216px;
	background-color: #fff !important;		
	}	
	
#newsBlocks .first{
	margin-right: 20px;
	_margin-right: 15px;
	}	
		
				

	
/*------ promos ------*/

#promos {	
	float: right;
	width: 230px;	
	}		
	
	
/* ------- Youtube Url form  --------- */

.howTo label.error{
	
	float:left;
	color:red;

}

 
#squadronFinderApp .theForm a.back{
 display: block;
 color: #dce7f4;
 font-weight :bold;
 font-size: 1.1em;
 padding: 5px 15px 5px 30px;
 text-decoration: none;
 background: #204267 url("../images/bgLinkArrowsDkOrange2.gif") no-repeat 15px 50%;
 }
 

#squadronFinderApp .theForm a.back:hover{
 color: #fff;
 background: #204267 url("../images/bgLinkArrowsWhite2.gif") no-repeat 15px 50%; 
}
 
 
#squadronGallery p{
 font-size: 1.1em;
 padding-bottom: 10px;
 }
	
/*------ squadron ------*/


#squadronFinderApp{
	float: left;
	margin-left: -10px;
}

* html #squadronFinderApp{
	float: left;
	margin-left: -5px;
}

#mapBrowser{
	height:232px;
	width:710px;
	float: right;
	}

* html #mapBrowser{
	width:720px;
}
	
	
#squadronJoinForm{
	width:710px;
	float: left;
	}	
	
	
#squadronJoinForm .heading{	
	padding: 7px 14px;
	 background: url(../images/bgSquadronJoinForm.jpg) no-repeat 0 0;	
}


#squadronJoinForm .title{
	font-size: 2em;
	width: 265px;
	font-weight :bold;
	color: #fff;
	}
	
#squadronJoinForm .subTitle{
	font-size: 1.8em;
	font-weight :bold;
	color: #fff;
	}	
	
	
#squadronJoinForm .theForm{
	width:710px;
	float: left;
	padding-bottom: 10px;
	background: #1D4465 url(../images/bgMapInfo.jpg) repeat-x 0 0;	
	}	
	
#squadronJoinForm .theForm a.back{
	float: right;
	color: #dce7f4;
	font-weight :bold;
	font-size: 1.1em;
	padding: 5px 15px 5px 30px;
	text-decoration: none;
	background: url("../images/bgLinkArrowsDkOrange2.gif") no-repeat 15px 50%;
	}
	
	
#squadronJoinForm .theForm a.back:hover{
	color: #fff;
	background: url("../images/bgLinkArrowsWhite2.gif") no-repeat 15px 50%;	
}


#squadronJoinForm .theForm form{
	width:710px;
	float: left;
	color: #fff;
	margin-top: 10px;
	}	
	
	
#squadronJoinForm .theForm form .radio{
	margin-left:28px;
	color: #b7cbe2;
	font-size: 1.1em;
	}

#squadronJoinForm .theForm form .radio em{
    font-style:normal;
	font-weight:bold;
	color:red;
	}
	
	
#squadronJoinForm .theForm form .col1{
	float: left;
	width: 315px;
	margin-left: 20px;
	}	
	
	
* html #squadronJoinForm .theForm form .col1{	
	margin-left: 5px;
	}	
	
	
#squadronJoinForm .theForm form .col2{
	float: left;
	width: 335px;
	}	
	
#squadronJoinForm .theForm form .col2 p{
	float: left;
	width: 335px;
	margin-bottom: 10px;
	}	


#squadronJoinForm .theForm .col2 .field label{
	float: left;
	width: 89px;
	font-size: 1.1em;
	text-align: right;
	color: #b7cbe2;
	}	
	
	
#squadronJoinForm .theForm .col2 .field input{
	float: right;
	padding: 2px;
	width: 226px;
}	

#squadronJoinForm .theForm .col2 .field select{
	float: left;
	margin-left: 13px;
}
		
	
#squadronJoinForm .theForm form .col1 p{
	float: left;
	width: 305px;
	margin-bottom: 10px;
	}
		

#squadronJoinForm .theForm .col1 .field label{
	float: left;
	width: 60px;
	font-size: 1.1em;
	text-align: right;
	color: #b7cbe2;
	}
#squadronJoinForm .theForm .col1 .required{
	margin-left:3px;
	width: 220px;
	font-size: 1.1em;
	text-align: left;
	color: #b7cbe2;
	}

#squadronJoinForm .theForm .col1 .required em{
font-style:normal;
	font-weight:bold;
	color:red;
	}


#squadronJoinForm .theForm .col1 .field label em{
	font-style:normal;
	font-weight:bold;
	color:red;
	}

#squadronJoinForm .theForm .col1 .radio label em{
	font-style:normal;
	font-weight:bold;
	color:red;
	}


#squadronJoinForm .theForm .col2 .field label em{
	font-style:normal;
	font-weight:bold;
	color:red;
	}


#squadronJoinForm .theForm .col1 .field label.error{
	padding-top:2px;
	margin-left:25px;
	width: 180px;
	color: red;
	float: left;
	}

#squadronJoinForm .theForm .col1 .radio label.error{
	display:none;
	color:red;
   }
  

#squadronJoinForm .theForm .col2 .field label.error{
	padding-top:2px;
	margin-left:85px;
	width: 180px;
	color: red;
	float: left;
	}	


#squadronJoinForm .theForm .col1 .field label{
	float: left;
	width: 60px;
	font-size: 1.1em;
	text-align: right;
	color: #b7cbe2;
	}	
	
	
#squadronJoinForm .theForm .col1 .field input{
	float: right;
	padding: 2px;
	width: 226px;
}




#squadronJoinForm .theForm .submit input{
	float: right;
	border: none;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em !important;
	padding: 4px 6px;
	margin: 0 0 0 0;
	text-transform:uppercase;
	background: url("../images/bgSubmitButton.jpg") repeat-x 0 0;
	}	
	
	
#squadronJoinForm .theForm .submit input:hover{	
	background-position: -200px 0;
	cursor: pointer;
	}
	
	
#squadronJoinForm .theForm .text{
	float: left;
	width: 420px;
	padding: 20px 0 10px 20px;
	color: #fff;
	}	
	

#squadronJoinForm .theForm .text p{
	margin-bottom: 10px;
	font-size: 1.1em;
	}	
	
	
	
#squadronJoinForm .theForm .links{
	float: right;
	width: 200px;
	margin-right: 15px;
	font-size: 1.1em;
	color: #b7cbe2;
	}	
	
	
#squadronJoinForm .theForm .links h4{
	font-weight :bold;
	margin-bottom: 6px;
	}	
	

#squadronJoinForm .theForm .links li{
	margin-bottom: 3px;
}


#squadronJoinForm .theForm .links li a{
	padding-left: 12px;
	font-weight:bold;
	color: #b7cbe2;
	text-decoration: none !important;	
	background: url("../images/bgLinkArrowsOrange.gif") no-repeat 0 3px;
}	



#squadronJoinForm .theForm .links li a:hover{
	color: #fff;
	background: url("../images/bgLinkArrowsWhite.gif") no-repeat 0 3px;
	}	
				

#mapPanel{
	height:228px;
	width:470px;
	float:left;
}	



* html #mapPanel{
	float:left;
	padding-left: 10px;
}



#mapInfo{
	 height:228px;
	 width:240px;
	 position: relative;
	 float:right;
	 background: #1D4465 url(../images/bgMapInfo.jpg) repeat-x 0 0;
	 overflow: auto;
	 color: #fff;
}


#mapInfo h3{
	padding: 10px 10px 6px 10px;
	font-size: 1.6em;
	font-weight :bold;
	}
	
	
#mapInfo .squadron{
	 background: url(../images/sqadronIcon.gif) no-repeat 0 60%;
	 padding-left: 25px;
	 margin-left: 10px;
}

#mapInfo p{
	padding: 0 10px 10px 10px;
	font-size: 1.1em;
	}
	
#mapInfo p a{
	color: #b7cbe2;
	}
	
	
#mapInfo p a:hover{
	color: #fff;
	}		
	
	
#mapInfo a.back{
	display: block;
	color: #dce7f4;
	font-weight :bold;
	font-size: 1.1em;
	padding: 5px 15px 5px 30px;
	text-decoration: none;
	background: #204267 url("../images/bgLinkArrowsDkOrange2.gif") no-repeat 15px 50%;
	}
	
	
#mapInfo a.back:hover{
	color: #fff;
	background: #204267 url("../images/bgLinkArrowsWhite2.gif") no-repeat 15px 50%;	
}	
	
	
#mapInfo p strong{
	color: #ADCCDE;
}	


#mapInfo .joining{
	text-align: center;
	margin-top: 5px;
	float: left;
	width: 220px;
	}

#mapInfo .joining a{
	border: none;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em !important;
	padding: 4px 6px;
	margin: 0 0 0 0;
	text-transform:uppercase;
	background: url("../images/bgSubmitButton.jpg") repeat-x 0 0;
	}	
	
	
#mapInfo .joining a:hover{	
	background-position: -200px 0;
	cursor: pointer;
	}
	
	
#squadronGallery{
	width:690px;
	margin-left: 10px;
	float: left;
	}


#squadronGallery p{
	font-size: 1.1em;
	padding-bottom: 10px;
	}

	
#videoThumbpanel{
	overflow: auto;
	width:690px;
	margin-bottom: 7px;
	float: left;
	}
	
	
#videoThumbpanel .videoBox{
	float: left;
	width:144px;
	position: relative;
	margin-right:25px;
	margin-bottom:10px; 
	padding-bottom: 10px;
	border-bottom: 1px solid #EDF2F8;
	}


* html #videoThumbpanel .videoBox{
	margin-right:20px;
}


#videoThumbpanel .play{
	position: absolute; 
	display: block;
	width: 56px;
	height: 35px;
	text-align: center;
	top: 40px; 
	left: 44px; 
	z-index: 1;
	font-size: 1px;
	color: #999;
	background: url(../images/play-button.png) no-repeat 0 0;
}	


* html #videoThumbpanel .play{	
	background: url(../images/play-button.gif) no-repeat 0 0;
}	


#videoThumbpanel .video{
	background: url(../images/bgVideoThumbTop.gif) no-repeat 0 0;
	padding: 6px 0 0 0;
	min-height: 96px;
	}


	
	
#videoThumbpanel .details{
	background: url(../images/bgVideoThumbBtm.gif) no-repeat 0 0;
	width: 144px; 
	padding: 6px 0 0 0;
	}
	
	
#videoThumbpanel .details .title{
	font-size: 1.1em;
	padding: 5px 0 10px 0;
	}
	
	
#videoThumbpanel .details span{
	float: left; 
	width: 70px; 
	color: #31639E; 
	text-align: right;
	}		
					
			
/*------ subFooter ------*/


#preFooter {	
	float: right;
	width: 960px;
	color: #b7cbe2;
	border-top: 1px solid #4D6285;	
	padding: 5px 0;
	margin: 20px 0 1px 0;	
	background: url("../images/bgMagazine.gif") no-repeat 100% 1px;	
	}	
	
	
#preFooter .learnMore{
	float: left;
	width: 522px;
	background: url("../images/subFooterDivider.gif") no-repeat 521px 10px;	
	}	
	
	
#preFooter .learnMore dt{	
	font-size: 1.2em;
	font-weight :bold;
	}
	
#preFooter .learnMore dd{
	float: left;
	padding-top: 6px;
	}
	
	
#preFooter .learnMore a{
	padding-left: 12px;
	color: #b7cbe2;
	text-decoration: none;
	font-size: 1.1em;	
	background: url("../images/bgLinkArrowsOrange.gif") no-repeat 0 3px;
}

#preFooter .learnMore a:hover{
	color: #fff;
	background: url("../images/bgLinkArrowsWhite.gif") no-repeat 0 3px;
	}		
	
#preFooter .learnMore dd.col1{
	width: 146px;
	}
	
#preFooter .learnMore dd.col2{
	width: 154px;
	}			
	
#preFooter .learnMore dd.col3{
	width: 106px;
	}		
	
#preFooter .learnMore dd.col4{
	width: 112px;
	}	
	

#preFooter .feeds{
	float: left;
	width: 203px;	
	}
	
#preFooter .feeds dt{
	padding: 0 24px 3px 24px;
	}	
	

#preFooter .feeds dd{
	padding: 0 24px;
	}	
	
	
#preFooter .feeds dd a{	
	display: block;
	padding: 3px 0 3px 22px;
	color: #b7cbe2;
	text-decoration: none;
	font-size: 1.1em;		
	background: url("../images/rssIcon.gif") no-repeat 0 50%;
}	

#preFooter .feeds dd a:hover{
	color: #fff;
	text-decoration: underline;
	}	
	
#preFooter .feeds dt{	
	font-size: 1.2em;
	font-weight :bold;
	}	
	
	
#preFooter .magazine{
	float: right;
	width: 77px;	
	}
	
#preFooter .magazine h4{
	font-size: 1.4em;
	font-weight :bold;
	text-transform:lowercase;
	margin-bottom: 10px;
	}	
	
	
#preFooter .magazine a{
	padding-left: 12px;
	color: #b7cbe2;
	text-decoration: none;
	font-size: 1.1em;	
	background: url("../images/bgLinkArrowsOrange.gif") no-repeat 0 3px;
}	

#preFooter .magazine a:hover{
	color: #fff;
	background: url("../images/bgLinkArrowsWhite.gif") no-repeat 0 3px;
	}	
	
/*------ footer ------*/


#footer {	
	float: right;
	width: 960px;
	padding: 6px 0;
	border-top: 1px solid #4D6285;
	color: #b7cbe2;
	font-size: 1.1em;
	}	
	
	
#footer .terms{
	float: left;
	width: 270px;
	}
	
#footer .terms li{
	float: left;
	color: #b7cbe2;
	padding-right: 5px;	
	}	

#footer .terms a{
	color: #b7cbe2;
	text-decoration: none;
	padding-right: 5px;		
	}


#footer .terms a:hover{
	color: #fff;
	text-decoration: underline;
}	
	
	
#footer .tools{
	float: left;
	}	
	
	
#footer .tools li{
	float: left;
	}

#footer .tools form {
	float: left;
	display:inline;
	margin: -3px 0 0px 0px !important;
	}	

	

#footer .tools input,
#footer .tools img {
	display:inline;
	}	
	

#footer .tools p {
	float: left;
	margin: 0 10px 0 10px;
	padding-left: 15px;
	background: url("../images/bgRate.gif") no-repeat  0 50%;
	}

	
	
#footer .tools label {
	margin-right: 4px;
	}	
	

#footer #btnRatePage{
	font-size: 1.1em;
	}
	
	
#footer .copyright{
	float: right;
	background: url("../images/bgRate.gif") no-repeat  0 50%;
	margin: 0 10px 0 10px;
	padding-left: 15px;
	}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* Fancy Box style declarations - as used in the squadron finder video window */

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('"../images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('fancy_loading.html') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancy_title_right.png) repeat-x;
}								

/*------ sitemap ------*/

#pageContent .siteMapRow{
	float: right;
	margin-right: 70px;
	margin-bottom: 15px;
}


* html #pageContent .siteMapRow{
	margin-right: 0px;
}



#pageContent .siteMapCol{
	float: left;
	width: 180px;
	margin-left: 20px;

}

* html #pageContent .siteMapCol{
	margin-left: 5px;
}


#pageContent .siteMapCol h4{
	color: #ffffff;
	font-size: 1.3em;
	text-align: center;
	text-transform: uppercase;
}


#pageContent .siteMapCol h4 a{
	display: block;
	margin: 3px 5px;
	padding: 2px 3px;
	color: #B7CBE2;
	background: #26344C;
	text-decoration: none;
}


#pageContent .siteMapCol h4 a:hover{
	text-decoration: underline;
}



#pageContent .siteMapCol ul{
	float: left;
	width: 163px;
	padding: 7px 0 7px 7px;
	font-size: 1.2em;
	font-weight: bold;
}



#pageContent .siteMapCol ul li{
	float: left;
	width: 156px;
	padding: 3px 0;
	border-bottom: 1px dotted #999999;
	background: #ffffff url("../images/subnav_bullet.gif") no-repeat 10px 15px;
}


#pageContent .siteMapCol ul li a{
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 2px 0 2px 21px;
	margin: 0 10px 0 3px;
}


#pageContent .siteMapCol ul li a:hover,
#pageContent .siteMapCol ul li a.here{
	color: #ffffff;
	background: #24406B;
}


#pageContent .siteMapCol ul .tier2{
	background:#fffff;
}


#pageContent .siteMapCol ul .tier2 a{
	color: #24406B;
	background: #B7CBE2;
}


#pageContent .siteMapCol ul .tier2 ul{
	float: left;
	width: 163px;
	background: none;
	border-left: none;
	padding: 0;
	font-size: 1em;
}
	

#pageContent .siteMapCol ul .tier2 ul li{
	float: left;
	width: 156px;
	padding: 0 0;
	border-bottom: none;
	background: none;	
}


#pageContent .siteMapCol ul li.tier2 ul li a{
	color: #1B3257;
	background: none;
	font-weight: normal;
	font-size: 0.9em;
}


#pageContent .siteMapCol ul li.tier2 ul li a:hover,
#pageContent .siteMapCol ul li.tier2 ul li a.here{
	color: #24406B;
	background: #ECEEF1;
}


* html #pageContent .siteMapCol ul li.tier2 ul li a:hover,
* html #pageContent .siteMapCol ul li.tier2 ul li a.here{
	color: #00C1FF;
	background: none;
}
							

/* END: Fancy Box style declarations	*/	
	
/*------- RHC join form  --------- */

.rhcForm .field label em{
     font-style:normal;
	 font-weight:bold;
     color:red;
 }

.rhcForm .field label.error{
     width: 170px !important;
	 padding-top:2px;
	 margin-left:30px;
	 color: red;
	 text-align: left !important;
	 float: left;
}

.rhcForm .radio label.error{
     display:none;
	 color:red;
}

.rhcForm .field em{
     color:red;
}

.rhcForm .radio em{
    color:red;
}

#searchContent {	
	float: right;
	width: 960px;
	padding-left: 20px;
	}
#searchContent.text .pageTitle{	
	font-size: 2.4em;
	font-weight: bold;
	color: #31639e;
	padding-bottom: 15px;
	margin-left: 28px;
}	

#searchContent.text h3{	
	font-size: 1.8em;
	color: #31639e;
	padding: 7px 0 5px 0;
	margin-left: 28px;
}

#searchContent.text h4 {
   margin-bottom: 10px;
   margin-left: 28px;
   }

#searchContent.text h4 a{	
	font-size: 1.4em;
	font-weight: bold;
	color: #31639e;
	padding: 0 0 15px 0;
}

#searchContent.text h4 a:hover{
    text-decoration: none;
	}
	
#searchContent.text p{
	font-size: 1.2em;
	margin-bottom: 10px;
	margin: 0 28px 30px;
	}	
	
	

#searchContent  .previous {
   float:left;
    width:120px;
font-size: 1.2em;
margin: 15px 0 0 28px;
}	



#searchContent  .previous a, #searchContent  .next a {
  color: #31639E;
  }


#searchContent .resultsHeader .next {
float:right;
width:90px;
font-size: 1.2em;
margin: 15px 0 0 28px;
}

#searchContent .resultsHeader  h3{
  padding-left: 150px;
  float: left;
  width: 300px;
}

#searchContent .resultsHeader p {
margin:15px 0 30px 28px !important;
_margin: 15px 0 30px 14px !important;
}

/*  chris bigos

#logo .cadets{
    float: left;
    width: 800px;
    height: 90px;
    text-indent: -9999px;
    background: url("../images/1381 WEBSITE LOGO.JPG") no-repeat top left;
	margin: 10px 0 0 0;
 }
 
*html #logo .cadets{
    float: left;
    width: 800px;
    height: 90px;
    text-indent: -9999px;
    background: url("../images/1381 WEBSITE LOGO.JPG") no-repeat top left;
	margin: 10px 0 0 0;
 }
 

#logo .raf{
    float: left;
    width: 700px;
    height: 90px;
    text-indent: -9999px;
    background: url("../images/1381 WEBSITE LOGO.JPG") no-repeat top right;
	 margin: 0;
 }

*html #logo .raf{
    float: left;
    width: 111px;
    height: 90px;
    text-indent: -9999px;
    background: url("../images/1381 WEBSITE LOGO.JPG") no-repeat top right;
	 margin: 0;
 }
*/


#logo a{
	float: left;
	width: 960px;
	height: 541px;
	text-indent: -9999px;
	background: url("../images/NextGen.JPG") no-repeat 0 0;
	
	}

*html #logo a{
	float: left;
	width: 725px;
	height: 90px;
	text-indent: -9999px;
	background: url("../images/ie6logo.jpg") no-repeat 0 0;
	
	}
	
#picassa {	
    margin: 0 50px 0 50px;
} 	


/*------ Nav ------*/

#altNav {	
	position: relative;
	float: right;
	width: 960px;
	padding: 5px 0 19px 0;
	background: url("../images/bgMainNav.gif") repeat-x bottom left;
	}
	
	
#altNav ul{
	float: right;
	}
	
#altNav ul li{
	float: left;
	}	
	

#altNav ul li a{
	float: left;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 1.3em;
	color: #b7cbe2;
	padding: 8px 15px;
	font-weight: bold;
	border-bottom: 1px solid #3A4F72;
	background: url("../images/bgMainNavOn.gif") no-repeat 100% 0;
	}
	
	
#altNav ul li a.last{
	background: url("../images/bgMainNavOn.gif") no-repeat 99% 0;
	}
	


#altNav ul li a:hover,
#altNav ul li.here a,
#altNav ul li:hover a,
#altNav ul li a.here{	
	border-left: 1px solid #4A6389;
	border-bottom: 1px solid #193057;	
	margin-left: -1px;
	color: #fff;
	background: url("../images/bgMainNavOn.gif") no-repeat 100% -60px;
	}



#altNav ul li:hover{
	border-left: 1px solid #4A6389;
	margin-left: -1px;
	/*background: url("../images/bgMainNavOn.gif") no-repeat 100% -60px;*/
	}


#altNav .subNav ul li:hover{
	border-left: none;
	margin-left: 0px;
}


/*------ subNav ------*/


#altNav .subNav{
	position: absolute;
	top: 57px;
	left: -9999px;
	float: right;
	width: 960px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	margin-top: -20px;
	background: url("../images/bgSubNav.jpg") no-repeat bottom left;
	}


#altNav li:hover .subNav,
#altNav li.here .subNav,
#nav li.sfhover .subNav{
	left: 0;
}



#altNav .subNav ul{
	float: right;
	margin: 0 4px;
	}
	
#altNav .subNav ul li{
	float: left;
	}


#altNav .subNav ul li a{
	float: left;
	padding: 45px 0 10px 0;
	margin: 4px 0 0 1px;
	text-align: center;
	font-weight: bold;
	color: #b7cbe2;
	font-size: 1.1em;
	text-decoration: none;
	border-bottom: none !important;
	background: none;
	border-left: none !important;
}


#altNav .subNav ul li a:hover,
#altNav .subNav #altNav ul li.here a{
	border-left: none !important;
}



#altNav .subNav ul li.cadets a{
	width: 149px;
	background: url("../images/subNavCadets.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.cadets a:hover,
#altNav .subNav ul li.cadets a.here{
	background-position: -149px 0;
}


#altNav .subNav ul li.adultVolunteers a{
	width: 149px;
	background: url("../images/subNavAdultVolunteers.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.adultVolunteers a:hover,
#altNav .subNav ul li.adultVolunteers a.here{
	background-position: -149px 0;
}


#altNav .subNav ul li.parents a{
	width: 149px;
	background: url("../images/subNavParents.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.parents a:hover,
#altNav .subNav ul li.parents a.here{
	background-position: -149px 0;
}



#altNav .subNav ul li.flyingGliding a{
	width: 148px;
	background: url("../images/subNavFlyingGliding.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.flyingGliding a:hover,
#altNav .subNav ul li.flyingGliding a.here{
	background-position: -148px 0;
}


#altNav .subNav ul li.adventureTraining a{
	width: 149px;
	background: url("../images/subNavAdventure.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.adventureTraining a:hover,
#altNav .subNav ul li.adventureTraining a.here{
	background-position: -149px 0;
}



#altNav .subNav ul li.shooting a{
	width: 85px;
	background: url("../images/subNavShooting.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.shooting a:hover,
#altNav .subNav ul li.shooting a.here{
	background-position: -85px 0;
}


#altNav .subNav ul li.dukeEdinburgh a{
	width: 128px;
	background: url("../images/subNavDukeEdinburgh.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.dukeEdinburgh a:hover,
#altNav .subNav ul li.dukeEdinburgh a.here{
	background-position: -128px 0;
}


#altNav .subNav ul li.sports a{
	width: 70px;
	background: url("../images/subNavSports.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.sports a:hover,
#altNav .subNav ul li.sports a.here{
	background-position: -70px 0;
}



#altNav .subNav ul li.paradeDrill a{
	width: 133px;
	background: url("../images/subNavParadeDrill.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.paradeDrill a:hover,
#altNav .subNav ul li.paradeDrill a.here{
	background-position: -133px 0;
}



#altNav .subNav ul li.music a{
	width: 73px;
	background: url("../images/subNavMusic.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.music a:hover,
#altNav .subNav ul li.music a.here{
	background-position: -73px 0;
}


#altNav .subNav ul li.advancedTraining a{
	width: 157px;
	background: url("../images/subNavAdvancedTraining.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.advancedTraining a:hover,
#altNav .subNav ul li.advancedTraining a.here{
	background-position: -157px 0;
}



#altNav .subNav ul li.cadetResources a{
	width: 166px;
	background: url("../images/subNavCadetResources.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.cadetResources a:hover,
#altNav .subNav ul li.cadetResources a.here{
	background-position: -166px 0;
}


#altNav .subNav ul li.staffResources a{
	width: 156px;
	background: url("../images/subNavStaffResources.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.staffResources a:hover,
#altNav .subNav ul li.staffResources a.here{
	background-position: -156px 0;
}



#altNav .subNav ul li.publications a{
	width: 248px;
	background: url("../images/subNavPublications.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.publications a:hover,
#altNav .subNav ul li.publications a.here{
	background-position: -248px 0;
}



#altNav .subNav ul li.publications a{
	width: 248px;
	background: url("../images/subNavPublications.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.publications a:hover,
#altNav .subNav ul li.publications a.here{
	background-position: -248px 0;
}
	


#altNav .subNav ul li.usefulForms a{
	width: 136px;
	background: url("../images/subNavUsefulForms.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.usefulForms a:hover,
#altNav .subNav ul li.usefulForms a.here{
	background-position: -136px 0;
}



#altNav .subNav ul li.usefulLinks a{
	width: 133px;
	background: url("../images/subNavUsefulLinks.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.usefulLinks a:hover,
#altNav .subNav ul li.usefulLinks a.here{
	background-position: -133px 0;
}


#altNav .subNav ul li.bader a{
	width: 106px;
	background: url("../images/subNavBader.gif") no-repeat 0 0;
	}


#altNav .subNav ul li.bader a:hover,
#altNav .subNav ul li.bader a.here{
	background-position: -106px 0;
}

#mainContent .insertBoxWide {
	background: #e4e9ef;
	padding-bottom: 5px 10px !important;
	padding: 5px 0 5px 5px !important;
	border: 1px solid #24406b;
	border-bottom: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #3F5075;
	margin: 0 !important;
	}
	
#mainContent .insertBoxWideBottom {
	
	margin: 0 0 20px 0;
	padding: 5px 5px 5px 5px !important;
	background: #FAFBFE;
	border: 1px solid #24406b;
	border-top: none;
	}
	