/* CSS Document */

#content {
width: 650px;
height: auto;	
padding: 10px;
float: left;
}

#topFrame {
width: 960px;
height: 400px;
}

#bottomFrame {
width: 960px;
height: 350px;
padding: 10px 0px 0px 0px;
text-align: left;
}

#sub_nav {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 font-weight: bold;
 line-height: 30px;
 padding: 0px 0px 0px 0px;
 width: 960px;
 height: 30px;
 border-bottom: 3px solid #DB2929;
 text-decoration: none;
}

	div#sub_nav li {
	list-style-type: none;
	text-decoration: none;
	display: inline;
	}
	
	div#sub_nav li a {
	text-decoration: none;
	padding: 7px 35px;
	color: #333;
	}
	
	div#sub_nav li a:link {
	color: #333;
	text-decoration: none;
	}
	
	div#sub_nav li a:visited {
	color: #333;
	text-decoration: none;
	}
	
	div#sub_nav li a:hover {
	color: #FFF;
	background-color: #DB2929;
	}
	
	div#sub_nav li a:active {
	color: #FFF;
	background-color: #DB2929;
	}

#bottomFrameHeader {
font-size: 1.7em;
font-weight: bold;
color: #fff;
padding-left: 10px;
height: 30px;
width: 950px;
background: #DB2929;
}


#photobox {
	width: 960px;
	height: auto;
	padding: 0px 0px 0px 0px;
	float: left;
}
#air1 {
	background: #fff;
	margin: 0px;
	width: 250px;
	height: auto;
	padding: 20px 0px 0px 50px;
	float: left;
}

#air2 {
	background: #fff;
	margin: 0px;
	width: 330px;
	height: auto;
	padding: 20px 0px 0px 20px;
	float: left;
}

div#air2 ul li,
div#air2 ul li {
	font-size: 1.1em;
	list-style: inside;	
	list-style-type: disc;
}

#air3 {
	background: #fff;
	margin: 0px;
	width: 250px;
	height: auto;
	padding: 20px 0px 0px 20px;
	float: left;
}

#testimonial_image {
	background-image: url(../images/air_testimonial_bg.jpg);
	width: 650px;
	height: 280px;
	padding: 5px 5px 5px 5px;
	background-repeat: no-repeat;
}

#testimonal_text {
	width: 220px;
	height: auto;
	float: right;
	font-size: 1.0em;
	padding: 10px 15px 10px 10px;
}
.testimonial_title {
font-size: 1.85em;
font-weight: bold;
text-align: left;
padding-bottom: 5px;
}

/*--- Sidebar ---*/
#sidebar {
width: 270px;
height: auto;
padding-top: 10px;
padding-left: 5px;
padding-right: 10px;
border-left: 1px solid #ccc;
float: right;
}

#bottomFrame ul li {
	margin-left: 12px;
}

	.body_link {
	padding: 0px 0px 0px 50px;
	}