a {
	color: #000000;
}

a:hover {
	color: #47361f;
}

html{
	height: 100%;
}

body {
/*	text-align: center;*/
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #00142f;
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
}

#board {
	height: 170px;
/*	text-align: center;*/
	position: absolute;
	width: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 3;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/board.png');
}

#copper {
	/*display: inline-block;*/
	font-style: normal;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 95px;
	height: 200px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 4;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/copper.png');
}

#copper a {
	padding: 0px 1em;
	color: #000000;
}

#copper a:hover {
	color: #3c3a39;
}

#copper[id]
{
	display: table;
}

#linksOuterIE
{
	display: none;
}

#linksOuter
{
	position: relative;
	top: 50%;
	display: inline-block;
}

#linksOuter[id]
{
	display: table-cell;
	vertical-align: middle;
}

#linksInner, #linksInnerIE
{
	position: relative;
	top: -50%;
}

#contentWrapper {
	top: 195px;
/*	text-align: center;*/
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#drywall {
	left: 50%;
	min-height: 270px;
	text-align: left;
	width: 580px;
	padding: 125px 45px 30px 35px;
	margin: 0px 0px 0px -330px;
	z-index: 2;
	background-repeat: repeat;
	background-image: url('../images/drywall.jpg');
	position: relative;
	top: -25px;
}

#content{
	min-height: 230px;
	padding-top: 10px;
}
.freeText
{
	clear: both;
}

.formLine
{
	margin: 1em 0px;
	padding: 0px;
	clear:both;
}

.formLine label
{
	display: inline-block;
}

.inputBox
{
	font-style: monospace;
	font-size: medium;
	font-family: Courier "Courier New" monospace;
	margin: 0px;
	padding: 0px;
	width: 580px;
	color: #000066;
	background-color: #d7c896;
	border: 0px;
	border-bottom: 1px dashed #000000;
}

li div
{
	padding: 0px;
	width: 580px;
}

#recaptcha_widget
{
/*	display: none; */
}

.recaptcha_only_if_incorrect_sol
{
	color:red; 
}

table#recaptcha_widget
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#recaptcha_widget tr
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#recaptcha_widget td
{
	margin: 0px;
	padding: 0px;
	border: 0px;	
}

#recaptcha_widget table
{
	font-size: 0px;
}

#recaptcha_widget img 
{
	margin: 0px;
	padding: 0px;
	border: none;
}

#recaptcha_buttons
{
	padding: 0px 5px 0px 15px;
}

#recaptcha_response_field 
{
   width: 233px;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table 
{
   background: none !important; //reCaptcha widget background color
}
 
 #recaptcha_table 
{
   border: none !important; //reCaptcha widget border color
}

.success
{
	color: rgb(0,255,0);
	text-align: center;
}

.error
{
	color: red;
}

.validator
{
	display: none;
	color: red;
	font-weight: 900;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: Verdana, Arial, sans-serif;
 margin: 0px;
}

.thumb
{
	margin: 0px 9px 9px 9px;
	height: 50px;
	width: 50px;
}
fieldset
{
	margin-top: 15px;
	border-color: #47361f;
}

#footer{
	position: relative;
	width: 580px;
	left: 50%;
	margin-left: -300px;
	margin-bottom: -20px;
	vertical-align: top;
	height: 100px;
	text-align: center;
}

/*
#footer{
	position: absolute;
	left: 3px;
	top: 100px;
	width: 175px;
}

#footer div
{
	text-align: center;
	margin-bottom: 10px;
}*/
#footer a
{
	position: relative;
	top: 0px;
	display: inline-block;
	vertical-align: top;
}

.testimonial
{
	border: 1px solid #47361f;
	margin: 5px;
	position: relative;
}

.cmtHeader
{
	position: relative;
	background-color: #47361f;
	color: white;
	padding: 0px 2px 2px 2px;
}

.comment
{
	padding: 2px;
}
.cmtDate 
{
	position: absolute;
	top: 0px;
	right: 4px;
}

.cmtLoc
{
	font-weight: normal;
	font-size: smaller;
}

.cmtNavBar
{
	position: relative;
}

.next
{
	position: absolute;
	right: 0px;
	top: 0px;
}

#cForm label
{
	display: block;
}

#formCaption
{
	border-top: 2px ridge #47361f;
	margin-top: 2em;
	margin-bottom: 0em;
}

#subHeader
{
	text-align: center;
	position: absolute;
	width: 100%;
	top: 81px;
	left: 0px;
	z-index: 100;
	font-weight: bold;
}