/* CSS Document */
#primary-nav ul li #primary-nav-home
	{
		display:none;
	}
	
	#primary-nav-a
		{
		margin-left: 170px;
		border-left: 1px solid #fff;
		}

#content
{
  /*postion:absolute;*/
	width:996px;
	background-color:#ffffff;
}
	#left-column
	{
		background-image:url(../images/home/left-column.jpg);
		background-repeat:no-repeat;
		width:171px;
		height:131px;
	}
		
	#column-1
	{
		width: 171px;
		padding: 0px;
		float:left;
	}
		
	#column-2
	{
		width: 611px;
		float:left;
		padding:0px;
		display:block;
		/*background-color:#ff00ff;*/
	}	
		#content-col-1 {
			/*background-image:url(../images/home/homeImageC.jpg);
			background-repeat:no-repeat;
			background-position:top left;*/
			width:310px;
			height:310px;
			float:left;
			
		}
			#content-col-1 h1
			{ 
				position: absolute; 
				left: -9999px; 
			}
		#content-col-2 {
			width:301px;
			float:right;
		}
			
		#hcp-box-header, #patient-box-header {
			background-repeat:no-repeat;
			background-position:top left;
			width:301px;
		}
		#hcp-box-header {
			background-image:url(../images/home/hcp-box-header.gif);
			height:45px;
		}
		#patient-box-header {
			background-image:url(../images/home/patient-box-header.gif);
			height:34px;
		}
			#hcp-box-header h2, #patient-box-header h2 {
				position: absolute; 
				left: -9999px; 
			}
		#hcp-box-content, #patient-box-content {
			background-repeat:no-repeat;
			background-position:top left;
			background-color:#fff;
			width:137px;
			height:105px;
			padding:10px 15px 0px 149px;
			margin:0px;
			font-size:11px;
			color:#999;
		}
		#hcp-box-content {
			background-image:url(../images/home/hcp-box-image.jpg);
		}
		#patient-box-content {
			background-image:url(../images/home/patient-box-image.jpg);
		}
			#hcp-box-content p, #patient-box-content p {
				margin-top:0px;
				margin-bottom:5px;
			}
			#hcp-box-content a, #patient-box-content a {
				color:#f33;
			}
			#hcp-box-content a.markedLink, #patient-box-content a.markedLink {
				display:block;
				/*background-image:url(../images/home/home-box-linkarrow.gif);
				background-repeat:no-repeat;
				background-position:top left;
				padding-left:12px;*/
				color:#333;
				text-decoration:none;
			}
			#hcp-box-content a.markedLink:hover, #patient-box-content a.markedLink:hover {
				color:#000;
				text-decoration:underline;
			}
		#content-footer {
			clear:both;
			/*background-image:url(../images/home/footer-bg.gif);
			background-repeat:no-repeat;
			background-position:top left;
			padding:28px 15px 0px 28px;*/
			padding:20px 15px 0px 20px;
			height:47px;
			font-size:12px;
			font-weight:bold;
			/*color:#0099d8;*/
			color:#666;
		}
		#content-footer-col-1, #content-footer-col-2 {
			font-size:11px;
			color:#666;
		}
		#content-footer-col-1 {
			width:272px;
			/*padding:10px 0px 0px 28px;*/
			padding:10px 0px 0px 20px;
			float:left;
		}
		#content-footer-col-2 {
			width:286px;
			padding:10px 0px 0px 15px;
			float:right;
		}
			#content-footer-col-2 a {
				color:#62bb46;
			}
			#content-footer-col-2 a.markedLink {
				display:block;
				/*background-image:url(../images/home/footer-linkarrow.gif);
				background-repeat:no-repeat;
				background-position:top left;
				padding-left:12px;*/
				padding-bottom:5px;
				color:#333;
				text-decoration:none;
			}
			#content-footer-col-2 a.markedLink:hover {
				color:#000;
					text-decoration:underline;
			}
		
	#column-3
	{	
		width: 210px;
		padding-top:11px;
		
		float:right;
		/*background-color:#cccccc;*/
	}
	
	.three-peaks {
		height:149px;
	}

		
#footer
{
	/*background-color:#cccccc;*/
}
