/* CSS Document */
* {
	margin:0px;
	border:0px;
	padding: 0px 0px 0px 0px;
	}
/*--------------------------Start text control----------------*/
p 	{ 
	margin-top: 1.0em; 
	}
p + p { 
	margin-top: 0.5em;
	}
h1 {
	text-align:center;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h2 { 
	margin:0 0 0;
	}
.BMFAstyle {
	margin-top: 0.1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	}
/*--------------------------End text control-----------------*/

body { 
	margin:5px; 
	padding:0; 
	background:#a7a09a;
	} 
#wrap { 
	width:1000px; 
	margin-left:auto;
	margin-right:auto;
	background-color:#F2FFFF;
	}
#header {
	width: 1000px;
	height: 150px;
	background-image: url(Images/LogoAircraftHeadingGradi2.gif);
	float: left;
	} 
#sidepanel {
	float: left;
	width:175px;
	}
#sidepanellogo {
	width:110px;
	height:105px;
	margin: 30px 0px 0px 38px;
	} 
#BMFAaffiliated {
	width:165px;
	height:20px;
	padding-left: 10px;
	padding-right: 0px;
	}
#main {
	float:right;
	width:788px;
	background-color:#F2FFFF;
	padding: 0px 20px 0px 10px;
	border-left: solid #069 1px;
	} 
#FieldImage {
	float:right;
	width:150px;
	height:113px;
	background-image: url(Images/Lucknow-5.gif);
	background-repeat: no-repeat;
	border: solid #069 2px;
	margin: 0px 0px 0px 10px;
	}
#footer {
	clear:both;
	padding:5px 10px;
	background-color:#66CCFF;
	} 
#footer p { 
	margin:0; 
	} 
/*#MapStatic {
	padding:40px 20px 40px 80px;
	}
#MapDynamic {
	padding: 40px 0px 40px 0px;
	}
*/#ImageHolder {
	padding:40px 20px 40px 40px;
	}
#PageHeaders {
	padding:15px 0px 15px 0px;
}
#LocationTextBlock {
	width:260px;
	float: left;
	padding-right: 15px;
	padding-top: 50px;
	 text-align:justify
}
#mapContainer {
	padding:20px 0px 20px 0px;
	float:right;


}
#map_canvas {
	float:right;
	}
/* ------------------------- Start of Navigation bar --------------------------*/
#NavList {
	width:115px;
	padding:10px 10px 6px 10px;/*bottom reduced because of margin on button*/
	margin:30px 0px 20px 30px;
	background-color:#069;/*give contrast to button border edges*/
	}
#NavList ul {
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#NavList li {
	margin: 0 0 4px 0;/*bottom margin to divide buttons*/
	}
#NavList a {
	display: block;
	color:#FFF;
	background-color:#39c;
	width: 80px;
	padding:5px 10px;
	text-decoration:none;
	border-top: 1px solid #fff;
	border-left: 10px solid #fc0;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	}
#NavList a:hover {
	background-color:#28b;
	color:#fff;
	border-top: 1px solid #036;
	border-left: 10px solid #fc0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
#active a {
	display: block;
	color:#FFFFFF;
	background-color:#28b;
	width: 80px;
	padding:5px 10px;
	text-decoration:none;
	border-top: 1px solid #036;
	border-left: 10px solid #f30;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
/*----------------------------------End of Navigation Bar--------------*/

/*----------------------------------Start Image Gallery----------------*/
div.img {
	margin:2px;
	border:1px solid #0000ff;
	height:auto;
	width:auto;
	float:left;
	text-align:center;
	}
div.img img {
	display:inline;
	margin:3px;
	border:1px solid #ffffff;
	}
div.img a:hover img {
	border:1px solid #0000ff;
	}
div.desc {
	text-align:center;
	font-weight:normal;
	width:120px;
	margin:2px;
	}
/*----------------------------------End Image Gallery-------------------*/
