html {
overflow: -moz-scrollbars-vertical;
}
body {
	font-size: 0.6875em;
	color: #000;
	background: #fff;
}
body, input, textarea {
	font-family: Verdana, Arial, sans-serif;
}
p, li {
	line-height: 1.636em;
}
p {
	margin-bottom: 18px;
}
ul {
	margin: 10px 0 10px 20px;
}
ul ul {
	margin: 0;
}
li {
	margin-left: 10px;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
	margin-left: 20px;
}
textarea {
	overflow: auto;
	font-size: 1.18em;
}
h1 {
	margin: 1em 0;
	font-size: 1.27em;
	font-weight: bold;
}
h2, #search_results .searchheading, #thankyouheading {
	font-size: 1.09em;
	color: #494275;
	font-weight: bold;
	line-height: 1.5em;
}
a, a:visited, a:hover {
	color: #008f8f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#container {
	width: 870px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 137px;
}
#header input {
	margin-left: 3px;
}
#header  input, #search_results input{
	color: #008f8f;
	border: 1px solid #9a9a9a;
}
#header input.submit {
	margin-left: 5px;
}
#logo {
	position: absolute;
	left: 8px;
	top: 24px;
	width: 334px;
	height: 90px;
	/*background: url(../images/logo.gif) no-repeat;*/
	/*text-indent: -9999px;*/
}
#search {
	float: right;
	clear: left;
	margin-top: 58px;
}
#zoom_query {
	width: 235px;
}
#newsletter {
	float: right;
	clear: left;
	margin-top: 98px;
}
#signup {
	width: 150px;
}
#content {
	background: #dcdcdc;
}
#content_min {
	float: right;
	width: 1px;
	height: 774px;
}
#main {
	float: left;
	width: 536px;
	padding: 0 5px 0 0;
	background: #fff;
}
#main_content {
	padding: 0 14px 0 19px;
}
#address {
	border-top: 2px solid #5c567c;
	border-bottom: 2px solid #5c567c;
	font-size: 1.09em;
	line-height: 30px;
	text-align: center;
}
#address {
	text-transform: uppercase;
}
#address a {
	text-transform: none;
}
#sidebar {
	float: right;
	width: 329px;
	padding-bottom: 20px;
}
#sidebar .highlight {
	padding-bottom: 7px;
	background: #fff;
}
#sidebar h2 {
	margin: 1em 0 1em 80px;
}
div.single-field {
	position: relative;
	float:left;
	width:329px;
}
div.curFocus {
	background: #fdecb2;
}
#contact {
float:left;
}
#contact label, #contact input.text, #contact select {
	float: left;
	margin: 5px 0;
}
#contact label {
	clear: left;
	width: 125px;
	margin: 5px 5px 0 0;
	font-size: 0.909em;
	text-align: right;
	line-height: 22px;
	vertical-align: middle;
}
#contact label.twocol {
	width: 140px;
	float:left;
}
#contact label.fullcols {
	width: 300px;
	float:left;
}
#contact input.text, #contact select {
	width: 175px;
}
#contact textarea {
	float:left;
	width: 300px;
	margin: 5px 10px;
}
label.error, .isrequired {
color:#ff0000;
}
#recaptcha_widget_div {
margin-top:120px;
}
#recaptcha_response_field {
left:0px;
}
#recaptcha_area {
float:left;
margin:5px;
}

#contact input.submit {
	float: none;
	position: relative;
	background:transparent url('/images/send_button.png') no-repeat top right;
	left:260px;
	width:54px;
	height:34px;
	border:0;
	cursor:pointer;
}

#footer {
	font-size: 0.909em;
	line-height: 32px;
}
#footer, #footer a, #footer a:visited {
	color: #008f8f;
}
#footer a, #footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .links {
	float: right;
}

.clear {
	clear: both;
}
ul.error {
	margin: 0;
	background: #fcc;
	border: 1px solid #c24931;
}
ul.error li {
	margin: 0;
	padding-left: 22px;
	list-style: none;
	color: #c24931;
	background: url(../images/icons/exclamation.png) 3px 3px no-repeat;
	line-height: 22px;
}
input.submit {
	color: #008f8f;
	background: #ece9d8;
}

#contact input.text.smallfield {
width:40px;
}
#contact a {
font-size:9px;
position: absolute; bottom: -.8em; left: 1.5em
}
.relative {
position: relative;
height: 1%; /*ie6 hack */
}
#contact a span {display: none;}
#contact a:hover {display: block;}
#contact a:hover span {display: block; position: absolute; top: 2px; left: 0; width: 200px; padding: 5px; margin: 10px; z-index: 100; color: #000; background: #fff; border:2px solid #3c326c; font: 10px Verdana, sans-serif; text-align: center;}


#search_results  .highlight { background: #FFFF40; }
#search_results .searchheading { margin: 1em 0; }
#search_results  .summary { margin-bottom: 1em; font-style: italic; } 
#search_results  .results { }
#search_results  .category { color: #000; }
#search_results  .description { color: #000; }
#search_results  .context { margin: .5em 0; line-height: 1.5em; }
#search_results  .infoline { margin-bottom: 1em; font-style: normal; color: #888;}
#search_results  .sorting { text-align: right; }
#search_results  .result_title { font-size: 100%; }
#search_results  .zoom_searchform { font-size: 100%; }
#search_results  .zoom_options {  }
#search_results  input.zoom_button {  }
#search_results  input.zoom_searchbox {  }