﻿html, body, form
{
	width: 100%;
}
body
{
	background: #FFFFFF;
	font-family: Arial;
}
/* master */
#body
{
	width: 814px;
	margin: 0px auto 0px auto;
}
/* master:heading */
#body #logo
{
	float: left;
}
#body #logo, #body #logo img
{
	width: 305px;
	height: 115px;
}
#body #searcharea
{
	text-align: right;
	width: 509px;
	height: 115px;
	float: left;
}
#body #searcharea .heading
{
	margin: 20px 10px 0px 0px;
	font-weight: bold;
	font-size: 0.9em;
	height: 16px;
}
#body #searcharea .heading a
{
	color: #54483f;
}
#body #searcharea .heading a.homelink
{
	color: #c9c7bd;
}
#body #searcharea .callus
{
	margin: 3px 10px 0px 0px;
	font-size: 1.25em;
	height: 23px;
}
#body #searcharea .callus a
{
	color: #c9c7bd;
}
#body #searcharea .callus .phone
{
	color: #a2a094;
}
#body #searcharea .search, .search
{
	height: 22px;
	margin: 10px 10px 0px 0px;
}
#body #searcharea .search .searchbox, .searchbox
{
	border: 1px solid #a4a195;
	font-size: 0.7em;
	height: 17px;
	padding: 3px 0px 0px 4px;
	position: relative;
	vertical-align: top;
}
#body #searcharea .search .unselected
{
	color: #817d6b;
}
#body #searcharea .search .selected
{
	color: #000000;
}
/* master:interestbar */
#body #interests
{
	font-weight: bold;
	color: #54483f;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 8px;
	font-size: 0.9em;
	background: #f8f5d5;
	width: 100%;
	height: 24px;
	border-bottom: 7px solid #c9c7bd;
	vertical-align: middle;
}
#body #interests label
{
	font-weight: normal;
	color: #404040;
	text-decoration: underline;
}

#body #interests a img, #body #interests input
{
	margin: 0px 4px 0px 10px;
	padding: 0;
	position: relative;
	top: 2px;
}

#body #interests #checkboxes label
{
	font-weight: normal;
	color: #404040;
	text-decoration: underline;
	margin-left: 4px;
	margin-right: 8px;
}

#body #interests #checkboxes input
{
	margin: 0px 0px 2px 0px;
}

/* master:body */
#body #content
{
	width: 100%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

/* master:footer */
#footer
{
	margin-top: 30px;
}
#footer .links
{
	float: left;
	width: 709px;
	font-size: 0.8em;
}
#footer .links a
{
	color: #54483f;
}
#footer .logo
{
	text-align: right;
	float: left;
	font-size: 0.8em;
	width: 105px;
}

.textbox-vertical-align
{
	border: 1px solid #a4a195;
	font-size: 0.7em;
	height: 17px;
	padding: 3px 0px 0px 4px;
	position: relative;
	vertical-align: top;
}

.content_details_xform
{
	font-size: 0.7em;
}

.xformtextbox
{
	margin:  0px 5px 5px 5px;
	border: 1px solid #a4a195;
	height: 17px;
	padding: 3px 0px 0px 4px;
	position: relative;
	vertical-align: top;
}

.search-page-headings
{
	font-weight: bold;
	color: #817d6b;
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 2px;
}

.search-result-text, .xform
{
	color: #404040;
	/*font-weight: bold;*/
}

.search-result-text
{
	font-size: 0.8em;
}

.search-result-heading
{
	font-size: 0.8em;
	color: #404040;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 5px;
}

.xform-button
{
	color: white;
	background-color: #C9C7BD;
	font-size: 1.1em;
	border: none;
	margin:  0px 5px 5px 5px;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	
}

.xform-dropdown
{
	margin:  0px 5px 5px 5px;
	border: 1px solid #a4a195;
	height: 17px;
	position: relative;
	border: 1px solid #a4a195;
	vertical-align: top;
}

.checkbox-align
{
	margin-left: 7px;
	float: left;
}



