
#header
{
	margin-bottom:8px;
	width: 100%;
	min-width: 900px;
	height: 70px;
	text-align: left;
}

#logoimg
{
	width: auto;
	height: auto;
	margin: auto;
	float: left;
}

#logoimg img
{
	width:250px;
	border:0;
	padding:0;
	margin:0;
}

#logotext p
{
	display: none;
}

#searchform
{
	float: left;
	margin: 12px 0px 0px 20px;
	clear: right;
}

#searchform table td
{
	text-align:left;
	font-size:7pt;
	color:#666;
}

#searchsubmit
{
	float: right;
	clear: right;
}

#headerSearchBox
{
	font-size:16px;
	width:480px;
}

#headerZipBox
{
	font-size:16px;
	width:100px;
}

#zipTextCell .error
{
	color:red;
}

#headerSearchBox input[type="text"]:focus, #inputArea textarea:focus
{
    background-color: #FFFF99;
    border: solid 1px #33677F;
}

#headerSubmitCell
{
	text-align:left;
}

#headerSubmitButton
{
	font-size: 15px;
	height: 1.85em;
	margin: 1px 2px 0 5px;
	vertical-align:top;
}

#subheader
{
	width:100%;
	background: #EEE none repeat scroll 0 0;
	border-top: 1px solid #AAA;
	margin-bottom:10px;
	text-align:left;
	color: #20C;
}

#subheader p
{
	padding: 4px 5px;
}

#subheader a
{
	color: #20C;
}

#footer
{
	clear:both;
	text-align:center;
}

#copyright{
	padding-top:20px;
}

#copyright hr{
	width:100%;
}

#copyright p{
	font-size:10px;
}

