@charset "utf-8";
body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat-x #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

.main p {
	font:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

img a{
	border:none;

}

form {
	margin: 16px 0 0 0;
}

.main #container { 
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.main #header { 
	height:68px;
	background: #000;  /* 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. */
} 

.main #navigation {
	background-color:#000;
	height:24px;
	margin: 0 0 0 0;
	padding-top:1px;
	z-index:100;
}

.main #flash {
	z-index:1;
}

.main #masthead {
height:106px;
margin-bottom:-3px;
}
.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top:0px;
	margin-bottom:0px;
	background: url(images/main-bg.jpg) no-repeat left top;
	float: left;
	font:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.main #sidebar1 h1{
	color:#fff;
	font-size:15px;
	margin: 0 0 7px 0;
	padding-left:9px;
}

.main #breadcrumb {
font-size:10px;
margin-left:205px;
color:#333333;
}

.main #breadcrumb p {
	margin-left:10px;
	margin-top:10px;

}

.main .breadcrumbActive{
		text-decoration:underline;
}

.main #breadcrumb a {
	color:#333333;
	text-decoration: none;
}

.main #breadcrumb a:hover {
	text-decoration:underline;
}
.main #mainContent { 
	margin: 0 0 0 205px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background-color:#fff;
} 

.main #mainContent h1{
	font-size:16px;
	text-transform:uppercase;
	color:#206359;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.main #mainContent h3{
	font-size:13px;
	text-transform:uppercase;
	color:#206359;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.main #mainContent li {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:16px;
}

.main #mainContent th {
	background-color:#efefef;
	font-weight:normal;
	height:20px;
}

.main #mainContent td {
	padding-left:3px;
	padding-right:5px;
	padding-bottom:3px;
	padding-top:2px;
}

.main #mainContent table {
	border:1px solid #666;
	font-size:12px;

}

.main #CDU table{
border:0px;
}
.main #space {
height:200px;
}


.main #mainContent p {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
}

.main #mainContent a {
	color:#206359;
}

.main #leftbox {
	width: 250px;
	float:left;
	margin:10px 0 0 0;
}

.main #leftbox p {
	padding:5px;
}

.main #rightbox{
	width: 250px;
	float:left;
	margin:10px 7px; 0 0;
}

.main #rightbox p{
	padding:5px;
}

.main #mainContent h2{
	font-size:14px;
	color:#206359;
}
.main #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000 url(images/footer-bg.jpg) repeat-x;

} 
.main #footer p, .main #footer a {
	margin: 0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#a8a7a7;
	text-align:center;
	font-size:11px;
	text-decoration: none;
}

.main #footer a:hover {
	text-decoration:underline;
	margin-bottom:0px;
}
.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;
}

.fltimg {
padding-right:25px;
float:left;
padding-bottom:300px;
}
.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;
}

#mainContainer {
	float:left;
	background-repeat: repeat-y;
	background-image: url(images/huntair_bg-main.jpg);
	background-color:#fff;
	padding-bottom:5px;
	width:775px;
} 

.main #logo {
	width:250px;
	float:left;
}
 
.main #utilities {
	float:right;
color:#fff;
font-size:10px;
}
.main #utilities a{
	color:#fff;
	font-size:10px;
	text-decoration:none;
}

.main #utilities form {
	margin-right:5px;
}

.main #utilities p{
	margin-top:0px;
}
.main #utilities a:hover{
	
	text-decoration:underline;
}
#subNav {
	font-size: 12px;
	background-image: url(images/section_top.jpg);
	background-position:0px 5px;
	background-repeat: no-repeat;
	padding: 5px 10px 10px 10px;
}

#subNav UL {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#subNav UL UL {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	list-style-type: none;
}

#subNav UL UL UL {
	margin: 5px 0 0 10px;
	padding: 0 0 0 0;
	list-style-type: none;
}

#subNav LI {
	margin: 0 0 0 0;
	padding: 4px 0 4px 0;
}

#subNav A {
	margin: 0 0 0 0;
	padding: 2px 0px 4px 0px;
	display: block;
	text-decoration: none;
	color: #fff;
}

#subNav A:hover {
	font-weight: bold;
	text-decoration: underline;
}

#subNav A.subLink {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#subNav A.subLink:hover {
	font-weight: normal;
	text-decoration: underline;
	background-image: none;
}

.main #boxright {
margin-left:150px;
}