/* AIR TRO CSS Document */

body {
	font: 100% "Trebuchet MS", Tahoma, Verdana, sans-serif;
	background: #FFFFFF url(/images/bgRepeatH.jpg) repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 100%;
	background: #FFFFFF url(/images/bgRepeatH.jpg) repeat-y;
	margin: 0 ;
	text-align: left;
}
.twoColFixLtHdr #header {
	background: #FFF url(/images/airtro_topBannerExtend.jpg) repeat-x;
	padding: 0px 20px 0px 0px;
	height: 130px;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
}
.twoColFixLtHdr #headerMain {
	background: #FFF url(/images/airtro_topBannerExtend.jpg) repeat-x;
	padding: 0px 20px 0px 0px;
	height: 90px;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
}

 .twoColFixLtHdr #headerTitles {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	position: absolute;
	z-index: 100;
	line-height: 24px;
	padding-left: 20px;
 }
 
 .twoColFixLtHdr #headerTitles a, .twoColFixLtHdr #headerTitles a:visited {
	color: #FFF;
	text-decoration: none;
 }
  .twoColFixLtHdr #headerTitles a:hover {
	color: #CC0000;
	text-decoration: none;
 }
.twoColFixLtHdr #header ul, .twoColFixLtHdr #headerMain ul, .twoColFixLtHdr #headerTitles ul {
	text-align: right;
	padding-top: 34px;
	margin: 0px;
	list-style: none;
}
.twoColFixLtHdr #header li, .twoColFixLtHdr #headerMain li, .twoColFixLtHdr #headerTitles li  {
	display: inline;
	color:#CC0000;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #header li .headerNumber{
	display: inline;
	color:#FFF;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #header li a, .twoColFixLtHdr #headerMain li a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 8px;
	padding-top: 0px;
	padding-left: 8px;
}
.twoColFixLtHdr #header li a:hover, .twoColFixLtHdr #headerMain li a:hover {
	color: #CC0000;
}
.twoColFixLtHdr #header h1, .twoColFixLtHdr #headerMain h1 {
	color:#FFFFFF;
	text-align:left;
	white-space:nowrap;
	font-size: 21px;
	padding-top: 18px;
	float: left;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	font-family: Verdana, Geneva, sans-serif;
}

.twoColFixLtHdr #sidebar1Main {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	font-family: Verdana, Geneva, sans-serif;
	background: url(/images/homeLeftside_bckrnd.jpg) no-repeat left top;
}
.twoColFixLtHdr #mainContentFront {
	background: url(/images/homeflag_bckrnd.jpg) no-repeat left top;
	margin-left: 180px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(/images/homeflag.gif) no-repeat;
}


.twoColFixLtHdr #mainContentLower {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContentLower h2 {
	color: #CC0000;
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixLtHdr #mainContentLower h3 {
	color: #CC0000;
	margin-top: 0px;
	padding-top: 0px;
		margin-bottom: 0px;
	padding-bottom: 0px;
}
.addressTitle {
	font-size: 16px;
	font-weight: bold;
}
.servingText {
	font-size: 11px;
}
.bottomNav li {
	font-size: 14px;
	list-style: none;
	display: inline;
	font-weight: bold;
}
.bottomNav li a, .bottomNav li a:visited {
	padding: 7px 8px 0px 8px;
	color: #000000;
	text-decoration: none;
}
.bottomNav li a:hover {
	padding: 7px 8px 0px 8px;
	color:  #3FAFEE;
	text-decoration: none;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: #033471;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.abs a {
	text-decoration:none;
	color:#033471;
	font-size: 14px;
	font-weight: bold;
}
.abs a:hover {
	color:#00ADEF;
}
.cen {
	text-align: center;
}
.rt {
	text-align: right;
}
.redHighlite {
	color: #CC0000;
}
.expand {
	float:right;
	text-decoration:none;
	text-align:right;
	font: normal normal 14px sans-serif;
	color:gray;
	margin:0px;
	padding:0px;
	display: block;
	cursor: hand;
}
.reviewBox {
	display:none;
	clear:both;
	padding-bottom:20px;
}
#testimonialButton {
	position:relative;
	top:0px;
	height:65px;
	z-index:1;
	background-image: url(/images/home-testimonials.jpg);
	padding-left: 80px;
	padding-top: 15px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: left top;
}

div#txtBlock { width:100%; max-width:825px; padding: 2px 2px 7px 2px; white-space:normal;}
