* {
	outline: none;
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	height: 100%;
	margin: 0px;
	padding: 0px;

	/* bg style 1 
	background-color: #FFFFFF;
	background-image: url(../images/cloud-bg.png);
	background-repeat: repeat-x;
	background-position:0 -177px;*/
	
	/* bg style 2
	background-color: #23AAC7;
	background-image: url(../images/cloud-bg.png);
	background-repeat: repeat-x;
	background-position: 0 bottom; */
	
	/* bg style - bee movie scene */
	background-color: #FFFFFF;
	background-image: url(../images/bg_7.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	background-attachment: fixed;
}
p {
	margin-bottom: 15px;
}
.arialBlack {
	font-family: "Arial Black", Gadget, sans-serif;
}

a:link, a:visited {
	color:#23AAC7;/*#41C4DE;*/
	text-decoration:none;
}
a:hover {
	color:#000000;
}

a img {
	border: none;
}

#content p a {
	background-color:#EFEFEF;
}
#content p a:hover {
	background-color:#A0E1EE;
}


#wrapper {
	width:100%;
	height: 100%;
	z-index: 100;
}

#main {


}
#page {
	padding-left: 85px;
	padding-top: 40px;
}

#film {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-image: url(../images/hfi-film-side-rib.png);
	background-repeat: repeat-y;
	background-position: 340px 0px;
	z-index:2;
}
#blocker {
	position:absolute;
	top:0px;
	left:380px;
	height:100%;
	width:590px;
	background-color:#FFF;
	z-index:1;
}

#hfi-video {
	text-align: center;
}
#cruelRule {
	height: 725px;
	width: 1px;
	position: absolute;
	left: 0px;
	top: 0px;
}




#header #hfi-logo {
	background-image: url(../images/hf-institute-logo.png);
	background-repeat: no-repeat;
	height: 236px;
	width: 260px;
	margin-bottom: 20px;
}
#header #hfi-logo span {
	display: none;
}
#content #hfi-inquiries {
	background-image: url(../images/email-inquiries.png);
	height: 63px;
	width: 238px;
	background-repeat: no-repeat;
	margin-bottom: 26px;
}
#content #hfi-inquiries span {
	display: none;
}

#content #hfi-email {
	background-image: url(../images/hfi-info-email.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 238px;
}

#content #hfi-email:hover {
	background-image: url(../images/hfi-info-email_f1.png);
	cursor: pointer;
}
#content #hfi-email span {
	display: none;
}
#content #donate {
	margin-bottom: 50px;
	width: 300px;
}
#content #refresh {
	margin-bottom: 26px;
}

#content #donate p {
	font-size: 11px;
}
#hfi-support   {
	background-image: url(../images/hfi-title-support.png);
	height: 22px;
	width: 316px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
}
#facebook-like {
	margin-left: 66px;
	background-image: url(../images/fb-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	min-height: 133px;
	padding-left: 8px;
	padding-top: 8px;
}

#hfi-support span   {
	display: none;
}
#hfi-media   {
	background-image: url(../images/hfi-title-media.png);
	height: 22px;
	width: 316px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
}
#hfi-media span   {
	display: none;
}
#hfi-press   {
	background-image: url(../images/hfi-title-press.png);
	height: 22px;
	width: 316px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
}
#hfi-press span   {
	display: none;
}
#hfi-executives   {
	background-image: url(../images/hfi-title-executives.png);
	height: 22px;
	width: 316px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
}
#hfi-executives span   {
	display: none;
}
#hfi-contact   {
	background-image: url(../images/hfi-title-contact.png);
	height: 22px;
	width: 316px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
}
#hfi-contact span   {
	display: none;
}
#hfi-about   {
	background-image: url(../images/hfi-title-about.png);
	height: 22px;
	width: 316px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
}
#hfi-about span   {
	display: none;
}
#hfi-mission   {
	background-image: url(../images/hfi-title-mission.png);
	height: 22px;
	width: 374px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
}
#hfi-mission span {
	display: none;
}
#hfi-roadmap   {
	background-image: url(../images/hfi-title-roadmap.png);
	height: 22px;
	width: 374px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
}
#hfi-roadmap span {
	display: none;
}


#columns {
	width: 100%;
	height:100%;
	display:block;
	overflow:hidden;
	
	
}

#columns #leftCol {
	width: 380px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999;
	display: block;
}
#leftCol #logo {
	margin-top: 40px;
	margin-left: 69px;
	color: #41C4DE;
	margin-bottom: 30px;
	width: 221px;
}

#columns #rightCol {
	width: 600px;
	position: absolute;
	height: 100%;
	left: 354px;
	z-index: 9999;
}
#rightCol #content {
	margin-left: 90px;
	margin-bottom: 30px;
	margin-right: 25px;
	margin-top: 80px;
	min-height: 590px;
}


#rightCol .innerWrap-top {
	background-image: url(../images/hfi-film-top-rib.png);
	background-repeat: no-repeat;
	background-position: 40px top;
	height: 54px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0px;
}
#rightCol .innerWrap-bottom {
	background-image: url(../images/hfi-film-bottom-rib.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100px;
	width: 100%;
	bottom: 0px;
}
#rightCol #header {
	margin-left: 63px;
	height: 40px;
	margin-bottom: 25px;
	padding-top: 12px;
	z-index: 10000;
	position: absolute;
	display: block;
	overflow: hidden;
	width: auto;
}

#header #main-nav ul {
	list-style-type: none;
	overflow: hidden;
}

#header #main-nav ul li {
	float: left;
	margin-right: 22px;
}

#header #main-nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	display: block;
}
#header #main-nav ul li a:hover {
	color: #41C4DE;
}
.active {
	color: #41C4DE !important;
}
.active-nav {
	background-position: 0 -15px !important;
}



#footer {
	padding-bottom: 15px;

}



#footer #copyright {
	background-image: url(../images/hfi-copyright.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 254px;
}
#footer #copyright span {
	display: none;
}

#footer #nonprofit {
	background-image: url(../images/hfi-nonprofit.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 226px;
	margin: 0 0 6px 0;
}
#footer #nonprofit span {
	display: none;
}
#footer #dnlletter {
	background-image: url(../images/hfi-irsletter.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	width: 153px;
}
#footer #dnlletter:hover {
	background-image: url(../images/hfi-irsletter_f1.png);
	cursor: pointer;
}
#footer #dnlletter span {
	display: none;
}
#leftCol #donate {
	background-image: url(../images/hfi-donate.png);
	background-repeat: no-repeat;
	background-position:0 0;
	margin-bottom: 40px;
	margin-left: 70px;
	height: 94px;
	width: 279px;
}
#leftCol #donate:hover {
	background-position:0 -94px;
}


.clearFix {
	font-size: 1px;
	clear: both;
}

.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#inquiries {
	background-image: url(../images/hfi-inquiries.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 67px;
	width: 205px;
	margin-top: 24px;
}

#inquiries:hover {
	background-position: 0px -68px;
	cursor: pointer;
}

#main-nav ul li a#nav-support {
	background-image: url(../images/hfi-nav-support.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 125px;
}
#main-nav ul li a#nav-support:hover {
	background-position: 0px -15px;
}
#main-nav ul li a#nav-press {
	background-image: url(../images/hfi-nav-press.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 96px;
}
#main-nav ul li a#nav-press:hover {
	background-position: 0px -15px;
}
#main-nav ul li a#nav-media {
	background-image: url(../images/hfi-nav-media.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 37px;
}
#main-nav ul li a#nav-media:hover {
	background-position: 0px -15px;
}
#main-nav ul li a#nav-executives {
	background-image: url(../images/hfi-nav-executives.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 67px;
}
#main-nav ul li a#nav-executives:hover {
	background-position: 0px -15px;
}
#main-nav ul li a#nav-contact {
	background-image: url(../images/hfi-nav-contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 50px;
}
#main-nav ul li a#nav-contact:hover {
	background-position: 0px -15px;
}
#main-nav ul li a#nav-about {
	background-image: url(../images/hfi-nav-about.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 38px;
}
#main-nav ul li a#nav-about:hover {
	background-position: 0px -15px;
}

#main-nav ul li a span {
	display: none;
}

#pepsi-refresh {
	margin-left: 58px;
	background-image: url(../images/hfi-pepsi-refresh.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 141px;
	width:279px;
	margin-bottom: 30px;
}
#pepsi-refresh:hover {
	background-position: 0px -142px;
}


#interviewBanner {
	background-image:url(../images/wfmz-interview-banner.png);
	background-position:0 0;
	background-repeat:no-repeat;
	float: right;
	position: fixed;
	top: 0px;
	right: 0px;
	height:97px;
	width:211px;
	overflow:hidden;
	display: none;
}

#interviewBanner:hover {
	background-position:0 -97px;
	cursor:pointer;
}
.bio-pic {
	height: 180px !important;
	width: 180px !important;
	margin-right: 16px;
	margin-bottom: 16px;
	border: 3px solid #41C4DE;
	float: left !important;
	display: block !important;
}

#hfi-bio-hayden-craddolph {
	background-image: url(../images/hfi-bio-hayden-craddolph.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 216px;
	display: inline-block;
}
#hfi-bio-hayden-craddolph span {
	display:none;
}
#hfi-bio-juan-castro {
	background-image: url(../images/hfi-bio-juan-castro.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 216px;
	display: inline-block;
}
#hfi-bio-juan-castro span {
	display:none;
}
#hfi-bio-alan-shirk {
	background-image: url(../images/hfi-bio-alan-shirk.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 216px;
	display: inline-block;
}
#hfi-bio-alan-shirk span {
	display:none;
}
#hfi-bio-damon-williams {
	background-image: url(../images/hfi-bio-damon-williams.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 216px;
	display: inline-block;
}
#hfi-bio-damon-williams span {
	display:none;
}
#hfi-bio-david-shirk {
	background-image: url(../images/hfi-bio-david-shirk.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 216px;
	display: inline-block;
}
#hfi-bio-david-shirk span {
	display:none;
}
#hfi-bio-jonathan-stephens {
	background-image: url(../images/hfi-bio-jonathan-stephens.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 216px;
	display: inline-block;
}
#hfi-bio-jonathan-stephens span {
	display:none;
}


.bio {
	border-bottom:1px dotted #333333;
	margin-bottom:18px;
	padding-bottom:18px;
	width:100% !important;
}

.releaseItem {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	
	width:100% !important;
}

#releases {
	width:100% !important;
}

.releaseItem .title {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	margin-bottom: 6px;
	width:100% !important;
}

.releaseItem .title a {
	color:#23AAC7;/*#40C4DE;*/
	text-decoration:none;
}
.releaseItem .title a:hover {
	color:#000000;
}
.releaseItem .title a.cur {
	color:#000000;
}

.releaseItem .date {
	font-size: 10px;
	font-weight: normal;
	color: #999;
	margin-bottom: 6px;
	width:100% !important;
}

.releaseItem .body {
	font-size: 12px;
	display: none;
	width:100% !important;
}



#video {
	height: 341px;
	width: 410px;
	display: none;
	
}
#close-video {
	background-color:#000;
	text-align: right;
	padding: 0 4px 4px 4px;
	font-size: 10px !important;
	font-weight: bold !important;
	color: #41C4DE;
}
.video-desc {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000;
	font-size: 10px !important;
	font-weight: normal !important;
	color: #FFF;
	padding: 4px;
}


#close-video:hover {
	color:#FFF;
	cursor:pointer;
}

#flashContent {
	height: 341px;
	width: 410px;
	display: block;
}


/*
.scroll-pane {
	width: 100%;
	height: 570px;
	overflow: auto;
}
*/


.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	height:auto;
	width: 100%;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
	width: 485px;
	display:block;
	height:auto;
}





	
	

.f14 {
	font-size: 14px;
}




#social {
	margin-bottom: 3px;
	margin-left: 66px;
	overflow: hidden;
	width: 279px;
}
#social a {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #28458A;
	text-decoration: none;
}

#social a:hover {
	color: #000;
}


#social ul {
	list-style-type: none;
}

#social ul li {
	margin-bottom: 6px;
	background-image: url(../images/hfi-tab-bg.png);
	background-repeat: no-repeat;
	background-position: 0px -36px;
	padding-top: 6px;
	padding-bottom: 4px;
	height: 26px;
	padding-left: 12px;

}

#i501c3 {
	width: 210px;
	right: 6px;
	position: absolute;
	margin-top: 44px;
}
