/*-----------------------------------------------------------------------------
author:    www.visityakima.com
-----------------------------------------------------------------------------*/


/* =Visit Yakima Publications
-----------------------------------------------------------------------------*/
#h1Publications {
	width:358px;
	height:31px;
	background:url(../img/h1Pub.gif) no-repeat;
	position:absolute;
	}
	
.pubList a {
	color:#eb6d24;
	padding:1px 1px;
	font-weight:bold;
	}

.pubList a:link, .pubList a:visited {
	text-decoration:underline;
	}

.pubList a:hover, .pubList a:active {
	color:#ffffff;
	background:#eb6d24;
	}
	
.formLabel 
{
	width:200px;
	float:left;
	text-align:left;
	margin-right:20px;
	margin-top:5px;
}



.formInput1 {
	margin:0;
}

.reqformLabel 
{
	width:200px;
	float:left;
	text-align:left;
	margin-right:20px;
	margin-top:5px;
	color:red;
	font-weight:bold;
}

#formDiv
{
	width:500px;
	text-align:left;
	margin-left:100px;
}

#formDiv Input, #formDiv TextArea
{
	width:200px;
	margin-top:5px;	
}

#formDiv Select
{
	width:200px;
	margin-top:5px;	
}

#errorDiv
{
	color:red;
}

#downloadList
{
	padding-left:30px;
	margin-bottom:40px;
}

#downloadList A img
{
	border:#7f0b20 solid 1px
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	}
	
#content input, #content textarea, #content select {
	padding:3px 2px 3px 2px;
	background: #fbf5e9;
	border: 1px solid #d2c2a4;
	color:#000000;
	width:300px;
	}
	
#content input.formBtn {
	padding:3px 5px;
	background:none;
	background-color:#7f0b20;	
	color:#ffffff;
	font-weight:bold;
	border: 1px solid #d2c2a4;
	width:150px;
	}
	
#content input#radio {
	padding:3px 5px;
	background:none;	
	color:#ffffff;
	font-weight:bold;
	border:none;
	width:30px;
	}
	
#content input.checkboxBg {
	padding:3px 5px;
	background:none;	
	color:#ffffff;
	font-weight:bold;
	border:none;
	width:30px;
	}
	
#content input.checkboxBgImg {
	padding:3px 5px;
	background:none;	
	color:#ffffff;
	font-weight:bold;
	border:none;
	width:30px;
	float:left;
	}
	
#content img  {
	border:#7f0b20 solid 1px;
	}
	
	
	
	
	
	
	
	
	
