@charset "UTF-8";
/* MAKE TAB SELECTED */

div#headnav li a.hnav_welcome {
	background:url(../images/hnav_welcome.png) 0px -60px no-repeat;
}
div#headnav li a.hnav_welcome:hover {
	background:url(../images/hnav_welcome.png) 0px -60px no-repeat;
}

/* CONTENT DIVS */

/* LEFT COLUMN */

div#content_main{
	float:left;
	width:440px;
	padding:0px;
	padding-left:10px;
	padding-right:35px;
	text-align:left;
}

/* RIGHT SIDEBAR */

div#content_right{
	text-align:left;
	float:right;
	width:468px;
	overflow:hidden;
}

/* SPINNING FLASH FOOT */

div#flashfoot{
	/* float:left; */
	width:248px;
	height:288px;
	margin:0;
	padding:0;
}

/* TEXT STYLES */

#content_main p{
	text-align:left;
	line-height:16px;
}

h1.changinglives{
	display:block;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	/* width:440px; redundant; commented due to layout problem in IE */
	height:80px;
	background: url(../images/h1_changing_lives.png) no-repeat;
}

h2.welcome{
	display:block;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	/* width:440px; redundant; commented due to layout problem in IE */
	height:103px;
	background: url(../images/h2_welcome_hypro.png) no-repeat;
}

h3.hpc_explained{
	display:block;
	margin:5px 0 2px 0;
	padding:0px;
	text-indent:-9999px;
	width:178px;
	height:22px;
	background: url(../images/h3_hyprocureexplained.png) no-repeat;
}

h3.checkyourself {
	display:block;
	margin:5px 0 2px 0;
	padding:0px;
	text-indent:-9999px;
	width:178px;
	height:22px;
	background: url(../images/h3_checkyourself_home.png) no-repeat;
}
/* CLASSES */
