@charset "utf-8";
/* CSS Document */
/*This CSS file, header.css, controls the header content areas of the VDOE web site*/

/*BEGIN breadcrumb design***************************************************************************************/
#breadcrumb
{
	padding-right:0.56em;
	padding-left:0.6em;
	padding-bottom:0.5em;
	padding-top: 0.5em;
	color: #ffffff;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	font-weight: bold;
	font-size: 85%;
	margin: 0;
	margin-right:310px;
	margin-top:-24px;
	text-transform: uppercase
}
#breadcrumb a /* This is used to define the breadcrumb anchor active style*/
{
	color: #259793;
	text-decoration: underline;
}
#breadcrumb a:hover /* This is used to define the breadcrumb anchor mouseover style*/
{
	color: #f1e6b2;
	text-decoration: underline;
}
/*END breadcrumb**************************************************************************************/

/*BEGIN Banner *****************************************************************************************/

/*BEGIN #tagline*/
#tagline /*The tagline style encompasses the banner image, it's width and height.*/
  {
	background-image: url(/images/css/banner.gif);
	background-repeat: no-repeat;
	clear:both;
	display:block;
	padding:0px;
	height: 50px;
	margin:0px;
	padding-bottom:0px;
  }
/*END #tagline*/

#tagline a /* This is to define active anchor style inside banner  */
{
	color: #eee;
}
.banner_link /*This places the banner correctly*/
{
	margin-top: 0px;
	width:100%;
	cursor:pointer;
}
#textline /* This is to define text inside banner. The taxt acts as an alt attribute for the banner */
{
    position: absolute;
    margin-left: -999em;
    width: 1em;
    overflow: hidden;
}

/*BEGIN Banner style supplied by Governor's office *****************************************************/
#commonBanner {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.834em;
	height:3.33em;
	background-image: url(/images/css/common_feel_bg.jpg);
	background-repeat: repeat-x;
}
#commonBanner img {
	margin-left: 0;
	margin-top: 0;
}
#commonBanner a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#commonBanner a img {
	border:none;
}
#commonBanner .alignLeft {
	color:#eee;
	float:left;
	margin-left: .8em;
	padding-top: .8em;
	width:inherit;
}
#commonBanner .alignLeft a{
	color:#eee;
	font-weight:bold;
}
#commonBanner .alignLeft a:hover {
	color:#eee;
	font-weight:bold;
}
#commonBanner .virginiaLogo{
	float:left;
	width:inherit;
}

#commonBanner #virginiaSearch{
	float:right;
	padding-top:11px;
	padding-right:10px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#commonBanner #virginiaSearchForm {
    margin: 0;
}
#commonBanner #virginiaSearch p {
	margin:0;
	margin-top:0.3em;
	padding:0;
}
/*BEGIN #searchBox*/
#searchBox { /*the search box for virginia.gov*/
	background-color:transparent;
	border:0;
	font-weight:bold;
	height:1.2em;
	width:12.94em;
	background-image: url(/images/css/virginia_seach_txt-bg.jpg);
	background-repeat: no-repeat;
	padding-top: .24em;
	padding-right: .16em;
	padding-bottom: .24em;
	padding-left: .24em;
}
/*END #searchBox*/
/*BEGIN #vaSearchBtn*/
#vaSearchBtn {
	border:none;
	height:1.6em;
	margin-left:.16em;
	margin-right:.30em;
	width:2.09em;
	background-color: transparent;
	background-image: url(/images/css/virginia_seach_button-bg3.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
/*	outline: #FF0000 dashed medium; kle 2-8-2017*/
}
/*END #vaSearchBtn*/
/*END Banner style supplied by Governor's office **********************************************************/

/*BEGIN Search This Site Form - This is used for placement of search button and textbox on banner*********/
#searchform
{
	padding: 0;
	margin: 0;
	padding-top: 0;
	white-space: nowrap;
	/*position: absolute;*/
	margin-right: .35em;
	margin-top: 5px;
	text-align: right;
}		
#searchform
 a /*gs links style*/
{
	font-family:"Trebuchet MS", helvetica, sans-serif;;
	font-size:77%;
	text-decoration:none;
	color:#eee;
	font-weight:bold;
}

#searchform
 a:hover /*gs hover style*/
{
	color:#eee;
	font-weight:bold;
}

#searchform
 p /*gs paragraph style*/
{
	margin:0;
	padding:0;
}
/*BEGIN #searchBoxSite*/
#searchBoxSite{ /*the search box for VDOE*/
	background-color:transparent;
	border:0;
	font-weight:bold;
	height:1.2em;
	width:12.94em;
	padding-left:0.24em;
	padding-right:0.16em;
	padding-top:0.22em;
	background-image: url(/images/css/virginia_seach_txt-bg.jpg);
	background-repeat: no-repeat;
	margin-bottom:.1em;
}
/*END #searchBoxSite*/
/*BEGIN #siteSearchBtn*/
#siteSearchBtn 
{
	border:none;
	width:2.09em;
	height:1.5em;
	margin-left:0.16em;
	background-color: transparent;
	background-image: url(/images/css/virginia_seach_button-bg.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-bottom:.1em;
}

/*END #siteSearchBtn*/
/*END Search This Site Form *************************************************************************/
/*BEGIN styles for styleswitch text resize*/
#selector /*absolutely places the CSS styleswitcher selector to the apropriate location */
{
	position: absolute;
	top: 87px;
	right: 35px;
	height: 5px;
	width: 9px;
	background-image: url(/images/css/selector.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#css_switch
{
	position: absolute;
	top: 68px;
	right: 5px;
	height: 30px;
	width: 90px;
	background-repeat: no-repeat;
	color:#fff;
}
#css_switch a /*Styles the list items in the UL*/
	{
		text-decoration:none;
		color:#fff;
	}

#css_switch ul
{
	display: inline;
	list-style-type: none;
	padding-left: .25em;
}
#css_switch ul li
{
	display: inline;
}
.text_size{
	font-size: 10px;
}
.text_size_normal{
	font-size: 10px;
}
.text_size_large{
	font-size: 14px;
}
.text_size_larger{
	font-size: 18px;
}
/*END styles for styleswitch text resize*/

/*Custom font colors*/

.text_color_warm{
	color: #8484AE;
	font-size: 14px;
}
/*END Custom font colors*/
