/* Contact Page CSS
 * Copyright 2010 WebCamp One, LLC
 * Jim Pietrangelo, webcampone.com
 * For: All4Hym
*/
div#col_1_of_2 {
	width: 330px; }

div#col_2_of_2 {
	width: 380px; }

div#googleMap {
	position: relative;
	width: 320px;
	height: 240px;
	margin-top: 20px;
	border: 2px outset #9aa242; }
	#googleMap iframe {
		border: 0;
		overflow: hidden;
		margin: 0;
		padding: 0;
		overflow: none; }	

div.vcard {
	position: relative;
	font-size: 1.50em;
	line-height: 1.25em; }
	div.vcard a span {
	 	}
	div.vcard div.org {
		}
	div.vcard a.email {
		}
	div.vcard div.adr {
		}
	div.vcard div.tel {
		}

div#contactForm {
	position: relative;
	width: 340px;
	height: auto;
	margin: 0 0 0 1em;
	margin-left: 1em;
	float: right; }
	div#contactForm h3 {
		margin-bottom: .5em; }
	div#contactForm h3 + span {
		display: block;
		width: 100%;
		text-align: left;
		font-size: 1em;
		font-style: italic;
		margin: 0 15px 1em 0; }
	div#contactForm span {
		display: block;
		margin: .25em 0 0;
		vertical-align: middle; }
	div#contactForm label {
		width: 100px;
		font-size: 1.25em;
		margin-top: 5px;
		overflow: hidden;
		white-space: nowrap;
		float: left; }
	div#contactForm input,
	div#contactForm textarea {
		 width: 200px; }
		div#contactForm input {
			height: 1.25em; }
		div#contactForm textarea {
			width: 225px;
			height: 100px;
			overflow-y: auto; }
	div#contactForm img#vimg {
		width: 150px;
		height: 30px; }
	div#contactForm input#submit {
		width: auto;
		height: auto;
		padding: 5px 10px;
		color: #fff;
		background: #9aa242; }
		div#contactForm input#submit:active {
			color: #fff;
			background: #000; }