/*
	CSS Styles for FlightExec.com
	Author: Sahand Izadpanah
	Copyright Total Digiware Solutions, Inc.
 */

/*
	General styles
*/
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
	FONT-FAMILY: Tahoma;
	COLOR: #000000;
	FONT-SIZE: 11px;
	line-height: 16px;
}
A:link {
	COLOR: #081589;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #081589;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #FF0000;
	TEXT-DECORATION: underline;
}
A:active  {
	COLOR: #081589;
	TEXT-DECORATION: none;
}
H1 {
	FONT-SIZE: 8px;
	color: #efefef;
	margin: 0px;
	padding: 0px;
}
H2 {
	FONT-SIZE: 13px;
}
H3 {
	FONT-SIZE: 12px;
}
HR {
	COLOR: #DDDDDD;
	HEIGHT: 1px;
}
ul {
	list-style-image: url("images/bullet.gif") 
}
P {
	line-height: 16px; 
}
P.big {
	line-height: 19px; 
	color: #7f0000;
	weight: bold;
}
Input.InputWidth{
	width:300px;
}
HTML,BODY {
	HEIGHT: 100%;
	MARGIN: 0px;
	PADDING: 0px;
}
FORM {
	MARGIN: 0px;
}
TABLE,IMG {
	BORDER: 0px;
}

/*
	Layout Styles
*/
.FloatLeft{
	float: left;
}
.FloatRight{
	float: right;
}

#Housing{
	margin: 0 auto;
	width: 901px;
	}

#Header{
	height: 122px;
	background: url('images/flightexec_site_top.jpg') no-repeat;
	}

#Main{
	width: 901px;
	}


#Footer{
	width: 901px;
	height: 72px;
	}
#Footer2{
	height: 30px;
	}

#Navbar{
	width: 213px;
	}

#Mainsite{
	width: 688px;
	}
	#MainContent{
	width: 613px;
	margin-right:30px;
	margin-left:45px;
	}

#Clearall{
	clear:both;
	}
	
#Spacer{
	height:22px;	
	}
	
#Copyright{
	font:Tahoma;
	font-size:9px;
	padding-top: 11px;	
	}

.SmallFont{
	font-size: 9px;
	color: #7f0000;
}

.SmallFont2{
	font-size: 9px;
}

.BigFont{
	color: #7f0000;
	weight: bold;
}