/*
	Contact.css
	Copyright 2009 Avalanche Creative
	
	Specific Stylesheet Rules for Contact Page
*/

#contact{
	width: 380px;
	display: block;
}

	#contact .field{
		display: block;
		position: relative;
		width: 390px;
		margin: 7px 0px;
		float: left;
		overflow: hidden;
	}
		#contact label{
			width: 68px;
			height: 24px;
			margin-left: 10px;
			display: block;
			float: left;
			clear: left;
			position: relative;
			color: #F8981D;
			font: 0.95em/24px Arial;
		}

		#contact .field input{
			display: block;
			float: right;
			position: relative;
			width: 284px;
			background-color: transparent;
			background-image: url("../images/contact_field.png");
			background-repeat: no-repeat;
			background-position: left center;
			border: 0px none transparent;
			height: 19px; /* 24px */
			padding: 5px 16px 0px 9px;
			color: #666;
		}

		#contact textarea{
			width: 303px;	/* 309px */
			height: 133px;	/* 143px */
			margin: 0px;
			padding: 5px 0px 5px 6px;
			float: right;
			position: relative;
			overflow: hidden;
			display: block;
			
			resize: none;
			background-color: transparent;
			background-image: url("../images/contact_textarea.png");
			background-repeat: no-repeat;
			background-position: top left;
			border: 0px none transparent;
			color: #666;
			font-size: 0.85em;
			font-family: Verdana;
		}
	
		/* Remove that annoying blue glow in Safari */
		#contact textarea:focus	{	outline: none;	}
		#contact input:focus	{	outline: none;	}
		
		/* Error Messages */
		.status{
			font: 0.9em/1.1em Arial !important;
			font-weight: bold !important;
			color: #f00;
			height: 10px; /*30px*/
			padding-top: 20px;
			margin-bottom: 5px;
		}
		#contact .missingField{
			color: #f00;
		}
			#contact label.missingField{
				font-weight: bold;
			}
			
			#contact div.missingField{
				position: relative;
				font-size: 1.1em;
				width: 0px;
				height: 0px;
				line-height: 20px;
			}

	#contact #sent{
		display: block;
		float: right;
		position: relative;
		outline: none !important;
		background-color: transparent;
		background-image: url("../images/contact_send.png");
		background-repeat: no-repeat;
		background-position: 0px 0px;
		width: 93px;
		height: 20px;
		border: none;
		margin: 0px;
	}


.column_left{
	width: 415px; /* 420px */
	padding-left: 5px;
	padding-top: 12px;
}
	.column_left p,
	.column_left h1,
	.column_left .status{
		margin-left: 10px;
	}

.column_right{
	width: 234px;
}
	.column_left p,
	.column_right p{
		font: 0.9em/1.5em Verdana;
	}
	
	.column_right h2{
		margin-top: 20px;
	}
	
	.column_right strong{
		font-weight: bold;
		display: block;
		color: #542988;
	}
	
	.column_right a,
	.column_right a:link,
	.column_right a:active,
	.column_right a:visited{
		display: block;
	}
	
	#viewmap{
		width: 212px;
		text-align: center;
	}
	
	#viewmap img{
		border: 1px solid #fff;
	}
	
	#viewmap:hover{
		text-decoration: none !important;
	}
	
	#viewmap:hover img{
		border: 1px solid #888;
	}
	
	#caption em{
		font-weight: normal !important;
		font-style: normal;
	}
