/*
	Contact.css
	Copyright 2009 Avalanche Creative
	
	Specific Stylesheet Rules for Contact Page
*/
.field{
	margin: 4px 0px;
	float: left;
	overflow: hidden;
	display: block;
	position: relative;
}
	label{
		float: left;
		clear: left;
		position: relative;
		display: block;
		color: #000;
		font: bold 1em/28px Arial;
		text-align: right;
		padding-right: 5px;
	}

	input{
		border: 1px solid #d1e3bf;
		background-color: #d9ecc6;
		padding-top: 5px;
		padding-left: 7px;
		font-size: 1em;
		float: left;
		display: block;
	}

	button{
		border: 1px solid #d1e3bf;
		background-color: #d9ecc6;
		padding-top: 5px;
		padding-left: 7px;
		font-size: 1em;
		float: left;
		display: block;
	}
	
	textarea{
		border: 1px solid #d1e3bf;
		background-color: #d9ecc6;
		float: left;
		display: block;
		padding-top: 5px;
		padding-left: 7px;
		font: normal 0.95em Arial;
	}

	.reqField{
		position: relative;
		width: 0px;
		height: 0px;
		margin-right: 2px;
		color: #047551;
		font: normal 1.3em/20px Verdana !important;
	}
	.missingField,
	.missingField span{
		color: #f00 !important;
	}
	
	.footnote{
		float: left;
		display: block;
		position: relative;
		overflow: hidden;
		font: bold 0.85em/1.3em Arial;
	}


#contact{
	width: 400px;
	display: block;
	margin: 0px;
}

	#contact .field		{	width: 400px;	}
		#contact label		{	width: 88px;	height: 24px;	}
		#contact input		{	width: 295px;	height: 18px;	}
		#contact textarea	{	width: 295px;	height: 120px;	}
	
		/* 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*/
			margin-bottom: 5px;
			display: block;
			position: relative;
			margin-left: 93px;
			height: 8px;
			width: 0px;
		}
			.status span{
				position: absolute;
				width: 400px;
				height: 20px;
			}

	#contact #f_submit{
		margin-top: 0px;
	}
	#contact .footnote{
		width: 225px;
		text-align: right;
		padding-left: 60px;
	}
		#contact .footnote .reqField{
			margin: 0px;
			line-height: 1.3em !important;
		}

	#contact #sent{
		width: 100px;
		height: 20px;
		border: 1px solid #999;
		background-color: #e8e8e8;
		display: block;
		padding-top: 0px;
		font-size: 0.9em;
		float: right;
	}


.column_left{
	width: 400px;
}

.column_right{
	width: 200px;
}
	.column_left p,
	.column_right p{
		font: 0.9em/1.5em Verdana;
	}
	
	.column_right h2{
		margin-top: 38px;
		margin-bottom: 5px;
	}
	
	.column_right a,
	.column_right a:link,
	.column_right a:active,
	.column_right a:visited{
		display: block;
	}
	
	#contact_details ul{
		list-style: none;
		margin-left: 0px;
		margin-bottom: 1em;
	}
		#contact_details ul li{
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
	
	#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;
	}