﻿/* CSS Document */

html, body, form, img {margin:0; padding:0; border:0}
html {font-size:100%}
body {
	font:.75em/1.4 Verdana,sans-serif;
	background:#637291 url(../images/body_bg.gif) repeat-x 0 0;
	color:#000}

/* ---- Universal Properties ---- */
p, ul, li, h1, h2, h3 {margin:0 10px 1em; padding:0}
abbr, acronym {cursor:help}
.invisible {display:none}

/* ---- lists ---- */
ul {margin-left:35px}
li {margin-right:0}
ul li ul {margin-top:10px}

/* ---- headings ---- */
h1 {font-size:1.5em}
h2 {font-size:1.3em}
h3 {font-size:1.2em}

/* ---- linkPreview ---- */
.doc, .pdf, .ppt, .txt, .xls {padding:0 20px 0 0; background:url(../images/icon_doc.png) no-repeat 6px 50%}
.pdf {background-image:url(../images/icon_pdf.gif)}
.ppt {background-image:url(../images/icon_ppt.png)}
.txt {background-image:url(../images/icon_txt.png)}
.xls {background-image:url(../images/icon_xls.png)}

/* ---- containers ---- */
#container {
	width:998px;
	height:794px;
	margin:0 auto;
	background:url(../images/container_bg.jpg) no-repeat 0 0}
#wrapper {
	width:904px;
	margin:0 auto;
	background:url(../images/wrapper_bg.gif) repeat-y 0 0}

/* ---- top ---- */

#top {
	width:904px;
	height:228px;
	background:url(../images/top_bg.jpg) no-repeat 0 0;
}

#logo_area {
	width:761px;
	height:228px;
	float:left;
}

.logo {
	position:relative;
	top:84px;
	left:26px;
}

.listserv a {
	display:block;
	width:128px;
	height:29px;
	position:relative;
	top:-54px;
	left:9px;
	background:url(../images/listservicon.gif) no-repeat 0 0;
	overflow:hidden;
}

.listserv a:hover {background-position:0 -29px}

#v_nav_area {
	width:141px;
	padding-top:77px;
	margin-right:2px;
	float:right;
}

/* ---- vertical menu ---- */

.menu_v li, .menu_v ul, .menu_v {position:absolute; margin:0; padding:0; border:0; list-style:none none}

.menu_v {width:141px; background:url(../images/v_nav_bg.gif) repeat-y 0 0}

.menu_v li {
	position:relative;
	float:left;
	width:100%;
	font-size:10px;
}

.menu_v li:hover {
	z-index:10000;
	white-space:normal;
}

.menu_v ul {
	width:100%;
	visibility:hidden;
	position:absolute;
	left:-303px;
	top:29px;
	background-image:url(../images/empty.gif); /* required for sticky to work in IE6 and IE7 */
	/*background:#F00; /* uncomment this if you want to see the "safe" area. */
	padding: 30px 10px 30px 30px;
	margin: -30px -10px 0 0;
}
	
.menu_v li li {
	width:300px;
	float:none;
}

.menu_v li:hover>ul {visibility:visible; right:100px}

.menu_v ul:after {content:"."; height:0; display:block; visibility:hidden; overflow:hidden; clear:both} 

.menu_v:after {content:"."; height:0; display:block; visibility:hidden; overflow:hidden; clear:both} /* force containment of floated LIs inside of UL */
.menu_v ul {min-height:0} 
.menu_v {min-height:0} /* IE7 float clear: */
	
.menu_v a {
	display:block;
	border-top:1px dotted #808080;
	border-bottom:1px dotted #808080;
	margin-top:-1px;
	padding:4px 0 4px 10px;
	width:131px;
	text-decoration:none;
	color:#2a1c02;
	font-size:14px;
	font-weight:bold;
	text-indent:10px;
}

#bullet_orange {background:url(../images/v_nav_bullet_orange.gif) no-repeat 0 1px}
#bullet_yellow {background:url(../images/v_nav_bullet_yellow.gif) no-repeat 0 1px}
#bullet_lime {background:url(../images/v_nav_bullet_lime.gif) no-repeat 0 1px}
#bullet_blue {background:url(../images/v_nav_bullet_blue.gif) no-repeat 0 1px}
#bullet_purple {background:url(../images/v_nav_bullet_purple.gif) no-repeat 0 1px}

a.text_orange {color:#995a00}
a.text_yellow {color:#7f7f00}
a.text_lime {color:#408000}
a.text_blue {color:#003f7f}
a.text_purple {color:#3f007f}

.menu_v li li a {
	width:300px;
	padding:4px 0;
	background:none;
	border:none;
	border:1px solid #808080;
	color:#05122e;
	background:#eef2f6;
}

.menu_v li ul {padding-top:1px;}

.menu_v a:visited {text-decoration:none}

/* ---- parent selected ---- */
.menu_v li#bullet_orange.selected a {background:#995a00;}
.menu_v li#bullet_yellow.selected a {background:#7f7f00;}
.menu_v li#bullet_lime.selected a {background:#408000;}
.menu_v li#bullet_blue.selected a {background:#003f7f;}
.menu_v li#bullet_purple.selected a {background:#3f007f;}
.menu_v li.selected a {color:#fff; text-decoration:none}

/* ---- child on parent select ---- */
.menu_v li#bullet_orange.selected ul li a,
.menu_v li#bullet_yellow.selected ul li a,
.menu_v li#bullet_lime.selected ul li a,
.menu_v li#bullet_blue.selected ul li a,
.menu_v li#bullet_purple.selected ul li a {background:#eef2f6; color:#05122e}

/* --- child select and parent select ---- */
.menu_v li#bullet_orange.selected li.selected a {background:#995a00}
.menu_v li#bullet_yellow.selected li.selected a {background:#7f7f00}
.menu_v li#bullet_lime.selected li.selected a {background:#408000}
.menu_v li#bullet_blue.selected li.selected a {background:#003f7f}
.menu_v li#bullet_purple.selected li.selected a {background:#3f007f}
.menu_v li.selected li.selected a {color:#fff !important}

/* ---- parent on parent hover ---- */
.menu_v li#bullet_orange:hover>a:hover {background:#995a00}
.menu_v li#bullet_yellow:hover>a:hover {background:#7f7f00}
.menu_v li#bullet_lime:hover>a:hover {background:#408000}
.menu_v li#bullet_blue:hover>a:hover {background:#003f7f}
.menu_v li#bullet_purple:hover>a:hover {background:#3f007f}
.menu_v li:hover>a:hover {color:#fff !important}

/* ---- child on child hover ---- */
.menu_v li#bullet_orange li:hover>a:hover {background:#995a00}
.menu_v li#bullet_yellow li:hover>a:hover {background:#7f7f00}
.menu_v li#bullet_lime li:hover>a:hover {background:#408000}
.menu_v li#bullet_blue li:hover>a:hover {background:#003f7f}
.menu_v li#bullet_purple li:hover>a:hover {background:#3f007f}
.menu_v li li:hover>a:hover {color:#fff}

/* ---- parent on child hover ---- */
.menu_v li#bullet_orange:hover>a {background:#995a00}
.menu_v li#bullet_yellow:hover>a {background:#7f7f00}
.menu_v li#bullet_lime:hover>a {background:#408000}
.menu_v li#bullet_blue:hover>a {background:#003f7f}
.menu_v li#bullet_purple:hover>a {background:#3f007f}
.menu_v li:hover>a {color:#fff}

.menu_v li ul {padding-left:1px}

/* ---- search ---- */

#search_area {
	width:904px;
	height:33px;
}

#search {
	padding:5px 0 0 20px;
	float:left;
}

#utilities {
	font:bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
}

#utilities a {color:#fff}
#utilities a:link, #utilities a:visited {text-decoration:none}
#utilities a:hover {text-decoration:underline}

.inputpad {padding-left:2px}
.spacer {padding:0 10px}

.green_search {background:url(../images/green_search.gif) no-repeat 0 0}
.orange_search {background:url(../images/orange_search.gif) no-repeat 0 0}
.yellow_search {background:url(../images/yellow_search.gif) no-repeat 0 0}
.lime_search {background:url(../images/lime_search.gif) no-repeat 0 0}
.blue_search {background:url(../images/blue_search.gif) no-repeat 0 0}
.purple_search {background:url(../images/purple_search.gif) no-repeat 0 0}

#utilities a.textsize_small {text-decoration:underline !important; font-size:1.0em}
#utilities a.textsize_large {font-size:1.4em}
#utilities a.textsize_extralarge {font-size:1.8em}

/* ---- horizontal navigation ---- */

#h_nav_area {
	width:904px;
	height:46px;
}

.green_nav {background:url(../images/green_nav.gif) no-repeat 0 0}
.orange_nav {background:url(../images/orange_nav.gif) no-repeat 0 0}
.yellow_nav {background:url(../images/yellow_nav.gif) no-repeat 0 0}
.lime_nav {background:url(../images/lime_nav.gif) no-repeat 0 0}
.blue_nav {background:url(../images/blue_nav.gif) no-repeat 0 0}
.purple_nav {background:url(../images/purple_nav.gif) no-repeat 0 0}

#h_nav {
	position:relative;
	top:212px;
	left:20px;
	/*display:none /* used to hide horiz menu */
}

.menu_h li {
	margin:0;
	padding:0;
	border:0;
	display:block;
	list-style:none;
	float:left;
	position:relative;
	z-index:5;
}

.menu_h ul {
	border:0;
	display:block;
	list-style:none;
	visibility:hidden;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	width:15em;
	margin:1px 0 0 -20px;
	padding:0 20px 20px 20px;
	/* background:#F00; /* uncomment this if you want to see the "safe" area */
	background-image:url(../images/empty.gif);
}

.menu_h {
	margin:0;
	padding:0;
	border:0;
	display:block;
	list-style:none;
	color:#153b3f;
	font-size:1.1em;
	font-weight:bold;
}

.menu_h li:hover {
	z-index:10000;
	white-space:normal;
}

.menu_h li li {float:none}

.menu_h ul ul {
	margin:-20px 0 0 1px;
	padding:20px 20px 20px 0;
}

.menu_h li:hover>ul {visibility:visible; top:100%}
.menu_h li li:hover>ul {top:0; left:100%}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu_h ul:after {content:"."; height:0; display:block; visibility:hidden; overflow:hidden; clear:both}
.menu_h:after {content:"."; height:0; display:block; visibility:hidden; overflow:hidden; clear:both}
.menu_h ul {min-height:0}	
.menu_h {min-height:0}	/* IE7 float clear: */
/* -- float.clear.END --  */

.menu_h a {
	padding:8px 21px 7px;
	margin-bottom:3px;
	text-decoration:none;
	color:#05122e;
	display:block;
	background:#faedd1;
}
	
.menu_h li li a {
	background:#eef2f6;
	padding:6px 20px;
	margin:-1px 0 0 -1px;
	border:1px solid #808080;
	width:260px;
}
.menu_h li.selected li.selected a {background:#113348; color:#fff}
.menu_h li.selected li a {background:#eef2f6; color:#05122e}
.menu_h li li a:hover {background:#113348; color:#fff}
.menu_h li.selected a {background:url(../images/h_nav_tabover.gif) repeat-x 0 0; color:#fff}

/* .menu a:hover {} */
.menu_h li:hover>a {background:url(../images/h_nav_tabover.gif) repeat-x 0 0; color:#fff}
.menu_h a {position:relative}

.menu_h a span.left {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:10px;
	height:33px;
	overflow:hidden;
}

.menu_h a span.right {
	position:absolute;
	top:0px;
	right:0;
	display:block;
	width:10px;
	height:33px;
	overflow:hidden;
}

.green_tab_l {background:url(../images/green_tab_end_l.gif) no-repeat 0 0}
.green_tab_r {background:url(../images/green_tab_end_r.gif) no-repeat 0 0}
.orange_tab_l {background:url(../images/orange_tab_end_l.gif) no-repeat 0 0}
.orange_tab_r {background:url(../images/orange_tab_end_r.gif) no-repeat 0 0}
.yellow_tab_l {background:url(../images/yellow_tab_end_l.gif) no-repeat 0 0}
.yellow_tab_r {background:url(../images/yellow_tab_end_r.gif) no-repeat 0 0}
.lime_tab_l {background:url(../images/lime_tab_end_l.gif) no-repeat 0 0}
.lime_tab_r {background:url(../images/lime_tab_end_r.gif) no-repeat 0 0}
.blue_tab_l {background:url(../images/blue_tab_end_l.gif) no-repeat 0 0}
.blue_tab_r {background:url(../images/blue_tab_end_r.gif) no-repeat 0 0}
.purple_tab_l {background:url(../images/purple_tab_end_l.gif) no-repeat 0 0}
.purple_tab_r {background:url(../images/purple_tab_end_r.gif) no-repeat 0 0}
	
.xpad {margin-right:1px}

/* ---- breadcrumbs ---- */

#breadcrumbs {
	width:624px;
	height:15px;
	margin-left:280px;
	padding-top:5px;
	font-size:.90em;
}

#breadcrumbs_wide {
	width:624px;
	height:15px;
	margin-left:15px;
	padding-top:5px;
	font-size:.90em;
}

.bread_arrows {color:#5c5414}

/* ---- sidebar ---- */

#sidebar {
	width:267px;
	min-height:360px;
	height:auto !important;
	height:360px;
	margin:10px 0 23px 0;
	float:left;
}

.plugin {
	width:224px;
	margin:0 0 40px 23px;
	background:url(../images/plugin_bg.gif) repeat-y 0 0;
}

.plugin_title {
	width:224px;
	height:25px;
	padding-top:3px;
	color:#fff;
	text-align:center;
}

.plugin_title h2 {font-size:1.2em}

.plugin_content {
	width:224px;
	min-height:10px;
	height:auto !important;
	height:10px;
	padding-top:10px;
	line-height:1.6em;
}

p.learnmore {text-align:right; font-weight:bold; font-size:1.1em; padding:0; margin-bottom:0; color:#5C5414}

.plugin_cap {
	width:224px;
	height:8px;
	background:url(../images/plugin_cap.gif) no-repeat bottom;
}

.green_plugintitle {background:url(../images/green_plugintitle.gif) no-repeat 0 0}
.orange_plugintitle {background:url(../images/orange_plugintitle.gif) no-repeat 0 0}
.yellow_plugintitle {background:url(../images/yellow_plugintitle.gif) no-repeat 0 0}
.lime_plugintitle {background:url(../images/lime_plugintitle.gif) no-repeat 0 0}
.blue_plugintitle {background:url(../images/blue_plugintitle.gif) no-repeat 0 0}
.purple_plugintitle {background:url(../images/purple_plugintitle.gif) no-repeat 0 0}

.sidebar_menu {
	width:224px;
	margin:0 0 40px 23px;
}


/* ---- content ---- */

#content {
	width:637px;
	min-height:460px;
	height:auto !important;
	height:460px;
	margin:10px 0 23px 0;
	float:left;
}

#content h1 {
	width:596px;
	height:27px;
	padding:1px 0 0 20px;
	font:bold 1.6em/1.2 Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background-position:10px 0;
}

#content h1.wide {
	width:868px;
	height:25px;
	padding:3px 0 0 20px;
	font:bold 1.7em/1.0 Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background-position:10px 0;
}

#content hr {
	height:1px;
	border:none 0;
	background:#324d65;
	color:#324d65;
}

.red {color:#f00}
.green {color:#008000}

#content .boldtitle {
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
}

#content .boldtitlecolor {
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
	color:#324d65;
}

#content p, #content ul, #content form, #content h2, #content h3, #content h4, #content table, #content hr {
	margin:0 50px 20px 30px;
}

#content p {margin:0 50px 20px 30px; line-height:1.8em}
#content h2 {margin-top:30px; border-bottom:1px solid #324d65; color:#324d65}
#content h3 {color:#324d65}
#content h4 {color:#000; margin-bottom:2px; font-size:1em}
#content ul {margin-left:50px}
#content li, #content li ul, #sidebar li {margin-bottom:5px}
#results li {margin-bottom:20px}
#content li ul {margin-top:5px}
#content li li {margin-left:-20px}
#content table.newstable {margin-left:0px}

.img_left {margin:6px 10px 6px 0; background-color:#174610; padding:2px}
.img_left_nobrdr {margin:6px 10px 6px 0}
.img_right {margin:6px 0 6px 10px; background-color:#174610; padding:2px}
.img_right_nobrdr {margin:6px 0 6px 10px}
.img_border {background-color:#174610; padding:2px}

#content table {background:none; border-collapse:collapse; border:0}
#content table th {text-align:center; background-color:#e5e5e5; border:0}
#content table td {vertical-align:top; border:0}

#content table.withborder, #content table.withborder th, #content table.withborder td {border:1px solid #000}
td.center {text-align:center}

#content table.noborder {border:0}

#content a, #sidebar a, #breadcrumbs a, #breadcrumbs_wide a {color:#5C5414}
#content a:link, #content a:visited, #sidebar a:link, #sidebar a:visited, #breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs_wide a:link, #breadcrumbs_wide a:visited {text-decoration:underline}
#content a:hover, #sidebar a:hover, #breadcrumbs a:hover, #breadcrumbs_wide a:hover {text-decoration:none}

.green_content {background:url(../images/green_v_divider.gif) repeat-y 0 0}
/*.orange_content {background:url(../images/orange_v_divider.gif) repeat-y 0 0}*/
.yellow_content {background:url(../images/yellow_v_divider.gif) repeat-y 0 0}
.lime_content {background:url(../images/lime_v_divider.gif) repeat-y 0 0}
.blue_content {background:url(../images/blue_v_divider.gif) repeat-y 0 0}
.purple_content {background:url(../images/purple_v_divider.gif) repeat-y 0 0}

.green_heading {background:url(../images/green_heading.gif) no-repeat 0 0}
.orange_heading {background:url(../images/orange_heading.gif) no-repeat 0 0}
.yellow_heading {background:url(../images/yellow_heading.gif) no-repeat 0 0}
.lime_heading {background:url(../images/lime_heading.gif) no-repeat 0 0}
.blue_heading {background:url(../images/blue_heading.gif) no-repeat 0 0}
.purple_heading {background:url(../images/purple_heading.gif) no-repeat 0 0}

.db_result_heading {color:#324d65; font-weight:bold}

/* ---- footer ---- */

#bottomcap {
	width:904px;
	height:19px;
	clear:both;
	background:url(../images/bottomcap_bg.gif) no-repeat 0 0;
}

#footer {
	width:904px;
	color:#fff;
	font:.9em/1.6 Verdana, Arial, Helvetica, sans-serif;
	padding:6px 0 1px 0;
	text-align:center;
	background:#637291
}

#footer a {color:#fff}
#footer a:link, #footer a:visited {text-decoration:underline}
#footer a:hover {text-decoration:none}


/* ---- Search ---- */ 
form.zoom {} 

input#zoom_query {
	margin:0;
	padding:3px 2px 2px;
	background:#FFF;
	font-size:.9em;
	border:1px solid #214b27
}
	
input.zoom_search {
	position:relative;
	margin:0 6px;
	padding:0 4px;
	font-size:10px;
	cursor:pointer;
	background:#faedd1;
	width:auto;
	height:21px;
}


input.zoom_query {} 
input.zoom_search {} 
 
/* Search Results */ 
#content form.zoom {} 
#content input.zoom_query {} 
#content input.zoom_search {} 
 
p.context {font-size:.75em; margin-bottom:.5em} 
p.infoline {color:#666; font-size:.7em}

/* ---- forms ---- */

form.mainform {background:#eee; border:1px solid #00464d; padding:10px; width:420px}
.mainform fieldset {display:inline; border:none}
.mainform fieldset p {margin-left:0; margin-right:0}
.mainform fieldset span {color:#F00; font-weight:bold}
.mainform fieldset dl {margin:0; padding:0}
.mainform fieldset dt {margin:13px 0 1px; font-weight:normal}

.mainform label {cursor:pointer}
.mainform input, .mainform textarea, .mainform select {
	width:293px;
	padding:4px;
	border:1px solid #CCC;
	font:1em verdana,sans-serif;
	border-top-color:#a1a592;
	border-left-color:#a1a592;
	background:#FFF;
	color:#333}
.mainform textarea {overflow:auto}

.mainform input:hover, .mainform textarea:hover, .mainform select:hover {
	border:1px solid #602C05;
	background:#FFF}
.mainform input:focus, .mainform textarea:focus, .mainform select:focus {
	border:1px solid #303f00;
	background:#FFF;
	color:#000}
.mainform input.radio, .mainform input.checkbox {
	width:auto;
	margin:0 5px -3px;
	border:none;
	background:none}

.mainform input.submit, .mainform input.reset {cursor:pointer; margin:2em 0 0; width:130px}
.constantcontact input.submit {cursor:pointer; margin:1em 0 0; width:40px; height:20px;}
.mainform input.submit {margin-right:51px; background:#113348; color:#FFF}
.mainform input.reset {background:#bdc1b0}

.mainform input.submit:hover, .mainform input.reset:hover, .mainform input.submit:focus, .mainform input.reset:focus, .constantcontact input.submit:hover {border:1px solid #000; background:#637291; color:#FFF}
.mainform input.submit:hover, .mainform input.reset:hover, .constantcontact input.submit:hover {border-top-color:#000; border-left-color:#000}
.mainform input.submit:focus, .constantcontact input.submit:focus {background:#ADB5C7}
.mainform input.reset:hover {background:#E0E2DA; color:#000}
.mainform input.reset:focus {background:#E0E2DA; color:#000}

.mainform input.validation-failed, .mainform textarea.validation-failed, .mainform select.validation-failed {
	border:1px solid #F00;
	color:#F00}
.mainform .validation-advice {
	margin:0 0 5px;
	padding:4px;
	font-size:.9em;
	color:#F00;
	width:307px}
html>body .validation-advice {background:none}

.mainform .message {
	background:#CFC;
	visibility:visible;
	display:none;
}

.EventLabel {font-weight:bold; color: #000}

.EventLabel2 {
	font-size:1.4em;
	font-weight:bold;
	color:#324d65;
	padding:6px 0 1px 0;
	border-bottom:1px solid #324d65;
}

/* ---- registration forms ---- */
fieldset {border:1; margin:0; padding:10px; width:90%}
legend {
	margin:0;
	padding:0;
	color:#440000;
	font:bold 1.2em/1.5em verdana,sans-serif
}

html>body legend {margin:0}

fieldset span {color:#FF0000; font-weight:bold}
fieldset dl {margin:0; padding:0}
fieldset dt {margin:17px 0 2px; padding:0}
fieldset dd {margin:0; padding:0}

label {font-weight:bold; cursor:pointer}
label.unbold {font:normal .95em verdana,sans-serif; color:#000}
#information_request_form input, #information_request_form textarea {
	width:350px;
	padding:4px;
	font:1em verdana,arial,sans-serif;
	border:1px solid #E8E6E0;
	border-top:1px solid #666;
	border-left:1px solid #666;
	background:#F6F5F3;
	color:#333
}

#information_request_form textarea {
	overflow:auto;
	margin:0 0 -2px;
}

#information_request_form input:hover, #information_request_form textarea:hover {
	border:1px solid #004080;
	border-top:1px solid #002850;
	border-left:1px solid #002850;
	background:#E8E7E0;
}

#information_request_form input:focus, #information_request_form textarea:focus {
	border:1px solid #666;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#FFF;
}

#information_request_form input.radio, #information_request_form input.check {
	width:auto;
	margin:2px 5px 0;
	border:none;
	background:none;
}

#information_request_form input.submit {
	cursor:pointer;
	margin:20px 0 0;
	width:150px;
	color:#fff;
	font-weight:bold;
	background:#2b4268;
	display:inline;
}

#information_request_form input.reset {
	cursor:pointer;
	margin:20px 0 0;
	width:150px;
	color:#000;
	font-weight:bold;
	background:#ddd;
	display:inline;
}

#information_request_form input.submit:hover {
	border:1px solid #000;
	background:#6585b9;
	color:#fff;
}

#information_request_form input.reset:hover {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

#information_request_form input.submit:focus {
	border:1px solid #000;
	background:#2b4268;
	color:#FFF;
}

#information_request_form input.reset:focus {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

#information_request_form input#city {width:230px}
#information_request_form input#state {width:30px}
#information_request_form input#zip {width:46px}

#information_request_form input.validation-failed, #information_request_form textarea.validation-failed {
	border:1px solid #FF0000;
	color:#FF0000;
}

#information_request_form .validation-advice {
	margin:-1px 0 5px;
	padding:4px;
	background:#FF0000 !important;
	color:#FFF;
	width:352px;
}

#information_request_form .message {visibility:visible; display:none}

/* ---- database search ---- */

#db_search {
	width:596px;
	margin-left:20px;
	border:1px solid #000;
}

#db_search p {margin-left:20px}
#db_search table, #db_search form {margin:0; padding:0}
#db_search table {margin:5px 0 10px 0}
#db_search label {cursor:pointer}

.name_dropdown {width:200px}

.cb_cols {
	width:175px;
	padding-left:20px;
	padding-bottom:10px;
	float:left;
}

.cb_cols_wide {
	width:325px;
	padding-left:20px;
	padding-bottom:10px;
	float:left;
}

.cb_cols_full {
	width:500px;
	padding-left:20px;
	padding-bottom:10px;
	float:left;
}

.cb_cols_category {font-weight:bold}

.cb_cols_submit {clear:both; margin:10px 20px}
.cb_row_top {clear:both; margin:10px 20px; border-bottom:2px solid #000; padding-bottom:10px}

.submit {
	width:100px;
	height:30px;
	background:#324d65;
	margin:10px 0;
	border:2px solid #091d06;
	border-top:2px solid #657a8c;
	border-left:2px solid #657a8c;
	color:#fff;
	cursor:pointer;
}

.submit_small {
	width:auto;
	height:auto;
	background:#324d65;
	margin:10px 0 0 0;
	border:1px solid #091d06;
	border-top:1px solid #657a8c;
	border-left:1px solid #657a8c;
	color:#fff;
	cursor:pointer;
}

.reset {
	width:100px;
	height:30px;
	background:#bdc1b0;
	margin:10px 0;
	border:2px solid #85887c;
	border-top:2px solid #ced1c4;
	border-left:2px solid #ced1c4;
	color:#000;
	cursor:pointer;
}

.reset_small {
	width:auto;
	height:auto;
	background:#bdc1b0;
	margin:10px 0 0 0;
	border:1px solid #85887c;
	border-top:1px solid #ced1c4;
	border-left:1px solid #ced1c4;
	color:#000;
	cursor:pointer;
}

ul#results li ul {list-style-type:square}
ul#results li ul li {margin-bottom:5px}
