@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #e9e7c9;
}
a img {
	border: none;
}
#wrapper {
	position: relative;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	text-align: center;
}
#emailbutton {
	float: left;
	margin: 190px 335px;
}
#emailbutton a {
	display: block;
	width: 315px;
	height: 79px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(images/send-email-button.png);
	background-repeat: no-repeat;
}
#homebutton {
	float: left;
	margin: 190px 45px;
}
#homebutton a {
	display: block;
	width: 318px;
	height: 79px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(images/homebutton.png);
	background-repeat: no-repeat;
}
#emailform {
	background-image: url(images/formbackground.png);
	background-repeat: no-repeat;
	width: 460px;
	height: 500px;
	float: left;
	margin: 210px 20px;
	text-align: left;
	padding: 20px;
}
#emailform p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003e7b;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
}
#emailform h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003e7b;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 3px;
	padding: 0;
}
#emailform form {
	margin: 10px 0;
	padding: 0;
}
#emailform input {
	border: 1px solid #003e7b;
	background-color: #FFFFFF;
	width: 300px;
	height: 16px;
	padding: 7px;
	color: #003e7b;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#emailform input:focus {
	background-color: #CCCCCC;
}
#emailform textarea {
	border: 1px solid #003e7b;
	background-color: #FFFFFF;
	width: 400px;
	height: 200px;
	padding: 5px;
	color: #003e7b;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#emailform textarea:focus {
	background-color: #CCCCCC;
}
#formbutton input.button{
	display: block;
	background-image: url(images/sendbutton.png);
	background-repeat: no-repeat;
	background-color: transparent;
	color: transparent;
	text-transform: capitalize;
	text-indent: -9999px;
	border: none;
	width: 169px;
	height: 74px;
}
#confirmmessage h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003e7b;
	font-size: 24px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#confirmmessage p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003e7b;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}