/* Unchanged */
body {
margin:0px; 
font-family:Arial; 
font-size:12px; 
color:#636363;
padding-top:2px;
background:url(images/bg_top01_04.png) repeat-x top;
}

#top_header_container{
height:60px;
width:795px;
}

#logo{
background:url(images/site_logo1.png) no-repeat left center;
width:395px;
height:100px;
}

a {color:#0089c2; text-decoration:none;}

h1 {font-size:20px; color:#333333; font-weight:bold; margin:0px; padding:0 0 10px 0; font-family:Helvetica,Verdana, Arial, sans-serif;}
h2 {font-size:17px; color:#333333; font-weight:normal; margin:0px; padding:0 0 5px 0 ; font-family:Helvetica,Verdana, Arial, sans-serif;}
h3 {font-size:15px; color:#333333; font-weight:normal; margin:0px; padding:10px 0 10px 0; font-family:Helvetica,Verdana, Arial, sans-serif;}
h4 {font-size:18px; color:#0089c2; font-weight:bold; margin:0px; padding:0px; margin-bottom:10px;}
h5 {font-size:17px; color:#000000; font-weight:normal; margin:0px; padding:0 0 5px 0 ; font-family:Helvetica,Verdana, Arial, sans-serif;}

#menuLeft {color:#ff9900; text-decoration:none; font-size:14px; font-weight:bold;}
#menuLeft a {color:#636363; text-decoration:none; font-size:14px; font-weight:bold;}
#menuLeft a:hover {color:#ff9900;}

#subMenu {color:#ff9900; text-decoration:none; font-weight:normal; font-size:12px;}
#subMenu a {color:#0089c2; text-decoration:none; font-weight:normal; font-size:12px;}

#footer {color:#fff; font-size:11px; line-height:20px;}
#footer a {color:#fff; text-decoration:none;}
#footer a:hover { color:#FF6600; text-decoration:underline;}

h2 a {color:#999999; text-decoration:none;}
h2 a:hover {color:#006699; text-decoration:none;}

.content a {color:#999999; text-decoration:none;}
.content a:hover {color:#006699; text-decoration:none;}

/*---------------------------*/

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 349px;
/*background: #F7F7F7;*/ /*menu strip background*/
/*border: 1px solid gray;*/
/*float:right;*/
/*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/aeroleftblack.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 {
color:white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url(images/aerorightblack.png) 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:#FF9933;
}

.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;
}

/*---------------------------*/
