@charset "utf-8";
/* Utah Web Geek CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
img {
	border: none;
}
body {
	background-color:#f4f4f4;
	background:url(../img/bg-hdr.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color: #696669;
}
hr {
	display: none;
}
div#page-wrap {
	width: 1000px;
	min-height: 100%;
	margin: 0 auto;
	overflow: visible;
}
div#header {
	width: 512px;
	height: 234px;
	margin: 0 auto;
}
h1 a {
	display: block;
	background:url(../img/hdr.jpg);
	width: 512px;
	height: 234px;
	text-indent: -999em;
}
div#main-content {
	margin: 33px 22px 0px 22px;
}
div#intro {
	font-size:19px;
}
.centred {
	font-size: 19px;
	text-align:center;
	width: 800px;
	padding: 45px 0px 22px 0px;
	margin: 0 auto;
}
div#divider {
	margin: 0 auto;
	background:#f4f4f4 url(../img/divider.png);
	height: 1px;
	width: 675px;
}
div#form-area {
	width: 650px;
	margin: 0 auto;
	padding-top: 38px;
}
div#left-box {
	font-size: 12px;
	height: 305px;
	width: 317px;
	float: left;
}
div#left-sheeth {
	height: 255px;
}
div#right-sheeth {
	height: 255px;
}
div#right-box {
	font-size: 12px;
	height: 305px;
	width: 317px;
	float: right;
}
div#reset-box {
	font-size: 12px;
	height: 55px;
	width: 317px;
}
div#submit-box {
	font-size: 12px;
	height: 55px;
	width: 317px;
	float: right;
}
.form-row {
	height: 50px;
	padding: 0px 0px 6px 0px;
}
div#comments-label {
	height: 19px;
	padding: 14px 0px 10px 0px;
}
div#form-button-row {
	height: 56px;
	width: 279px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}
div#captcha {
	height: 126px;
	margin: 0px 0px 8px 0px;
}
div#textarea {
}
#reset {
	width: 134px;
	float: right;
	height: 55px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../img/reset.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
#submit {
	width: 134px;
	height: 55px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../img/submit.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.redtext {
	color: #e61e25;
}
.textfield {
	border: 1px solid #696669;
	border-top: none;
	border-left: none;
	border-right: none;
	background: url(../img/bg-color.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 17px;
	width: 316px;
	color: #727272;
}
.textarea {
	border: hidden;
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	background: url(../img/bg-txt-area.png);
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	font-size: 17px;
	width: 316px;
	color: #727272;
}
