/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin: 0; 
	padding: 0; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:.85em;
	height: 100%;
	background-image: url(background.jpg);
	background-repeat: repeat-y;	 
}
/******* hyperlink and anchor tag styles *******/
a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited{
	color: #800080;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}

.skipLinks {display: none;}

/************** header tag styles *** #05074F***********/

h1{
 font: bold 121% Arial,sans-serif; text-align:center;
 color:#990000;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 115% Arial,sans-serif;
 color: #24354B;
 margin: 0px;
 padding: 0px;
 text-align:left;
}

h3{
 font: bold 110% Arial,sans-serif;
 color: #24354B;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 105% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

.centered{
	text-align:center;
	}
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
/************ left site navigation styles **************/

#sectionLinks{
	left: 0px;
	margin-top: 0px;
	margin-bottom: -1px;
	min-height:700px;
	width: 190px;
	position:relative;
	float: left;
	height: 100%;
	background-color: #f0f0f0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-top:3px;

	}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks img{
		padding-left: 5px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	text-decoration: none;
	color: #5A72AD;
	background-color: #f0f0f0;
	padding: 3px;
	display: block;
	width: 180px;

}

#sectionLinks a:hover{
	text-decoration: none; 
	background-color: white;
}
#sectionLinks li
	{
	padding-left:3px;
	line-height: 1.75em;
	font-weight: bold;
	font-size: 85%;
	list-style: none;
	width: 187px;
	border-bottom: 1px solid #808080;
	}
#sectionLinks .LI1
	{
	font-size: 95%;
	margin-bottom: 3px;
	padding-bottom:3px;
	border-top: none;
	line-height:1.75em;
	font-weight: bold;
	width: 187px;
	}	

#sectionLinks .LI2
	{
	list-style: disc url('../images/bullet.gif') outside;
	margin-left: 20px;
	border-top: none;
	font-weight: normal;
	width: 185px;
	}

#sectionLinks .LI2 A
	{
	background-color: #99CCFF;
	text-decoration: underline;
	color: black;
	width: 160px;
	}

#sectionLinks .LI2 A:hover
	{
	background-color: #99CCFF;
	text-decoration: underline;
	color: black;
	font-weight: bold;
	}
	
#sectionLinks ul
	{
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0;
	}
	
/************ right column styles **************/

#rightColumn{
	width: 215px;
	position:relative;
	float:right;
	height: 100%;
	background-color: #f0f0f0 ;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	display: block;
	z-index:1;
	}

#rightColumn h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 3px solid #808080;
}

#rightColumn h1{
 font: bold 121% Arial,sans-serif; text-align:left;
 color:#990000;
 margin: 0px;
 padding: 8px;
}

#rightColumn a:link, #rightColumn a:visited {
	text-decoration: none;
	color: #5A72AD;
	padding-left: 6px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
	display: block;
	width: 205px;
	
}

#rightColumn a:hover{
	text-decoration: none; 
	background-color: white;
}
#rightColumn li
	{
	line-height: 1.75em;
	font-weight: bold;
	font-size: 85%;
	list-style: none;
	width: 215px;
	border-bottom: 1px solid #808080;
	}

#rightColumn ul
	{
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0;
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content
	{
	margin-left: 200px;
	padding-left: 15px;
	line-height: 135%;	
	position: relative;	
	}
	
#content a{
	color: #5A72AD;

}
	
#contentInfo {
	width:65%;
	float:left;
	}
#contentNav
{
	width:30%;
	float:right;
	margin-left:1em;
	}
#contentRest {
	clear:both;
	}

#Layer1 {
	clear:both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #000000;
	padding: 10px 10px 10px 10px;
}
#Layer2 {
    float: left;
	width: 35%;
}
#Layer3 {
	float:right;
	width: 35%;
}
#Layer4 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: -2px;
	top: 233px;
}
#Layer5 {
	padding: 0px 0px 0px 0px;
}

#Layer6 {
    font: 90% Arial,sans-serif;
	clear: both; 
}

/************** Site Tag Line ****************/

#taglineTest {
	width:100%;
	height:100px;
	padding:0px;
	margin:0px;
	background-color:#00CC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#tagline {
	width:100%;
	height:100px;
	padding:0px;
	margin:0px;
	background-color:#5A72AD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#dportag {
	color: #ffffff;
	text-align:center;
	font-size: 1.50em;
	font-weight:bold;
	padding-top:40px;
	}


/*Virginia.gov.css  Banner Styles */

/* Banner Styles */
.clearFloats:after {
	/* Use as class on any element that needs to have floats cleared:
		<DIV CLASS="clearFloats TableTitle">
	*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearFloats {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearFloats {height: 1%;}
.clearFloats {display: block;}
/* End hide from IE-mac */

#breadcrumb {
	clear:both;
    background-color:#000000; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px; 
	color:#ffffff;
	height: auto;
	font-weight: bold;
	font-size:.85em;
}

#breadcrumb p {
	margin: 0;
	padding: 0;
}
		
.linkpad {
	padding-bottom:4px;
	}
#breadcrumb a:link {
	color:#FFFFFF;
	text-decoration: none; 
	font-weight: bold;
}

#breadcrumb a:hover {
	color:#ffffff; 
	text-decoration: none;
}
#breadcrumb a:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
#breadcrumb #siteSearchForm {
	margin: 0;
	right: 5px;
	padding: 0;
	float: right;
}

#breadcrumb #siteSearchForm p {
	margin: 0;
	padding: 0;
}


#breadcrumb #siteSearchForm #searchBoxSite {
    background: url("https://www.virginia.gov/images/virginia_seach_txt-bg.jpg") no-repeat;
	background-color: transparent;
	border: 0;
	font-weight: bold;
	width: 172px;
	text-align:left;
}

#breadcrumb #siteSearchForm #siteSearchBtn {
    background:url("https://www.virginia.gov/images/virginia_seach_button-bg.jpg") no-repeat transparent;
	border: none;
	height: 20px;
	margin-left: 2px;
	margin-right: 5px;
	width: 28px;
}

#breadcrumb .alignLeft {
	float: left;
}

#breadcrumb .clear {
	clear: both;
}

#breadcrumb .hidden {
	display: none;
	visibility: hidden;
}

/********************* hidden **********************/
.hidden{
		Font-size: 0px;
		Left:-10000px;
		Position:Absolute;
}

/******************* footer ************************/
#footer {
	clear:both;
    text-align:center;
	font-size:x-small;
	background-color: #d3d3d3;
	padding: 10px 10px 10px 10px;
/*	width:100%;
	height:25px;*/
}

#footer a{
	color: #5A72AD;
	font-size:x-small;
}

.footer2 {
  vertical-align:top;
}




/***************** table ****************************/
caption {  
	text-align:left;
	margin: 0 0 .5em 0;
	font-weight: bold; 
	}  

TABLE {
	border-collapse: separate;			 			 
	border-right: 1px solid #506989;
	border-bottom: 1px solid #506989;
	margin:auto;
	}

TD { 
	border: 1px solid #506989;
	padding: 4px;
	  }
	  
tr.d0 td {
	background-color: #F0F2F2; color: black;
	border:none; padding: 2px;
	}
tr.d1 td {
	background-color: #FFFFFF; color: black;
	border:none; padding: 2px;
	}
tr.d2 td {
	background-color: #CCCCCC; color: black;
	border:none; padding: 2px;
	}
tr { 
	background: #FAFCFD; 
	}
thead th { 
	background: #526385;
	color: #FFFFFF;  
	}
tbody th { 
	font-weight: normal;
	background: #D5DEF0;
	}
.compl {
	border-collapse: separate;
	border-right:none;
	border-bottom:none;
	}
.redi {color: #990000;}

