@charset "UTF-8";
/* Home page styles */

/* Add EHTV splash to navbar */
#navbar {
	background:url(../Images/Navbar/nav_ehtv.jpg) right top no-repeat;
}
#navbar ul li a#navlink00 {
	display:none;
}

/* Add dividers between rows */
div.bodyrow {
	clear:both;
	padding:0 0 35px 0;
	background:url(../Images/Homepageboxes/divider.jpg) left bottom no-repeat;
}

/* News box in col1 */
#newsbox {
	width:190px;
	height:209px;
	padding:36px 0 10px 0;
	background:url(../Images/Homepageboxes/news.jpg) no-repeat;
	overflow:hidden;
}
	#newsbox p {
		margin-top:0;
	}

/* EHTV box in col3 */
#ehtvbox {
	width:280px;
	height:267px;
	padding:34px 5px 0 5px;
	background:url(../Images/Homepageboxes/ehtv.jpg) no-repeat;
}

div#col3focusdiv {
	padding-bottom:0;
}

/* Remove repeat underrule at bottom */
	#footercontainer {
		margin-top:0;
		padding-top:0;
		border-top:none;
	}
