/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/


/* =Contact
-----------------------------------------------------------------------------*/

#contactH1 {
	width:750px;
	height:19px;
	background:url(../img/contactH1.gif) no-repeat;
	position:absolute;
	}
	
h1 {
	margin:0 0 10px 0;
	}
	
#leftColContact {
	width:443px;
	float:left;
	}
	
.blueBold {
	color:#224169;
	font-weight:bold;
	}
	
.smallP {
	width:209px;
	float:left;
	font-size:125%;
	}
	
#rightColContact {
	width:276px;
	float:right;
	text-align:center;
	font-size:110%;
	}
	
#rightColContact img {
	border:#224169 solid 1px;
	}
	
#bob {
	width:119px;
	float:left;
	}
	
#lynn {
	width:119px;
	float:right;
	}
	
.form {
	padding:0 0 10px 0;
	}	
	
#content label {
	font-weight:bold;
	color:#263859;
	}	

#content input, #content textarea, #content select {
	padding:3px 2px 3px 2px;
	border: 1px solid #6d93c3;
	background:#eff4fb;
	color:#000000;
	width:430px;
	}
	
#content textarea {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:100%;
	}

#content select {
		padding:0 0 0 2px;
		border: 1px solid #6d93c3;
	}

#content option {
		padding:0 10px 0 0;
	}
	
#content input#submit {
	padding:5px;
	background:#224169;
	color:#FFFFFF;
	font-weight:bold;
	width:150px;
	}
	

	
