@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bodyTopTempBG.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
div#container {
	width: 955px;
	margin: 0 auto;
	}
h1 {
	text-align: center;
	margin: 0;
	padding: 0;
	}
h3 {
	color: #333;
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: 100;
	}
form#tempContact {
	margin: 0 auto;
	margin-top: 50px;
	width: 575px;
	}
fieldset {
		border: none;
		}
form#tempContact label {
	display: block;
	margin-right: 15px;
	}
form#tempContact input {
	margin-bottom: 20px;
	}
div#right {
	float: right;
	}
input#name, input#email {
	height: 25px;
	border: none;
	padding-left: 10px;
	color: #fff;
	background-image:url(images/textBoxBG.png);
	background-repeat: no-repeat;
	}
[if Webkit]input#email {
	margin-left: -25px;
	}
form#tempContact textarea {
	background-image: url(images/textareabg.png);
	background-repeat: no-repeat;
	color: #fff;
	padding-left: 10px;
	border: none;
	padding-top: 10px;
	}
input#submitBTN{
	height: 30px;
	width: 60px;
	border: none;
	background-image: url(images/submitBG.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	display: block;
	}
input#submitBTN:hover {
	height: 30px;
	width: 60px;
	background-image: url(images/submitHoverBG.png);
	background-repeat: no-repeat;
	border: none;
	}
div#footer p {
	text-align: center;
	}
h4 {
	text-align: center;
	height: 30px;
	width: 60px;
	background-image: url(images/submitBG.png);
	background-repeat: no-repeat;
	padding-top: .3em;
	margin: 0 auto;
	margin-top: 50px;
	}
h4:hover {
	background-image: url(images/submitHoverBG.png);
	background-repeat: no-repeat;
	}
h4 a {
	color: #333;
	text-decoration: none;
	}
p {
	text-align: center;
	}
p a {
	color: #D76711;
	}
p a:hover {
	color: #333;}