@charset "UTF-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url('../../images/bg.jpg') no-repeat top center;
	font-size:12px;
}
.wrap {
	background-color: #2b2b2b;
}
.content {
	background-color: #252323;
	border: 1px solid #474545;
	min-height: 350px;
	color:#fff;
}
.copy {
	line-height: 20px;
}
.copy p {
	margin-bottom: 20px;
}
.copy ul {
	list-style: square;
}
.copy ul li {
	margin-bottom: 5px;
}
.copy a, .copy a:link, .copy a:visited, .copy a:active {
	color: #9999ff;
}
.sectionBreak {
	width: 700px;
	height: 1px;
	margin: 20px 0 20px 0;
	border-bottom: 1px dashed #474545;
	clear: both;
}
.sectionHead {
	width: 150px;
	height: 100%;
	float: left;
	text-transform: uppercase;
	font-size: 20px;
	font-weight:normal;
}
.footer {
	text-align: center;
	color: #fff;
	font-size: 0.9em;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active {
	color: #fff;
}
.tag {
	font-size: 1.2em;
	word-spacing: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #d0b0fa;
}
.contactForm .formTop {
	margin: 0 0 30px 15px;
}
.contactForm .formBottom {
	height: 192px;
	border-bottom: 1px solid #3a3a3a;
}
.contactForm input {
	width: 167px;
	height: 18px;
	background-color:#000;
	padding: 2px;
	border: 1px solid #3a3a3a;
	color: #e6e6e6;
}
.contactForm input:focus {
	border: 1px solid #9999ff;
}
.contactForm textArea {
	width: 168px;
	background-color:#000;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #3a3a3a;
	color: #e6e6e6;
	overflow: auto;
}
.contactForm .submit {
	position: relative;
	left: 110px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 503px;
	height: 30px;
	padding-bottom: 8px;
	margin: 25px 0 25px 0;
	background: url('../../images/submitBg.png');
	border: 1px solid #3a3a3a;
}
.contactForm textArea:focus {
	border: 1px solid #9999ff;
}
.contactForm .formLeft {
	float: left;
	width: 300px;
	height: 150px;
}
.contactForm .formRight {
	float: left;
	width: 300px;
	height: 150px;
}
.contactForm ul {
	list-style:none;
}
.contactForm .labels {
	width: 100px;
	height: 150px;
	float: left;
	text-align: right;
}
.labels ul li {
	height: 20px;
	margin-bottom: 13px;
}
.fields ul li {
	margin-bottom: 8px;
}
.contactForm .req {
	color: #9999ff;
}
.contactForm .fields {
	width: 170px;
	height: 150px;
	float: left;
	text-align: left;
	margin-left: 10px;
}
#pd {
	text-align: right;
}
#comments {
	text-align: right;
}
textarea#pd, textarea#comments {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.error {
	background-color: #3c1b1b;
	padding: 15px;
	color:#ff0000;
	border: 1px solid #6f1c1c;
	margin: 15px 0;
}

.contactForm #message {
	background-color:#1e4416;
	color: #abec9c;
	border: 1px solid #287117;
	text-align:center;
	padding: 15px;
}
