/*-----------------------------------------------------------------------------
author:    www.visityakima.com
-----------------------------------------------------------------------------*/


/* =Vist Yakima Contact Page
-----------------------------------------------------------------------------*/
#h1Contact {
	width:358px;
	height:31px;
	background:url(../img/h1Contact.gif) no-repeat;
	position:absolute;
	}
	
.leftCol {
	width:415px;
	float:left;
	}
	
.rightCol {
	width:415px;
	float:right;
	}
	
h2 {
	margin:0 0 0 0;
	}
	
h2 a {
	color:#7f0b20;
	}

h2 a:link, h2 a:visited {
	text-decoration:underline;
	}

h2 a:hover, h2 a:active {
	text-decoration:none;
	}
	
h3 {
	font-size:150%;
	padding:15px 0 0 0;
	margin:10px 0 5px 0;
	border-top:#766641 dotted 1px;
	}	

	
#formWrapper {
	float:right;
	padding:0 0 0 20px;
	width:475px;
	}
	
#content textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	}
	
#content input, #content textarea {
	padding:3px 2px 3px 2px;
	background: #fbf5e9;
	border: 1px solid #d2c2a4;
	color:#000000;
	width:300px;
	}
	
#content input#submit {
	padding:3px 5px;
	background:none;
	background-color:#7f0b20;	
	color:#ffffff;
	font-weight:bold;
	border: 1px solid #d2c2a4;
	width:150px;
	}
	
#content input.radioBtn {
	padding:3px 5px;
	background:none;	
	color:#ffffff;
	font-weight:bold;
	border:none;
	width:10px;
	}

	
	

