@charset "UTF-8";
/* CSS Document */
:link,:visited{text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6,pre,code{font-size:1em}ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0;padding:0;border:none}a img,:link img,:visited img{border:none}address{font-style:normal}

/* layout */

#container {
	width:1000px;
	margin:0 auto;
	}
	
body{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background-image:url(../images/header.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#FFFFFF;
	}
	
#content{
	clear:both;
	}
	
#header {
	min-height:55px;
	background-image:url(../images/bladon-jets-logo.png);
	background-repeat:no-repeat;
	width:780px;
	margin:0 auto;
	padding:35px 0px 0px 200px;
	}
	
.clear {
	clear:both;
	}
	
	
#main-body {
	min-height:400px;
	margin:0 auto;
	padding:20px 0px 20px 30px;
	background-image:url(../images/main-background2.jpg);
	background-repeat:no-repeat;
	}
	

/* text styles */
h1, h2, h3 {
	text-transform:uppercase;
}
p {	
	line-height:1.5em;
	margin-bottom:1.5em;
}
h1 {
	font-size:1.5em;
	margin-bottom:10px;
	margin-top:10px;
	}

h2 {
	font-size:1.2em;
	margin-bottom:10px;
	margin-top:20px;
	}
h3 a, h3 a:hover {
	color:#EDA40A;
}		
h3 {
	font-size:1em;
	margin-bottom:5px;
	margin-top:20px;
	}

li {
	list-style:none;
	margin-bottom:2px;
	}
	
a {
	text-decoration:none;
	color:#FFF;
	}
	
a:hover {
	color:#EDA40A;
	text-decoration:underline;
	}

/* menu */

#menu {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	padding-top:5px;
	}
	
#menu li {
	float:left;
	margin-left:10px;
	display:block;
	text-decoration:none;
	}
	
#menu li:hover {
	text-decoration:none;
	}
	
#menu a {
	color:#909596;
	display:block;
	text-transform:uppercase;
	padding:5px;
	}
	
#menu a:hover {
	color:#fff;
	text-decoration:none;
	}
	
/* search field */

#search {
	float:right;
	width:175px;
	text-align:left;
}
#search-box {
	height:20px;
	width:175px;
	background:url(../images/search_background.png) no-repeat;
	margin-top:5px;
}
#search-text {
	background:transparent none no-repeat scroll 0 0;
	border:medium none;
	color:#000;
	margin:1px 4px 4px 5px;
	width:135px;
}
#search input {
	background:none;
	border:0;
	background:none;
	outline-style:none;
	color:#000;
	height:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



	
/* columns */

.column, .columns {
	float:left;
	margin-right:20px;
	width:140px;
	}
.one {
	}
.two {
	width:300px;
	}
.three {
	width:460px;
	}
.four {
	width:620px;
	}
.five {
	width:780px;
	}
.six {
	width:940px;
	}
.img {
	margin-top:12px;
	}
.footer {
	width:160px;
	margin:10px 20px 0px 20px;
	}
.quicklink {
	width:120px;
	padding:10px;
	}
.float-right {
	float:right;
	margin-left:20px;
	margin-bottom:50px;
	margin-top:45px;
	}
.float-left {
	float:left;
	margin-right:20px;
	margin-top:45px;
	}
	
/*no margins*/

.nomargin-right{
	margin-right: 0px!important;
	}

.nomargin-left{
	margin-left: 0px!important;
	}	
	
/* footer */

#footer {
	clear:both;
	font-size:0.9em;
	width:980px;
	margin:0 auto;
	background:url(../images/footer-background.jpg) no-repeat center top;
	height:100px;
	}
#footer .section {
	font-weight:bold;
}
	
#breadcrumb {
	width:960px;
	float:left;
	padding:30px;
	}
#breadcrumb span {
	text-transform:uppercase;
}
#breadcrumb span a {
	padding-right:40px;
	background:url(../images/breadcrumb-arrow.png) right no-repeat;
}

#breadcrumb .last {
	background:none!important;
}
/* quicklinks column */
	
.quicklink-tint {
	background-image:url(../images/quicklinks.png);
	background-repeat:no-repeat;
	}
	

/* Presentation */

.presentation {
  position:relative;
  height:350px;
  overflow:hidden;
  float:left;
  padding:0!important;
  margin-bottom:10px;
}

.presentation-slide {
  position:absolute;
  /*width:945px;*/
  height:250px;
}
.five .presentation, .five .presentation-slide {
	width:799px!important;
}
.five .presentation {
	left:-19px;
}
.six .presentation, .six .presentation-slide {
	width:959px!important;
}
.six .presentation {
	left:-19px;
}
.six .presentation-slide img {
	
}
.one .presentation, .one .presentation-slide {
	width:230px;
}
.presentation-slide-text {
  /* TODO: override in ie6 stylesheet */
  background:transparent url(../images/bladon-swirl-background.png) no-repeat bottom right;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width:440px;
  position:absolute;
  right:0;
  top:0;
  padding:40px 10px;
}

.presentation-slide-text h1 {
  font-size:1.8em;
  color:#fff;
  line-height:1.1em;
  margin-bottom:.4em;
  font-weight:normal;
}
.presentation-slide-text h3 {
	color:#fff;
}
.presentation-slide-text h2 small {
  font-weight:lighter;
}
.presentation-slide-text p, .presentation-slide-text a {
  color:#fff;
}
.presentation-tabs {
  position:absolute;
  left:500px;
  top:270px;
  padding:5px 10px 10px 10px;
  z-index:138;
}

.presentation-tab {
  border: 2px solid #909596;
  padding-top:70px;
  height:0px;
  overflow:hidden!important;
  width:70px;
  margin-right:4px;
  font-weight:bold;
  color:#9AC1DF;
  display:block;
  float:left;
  background: #000 no-repeat;
}
#tab1 {
	background-image: url(../images/tab1thumb.png);
}
#tab2 {
	background-image: url(../images/tab2thumb.png);
}
#tab3 {
	background-image: url(../images/tab3thumb.png);
}
.presentation-tab:hover, .presentation-tab-on {
  background:#fff none;
  color:#3783C0;
}
.presentation-tab:active {
  background:#fff none;
}

.findoutmore {
	background:url(../images/arrow.gif) no-repeat right center;
	padding:10px 25px 10px 0px;
	color:#9AC1DF!important;
	position:relative;
    
    bottom:-20px;
	z-index:200;
} 
.findoutmore:hover {
	background-image:url(../images/arrow-white.gif);
	color:#fff!important;
}

/* Form fields */

#main-body form {
	padding:20px 0px;
	
}

#main-body form label {
	width:150px;
	clear:both;
	display:block;
	float:left;
	margin-bottom:10px;
	padding:10px 0px;
}

form br {
	clear:both;
}
#main-body form input {
	padding:10px;
	width:280px;
	margin-bottom:0.5em;
}

#main-body form input[type=submit] {
	clear:both;
	margin-left:150px;
	width:100px!important;
	background-color:#909596;
}
#main-body form textarea {
	width:280px;
	height:100px;
	padding:10px;
	margin-bottom:0.5em;
}
.hide {
	display:none;
}
.date {
	color:#909596;
}
h2.news {
	margin-top:15px;
}

/* reinstate bullets */
.column.three li {
	list-style:inside disc;
}
#main-body .column a {
	color:#EDA40A;
}

/* reinstate padding on nest lists */
li ul li {
	padding-left:20px;
}


/*readmore*/


#vertical_slide, #horizontal_slide {
	margin-top:0px;
	
}

div.marginbottom {
	margin-bottom: 10px;
}


	
	
	
	
	
	
	
	
	
	
	
	

