@import url(/_css/views/default.css);

@media screen {	
	div#top_inset {
		height: 200px;
	}
	div#splash_image {
		position: absolute;
		top: 0px;
		left: 375px;
		width: 583px;
		height: 200px;
		background-repeat: no-repeat;
	}
	div#breadcrumb {
		color: #FFFFFF;
		font-size: 10px;
		height: 14px;
		background-color: #4C7592;
		padding: 3px 10px;
	}
	div#breadcrumb a, div#breadcrumb a:link, div#breadcrumb a:visited, div#breadcrumb a:focus, div#breadcrumb a:hover, div#breadcrumb a:active {
		color: #FFFFFF;
	}
	div#google_search {
		margin: 15px 10px;
		background-position: 85px bottom;
	}
	div#google_search input {
		width: 127px;
	}
	
	div#broadband_buttons {
		background-image: url(/_elements/inside/background_right.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		padding: 9px 4px;
	}
	
	div#broadband_buttons a,
	div#broadband_buttons a:link,
	div#broadband_buttons a:visited {
		margin-bottom: 5px;
	}
}