/* CSS Document */


/* Basic Elements and their Positions */
body{
font-family:Arial, Helvetica, sans-serif;
background-position: center top;
	background-image: url(http://airtec.exair.com/images/backing.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
}


#container{
text-align:left;
width:775px;
margin:0 auto;
background-color:#FFF;
}

#masthead{
position:relative;
background-image:url(http://airtec.exair.com/images/mastheads/globemast.jpg);
background-repeat:no-repeat;
width:775px;
height:120px;
}

#navigation{
margin-top:20px;
font-size:.75em;
text-align:center;
}

#navigation a:link{
display:inline;
margin-left:5px;
color:#336FBC;
text-align:center;
}

#navigation a:hover{
color:#FFFFFF;
background-color:#336FBC;
}

#navigation a:visited{
color:#990099;
}


a.toplink{
color: #336FBC;
font-size:.45em;
}

div#mainlinks   a{color:#0079c2; text-decoration: none; },
div#mainlinks   a:link{color:#0079c2; text-decoration: none;},
div#mainlinks   a:visited{ color: #0079c2; text-decoration: none;}
div#mainlinks   a:hover{ color: #0079c2; text-decoration: underline;}

div#bottomnav   a{color:#333; text-decoration: none;font-size:10px;},
div#bottomnav   a:link{color:#333; text-decoration: none;font-size:10px;},
div#bottomnav   a:visited{ color: #333; text-decoration: none;font-size:10px;}
div#bottomnav   a:hover{ color: #333; ;font-size:12px; font-weight:bold;}


#content{
margin-top:15px;
font-size:10pt;
margin-left:10px;
margin-right:5px;
}

/*Controls Page Sections*/
#section{
clear:both;
margin-top:20px;
}

#section h1, h2, h4{
color:#336FBC;
}

#sectioncontainer{
margin-left: 50px;
}

/* Controls Display of Images and other elements with Captions */

.imgcap p{
margin-top:3px;
margin-left:5px;
font-size:8pt;
color:#336FBC;
text-align:left;

}



.imgcapleft{
float:left;
margin-right:5px;
border:none;

}

.imgcapleft p{
margin-top:2px;
margin-left:5px;
font-size:8pt;
color:#336FBC;
text-align:left;

}

.imgcapright{
float:right;
margin-left:5px;
border:none;

}

.imgcapright p{
margin-top:2px;
margin-left:5px;
font-size:8pt;
color:#336FBC;
text-align:left;

}


/* Controls Display of Images without Captions */
.imgleft{
float:left;
margin: 10px;
border:none;
}

.imgright{
float:right;
margin: 10px;
border:none;
}

img{
margin:5px;
border:none;
}

/* Table Controls*/
table.style1{
text-align:center;
border-color:#000000;
margin-top:10px;
font-size: .85em;
font-weight:bold;
}

table.style1 td{
border: 1px solid #000000;
padding: 5px;
border-collapse:collapse;
}


th.style1{
background-color:#336FBC;
color:#FFFFFF;
padding:5px;
border-color:#000000;
border-collapse:collapse;
}

.stripe{
background-color:#D0DFF2;
}

.nostripe{
background-color:#FFFFFF;
}

table.style2{
text-align:center;
border-collapse: collapse;
margin-top:10px;
font-size: .85em;
font-weight:bold;
}

table.style3{
text-align:center;
border-collapse: collapse;
margin-top:10px;
}

table.style3 a:link{
color:#3366CC;
font-weight:bold;
font-size:3em;
}

table.footnote{
font-size:.85em;
text-align:left;
}


/* Miscellaneous Ornaments */

img.checks{
margin:0px;
padding:0px;
}

blockquote{
color: #336FBC;
font-size: .85em;
}

hr{
clear:both;
color:#336FBC;
}

ul.bulletimage1{
list-style-image:url(../images/rd_dot.gif);
padding: 0px;
margin-left: 15px;
line-height:1.5em;
}

.specialbkgrnd1{
background-color:#C2D5BD;
padding:3px;
}

.specialbkgrnd2{
background-color:#FDE5C1;
padding: 3px;
border: 3px solid #EF7F0E;
}

.specialbkgrnd3{
background-color:#D0DFF2;
padding: 3px;
border: 3px solid #336FBC;
}

h6{
margin: 0px;
padding: 0px;
}

.bsp{
border: 2px solid #FF0000;
padding:5px;
color:#FF0000;
}


.inline{
display: inline;
	float: left;
	margin-left: 15px;
}

.3inline{
display: inline;
	float: left;
	margin-left: 50px;
}



.halfscreen {
width: 320px;
}

.ynh{
background-color:#50678D;
color: #FFFFFF;
text-align:left;
}

.ynh a:link{
color:#FFFFFF;
}

/* Controls Sliding Effect Graphics */
#slide{position: relative; width:150px; height:32px; background-image:url(../images/sliders/drawer.gif);}
#slide table{margin: 0px;}
#slide p{line-height:2; color:#FFFFFF; cursor:pointer;}
/*End Slider Controls*/


.clear{
clear:both;
}

/*image movers*/
.moveit1{
position:relative;
left:-5px;
top:-20px;
}

.moveit2{
	position:relative;
	left:-20px;
	z-index:-1;
	top: -5px;
}

.moveit3{
	position:relative;
	top:20;
	right:-500px;
	z-index:1;
	left: 375;
}

.moveit4{
position:relative;
left:75px;
top:-20px;
z-index:1;
}

