@charset "utf-8";
/* CSS Document */


body  {
	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;
	background-color: #FFFFFF;
	background-image: url(images/BlueBarBKG.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.25em;
}
#container #mainContent #productContainer {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#container #mainContent #productContainer #productOne {
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	text-align: center;
	height: 350px;
}
#container #mainContent #productContainer #productTwo {
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 5px;
	margin-left: 60px;
	float: left;
	text-align: center;
	height: 350px;
}
#container #mainContent #productContainer #productThree {
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	float: left;
	text-align: center;
	height: 350px;
}
#container #mainContent #productContainer #productFour {
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	text-align: center;
	height: 350px;
}
#container #mainContent #productContainer #productFour_a {
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	text-align: center;
	height: 390px;
}
#container #mainContent #productContainer #productFive {
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 5px;
	margin-left: 60px;
	float: left;
	text-align: center;
	height: 350px;
}
#container #mainContent #productContainer #productSix {
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	float: left;
	text-align: center;
	height: 350px;
}
#container #mainContent #productContainer #productSeven {
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	text-align: center;
	height: 350px;
}
#container #mainContent #productContainer #productEight {
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 5px;
	margin-left: 60px;
	float: left;
	text-align: center;
	height: 350px;
}
#container #mainContent #productContainer #productNine {
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	float: left;
	text-align: center;
	height: 350px;
}
#container #mainContent #productContainer #productDoublewide {
	width: 500px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 105px;
	margin-left: 20px;
	float: left;
	text-align: center;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 175px;
}
#container #mainContent #productContainer #productDoublewide2 {
	width: 540px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 350px;
}
#container #mainContent #productContainer #productDoublewide3 {
	width: 540px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 390px;
}
.allCapsred {
	font-weight: bold;
	color: #F00;
	text-transform: uppercase;
}

.twoColFixLtHdr #container {
	width: 1004px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 1px;
	/*border-bottom-width: 1px;*/
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	/*border-bottom-style: solid;*/
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	/*border-bottom-color: #000000;*/
	border-left-color: #000000;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/LeftBlueGradient200px.jpg);
	background-repeat: repeat-y;
} 
#container #mainContent h2 {
	color: #F00;
	line-height: 1.5em;
}

.airTogo {
	color: #0482CF;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
}

.twoColFixLtHdr #header {
	/*background: #DDDDDD;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 190px;
	margin: 0px;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#container #header #topRighttag {
	width: 160px;
	float: right;
	height: 170px;
	text-align: right;
	padding: 10px;
	font-size: 0.9em;
	line-height: 150%;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 0px;
	/*background-color: #CDECFE;*/
	padding: 0px;
	/*height: 100%;*/
	position: relative;
}
#container #emailBlock {
	height: 100%;
	width: 200px;
	/*margin-top: -240px;*/
	text-align: center;
	font-size: 0.9em;
	padding-bottom: 10px;
	/*float: left;*/
}

#trademark {
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 0.75em;
	/*font-style: italic;*/
	font-weight: bold;
}
#container #blueBar {
	height: 20px;
	width: 1004px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: right;
	text-align: center;
	color: #FFF;
	font-size: 0.8em;
	background-color: #0482CF;
	padding: 0px;
	vertical-align: middle;
}


.twoColFixLtHdr #mainContent {
	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: 0 10px;
} 
.twoColFixLtHdr #footer {
	text-align: center;
	background-color: #FFF;	/*background:#DDDDDD;*/
	width: 1004px;
	/*padding-top: 0;*/
	/*padding-right: 10px;*/
	/*padding-bottom: 0;*/
	/*padding-left: 10px;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: -14px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	/*font-size: 0.7em;*/
} 
.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: 0.9em;
}
.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;
}
.maxairBold {
	font-weight: bold;
	color: #000;
}
#container #mainContent #homePics {
	text-align: center;
}
#container #mainContent #homePics img {
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#container #mainContent h1 {
	color: #0482CF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tm {
	font-size: 0.5em;
	vertical-align: super;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -5px;
	right: 15px;
}
.degree {
	/*top: -10px;*/
	/*position: relative;*/
	vertical-align: super;
	/*padding-top: 0px;*/
	/*padding-right: 1px;*/
	/*padding-bottom: 0px;*/
	/*padding-left: 1px;*/
	/*margin-top: 0px;*/
	/*margin-right: 5px;*/
	/*margin-bottom: 0px;*/
	/*margin-left: 0px;*/
	font-size: 0.6em;
}
.maxairBoldblue {
	font-style: italic;
	font-weight: bold;
	color: #0482CF;
	margin: 0px;
	padding: 0px;
}
.never {
	font-size: 1.5em;
}
p2 {
	color: #F00;

}.redText {
	color: #F00;
}

#sidebar1 h3{
	width: 190px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

/*Accordian Menu CSS*/
.arrowlistmenu{
	width: 200px; /*width of accordion menu*/
	display: block;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	/*font: bold 14px Arial;*/
	color: #000;
	/*background: black url(titlebar.png) repeat-x center left;*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	/*text-transform: uppercase;*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	/*font-family: Verdana, Arial, sans-serif;*/
	font-size: 0.8em;
	font-weight: bold;
}
.arrowlistmenu a{
	text-decoration: none; /*no underline*/
	color: #000;
}
.arrowlistmenu a:hover{
	color: #FFF;
	display: block;
}

.arrowlistmenu .menuheader:hover{
	color: #FFF;
	background-image: url(images/AniBubBKG.gif);
	display: block;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: #0482CF;/*background-image: url(titlebar-active.png);*/
	color: #FFF;
	background-image: url(images/AniBubBKG.gif);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	/*color: #A70303;*/
/*background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 90%;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.arrowlistmenu ul li a:visited{
/*color: #A70303;*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	/*color: #A70303;*/
	/*background-color: #F3F3F3;*/
	background-image: url(images/AniBubBKG.gif);
	color: #FFF;
}
