@charset "UTF-8";
/* CSS Document */
#contact-holder {
	width: 958px;
	height: auto;
	min-height: 600px;
	margin: 0 auto;
	background: url(../images/contact-bg.png) center no-repeat;
}

#contact form {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #930;
	font-size: 14px;
	width: 300px;
	height: auto;
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}
span.required {
	color:#900;
	font-size: 13px;
}
span.centermessage {
	color:#036;
	font-size: 18px;
	text-align:center;
	font-weight: bold;
}
.sendbtn {
	background: none;
	background-image: url(../images/sendbtn.png);
	width: 102px;
	height: 32px;
	border: none;
	float: left;
	color: #930;
	font-weight: bold;
	font-size: 19px;
}


span.padtop {
	margin-top:20px;
}



	#SearchBox {
				background: url(../images/search_box.png);
				float: left;
				height: 60px;
				width: 305px;
			}
			
			#SearchButton {
				float: left;
				height: 60px;
				width: 70px;
			}
			
			#SearchInput {
				background: none;
				border: none;
				color: #999999;
				font-size: 16px;
				outline: none;
				margin: 20px;
				width: 280px;
			}
			
			#SearchResults {
				background: #000000;
				display: none;
				overflow: auto;
				position: absolute;
				width: 330px;
				z-index: 99;
			}
			
			#SearchResults a {
				color: #FFFFFF;
				display: block;
				padding: 5px 5px 5px 15px;
				text-decoration: none;
			}
			
			#SearchResults a .highlight {
				color: #0099FF;
			}
			
			#SearchResults a:hover {
				color: #333333;
				background: #CCCCFF;
				text-decoration: underline;
			}
			
			
			
			
			#contactForm{
	margin: 0px; padding: 6px 0px 0px 0px;
}
	.contactMsg{border: 1px solid #c5b39a; background: #ede7dd; padding: 3px;}
	.errorContact{color: #821111;}
	.errorSuccess{color: #727e41;}

	#contactForm p, #commentform p{
		background: url(../images/inputBG.png) 0px 0px no-repeat;
		clear: both; margin: 0px 0px 10px 0px; padding: 5px 0px 4px 0px;
	}
		#commentform p{background: url(../images/commentInputBg.jpg) 0px 0px no-repeat;}
		#commentform p.commentTextArea{
			background: url(../images/commentTextAreaBG.jpg) 0px 0px no-repeat;
			padding: 6px 0px 8px 12px;
		}
			#commentform p small{padding: 0px 0px 0px 13px;}
			#comment{
				width: 400px; height: 130px;
				border: 0; background: none;
				overflow-y: scroll;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
			}
		#commentform p.loggedInInfo{background: none;}
		#contactForm p.textAreaContainer{
			background: url(../images/textAreaBG.png) 0px 0px no-repeat;
		}
		#contactForm p.contactSubmitContainer{background: none; text-align: center;}
		
	#commentform p.contactSubmitContainer{background: none;}
		
	#contactForm p label, #commentform p label{
		vertical-align: top;
		font-weight: bold; font-size: 11px; text-align: right;
		color: #036; width: 105px;
		padding: 1px 8px 0px 0px; display: block; float: left;
	}
	.textInput, .textArea{
		width: 160px; height: 17px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px; padding: 2px;
		border: 0; background: transparent;
	}
		.textArea{
			height: 70px; overflow-x: hidden; overflow-y: scroll; 
		}
