@charset "UTF-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0 auto;
	background: #f7941d url(../images/background.jpg) no-repeat top center;
}

p {
	margin: 10px 0;
}

a img{
	border: none;
}

#container {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}

.super {
	font-size: .7em;
	vertical-align: super;
}

/*NAVIGATION*/
ul#nav {
	list-style: none;
	width: 700px;
	padding: 0;
	margin: 0;
}

	ul#nav li {
		display: block;
		float: left;
		padding: 0;
		margin: 0;
	}

	ul#nav li a {
		color: #000;
		display: block;
		height: 150px;
		background-position: 0 0;
		text-indent: -9999px;
		padding: 0;
		margin: 0;
	}
	
	/*ul#nav li a:hover {
		background-position: 0 -150px; 
	}
	
	
		li#nav-why a {
			background: #fff url(../images/nav-why.jpg);
			width: 106px;
		}
		
		li#nav-tv a {
			background: #fff url(../images/nav-tv.jpg);
			width: 135px;
		}
		
		li#nav-yourhealth a {
			background: #fff url(../images/nav-yourhealth.jpg);
			width: 97px;
		}
		
		li#nav-yourdoctor a {
			background: #fff url(../images/nav-yourdoctor.jpg);
			width: 98px;
		}
		
		li#nav-healthcare a {
			background: #fff url(../images/nav-healthcare.jpg);
			width: 135px;
		}*/
		
		li#nav-tools a {
			background: #fff url(../images/nav-tools.jpg);
			width: 129px;
		}
		
		li#nav-tools a:hover {
			background-position: 0 -150px;
		}
		
			
#subnav-why, #subnav-tv, #subnav-yourhealth, #subnav-yourdoctor, #subnav-healthcare {
	position: absolute;
	top: 150px;
	display: none;
	color: #000;
	list-style: none;
	padding: 0;
	margin: 0;
}

#subnav-why {
	margin-left: 10px;
}

#subnav-tv {
	margin-left: 116px;
}

#subnav-yourhealth  {
	margin-left: 251px;
}

#subnav-yourdoctor  {
	margin-left: 348px;
}

#subnav-healthcare {
	margin-left: 483px;
}

	.subnav {
		
	}
	
		.subnav li a{
			color: #fff;
			padding: 8px;
			display: block;
			text-decoration: none;
			font-weight: bold;
			background: #bdca85;
			border-top: 1px solid #d1e091;
			border-bottom: 1px solid #afca39;
		}	
		
		.subnav li a:hover{
			color: #fff;
			background: #a1ac6f;
		}

#logo {
	position: absolute;
	padding: 0;
	_margin-top: -153px;
	.margin-top: -153px;
	margin-left: 700px;
	width: 239px;
	height: 220px;
}



/*END NAVIGATION*/

#content {
	clear: both;
	padding: 20px;
}

	#content h1 {
		color: #fff;
		margin: 0;
		padding: 10px 0 0;
		width: 475px;
		height: 68px;
		font-size: 2em;
		/*border: 1px solid #fff;*/
	}
	
	
#greeting {
	float: left;
	width: 485px;
}
	
	#greeting p {
		padding-right: 20px;
	}

	#greeting img {
		margin-left: -10px;
	}

#feature {
	float: left;
	width: 415px;
	margin-top: -22px;
	_margin-top: -21px;
	.margin-top: -21px;
	background: url(../images/bg-feature.gif) no-repeat top center;
}


	#feature h2, #feature p {
		padding: 0 18px;
	}
	
	#feature h2 {
		font-size: 2em;
		margin: 0;
	}

	#feature-bottom {
		width: 415px;
		height: 18px;
		background: url(../images/bg-feature-bottom.gif) no-repeat bottom center;
	}
	
#inner {
	width: 800px;
	margin: 0 auto;
}

	#inner h1{
		width: 460px;
		margin: 0 auto;
		text-align: center;
		font-size: 1.6em;
		line-height: 1.2em;
	}
	

	#inner #feature {
		float: none;
		margin: 10px auto 0;
		padding-top: 8px;
		background: url(../images/bg-feature-inner.gif) no-repeat top center;
	}
	
	#inner #feature-left {
		float: left;
		margin: 10px 10px 0 0;
	}
	
	#inner #feature-right {
		float: right;
		margin: 10px 0 0 10px;
	}
	
	
		#inner #feature p{
			margin: 10px 0 0;
			_margin: 20px 0 0;
			.margin: 20px 0 0;
		}
	
	#inner #feature-bottom {
		margin-top: 0;
		height: 15px;
	}


#presented {
	width: 353px;
}

#funded {
	width: 920px;
}

#presented, #funded {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

ul.footer {
	list-style: none;
	padding: 0;
	margin: 0;
}	

	.footer li {
		float: left;
		padding-bottom: 20px;
	}
	

/*EASY CLEARING*/	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
