﻿@charset "utf-8";
/*** One Column Centered Layout ***/		body {
											font-family:Arial, Helvetica, sans-serif;
											font-size:.8em;
											line-height:1.3em;
											background-image:url(../site-images/bg_wvadmin.gif);
											background-position:top left;
											background-repeat:repeat-x;
											margin:0;
											padding:0;
											text-align:center;
											color:#000000;
											}
											img {border:0;}
											form {margin: 0;}
																						
/*** Container ***/							.oneColCtr #container {
											width:850px;
											margin:0 auto;
											text-align:left;
											}
											
/*** Enterprise Header ***/					.oneColCtr #entHeader {margin:0px 0 0 0; height:31px; font-size:96%; background-color:#fdf7df; display:none;}			
											.oneColCtr #wvGovHome{float:left;}
											.oneColCtr #directories{float:left; text-align:right; padding:9px 0 0 10px;}
											.oneColCtr #search{float:right; padding:7px 0 0 0;}

											#searchBox {text-align:right; padding:0px; margin:0px;}
											.search {border:1px solid #999999; background-color:#FFFFCC;}
											.searchBlank {border:1px solid #999999;}

/*** Agency Header, Banner ***/				.oneColCtr #siteHeader {background-image:url(../site-images/header_wvadmin.gif); height:110px; display:none;}
											.oneColCtr #homeLink {height:100px; width:100px; margin:0 0 0 15px; float:left;}
											.oneColCtr #agyHeader {font-size:96%; text-align:right; padding:55px 20px 0 0;}
											.oneColCtr #imgBanner {margin:0; padding:10px 0; text-align:center;}
											
/*** Page-Level Assistance ***/				.oneColCtr #pageAssistance{color:#999999; text-align:right; padding-right:7px; width:200px; float:right;}
											#smallfont {font-size:90%; padding:1px;}
											#midfont {font-size:100%; padding:1px;}
											#largefont {font-size:120%; padding:1px;}

/*** Content Areas ***/						.oneColCtr #mainContent {
												padding:0 20px;
												background:#FFFFFF;
												border-left:0px none;
												border-right:0px none;
												}
												
/*** Top-Level Categories ***/				.oneColCtr #insideDepartment{width:40%; float:left;}
											.oneColCtr #howDoI{width:50%; float:right;}

											.oneColCtr #seeMore{font-size:96%; text-align:right; margin:0 10px 0 0;}

/*** News ***/								.oneColCtr #news, #zoneWrapper{
												width:100%;
												float:left;
												padding:5px 0;
												border-top:1px solid #CCCCCC;
												}
											.articleDate{font-size:90%; font-weight:bold; color:#666666;}
											.descriptiveText{color:#666666; line-height:1.2em;}
																						
/*** Miscellany ***/						.imageBorderRight{border-style:outset; border:1px solid #CCCCCC; padding:5px; float:right;}

/*** Agency Footer ***/						.oneColCtr #agencyFooter {
												font-size:96%;
												text-align:center;
												padding:0;
												border-left:1px solid #CCCCCC;
												border-right:1px solid #CCCCCC;
												border-bottom:1px solid #CCCCCC;
												display:none;
												}

/*** Enterprise Footer ***/					.oneColCtr #entFooter {
												font-size:96%;
												text-align:center;
												padding:0;
												border-top:1px solid #999999;
												display:none;
												}
											.oneColCtr #footer p, #entFooter p {
												margin:0;
												padding: 10px 0;
												}
												
/*** Subpage General Layout Elements ***/	.oneColCtr #agencyNav {width:190px; float:left; padding: 0 0 0 1px; display:none;}
											.oneColCtr #breadcrumbs {padding:0 0 10px 0; float:left; font-size:89%; width:100%}
											#ctl00_PlaceHolderMain_SiteMapPath1 {width:100%;}
											.oneColCtr #contentWrapper{width:100%; float:left;}
											.oneColCtr #searchcontentWrapper{width:800px; float:left; height:400px;}
											.oneColCtr #editPanel{}
												
/*** Two Column Layout Elements ***/		.oneColCtr #centerTwoColumn {width:585px; float:left;}


/*** Three Column Layout Elements ***/		.oneColCtr #centerThreeColumn {width:395px; float:left;}
											.oneColCtr #rightColumn {width:190px; float:right;}
											
/*** Press Release Page ***/				.oneColCtr #articleDate {}
											.oneColCtr #articleContent {}
											.oneColCtr #articleContact {}
											
/*** Menu Styling ***/						.glossymenu{margin:5px 0; padding:0px; width:174px; border-bottom-width:0; border-top:1px solid #FFFFFF;}
											.glossymenu a.menuitem{
												background: url('/site-images/glossyback_admin.gif') repeat-x bottom left;
												font-family:Arial, Helvetica, sans-serif;
												font-weight:bold;
												color:#234697;
												display:block;
												width:auto;
												padding:8px 0px;
												padding-left:4px;
												text-decoration:none;
												border-bottom:1px solid #CCCCCC;
												}
											.glossymenu .menuitem:active{color:#445b87; text-decoration:none;}
											.glossymenu a.menuitem:visited{color:#445b87; text-decoration:none;}
											.glossymenu a.menuitem:submenuheader{text-decoration:none;}
											.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
												border:none;
												margin-top:0px;
												}
											.glossymenu a.menuitem:hover{background-image: url('/site-images/glossyback_admin_2.gif'); text-decoration:none;}
											.glossymenu div.submenu{ /*DIV that contains each sub menu*/
												background-color:#FFFFFF;
												font-size:93%;
												}
											.glossymenu div.submenu ul{ /*UL of each sub menu*/
												list-style-type:none;
												list-style-image:none;
												margin:0;
												padding:0;
												}
											.glossymenu div.submenu ul li{padding:3px 0; border-bottom:1px solid #CCCCCC;}
											.glossymenu div.submenu ul li a{display:block; line-height:1.2em; color:#000000; text-decoration:none; padding:2px 0; padding-left:10px;}
											.glossymenu div.submenu ul li a:hover{color: #666666; text-decoration:none;}
											* html .glossymenu li a{ /*IE only.*/ 
												width: 100%;
												margin-top:-2px;
												}
											.submenuheader_img{margin-left:-5px; margin-right:2px; float:right;}
										
/*** Callout Box ***/						.oneColCtr #calloutBox{background-image:url(../site-images/callout_box_bottom_admin.gif); background-position: bottom left; background-repeat:no-repeat;}
											.oneColCtr #calloutTop{height:3px; background-image:url(../site-images/callout_box_top_admin.gif); background-repeat:no-repeat;}
											.oneColCtr #calloutZone{font-size:90%; width:165px; padding:0px 5px 10px 15px;}
											#ctl00_TextBanner1{margin:0 10px 0 0 0; font-size:90%; color:#666666;}


												
/*** Link Styles ***/						a:link{color:#3366ff; text-decoration:none;}
											a:visited{color:#3366ff; text-decoration:none;}
											a:hover{color:#3366ff; text-decoration:underline;}

											a.black:link{color:#000000; text-decoration:none;}
											a.black:visited{color:#000000; text-decoration:none;}
											a.black:hover{color:#445b87; text-decoration:underline;}

											a.bold:link{color:#445b87; text-decoration:none; font-weight:bold;}
											a.bold:visited{color:#445b87; text-decoration:none; font-weight:bold;}
											a.bold:hover{color:#445b87; text-decoration:underline; font-weight:bold;}

											a.seeall:link{color:#445b87; text-decoration:none;}
											a.seeall:visited{color:#445b87; text-decoration:none;}
											a.seeall:hover{color:#445b87; text-decoration:underline;}

											a.smfont:link{color:#445b87; text-decoration:none;}
											a.smfont:visited{color:#445b87; text-decoration:none;}
											a.smfont:hover{color:#445b87; text-decoration:underline;}

											a.mdfont:link{color:#445b87; text-decoration:none;}
											a.mdfont:visited{color:#445b87; text-decoration:none;}
											a.mdfont:hover{color:#445b87; text-decoration:underline;}

											a.lgfont:link{color:#445b87; text-decoration:none;}
											a.lgfont:visited{color:#445b87; text-decoration:none;}
											a.lgfont:hover{color:#445b87; text-decoration:underline;}				

/*** List Styles ***/						ul{list-style-image:url(../site-images/bullet_wvpeia.gif);}
											ul.noBulletNoIndent {list-style-image:none; list-style-type:none; margin-left:0px; padding-left:0px;}
											ul.padded li {padding-bottom:7px;}												
																							
/*** H Tag Styles ***/						h1, h2, h3, h4, h5, h6 {color:#234697; margin:5px 0; padding-bottom:1px;}
											h1 {font-size:110%;}
											h2 {font-size:106%;}
											h3 {font-size:96%;}
											h4 {font-size:90%;}
											
/*** Table Styles ***/						.textEditor {font-size:100%;}
									
/*** SharePoint Core CSS Overrides ***/		/*** Webpart Output (Controls) Overrides ***/
											.ms-WPHeader TD {border-bottom-width:0px;}
											.ms-WPBody {font-size:.8em; font-family:Arial, Helvetica, sans-serif;}
											.ms-WPBody TABLE {font-size:100%;}
											.ms-TPBody TABLE {font-size:100%;}
											.ms-WPBody TD {font-size:100%; font-family:Arial, Helvetica, sans-serif;}
											.ms-WPBody A:link {color:#445b87; text-decoration:none;}
											.ms-WPBody A:visited {color:#445b87; text-decoration:none;}
											.ms-WPBody A:hover {color:#445b87; text-decoration:underline;}
											.ms-WPBody H1 {font-weight:bold; font-size:110%;}
											.ms-TPBody H1 {font-weight:bold; font-size:110%;}
											.ms-WPBody H2 {font-weight:bold; font-size:106%;}
											.ms-TPBody H2 {font-weight:bold; font-size:106%;}
											.ms-WPBody H3 {font-weight:bold; font-size:96%;}
											.ms-TPBody H3 {font-weight:bold; font-size:96%;}
											.link-item {font-size:100%; color:#3e6d27; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
											.link-item A {font-size:100%; color:#3e6d27; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
											.link-item A:link {font-size:100%; color:#3e6d27; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
											.link-item A:visited {color:#3e6d27; text-decoration:none;}
											.link-item A:active {color:#3e6d27; text-decoration:none;}
											.link-item A:hover {color:#3e6d27; text-decoration:underline;}
											.link-item-large {font-size:110%; color:#3366ff; font-family:Arial, Helvetica, sans-serif;	text-decoration:none;}
											.link-item-large A {font-size:110%; color:#3366ff; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
											.link-item-large A:link {font-size:110%; color:#3366ff; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
											.link-item-large A:visited {color:#3366ff; text-decoration:none;}
											.link-item-large A:active {color:#3366ff; text-decoration:none;}
											.link-item-large A:hover {color:#3366ff; text-decoration:underline;}
											.description {font-size:92%; color:#4C4C4C; font-family:Arial, Helvetica, sans-serif;}
											#column{font-size:100%;}
											/*** Top Nav Overrides ***/
											.topNavContainer {background-image:none; background-repeat:no-repeat; height:40px}
											.topNav {position:relative; top:-1px;}
											.topNavItem {background-position:right top; font-size:1em; font-weight:bold; background-image:none; color:#3A4663; background-repeat:no-repeat; font-family:Arial, Helvetica, sans-serif;}
											.topNavItem A {padding-right:5px; display:block; padding-left:5px; padding-bottom:0px; padding-top:8px; height:32px;}
											.topNavSelected A {background-position:right top; background-image:none; color:#EFF4FA; background-repeat:no-repeat;}
											.topNavHover A {background-position:right top; background-image:none; color:#FFFFFF; background-repeat:no-repeat;}
											.topNavFlyOuts {border-top:#CBD1E0 1px solid}
											.topNavFlyOutsItem {border-right:#CBD1E0 1px solid;	border-top:#CBD1E0 1px;	min-width:150px;	font-size:.8em; border-left:#CBD1E0 1px solid; width:150px; color:#3A4663; border-bottom:#CBD1E0 1px solid; font-family:Arial, Helvetica, sans-serif; background-color:#eceff3;}
											.topNavFlyOutsItem A {padding-right:5px; display:block;	padding-left:5px; padding-bottom:4px; padding-top:4px;}
											.topNavFlyOutsHover {background-color:#B2BCD3;}
											/*** Left Nav Overrides ***/
											.ctl00_PlaceHolderMain_Menu1_1 {font-size:.9em; line-height:2em; text-decoration:none;}
											.ctl00_PlaceHolderMain_Menu1_2 {}
											/*** Table Output Overrides ***/
											.ms-rteTable-5 {border-right:0px solid; border-top:0px solid; border-left:0px solid; border-bottom:0px solid; font-family:Arial, Helvetica, sans-serif; border-collapse:collapse;}
											/*** Site Map Overrides ***/
											.level-section {margin:6px; padding:3px; background-image:url(/site-images/sitemap_bg.gif); background-position:bottom left; background-repeat:repeat-x;}
											.level-header {padding-right:0px; padding-left:0px;	padding-bottom:2px;	padding-top:2px; border-bottom:1px solid #CCCCCC;}
											.level-item {font-size:1em; color:#4f5978; font-family:Arial, Helvetica, sans-serif;}
											.level-item A {font-size:.9em; color:#000000; font-family:Arial, Helvetica, sans-serif;}
											.level-item A:link {font-size:.9em; color:#000000; font-family:Arial, Helvetica, sans-serif;}
											.level-item A:visited {color:#000000; text-decoration: none;}
											.level-item A:active {color:#000000; text-decoration:none;}
											.level-item A:hover {color:#000000; text-decoration:underline;}
											.level-section {margin-bottom:6px;}
											.level-bullet {
												border-right:0px;
												padding-right:3px;
												background-position:left 50%;
												border-top:0px;
												padding-left:15px;
												background-image:url(/site-images/sitemap_bullet.gif);
												vertical-align:top;
												border-left:0px;
												border-bottom:0px;
												background-repeat:no-repeat;
												}
											.headertitle {font-weight:bold; font-size:1em; color:#4f5978; font-family:Arial, Helvetica, sans-serif;}
											.headertitle A {font-weight:bold; font-size:1em; color:#4f5978; font-family:Arial, Helvetica, sans-serif;}
											.headertitle A:link {font-weight:bold; font-size:1em; color:#4f5978; font-family:Arial, Helvetica, sans-serif;}
											.headertitle A:visited {color:#4f5978; text-decoration:none;}
											.headertitle A:active {color:#4f5978; text-decoration:none;}
											.headertitle A:hover {color:#4f5978; text-decoration:underline;}
											.headertitle-large {font-weight:bold; font-size:1.2em; color:#4f5978; font-family:Arial, Helvetica, sans-serif;}
											.headertitle-large A {font-weight:bold; font-size:1.2em; color:#4f5978; font-family:Arial, Helvetica, sans-serif;}
											.headertitle-large A:link {font-weight:bold; font-size:1.2em; color:#4f5978; font-family:Arial, Helvetica, sans-serif;}
											.headertitle-large A:visited {color:#4f5978; text-decoration:none;}
											.headertitle-large A:active {color:#4f5978; text-decoration:none;}
											.headertitle-large A:hover {color:#4f5978; text-decoration:underline;}
											.headertitle-small {font-weight:bold; font-size:.8em; color:#4f5978; font-family:Arial, Helvetica, sans-serif;}
											.headertitle-small A {font-weight:bold; font-size:.8em; color:#4f5978; font-family:Arial, Helvetica, sans-serif;}
											.headertitle-small A:link {font-weight:bold; font-size:.8em; color:#4f5978; font-family:Arial, Helvetica, sans-serif;}
											.headertitle-small A:visited {color:#4f5978; text-decoration:none;}
											.headertitle-small A:active {color:#4f5978; text-decoration:none;}
											.headertitle-small A:hover {color:#4f5978; text-decoration:underline;}
											.cqfeed {visibility:hidden;}
											.ms-input{font-family:Arial, Helvetica, sans-serif;}
											.ms-rte{font-family:Arial, Helvetica, sans-serif;}
											.radEditor{
	font-family:Arial, Helvetica, sans-serif;
}

/* Google Search Styles */

/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {

  width: 96%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {

}
.gsc-control-cse {
                                                                font-size:14px !important;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border:none;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #CECECE;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  border: 0px solid;

  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #FFFFFF;
  border: 0px solid none;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
.gsc-search-box {display:none !important;}
.gsc-tabsArea {display:none;}
.gsc-resultsHeader {display:none;}

.gs-title a:link {color:#3366ff;}
.gs-title a:visited {color:#3366ff;}
.gs-title a:hover {color:#3366ff !important;}
.gs-title a:active {color:#3366ff;}

.gs-result  a:link {color:#3366ff;}
.gs-result  a:visited {color:#3366ff;}
.gs-result  a:hover {color:#3366ff!important; }
.gs-result  a:active {color:#3366ff;}
.gs-result .gs-title, .gs-result .gs-title *  {color:#3366ff!important;}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {color:#3366ff !important;}
.cse .gs-promotion, .gs-promotion {padding:10px 10px 10px 10px; display:block !important; border:1px solid #999999;}
.gs-promotion-image {float:left;} 
