#top_section {
	float:left;
}
#flash {
	float:left;
}
#side_nav {
	float:left;
}
#top_section {
	margin-bottom: 15px;
}
#bottom_section {
	clear:both;
}
#welcome_message {
	float:left;
	padding-bottom: 10px;
	margin-bottom:20px;
	background: transparent url('/images/global/dotted_line_grey_h.gif ') 0 100% repeat-x;
}
#home_image {
	float:left;
}
#main_text {
	float:left;
	width: 714px;
}

#side_nav li {
	width: 304px;
	height: 87px;
	margin-bottom: 1px;
	margin-left: 2px;
	background: #0c2735 url('/images/home/side_nav_items.jpg') 0 0 no-repeat;
}
#side_nav li a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	outline: none;
}
#side_nav li a:hover {
	background: #0c2735 url('/images/home/side_nav_items.jpg') 0 0 no-repeat;
}
#side_nav li a:focus {
	outline: none;
	border: 1px dotted #b0e1ff;
}
#side_nav li#view_client_test {
	background-position: 0 0;
}
#side_nav li#view_gates {
	background-position: 0 -88px;
}
#side_nav li#request_brochure {
	background-position: 0 -176px;
}
#side_nav li#dont_get_wrong {
	background-position: 0 -265px;
}

#side_nav li#view_client_test a:hover {
	background-position: -304px 0;
}
#side_nav li#view_gates a:hover {
	background-position: -304px -88px;
}
#side_nav li#request_brochure a:hover {
	background-position: -304px -176px;
}
#side_nav li#dont_get_wrong a:hover {
	background-position: -304px -265px;
}
