@charset "utf-8";
/* CSS Document */
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	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: #666666;
}

img, a {border:none;}

h1 {
	color: #336699;
	font-size:24px;
}

h2 {
	color: #51677e;
	font-size:18px;
}

h3 {
	color:#333333;
}

#all {
	margin-left:auto; 
	margin-right: auto;
	width:90%;
	width: expression( document.body.clientWidth > 1199 ? "1200px" : "auto" ); /* sets max-width for IE */
   	max-width: 1200px; /* this sets the max-width value for all standards-compliant browsers */
	padding:0px;
	border:0px;

}

#container {
	width: 100%;  
	background: #FFFFFF;
	border: 0;
	/* padding-top:2em; */
	padding:0px;
	margin:0px;
}

#header  {
	background-image:url(../images/bg_header.jpg);
	background-repeat:repeat-x;
	padding: 0px;
	border:0px;
	margin:0 auto;
	}
	
#header img {
	padding: 0;
	border: 0;
	margin: 0;
}

#logo {
	width: 426px;
	height: 143px;
	float: left;
	background-image:url(../images/hff_logo.png);
	background-repeat: no-repeat;
	background-position: 10px 50px;
}

#flashDiv, #topImg {
	width: 463px;
	height: 179px;
	margin: 0 auto;
	padding: 0;
	float: left;
}

#ie6div {
	display: none;
}

#sidebar1 {
	float: left; 
	width: 25%; 
	padding-right: 1em;
	margin-top:1em;
	display:inline;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

#topcont {
	width:75%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#topcont h1 {
	margin-top:1em;
}

#mainContent {
	margin-left: 1em;
	padding-top:1em;
	text-align:left;
	float:left;
	width:70%;
	border:0px;
	
}
 
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:1px solid #CCCCCC;
	width:90%;
	width: expression( document.body.clientWidth > 1199 ? "1200px" : "auto" ); /* sets max-width for IE */
   	max-width: 1200px; /* this sets the max-width value for all standards-compliant browsers */
	margin-left:auto;
	margin-right:auto;
} 
#footer span, #footer div {
	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:11px;
	color:#666666;
}

#search {
	float: right;
	margin-right: 1em;
}

.newsbox {
	width:218px;
	text-align:left;
	padding:2px;
}


.newsbox p {
	font-size:12px;
	padding:2px;
	margin:2px;
	color:#666666;
}

.title a {
	text-decoration:none;
	color:#000099;
}

.newsbox ul, #newsfeed ul {
	font-size:12px;
}

.newsbox ul li  {
	padding:2px;
}


#newsfeed ul li {
	padding:1px;
	margin:0px;
}

.title {
	background-image:url(../images/titlebar.jpg);
	background-repeat:no-repeat;
	width:218px;
	height:29px;
	
}

.title p {
	color: #000099;
	font-size:12px;
	font-weight: bold;
	padding:4px;
}

.program {
	float:left;
	width:296px;
	margin-left:2%;
	margin-top:3%;
}

.program p {
	font-size:12px;
}

.page {
	padding-top:1em;
	font-size:14px;
	
}

#contact {
	font: normal normal 400 12px arial; 
	color: #333333;
	margin-top:10px;
}

/* new nav */

#nav {
	height:56px;
	margin: 0;
	padding:0;
	border-top: 1px solid #7F7F7F; 
	border-collapse:collapse;
	background-color: #50677e;
	/* background-image:url(../images/bg_nav.gif); */
	background-repeat:repeat-x;
    position: relative;
}

#nav span {
	float: left;
}

#nav span.divide {
	border-right: 1px solid #C0C0C0;
	margin: 12px 0;
	height:30px;
}

#nav span a { 
	display: block; 
	padding: 15px 15px;
    height: 25px;
	color:#FFFFFF;
	text-decoration:none;
    font-size: 11px;
}

#nav a:hover {
	background-color: #6a8dc8;
}

#describe {position: absolute;top: 220px; left:280px; z-index: 999; margin: 0; padding: 0px 0 3px 0; height:15px; width:650px; float:left;}

#innerNav{
    width: 861px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -430px;
}

/* subnav */
.subnav {margin:0px; padding: 0px; float:left;}
.subnav a, .subnav a:visited  {color: #000000; width: auto; padding: 0px 10px 0px 10px; font-size:11px;background-color: #8E9994;display:block;}
.subnav a:hover, .subnav a:active {background-color: #BBC2BE;color:#336666}



/* Miscellaneous classes for reuse */
.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: 1em;
}
.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;
}

.nold {
	color:#333333;
}

.rtimg {
	border:1px solid #336699;
	margin-left: 1em;
	margin-bottom: 1em;
}

.yellow {
	font-size:10px;
	color:#FFFF99 ;
}