#nav-home { 
	position: absolute;
	width: 571px;
	top: 106px;
	left: 134px;
	z-index:2; /*this needs to be above the howdy and below the overlay*/
}
		
#nav1 { width: 191px; float: left; }
#nav2 { width: 190px; float: left; }
#nav3 { width: 190px; float: left; }
		
#nav-home img { float: left; }
		
#nav-home ul { 
	border-left: 2px solid #993333;
	border-right: 2px solid #993333;
	border-bottom: 1px solid #993333;
	float: left;
}
		
#nav-home ul#menu1 { width: 187px; }
#nav-home ul#menu2 { width: 188px; margin-left: -2px; }
#nav-home ul#menu3 { width: 188px; margin-left: -2px; }
			
#nav-home li { 
	list-style-type: none;
	margin: 0;
	height: 28px;
	border-bottom: 2px solid #993333;
}
		
#nav-home a {
	position: absolute;
	font-size: 11px;
	color: #cc6600;
	text-decoration: none;
	background-color: #fff;
	padding: 5px 0 5px 10px;
	height: 18px;
}

#nav-home li.prodev { height: 38px; }

#nav-home li.prodev a { height: 28px; }
		
#nav-home ul#menu1 a { width: 177px; }
#nav-home ul#menu2 a { width: 178px; }
#nav-home ul#menu3 a { width: 178px; }
		
#nav-home a:hover {
	color: #993333;
	background-color: #eaf4f1;
}
		
#video-thumb { 
	position: absolute;
	left: 134px;
	top: 152px;
}
		
#howdy {
	position: absolute;
	left: 459px;
	top: 206px;
	z-index:1; /*this needs to be below the js menus and the overlay*/
}

#nav-social-home {
	position: absolute;
	top: 14px;
	left: 784px;
	width: 104px;
	height: 114px;
	border: 1px solid #cccccc;
	padding-left: 11px;
	
}

#mlr-email-form {

	/*this is absolute positioned just below the nav-social-home*/
	
	position: absolute;
	top: 140px;
	left: 784px;

}

#nav-social-home p {
	line-height: 1em;
	margin-bottom: 4px;
	width: 0px;
	font-size: 11px;
}

.nav-social-home-blog {
	margin-bottom: 1px !important;
}

.social-image-height.p {
	line-height: 21px;
}


#footer-home {
	position: absolute;
	top: 692px;
	left: 150px;
	font-size: 10px;
	color: #999999;
}

#footer-links-home {
	position: absolute;
	top: 582px;
	left: 625px;
	width:300px;
	font-size: 11px;
	color: #999999;
	padding-right: 75px;
}

#footer-image-links-home {
	position: absolute;
	top: 572px;
	left: 50px;
	width:800px;
}

.footer-home-desc {
	width: 500px;
	margin-bottom: 10px;

}




