@charset "utf-8";
@import "/css/layout.css";
div#main {
	height: 722px;
	background: url("../images/contactpage.jpg") 15px 78px no-repeat;
}
div#page {
	clear: both;
	padding: 20px 15px 0 470px;
}
div#copy {
	height: 494px;
}
p#slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	text-transform: capitalize;
}
div#copy a {
	padding: 0 0 0 20px;
	background: url("../images/star2.gif") left no-repeat;
}
div#footer {
	padding: 10px 0;
	height: 45px;
	overflow: hidden;
}
form p, form label {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
h1 {
	text-align: center;
}
h2 {
	margin: 0 0 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}
form {
	margin: 0 auto;
	width: 280px;
}
label {
	float: left;
	display: block;
	width: 70px;
}
input, textarea, select {
	border: solid 1px #000;
	width: 200px;
}
option {
	text-transform: capitalize;
}
textarea {
	width: 218px;
}
input#reset, input#submit {
	margin: 0 10px 0 0;
	width: 75px;
	color: #fff;
	background-color: #006;
	cursor: pointer;
}
input#reset:hover, input#submit:hover {
	background-color: #f30;
}
p#buttons {
	text-align: right;
}
p.disclaimer {
	clear: both;
}
p#errormessage {
	color: #f00;
}