@charset "utf-8";
@import url("section.css");
/* CSS Document */

body {
	font-size:small;
	font-family: Helvetica, Arial, sans-serif;
	background: #000 url(../img/flyonviseLg.jpg) no-repeat;
	;
	}
		
h1 {
	font-size:150%;
	}

h2 {
	font-size:130%;
	margin-bottom: 12px;
	margin-top: 12px;
	}

h3 {
	font-size:120%;
	line-height: 200%;
	}

h4 {
	font-size:110%;
	text-transform: capitalize;
	font-style: italic;
	margin:0 0 6px 0;
	}

#bodyContainer {
	width:970px;
	margin:1px auto;
	position:relative;
	border:5px solid rgba(255,255,255,.4);
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;	
/*	border:1px solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	-o-border-radius: 17px;*/
	box-shadow: 2px 2px 4px #999;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
	}
	
#header {
	height: 202px;
/*	background: url(../img/heading.png) no-repeat left top;*/
/*	padding-bottom: 35px;*/
}
#header img {
	width: 176px;
	margin:6px 0 0 6px;
}

#gps_box {
	color: #fff;
	text-align: left;
	font-size: small;
	width: 57%;
	padding-top: 1%;
}
#gps_box img {
	width: 25px;
}


#weather_box {
	float: right;
	display: block;
	width: 40%;
	text-align: right;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-right: 1%;
}

#columnwrap {
	float: left;
	width: 100%;
}

#panel_left {
	float: left;
	width: 25%;
	padding: 6px;
}

/* start of menu control*/	
#contentLeft {
	width:20%;
	padding:12px 0 12px 2%;
	margin:0 0 0 1%;
	float:left;
	border-right: solid 1px #999;
	}	
	
#contentLeft ul li {
	list-style-position: inside;
	list-style-type: disc;
	font-size: 14px;
	line-height:120%;
	padding-left: 6px;
}
#contentLeft ul li a{
	color:#993300;
	text-decoration:none;
	}
#contentLeft ul li a:hover{
	color:#666;
	text-decoration: underline;
}
#panel_main {
	float: right;
	width: 720px;
	padding: 6px;
	margin-right: 15px;
}
* html #panel_main {
	width: 74%;
}
#panel_main .imgLeft {
	width: 160px;
	padding: 6px;
	float: left;
	margin-right: 6px;
	}
#panel_main .imgRight {
	width: 160px;
	padding: 6px;
	float: right;
	margin-left: 6px;
	}	
#panel_main .imgLeft, #panel_main .imgRight {	
	border:1px solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 4px #999;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
}

#panel_main .imgLeft:hover, #panel_main .imgRight:hover {
	 z-index: 11;
	 box-shadow: 0px 0px 20px black;
	 -moz-box-shadow: 0px 0px 20px black;
	 }
#panel_main p {
	font-size: 120%;
	line-height: 130%;
	margin-bottom: 20px;
	padding-right: 12px;
	padding-left: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding-bottom: 36px;
}
.centre {
	text-align: center;
}
	
.box-ad {
	/*font-family: "Swiss911 UCm BT", Haettenschweiler, sans-serif;*/
/*	text-shadow: #000 1px 1px 5px;*/
	font-size:12px;
	text-align: center;
	line-height:110%;
	padding: 3%;
	width: 134px;
	border: solid 1px;
	border-bottom: solid 2px;
	border-right: solid 2px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	margin-top: 4%;
	margin-bottom: 4%;
/*	transition-property: background-color;
	transition-duration: 4s;
	-moz-transition-property: background-color;
	-moz-transition-duration: 4s;
	-o-transition-property: background-color;
	-o-transition-duration: 4s;*/
}

* html .box-ad {
		margin: 1% auto; /* Hack for HSIE 6*/
		}

.box-ad a{
	text-decoration:none;
	line-eight:120%;
	font-weight: bold;
	}
	
.box-ad li {
	list-style-type: none;
	margin-left: 0px;
}
.group:after{ /* clears all floats */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
* html .group{ /* clears all floats for IE/win 6 */
	height:1%;
	}	
*:first-child+html .group { /* clears all floats for IE/win 7 */
	min-height: 1px;
	}

