* {
  margin: 0px;
  padding: 0px;
}

p {
	margin-top: 12px;
}

#background {
	background: url("images/sky_repeatJM.jpg") repeat;
}

#wrapper { 
	min-height: 800px;
	height: auto !important;
	height: 800px;
	width: 993px; 
	margin: 18px auto 0;
	border: 0px;
}

/* Grey header */

#header {
	width: 993px;
	height: 140px;
}

#head_top {
  background-image: url('images/head_top.jpg');
  width: 993px;
  height: 18px;
  border: 2px solid #000000;
  border-bottom: none;
  overflow:hidden;
}

#head_middle {
  background: url('images/head_middle.jpg') repeat-y;
  width: 993px;
  height: 140px;
  border: 2px solid #000000;
  border-top: none;
  border-bottom: none;
}

#head_bottom {
  background-image: url('images/head_bottom.jpg');
  width: 993px;
  height: 14px;
  border: 2px solid #000000;
  border-top: none;
  border-bottom: none;
  overflow:hidden;
}


#logobox {
	width: 791px;
	height: 140px;
	margin-left:20px;
	float: left;
	display: inline;
	background-image:url('images/newlogo_con.gif');
}



#headtexttwo {
	width: 73px;
	height: 93px;
	float:right;
	margin-top: 18px;
	margin-right: 30px;
	background: url("images/apf_affiliate.jpg");
}

.smallwhite {
	font-family: arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.bigwhite {
	font-family: arial;
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 2px
}

/* End grey header */

/* nav bars */

.navicons {
	width: 130px;
	float: left;
	margin-right:0px;
	margin-left: 0px;
	margin-top: 15px;
	padding-top: 8px;
	padding-left:7px;
	display: inline;
	text-align: center;
}

#homenav {
	width: 991px;
	height: 65px;
	padding-left: 2px;
	background: url("images/gen_nav.gif");
	border: 2px solid #000000;
  	border-top: none;
  	border-bottom: none;
}


#skydivenav {
	width: 991px;
	height: 65px;
	padding-left: 2px;
	background: url("images/gen_nav.gif");
	border: 2px solid #000000;
  	border-top: none;
  	border-bottom: none;
}

#pricesnav {
	width: 991px;
	height: 65px;
	padding-left: 2px;
	background: url("images/gen_nav.gif");
	border: 2px solid #000000;
  	border-top: none;
  	border-bottom: none;
}

#faqnav {
	width: 991px;
	height: 65px;
	padding-left: 2px;
	background: url("images/gen_nav.gif");
	border: 2px solid #000000;
  	border-top: none;
  	border-bottom: none;
}

#vouchersnav {
	width: 991px;
	height: 65px;
	padding-left: 2px;
	background: url("images/gen_nav.gif");
	border: 2px solid #000000;
  	border-top: none;
  	border-bottom: none;
}

#bookingsnav {
	width: 991px;
	height: 65px;
	padding-left: 2px;
	background: url("images/gen_nav.gif");
	border: 2px solid #000000;
  	border-top: none;
  	border-bottom: none;
}


#contactnav {
	width: 991px;
	height: 65px;
	padding-left: 2px;
	background: url("images/gen_nav.gif");
	border: 2px solid #000000;
  	border-top: none;
  	border-bottom: none;
}

/* End nav bars */

/* nav rollovers */

a.nav {
	font-family: arial;
	color: #ff6600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	font-family: arial;
	color: #ff9933;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.navon {
	font-family: arial;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

/* End nav rollovers */


#mainhead {
	background: url("images/blue_header.jpg") repeat-x;
	width: 993px;
	height: 307px;
	border: 2px solid #000000;
  	border-top: none;
  	border-bottom: none;
}

#headimg {
	background: url("images/head_img.jpg");
	width: 391px;
	height: 307px;
	float: right;
}

#mainhead_content {
	width: 530px;
	height: 100px;
	float: left;
	margin-left: 40px;
	margin-top: 55px;
	display: inline;
	text-align: center;
	font-family: tahoma, arial;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	line-height: 38px;
	letter-spacing: 2px;
}



/* booknow button */

.booknow {
	display: block;
	width: 119px;
	height: 37px;
	background: url("images/book_now.gif");
	margin-left: 370px;
	margin-top: 15px;
}

.booknow:hover {
	background-position: 0 37px;
}

.booknow span {
	display:none;
}

/* End book now button */


#insidecontainer {
	width: 993px;
	min-height: 570px;
	height: 570px;
	height: auto !important;
	border: 2px solid #000000;
	border-top: none;
	border-bottom: none;
	background-color: #f6f6f6;
}

#contentbox {
	width: 660px;
	min-height: 570px;
	height: 570px;
	height: auto !important;
	font-family: arial;
	font-size: 16px;
	padding: 3px 20px 30px 20px;
	border: none;
}

#sidebar {
	width: 260px;
	min-height: 570px;
	height: 570px;
	height: auto !important;
	float:right;
	border: none;
	padding-right:10px;
}

#sidebarbook {
	width: 260px;
	height: 550px;
	float:right;
	border: none;
}


#footer_blue {
	background: url("images/blue_footer.jpg");
	height: 75px;
	width: 100%;
}

#footer_grey {
	background: url("images/grey_footer.jpg") repeat-x;
	width: 993px;
	height: 45px;
	margin:auto;
	padding-top: 7px;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #000000;
  	border-top: none;
	border-bottom: 3px solid #000000;
}

#footer_grey a:hover {
	border-bottom:1px solid #000000;
}

.footer {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.designed {
	font-family: arial;
	font-size: 10px;
}

a.designed {
	text-decoration: none;
	color: #000000;
}

.green {
	font-family: arial;
	font-size: 21px;
	color: #339900;
	font-weight: bold;
}

.center {
	text-align: center;
}

h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

h1 {
	font-family: arial;
	font-weight: bold;
	font-size: 26px;
	color: #000000;
}

.table {
	background-color: #FF9900;
	text-align: center;
}

li {
	margin-left: 20px;
}

a.link {
	font-size:12pt;
	color:#339900;
	text-decoration:none;
	font-weight:bold;
}

a.link:hover {
	
	border-bottom:2px solid #339900;
	
}

a.link:visited {
	font-color:#006600;
}

.bold {
	font-weight:bold;
	}
	
#logoboxnew {
		width: 290px;
		height: 180px;
		margin-left:0px;
		float: left;
		display: inline;
		background-image:url('images/newlogo.jpg');
	}	
	