

/* =content/forms */
form {
	background: #d8d7d7;
	float: left;
	margin-bottom: 18px;
	margin-top: 10px;
	position: relative;
	width: 480px !important;
	padding: 0 15px 0px;
}

form a {
	text-decoration: none;
	color: #3d3d3d;
	float: left;
}

form fieldset {
	padding: 0 0 0px 0;
	width: 100% !important;
	margin-bottom: 10pxpx;
	border: 0;
	float: left;
}

form label {
	font-weight: normal;
	color: #3d3d3d;
	text-transform: uppercase;
	font-size: 90%;
	float: left;
	width: 480px;
}

form label.checks {
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}

form label small {
	font-size: 75%;
}

form input {
	width: 474px !important;
	margin-bottom: 3px;
}

form select {
	width: 480px !important;
	margin-bottom: 10px;
	margin-top: 0;
}

form select.combo {
	height: 70px;
}

form textarea {
	width: 468px !important;
	height: 50px;
	margin: 0 0 3px 0;
}

form input.checkbox {
	width: auto !important;
	margin-left: 5px;
	position: relative;
	vertical-align: middle;
}

button.searchBtn {
	width: 80px;
	height: 25px;
	float: right;
	border: 0;
	text-indent: -3000px;
	cursor: pointer;
	background: url(/images/classic/search-btn.png) no-repeat;
	margin-left: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

button.searchBtn:hover {
	background-position: 0 -25px;
}

a.advancedBtn {
	text-indent: -3000px;
	float: right;
	background: url(/images/classic/advanced-btn.png) no-repeat;
	width: 100px;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.advancedBtn:hover {
	background-position: 0 -25px;
}

button.sendBtn {
	width: 80px;
	height: 25px;
	float: right;
	border: 0;
	text-indent: -3000px;
	cursor: pointer;
	background: url(/images/classic/send-btn.png) no-repeat;
	margin-left: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

button.sendBtn:hover {
	background-position: 0 -25px;
}

button.float-right {
	float: right;
	
}

span.req {
	margin-left: 5px;
	color: #cf3b19;
}

small#key {
	position: absolute;
	right: 15px;
	top: 10px;
}

/* =content/forms/quicksearch */
form#quick-search h3 {
	padding-top: -5px;
	margin-left: -10px;
	margin-bottom: 0;
	text-indent: -3000px;
	font-size: 120%;
	text-transform: uppercase;
	width: 170px;
	height: 50px;
	background: url(/images/classic/quickSearch-title.png) no-repeat 0 0px;
}

/* =content/forms/keywordsearch */
form h3 {
	padding-top: 10px;
	margin-bottom: 15px;
	font-size: 120%;
	text-transform: uppercase;
	color: #3d3d3d;
}


/* =footer */
#footer {
	position: relative;
}

#footer a {
	color: #8a8a8a;
	text-decoration: none;
}

#footer a:hover {
	color: #004813;
}

div.vcard {
	float: left;
	width: 100%;
	font-size: 90%;
	margin: 5px 0;
}

div.fn {
	float: left;
	margin-right: 3px;
}

div.street-address {
	float: left;
}

div.vcard abbr {
	border: 0;
}

ul#footer-nav {
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px 0;
	font-size: 90%;
}

ul#footer-nav li {
	display: inline;
}

ul#footer-nav li a {
	border-right: 1px solid #8a8a8a;
	padding-right: 5px;
}

ul#footer-nav li.last a {
	border: 0;
	padding: 0;
}

form.widget {
	width: 180px !important;
	background: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

form.widget input {
	width: 178px !important;
	margin: 0 0 0 0;
}

h3 {
	font-size: 12px;
}