/* CSS Document */

html, body {
	background:#fff url(../images/home/homeBG-2.jpg) top left no-repeat;
}
#primary-nav ul li #primary-nav-home
	{
		display:none;
	}
	
	#primary-nav-a
		{
		margin-left: 170px;
		border-left: 1px solid #fff;
		}

#content-container {
	height:450px;
}

#column-1 {
	position:relative;
	top:-160px;
	left:0px;
	z-index:3;
}

#column-2 {
	/*background:url(../images/features/diagnose-me-bg.gif) top left no-repeat;*/
	position:relative;
	top:-350px;
	left:792px;
	z-index:3;
	width:204px;
	height:155px;
}

	#diagnoseme {
		background:url(../images/features/diagnose-me.gif) top left no-repeat;
		padding:123px 0 0 39px;
		height:37px;
	}
	
	#diagnoseme a {
		display:block;
		width:155px;
		height:28px;
	}
	
	#diagnoseme a:hover {
		background:url(../images/features/diagnose-me_mover.gif) top left no-repeat;
	}


#footnote
{
	position:relative;
	top:-335px;
	left:0px;
	z-index:1;
}

/* Sub nav */

.sub-nav 
{ 
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
}
	
		.sub-nav ul {
			margin:0;
			padding:0;
		}
		
		
		.sub-nav ul li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			font-family: Arial, Helvetica, sans-serif;
			display:inline;
		}
			
			.sub-nav ul li a {
				margin:0;
				color: #fff;
				display: block;
				padding: 1px 3px 2px 20px;
				width: 147px;
				background: #d90606;
				border-bottom: 1px solid #fff;
				text-decoration: none;
				font-size:12px;
				font-weight:normal;
			}
			
			.sub-nav ul li a:link {
				color: #fff;
				text-decoration: none;
			}
			
			.sub-nav ul li a:hover {
				background:#09c url(../images/sub_arrow_norm.gif) top left no-repeat;
			}
			
			.sub-nav ul li a:active {
				color: #fff;
				text-decoration: none;
				background:#09c url(../images/sub_arrow_norm.gif) top left no-repeat;
			}
