#contact-content {
	padding: 20px 0 0 0;
}

	#contact-content h2 {
		display: none;
		margin-top: 15px;
	}

	#contact-content p.big-space {
		margin-top: 35px;	/* this keeps the spacing without the h2s which are hidden above */
	}

	#contact-lft {
		width: 305px;
		float: left;
		margin: 0 0 10px 0;
	}

	#contact-rgt {
		width: 345px;
		float: right;
		margin: 0 0 10px 40px;
	}

		#directions-directions {
			width: 330px;
			padding: 5px 0 0 0;
		}

			#directions-directions-lft {
				width: 20px;
				height: 20px;
				float: left;
				padding: 3px 0;
			}

			#directions-directions-rgt {
				width: 310px;
				height: 20px;
				float: right;
				line-height: 20px;
				padding: 2px 0 4px 0;
			}

		#contactform {
			display: inline;
			width: 335px;
		}

		#contactform p {
			margin-top: 5px;
		}

		#contactform label {
			width: 95px;
			line-height: 20px;
			padding: 0 10px 0 0;
		}

		input.contform {
			width: 300px;
			border: 1px solid #058;
			font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
			font-size: 1.0em;
			margin: 2px 0 5px 0;
		}

		textarea.contform {
			width: 300px;
			border: 1px solid #058;
			font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
			font-size: 1.0em;
			margin: 2px 0 5px 0;
		}

		#buttsend {
			width: 120px;
			background-color: #c2c542;
			border: 1px solid #fff;
			color: #000;
			font-weight: bold;
			font-family: "times new roman";
			font-size: 1.3em;
			margin: 5px 0 0 182px;
			padding: 3px 0;
		}