/* CSS Document */

html, body, form, img {margin:0; padding:0; border:0}
html {font-size:100%}
body {
	font:.75em/1.4 verdana,arial,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; line-height:1.7em}
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;
}

#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;
}

/* ---- 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}

#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}

#h_nav {
	position:relative;
	top:197px;
	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}
	
.xpad {margin-right:1px}

/* ---- breadcrumbs ---- */

#breadcrumbs {
	width:624px;
	height:15px;
	margin-left:280px;
	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}

.sidebar_menu {
	width:224px;
	margin:0 0 40px 23px;
}


/* ---- content ---- */

#content {
	width:637px;
	min-height:360px;
	height:auto !important;
	height:360px;
	margin:10px 0 23px 0;
	float:left;
}

#content h1 {
	width:596px;
	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 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 .img_left {margin:6px 10px 6px 0; background-color:#324d65; padding:2px}
#content .img_right {margin:6px 0 6px 10px; background-color:#324d65; padding:2px}
#content .img_right_nobrdr {margin:6px 0 6px 10px}

#content table {background:none; border-collapse:collapse; border:1px solid #000}
#content table th {text-align:center; background-color:#e5e5e5; border:1px solid #000}
#content table td {vertical-align:top; border:1px solid #000}
td.center {text-align:center}

#content a, #sidebar a, #breadcrumbs a {color:#5C5414}
#content a:link, #content a:visited, #sidebar a:link, #sidebar a:visited, #breadcrumbs a:link, #breadcrumbs a:visited {text-decoration:underline}
#content a:hover, #sidebar a:hover, #breadcrumbs a:hover {text-decoration:none}

.green_content {background:url(../images/green_v_divider.gif) repeat-y 0 0}

.green_heading {background:url(../images/green_heading.gif) no-repeat 0 0}

/* ---- 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}
.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 {border:1px solid #000; background:#637291; color:#FFF}
.mainform input.submit:hover, .mainform input.reset:hover {border-top-color:#000; border-left-color:#000}
.mainform 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;
}

/* ---- 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;
}