															/** BODY ELEMENTS **/
* {margin: 0;padding: 0;}

body {
margin-bottom:0px;padding-bottom:0px;color: #333;
background-color:white;
font-family: "Arial", "Helvetica", sans-serif;
font-size: .75em;
text-align: left;
}

a{
color:#0066CC;
text-decoration:underline;
}

a:visited{
color:#0066CC;
text-decoration:underline;
}

a:hover{
color:#CCCCCC;
text-decoration:underline;
}

img{border:none;}

#content {
width:800px;
margin:0 auto;
margin-bottom:40px;
	}

div#head {
height:363px;
width:100%;
background-image:url(../images/headBG.jpg);
background-repeat:repeat-x;
}

#head-in{
width:800px;
margin:0px auto;
height:363px;
background-image:url(../images/head.jpg);
background-repeat:no-repeat;
}
p{font:14px Tahoma; color:black; margin:10px 0 10px 0;}
#contact{float:right;font:bold 12px tahoma;color:white;margin:4px; 8px 0 0;}
#contact a{color:white; text-decoration:none;}
#contact a:hover{color:#0099FF;}
#left{width:500px; text-align:left;padding:0 15px 0 15px;}
#left p{font:14px Tahoma; color:black; margin:10px 0 10px 0;}
#left h1{font:1.75em Tahoma; color:black; padding-bottom:4px; border-bottom:1px solid #999999;}
#left h3{font:1.5em Tahoma;color:black; padding-bottom:4px; border-bottom:1px solid #999999;}
#right{width:250px;float:right;}
#right p{font:14px Tahoma; color:black; margin:10px 0 10px 0;}
#right h1{font:1.75em Tahoma; color:black; padding-bottom:4px; border-bottom:1px solid #999999;}
#right h3{font:1.5em Tahoma;color:black; padding-bottom:4px; border-bottom:1px solid #999999;}
#menu{width:100%; height:89px; background-image:url(../images/menuBG.jpg); background-repeat:repeat-x;}
#menu-in{width:800px; margin:0px auto;height:89px;}
#footer{ width:100%;background-image:url(../images/footerBG.jpg); background-repeat:repeat-x;}
#footer a{color:white;}
#footer-in{width:800px; margin:0px auto; text-align:center; color:white; padding-top:10px;}
ul.mainlist{margin-left:25px; list-style:circle;font:14px Tahoma; color:black;}
ul.mainlist li{margin-bottom:4px;}

.aerobuttonmenu{

overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
padding: 4px 0;
border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('../images/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('../images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('../images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('../images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}





