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

h1 a:link, h1 a:active, h1 a:visited {
	color:#336699;
}

h1 a:hover {
	color:#09C;	
}

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

h3 {
	color:#333333;
}

a:link, a:visited, a:active {
	color: #336699;
}

a:hover {
	 color:#09C;	
}

#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 */
	width:1200px;
	padding:0px;
	border:0px;

}

#container {
	width: 100%;  
	min-width:1024px;
	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;
	min-width: 1166px;
	height:125px;
	overflow:hidden;
	width:expression(document.body.clientWidth < 1168? "1166px": "auto" );

	}
	
#header img {
	padding: 0;
	border: 0;
	margin: 0;
}

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

#tagline {
	float:left;
	height: 120px;
	width: 275px;
	background-position: 0px 70px;
	background-image:url(../images/tag.png);
	background-repeat:no-repeat;
}

#watermark {
	float:right;
	width: 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;
	background-repeat:no-repeat;
	float:left;
	width:70%;
	border:0px;
}

#frontContent {
	width:100%;
	margin:2% 0 0 0;
	
}
 
#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;
}

#frontContent .program {
	width:46%;
	margin:0 1% 0 1%;	
}

.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;
	width:100%;
	min-width:960px;
	width:expression(document.body.clientWidth < 962? "960px": "auto" );

	overflow:visible;
}

#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: 1200px;
    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 ;
}

.hightlightText {
	font-weight:bold;
	color:#006;	
}

/* Event CSS */

#eventContent {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;	
}

#eventContent h1 {
	text-align:left;	
}

.eventHightlight {
	color:#f37021;	
}

#eventMainImage {
	background:url(../images/NAHAM-Collage.jpg);
	width:700px;
	height:350px;	
}

.captionSpacer {
	width:100%;
	height:150px;
}

.captionBox {
	background:url(../images/blackBox.png);	
	height:70px;
	width:350px;
	padding:20px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	margin:0;
	float:left;
	
}

.captionText {
	color:#fff;
	font-size:14pt;	
	opacity:1;
	text-align:left;
}

.eventText {
	text-align:left;
	font-size:11pt;
	color:#464646;
	width:66%;	
	float:left;
	margin-right:2%;
	padding:1%;
}

.eventSideBar {
	width:30%;
	float:right;	
}

.greyBox {
	background:#eee;
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	margin-bottom:2%;
}

.bold {
	font-weight:bold;	
}

.sideItem {
	width:25%;
	color:#000;
	font-size:10pt;
	text-align:left;	
	background: #E2E2E2; /* Old browsers */
	background: -moz-linear-gradient(top, #E2E2E2 0%, #bababa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E2E2E2), color-stop(100%,#bababa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E2E2E2 0%,#bababa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E2E2E2 0%,#bababa 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #E2E2E2 0%,#bababa 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2E2E2', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #E2E2E2 0%,#8C8C8C 100%); /* W3C */
	border:1px solid #aaa;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	float:left;
	padding:10px;
	margin-top:10px;
}

#provider-square {
	height:200px;
	width:552px;
	background:url(../images/providers.jpg)	
}

#provider-square:hover {
	background-position:0 200px;	
}

#patient-square {
	height:200px;
	width:552px;
	background:url(../images/patients.jpg)	
}

#patient-square:hover {
	background-position:0 200px;	
}

.feature {
	width:100%;
	float:left;	
}

.highlight {
	color:#F60;	
	font-weight:bold;
}
