﻿/*Home Page Stuff */

#fade_container {
	position:absolute;
	background: #000;
	background: transparent url("/images/index_background2.jpg") no-repeat 0 0;
	height:100%;
	width:100%;
}
.fadediv {
	position: absolute;
	background: transparent url("/images/index_background2.jpg") no-repeat 0 0;
	/*opacity: 0;
	filter: alpha(opacity=0);*/
	height:100%;
	width:100%;
	height:545px;
	width:800px;
}
  
#homepage_container{
	background: #000 url("/images/index_background2.jpg") no-repeat 0 0;
	position:relative;
	height:545px;
	width:800px;
}
#welcome_header{
	top:14px;
	left:40px;
	position:absolute;
}
#welcome_header h2{
	padding:0; 
	margin:0;
	text-align:left;
	color:#fff;
}
#welcome_box{
	background-color:#000;
	opacity:0.5;
	filter: alpha(opacity = 50);
	position:absolute;
	top:40px;
	left:40px;
	height:100px;
	width:370px;
}
#welcome_text{
	background:transparent;
	color:#fff;
	position:absolute;
	top:30px;
	left:40px;
	height:100px;
	width:358px;
	margin:10px;
}
#opacity_container_request{
	background-color:#000;
	opacity:0.5;
	filter: alpha(opacity = 50);
	position:absolute;
	bottom:20px;
	right:20px;
	height:140px;
	width:340px;
	top:325px;
	left:370px;
}
#text_container_request{
	background:transparent;
	color:#fff;
	position:absolute;
	bottom:20px;
	right:20px;
	height:120px;
	width:320px;
	margin:10px;
	top:325px;
	left:370px;
}
#text_container_request h2{
	padding:0; 
	margin:0;
	text-align:left;
	color:#fff;
}

/*This positions the quotation marks on the homepage*/
.quoteLeft{
	float:left;
	font-size:40px;
}
.quoteRight{
	float:left;
	font-size:40px;
	position:relative;
	left:0px;
	top:64px;
}
.quote_text{
	float:left;
	width:296px;
	margin:14px;
	font-size:13px;
}

/*Containers*/
#whycharter_container{
	background: #fff url('/images/whycharter_image.jpg') no-repeat 0 0;
	position:relative;
	height:545px;
	width:800px;
}        
#text_container p,
#management_text_container p,
.company_info_text_container p{
	margin-top:10px;
	padding:0;
}
	#text_container h2{
	padding:0;
	margin:0;
	text-align:left;
	color:#fff;
}
#management_container{
	background: #fff url('/images/management_background.jpg') no-repeat 0 0;
	position:relative;
	height:545px;
	width:800px;
}        
#opacity_container{
	background-color:#000;
	opacity:0.5;
	filter: alpha(opacity = 50);
	position:absolute;
	top:20px;
	right:20px;
	height:515px;
	width:300px;
}
#text_container{
	background:transparent;
	color:#fff;
	position:absolute;
	top:20px;
	right:20px;
	height:500px;
	width:280px;
	margin:10px;
}
#management_text_container h2{
	padding:0; 
	margin:0;
	text-align:left;
	color:#fff;
}
	
/*-----------------------------------Charter Services---------------------------------------------------*/
/*Controls Black Box and Header - changing one box will change all throughout Charter Services (Change backgrounds in the pages themselves)*/
#box_header h2{
	padding:0; 
	margin:0;
	text-align:left;
	color:#fff;
	top:218px;
	left:14px;
	position:absolute;
}	
.opacity_container{
	background-color:#000;
	opacity:0.65;
	filter: alpha(opacity=65);
	position:relative;
	top:264px;
	left:420px;
	height:220px;
	width:450px;
}
/*Company Info*/

.container_opacity{
	background-color:#000;
	position:relative;
	opacity:0.65;
	filter: alpha(opacity = 65);
	top:15px;
	left:430px;
}	
#company_info_container{
	background:transparent url('/images/company_info_background.jpg') no-repeat top left;
	position:relative;
	height:545px;
	width:800px;
	color:#fff;
}
#company_info h2{
	padding-left:10px; 
	padding-bottom:0px;
	padding-top:0;
	margin:0;
	text-align:left;
	color:#fff;
	padding-bottom:10px;
}
#vat_number{
	position:relative;
	top:250px;
	left:6px;
	color:#000;
	font-size:11px;
}


/*This sets the styles for the pullquotes*/
.quote{
	font-size:14px;
	font-family:Georgia, Serif;
	margin-left:21px;
}
.flying{
	padding:10px 0 5px 0;
	}
.departing{
	padding:10px 0 5px 0;
}	
#requestButton{
	width:330px;
    
}
.textBox{
	padding:0 0 5px 0;
}
h2{
	padding:0; 
	margin:0;
	text-align:left;
}
.header{
	color:#0063A6;
	padding-bottom:10px;
}
/*Map*/
table.directions th{
	background-color:#EEEEEE;
}
img{
	color: #000000;
}

/*Calendar Tables*/

#calendar_table th{
	background-color:#707C92;
	color:#ffffff;
	padding:5px;
}
#calendar_table th.lighter{
	background:#eee url('/images/date_slice.gif') repeat-x top left;
	color:#0064A6;
	padding:5px;
	vertical-align:top;
	border-bottom:solid 1px #707C92
}

#calendar_table td{
	background-color:#ffffff;
	color:#707C92;
	padding:5px;
	border-bottom:solid 1px #707C92;
}
#calendar_table{
	border-left:solid 1px #707C92;
	border-right:solid 1px #707C92;	
	}
.linebreak h2
{
	font-size:14px;
	color:#707C92;
}
/*Quote button*/
.getquote{
	position:relative;
	left:660px;
	top:259px
}
#contact_page A:link, 
#contact_page A:visited, 
#contact_page A:active, 
#contact_page A:hover {
	text-decoration:none;
	color:#999999
}