/*	colours:
	Dark Blue - #002673;
	Light Blue - #738CBF;
	Pale Blue - #F5F7FA; (background colour)
	Lighter Blue - #8AA8E6;
	Red - #D90000;
	Dark Red - #B30000;
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002673;
	margin: 0px;
	padding: 0px;
	}
	
#maincontainer {
	width: 780px;
	margin: 0px auto;
	}
	
#maincontent {
	width: 780px;
	background: #F5F7FA url(../media/pagebak.gif) repeat-y;
	border: solid 1px #002673;
	}		

#pagetop {
	width: 780px;
	height: 120px;
	background: url(../media/page_top.jpg) no-repeat;
	}
	
#homelink {
	width: 160px;
	height: 120px;
	float: left;
	margin-left: 20px;
	}
	
#row2 {
	width: 780px;
	height: 145px;
    background: url(../media/page_top_section_2.jpg) no-repeat;
	}
	
#row2 .image {
	width: 630px;
	height: 145px;
	float: right;
	}	
	
#flashtop {
	width: 630px;
	height: 145px;
	float: right;	
	}
	
#row3 {
	width: 780px;
	height: 50px;
	background: url(../media/pagebak_2.gif) repeat-y;
	border-bottom: solid 1px #FFFFFF;
	}
	
#row3 .welcome {
 	padding: 15px 0px 0px 170px;
	display: block;
	}
	
#row3 .title {
	width: 600px;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #002673;
	padding: 15px 0px 0px 170px; 
	}
	
#row3 .title .number {
	font-weight: 200;
	}				
	
#clock {
	font-size: 9px;
	color:#FFFFFF;
	text-align: center;
	padding: 126px 0px 0px 0px;
	}		
	
/* Page navigation */	
div.sdmenu {
	width: 150px;
	height:430px;
	float: left;
	padding-bottom: 10px;
	}
div.sdmenu div {
	background-color: #BFBFBF;
	border-bottom: solid 1px  #FFFFFF;
	overflow: hidden;
	}
div.sdmenu div.collapsed {
	background-color: #999999;
	height: 25px;
	}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../media/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: solid 1px  #FFFFFF;
	}
div.sdmenu div.collapsed span {
	background-image: url(../media/collapsed.gif);
	}

div.sdmenu div a {
	padding: 5px 10px;
	background: #E1E1E1;
	display: block;
	color: #002673;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px  #FFFFFF;
	}
div.sdmenu div a.current {
	background : #B30000;
	color: #FFFFFF;
	font-weight: bold;
	}
div.sdmenu div a:hover {
	background : #002673 url(../media/linkarrow.gif) no-repeat right center;
	color: #FFFFFF;
	text-decoration: none;
	}
div.sdmenu div a.visited {
	color: #FFFFFF;
	}	
/* solo item styling */	
div.sdmenu a {
      padding: 5px 25px;
      background: #999999 url(../media/collapsed.gif) no-repeat 10px center;
      display: block;
      color: #FFFFFF;
	  font-weight: bold;
      text-decoration: none;
      border-bottom: solid 1px  #FFFFFF;
      }
div.sdmenu a.current {
      background : #B30000;
      color: #FFFFFF;
	  font-weight: bold;
      }
div.sdmenu a:hover {
      background : #002673 url(../media/linkarrow.gif) no-repeat right center;
      color: #FFFFFF;
      text-decoration: none;
      }
div.sdmenu a.visited {
	color: #FFFFFF;
	}   
/* End Page navigation */

#address {
	width: 130px;
	height: 113px;
	font-weight: bold;
	padding: 10px 10px 0px 10px;
	border-top: 1px solid #FFFFFF;
	display: block;
	}
	
#address .white {
	color: #FFFFFF;
	line-height: 200%;
	}	

#pagecontent {
	width: 780px;
	min-height: 540px;
	display: block;
	}
	
#pagecontent p {
	width: 440px;
	line-height: 160%;
	display: block;
	padding: 10px 20px 0px 20px;
	margin: 0px;
	}
	
#pagecontent p.line {
	width: 420px;
	line-height: 160%;
	display: block;
	padding: 10px 20px 0px 0px;
	margin: 10px 20px;
	border-top: dotted 1px #002673;
	clear: both;
	}
	
#pagecontent ul {
	width: 450px;
	list-style-type: none;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	}	
	
#pagecontent ol {
	width: 450px;
	list-style-type: none;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	}	
	
#pagecontent li {
	font-weight: bold;
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: inside;
	}	
	
#pagecontent .image {
	float: right;
	clear: left;
	margin-left: 7px;
	}
	
#pagecontent .creditbox {
	width: 780px;
	height: 17px;
	background-color: #BFBFBF;
	font-size: 9px;
	letter-spacing: 1px;
	text-align: center;
	border-top: solid 1px #FFFFFF;
	padding-top: 7px;
	}
	
#pagecontent .creditbox .limonlink {
	color: #336600;
	text-decoration: none;
	}	
	
#rightcolumn {
	width: 140px;
	height: 540px;
	float: right;
	background-color: #BFBFBF;
	}		
	
.imagebox {
	width: 140px;
	height: 115px;
	border-bottom: solid 1px #FFFFFF;
	}
	
/* for the museum aircraft page*/	
#gallerycontent {
	width: 610px;
	float: right;
	background-color: #F5F7FA;
	padding-top: 20px;
	}
	
#gallerycontent .title {
	font-size: 12px;
	font-weight: bold;
	background: url(../media/red_arrow.gif) 0px 1px no-repeat;
	padding-left: 15px;
	border-bottom: solid 1px #002673;
	margin-bottom: 3px;	
	}	

#gallerycontent .text {
	width: 180px;
	padding-top: 5px;
	margin-bottom: 20px;
	}
	
A:link {
	color: #D90000;
	font-weight: bold;
	text-decoration: none;
	}
	
A:hover {
	color: #B30000;
	}
	
A:visited {
	font-weight: bold;
	text-decoration: none;
	}	
	
.pagelink {
	font-size: 11px;
	color: #D90000;
	font-weight: bold;
	text-decoration: none;
	}
	
.limonlink {
	color: #339900;
	text-decoration: none;
	}	
	
.pagelink:hover {
	color: #B30000;	
	}			
	
.bold {
	font-size: 14px;
	font-weight: bold;
	}
	
.largetext {
	font-size: 18px;
	color: #B30000;
	}
	
#sitelinks {
	text-align: center;
	letter-spacing: 1px;
	padding-top: 5px;
	clear: both;
	}
	
#search {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	}
	
#search .button {
	font-size: 12px;
	color: #FFFFFF;
	background: url(../media/buttonback.jpg) repeat-x;
	border: 1px solid #003399;
	margin: 0px 0px 1px 0px;
	padding: 2px;
	font-weight: bold;
	cursor: pointer;
	}
	
#search .form {
	font-size: 12px;
	color: #002673;
	background: url(../media/formback.jpg) repeat-x;
	border: 1px solid #003399;
	margin: 1px;
	padding: 2px 0px 3px 5px;
	}
	
#results {
	padding: 10px 160px 20px 20px;
	line-height: 160%;	
	}
	
#results .item {
	padding-bottom: 7px;
	border-bottom: dashed 1px #002673;
	margin-bottom: 10px;
	}	
	
#results .bold {
	font-weight: bold;
	}					
	
.form {
	font-size: 12px;
	color: #002673;
	background: #FFFFFF url(../media/formback.jpg) repeat-x;
	border: 1px solid #778899;
	margin: 1px;
	padding: 2px 0px 3px 5px;
	}
	
form p {
	clear: left;
	margin: 1px;
	padding: 1px;
	}		
	
form p label {
	font-size: 12px;
	color: #002673;
	float: left;
	width: 33%;
	}	
	
.button {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #002673;
	border: 1px solid #002673;
	padding: 2px;
	margin: 10px 0px;
	font-weight: bold;
	cursor: pointer;
	}
	
#privacy {
	width: 410px;
	background: url(../media/note.gif) no-repeat;
	font-size: 10px;
	line-height: 160%;
	display: block;
	padding: 30px 20px 20px 20px;
	margin: 20px;
	border: solid 1px #002673;
	}
	
#wagt_map_2 {
	width: 450px;
	height: 250px;
	border: 1px solid #002673;
	margin: 10px 0px 20px 20px;	
	}	
	
#halls {
	width: 450px;
	height: 262px;
	border: 1px solid #002673;
	margin: 10px 0px 10px 20px;
	}
	
#halls .halltop {
	font-size: 12px;
	color: #002673;
	padding: 5px;
	border: 1px solid #002673;
	background-color: #CFD2D4;
	font-weight: bold;
	width: 138px;
	height: 33px;
	}
	
#halls .hallbox {
	font-size: 10px;
	padding: 5px;
	border: 1px solid #002673;
	background-color: #E0E0C1;
	width: 138px;
	height: 33px;
	vertical-align: top;
	}	
	
#halls .hallbox2 {
	font-size: 10px;
	color: #002673;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #002673;
	width: 138px;
	height: 33px;	
	}
	
#features {
	padding: 10px 160px 20px 20px;
	line-height: 160%;	
	}
	
#features .item {
	padding-bottom: 7px;
	border-bottom: dashed 1px #002673;
	margin-bottom: 10px;
	}
	
.help {
	width: 400px;
	border-top: 1px dotted #002673;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 20px;
	}	
	
.back {
	font-size: 11px;
	color: #D90000;
	font-weight: bold;
	text-decoration: none;
	background: url(../media/back_arrow.gif) 0px 2px no-repeat;
	padding-left: 12px;
	}	
	
#notice {
	width: 410px;
	background: #FFFFFF url(../media/notices.gif) no-repeat;
	font-size: 12px;
	line-height: 160%;
	display: block;
	padding: 30px 20px 30px 20px;
	margin: 20px;
	border: solid 1px #002673;
	}	
	
#notice .small_logo {
	display: block;
	}
	
#notice p {
	width: 410px;
	padding: 0;
	margin: 0;
	}
	
#notice ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
	}
	
#notice li {
	list-style-type: none;
	margin: 0;
	padding: 0;		
	}				
	
#harrier {
	width: 452px;
	margin: 19px;
	}	
	
#harrier .images {
	width: 450px;
	height: 250px;
	border: solid 1px #002673;
	margin: 10px 0px;
	display: block;
	}
	
#harrier p {
	margin: 0px;
	padding: 0px;
	}
	
#advice {
	width: 450px;
	font-size: 11px;
	line-height: 120%;
	border-top: solid 1px #002673;	
	margin: 7px 20px;
	padding: 7px 0px;
	display: block;
	}		
	
#getflash  {
	float: left;
	clear: right;
	margin-right: 10px;
	margin-bottom: 20px;
	}
	
#cafe {
	margin: 0px;
	padding: 0px;
	}	
	
#cafe li {
	list-style-type: none;
	line-height: 160%;	
	}		