/*Genesis Template Specific CSS Elements*/
body {
	margin: 0px;
}
#logo {
	position: absolute;
	visibility: visible;
	z-index: 3;
	top: 5px;
	height: 110px;
	width: 360px;
	right: 13px;
}
.main_cell {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 14px;
}
.small {
	font-size: 10px;
}
#top_image {
	position: absolute;
	top: 0px;
	height: 120px;
	width: 250px;
	z-index: 2;
	left: 0px;
}
#top_buttons {
	z-index: 3;
	position: absolute;
	height: 24px;
	width: 450px;
	top: 113px;
	right: 0px;
	padding-top: 5px;
	font-size: 12px;
}
#top_buttons a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 35px;
	margin-right: 24px;
}
#top_buttons a:hover {
	text-decoration: underline;
}
#top_buttons_shell {
	z-index: 2;
	position: absolute;
	height: 24px;
	width: 450px;
	top: 112px;
	right: 10px;
}
