/* CSS Styles for Homepages  */

/* Hiding gateway on homepage */
body.vt-home div#vt_gateway {
	display: none;
}

/* slightly increasing right column top padding */
body.vt-home div#vt_right_col {
	padding-top: 20px;
}

/* get rid of negative top margin for nav column as it's unneccesary now */
body.vt-home div#vt_nav_col {
	margin-top: 0;
}