/* Styles unique to the homepage */

h1 {	
	background: url(../images/headers/index-h1.gif) no-repeat;
	border: 0;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 510px; height: 40px;
}

h2 {	
	background: url(../images/headers/index-h2.gif) no-repeat;
	border: 0;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 510px; height: 40px;
}

a#feedback-button {
	background: #F5EDAE;
	border: 2px solid #F0DC9E;
	float: right;
	font-size: 11px;
	text-align: center;
	margin: 0 0 15px 15px;
	padding: 10px;
	text-decoration: none;
	width: 150px;
}

a#feedback-button strong {
	display: block;
	float: left;
	font-size: 12px;
	padding: 0 0 5px 0;
}

a#feedback-button:hover {
	background: #FFF59F;
	border: 2px solid #DFCA8B;
	color: #356D83;
	text-decoration: none;
}

