/*  
   CSS file is organized by Website's sections from Top - Left - Right - Bottom.
   Indicates which main Classes & IDs are in which include files.
	
   Layout of CSS file is as follows:
   (Change listing according to website's structure)
    - HTML Tags, CONTAINER 
    - TOP Section-(& TOP Sub-sections), LEFT Section, MIDDLE Section, BOTTOM Section
	- FORMS Section, TABLE ELMENTS Section, MISC. Section
    
*/

/**************  HTML Tags **************/
body {
	margin : 0; 
	padding : 0; 
	font : 100% Arial, Verdana, Helvetica, sans-serif; 
	color : #000; 
	background-color : #fff; 
	background-image : url('../images/mainbg.jpg'); 
} 

h1 {
	color:#000000;
	font-weight:bold;
	font-size : 120%; 
	padding: 5px 5px;  
	border: 1px solid;
	border-color:#c0c0c0;
	background-color:#e4e4e4;
}


h2 { 
	background-color: #e4e4e4; 
	color: #163C6D;
	font-weight:bold;
	font-size : 100%; 
	padding: 5px 5px; 
	border: 1px solid; 
	border-color: #c0c0c0; 
	margin:0px;
}

h3 {
	font-size : 100%;  
	margin-bottom:0px;
} 

caption {
	font-size:80%;
	text-align:left;
	}

/**************  CONTAINER **************/
#holdingcell
	{
	min-width:780px;
	overflow:hidden;
	}



/**************  LEFT Section (include: left.htm)**************/
.sidebar {
	position: absolute;
	top: 150px;
	margin-left: 0px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	margin-left:5px;
	text-align: left;
	border: 0;
}
	
#textbar {
	left: 2px;
	margin-top:2em;
	width: 175px;
	
}
	
#textbar li {
	margin-top: 3px;
	padding-bottom: 3px;
	padding-left:15px;
	font-size: 80%;  
	border-bottom:  1px solid #c0c0c0; 
	line-height: 1.50em; 
	background-image:url('../images/bullet.gif');
	background-repeat:no-repeat;
}
	
#textbar li a {
	color : #163C6D;
	text-decoration : none;
	font-weight : bold;
}

#textbar li a:hover {
	color : #000000;
	text-decoration : none; 
	font-weight : bold;
}

#textbar p {
	font : 80% Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	margin:0px;
	padding:0px;
	}

#textbar img {
	margin-left:40px;
	border:none;
}

#menuheader {
  background-color: #E4E4E4;
  padding:3px;
  border-style:solid;
  border-color:black;
  border-width:1px;
  font-size:90%;
  font-weight:bold;
}

#menuitem {
  background-color: #E4E4E4;
  padding: 4px;
  border-style:solid;
  border-color:black;
  border-width:1px;
  border-top:0px;
}

.menuheader {
  font-weight: bold;
  font-size:85%;
}

a.menuitem, a.menuitem:visited {
  color: #003399;
  text-decoration: underline;
  font-size:85%;
}

a.menuitem:hover {
  color: #003399;
  text-decoration: underline;
  font-size:85%;
}
/**************  MIDDLE Section **************/

#content {
	margin-left: 200px;
	padding-left: 10px;
	margin-right: 20px;
	padding-bottom:20px;
	font-size : 90%;
	}

/**************  BOTTOM Section **************/
/*(include: bottom.htm)*/
#footer {
	background-color: #F4F4F4;
	border-top:1px solid #c0c0c0;
	padding:5px;
	margin-top:30px;
	margin-bottom:5px;
}

/*(include: bottom.htm)*/
div.bottom { 
	color: #666;
	padding: 5px; 
	margin-top:5px;
	margin-bottom:5px;
	border-top: 1px solid #B8BDEF;
	border-bottom: 1px solid #B8BDEF;
	background-color:#EBECF5;
}

#lastmod {
	background-image:url('../images/greenbg1.jpg');
	background-repeat:repeat-x;
	padding:5px; 
	font:90% Arial, Verdana, Helvetica, sans-serif;
	height:30px;
}
  
 

/********** FORMS Section *******************/
form {
padding:0px;
margin:0px;
}


div.mainhdr {
background-color : #e4e4e4;
border: 1px solid #c0c0c0;
padding:5px;
margin-top:10px;
margin-bottom:10px;
}

div.formslist {
border-top: 1px solid #c0c0c0;
padding:5px;
border-collapse: collapse;
}

.submenubg {
background-color:#E7E7E7;
}


a.submenu, a.submenu:visited {
color : #0D2E7D; 
text-decoration : none; 
font-size : 85%;
font-weight : bold; 
} 


a.submenu:hover {
color : #265687; 
text-decoration : none; 
font-size : 85%;
font-weight : bold; 
} 

/********** TABLE ELEMENTS Section*******************/
table {
border-collapse:collapse;
margin-bottom:10px;
}

table.CalTable TD {
height: 70px;
}

table.CalTable TH {
font: 90% Arial, verdana, sans-serif;
font-weight : bold;
}


table.formscabinet td, th {
font: 90% Arial, verdana, sans-serif;
}

td {
padding : 5px; 
border : 1px solid #c0c0c0; 
vertical-align : top; 
} 

table.cleartable td {
border:1px solid #fff;
border-bottom:1px solid #e4e4e4;
} 

table.cleartable td.namecell {
border:1px solid #fff;
border-bottom:1px solid #e4e4e4;
white-space:nowrap;
} 

td.calendarTD {
font: 70% Arial, verdana, sans-serif;
} 

td.noborders {
background-color: #e4e4e4;
padding-top:10px;
padding-bottom:10px;
}

td.DSBbg {
padding : 5px; 
background-color : #e4e4e4; 
} 

th {
padding : 5px; 
border : 1px solid #c0c0c0; 
text-align : left; 
background-color : #e4e4e4; 
} 

.alternate {
	background-color:#F0F4F7;
	}

.normal {
	background-color:#FFFFFF;
	}

table.formtable {
	border-collapse: collapse;
	}
	
table.formtable td {
	font-size:80%;
	}


table.bhs {
	border: 1px solid #666666;
	border-collapse: collapse;
	}
	
table.bhs td {
	border: 1px solid #c0c0c0;
	font-size:90%;
	}

table.bhs th {
	background-color: #c0c0c0;
	text-align: left;
	font-size:90%;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	}

/**************  MISC Section **************/

.redText {
	color:#FF0000;
	}

.hidden
	{
	visibility:hidden;
	display:none;
	}	

.bold {
	font-weight:bold;
}

.center {
	text-align: center;
	}

.underbold {
	font-weight:bold; 
	text-decoration : underline; }
	

.highlighted {
	background-color:#DDD;
}

.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }

a.external {
	background: url("../images/icons/openwindow.gif") center right no-repeat;
    padding-right: 22px;
	}

.imgleft {
float: left;
padding: 5px;
}

.imgright {
float: right;
padding: 5px;
}

.italic {
font-style:italic;
}

.underline {
text-decoration:underline;
}

.searchtext {
font-size:90%;
}

.pdfdoc {
font-size:80%;
color: #008C00;
}

img {
	border: none;
	}
	
.pdfdoc {
	font-size:90%;
	color: #008C00;
}

#hidden{
	display:none;
}

.smallText {
	font: 80% Arial, verdana, sans-serif;
  }

.SubmitLink {
   font: 70% Arial, verdana, sans-serif;
  }

.yellow {
background-color : #FFFFCC; 
} 

.normal {
background-color : #ffffff; 
} 

.noShow {
	visibility:hidden;
	}

hr {
color : #000; 
} 

.bar {
color : #EFE28E; 
font-size : 90%; 
font-weight : bold; 
} 


.dot {
font-size : 130%; 
font-weight : bold; 
} 


.white {
font : 80% Arial, Verdana, Helvetica, sans-serif; 
margin : 0 0 16px; 
color : #ffffff; 
} 


div.title {
background-color : #e4e4e4;
border: 1px solid #c0c0c0;
padding:5px;
margin-top:10px;
}

div.subtitle {
border-bottom: 1px solid #c0c0c0;
border-top:0px;
padding:5px;
}

div.normal {
border: 1px solid #c0c0c0;
border-top:0px;
padding:5px;
}

div.yellow {
background-color : #FFFFCC;
border: 1px solid #c0c0c0;
border-top:0px;
padding:5px;
}


div.subhdr {
background-color : #e4e4e4;
padding:5px;
margin-top:10px;
margin-bottom:10px;
}

div.subhdr img {
vertical-align:middle;
}

div.jobdetail {
background-color : #E9EBEF;
padding:10px;
padding-bottom:10px;


}

div.officedetail {
background-color : #E9EBEF;
padding:15px;
border: 1px solid #c0c0c0;
}

/* Banner Styles */

#headerGraphic {	
	background-image: url('../images/ESSPBanner.gif') ;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 100px;
}
#breadcrumb {
	background: url(../images/blkbar.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 5px 0 5px; 
	color: #ffffff;
	min-height: 22px;
	width: auto;
}
* html #breadcrumb {
	height: 22px;
}
#breadcrumb .breadCrumbText {
	margin-right: 350px;
}
#breadcrumb p {
	margin: 0;
	padding: 0;
	font-size: 80%;
	
}
#breadcrumb a {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
} 
#breadcrumb a:hover {
	color: #FFF; 
	text-decoration: underline;
} 
#breadcrumb #siteSearchForm {
	margin: 0;
	position: absolute;
	top: 143px;
	right: 5px;
}
#breadcrumb #siteSearchForm p {
	margin: 0;
	padding: 0;
}
#breadcrumb #siteSearchForm #searchBoxSite {
	background:url("../images/banner/virginia_seach_txt-bg.jpg") no-repeat;
	background-color:transparent;
	border:0;
	font-size:90%;
	height:14px;
	width:172px;
	padding:3px;
}
#breadcrumb #siteSearchForm #siteSearchBtn {
	background:url("../images/banner/virginia_seach_button-bg.jpg") no-repeat transparent;
	border:none;
	height:20px;
	width:28px;
	height:20px;
	margin-left:2px;
	margin-right:0px;
}
#breadcrumb .alignLeft {
	float: left;
}
#breadcrumb .clear {
	clear: both;
}
#breadcrumb .hidden {
	display: none;
	visibility: hidden;
}	

/************ Junk
  TOP Section 
-------------  TOP Left Nav (include: top.htm)-------------
#header {
	position:absolute;
	font:70% Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	padding-top:4px; 
	top:1px;
	height : 20px;
	voice-family : "\"}\""; 
	voice-family : inherit; 
} 

body > #header {
	height : 20px; 
} 

#header a{
	 color: #91B1CA;
	 font-weight:bold;
}

#header a:hover {
	color: #CCCCCC;
	font-weight:bold;
} 


-------------  TOP Right Nav (include: top.htm)-------------
#toplist {
	text-align:right;
	font:70% Arial, Verdana, Helvetica, sans-serif;
	background-image:url('../images/blkbar.jpg'); 
	padding:5px;
	color:#ffffff;
	background-color:black;
}
	
#toplist a {
	color: #91B1CA;
	font-weight:bold;
}

#toplist a:hover {
	color: #CCCCCC;
	font-weight:bold;
}

-------------  TOP Logo (include: top.htm)-------------
#tagline {
	padding:1px;
	padding-right:10px;
	margin:0px;
	margin-bottom: -3px;
	background-image:url('../images/logobg.jpg');
	background-repeat:no-repeat; 
	background-color: #000;
	text-align:right;
	height:50px;
}
.textField {
	margin-top: 10px;
	}
-------------  TOP Breadcrumb Nav -------------
#breadcrumb {
	background-color:#000000; 
	font-family : Arial, Verdana, Helvetica, sans-serif; 
	margin : 0 0 16px; 
	padding-bottom : 5px; 
	padding-left:5px;
	padding-top:3px;
	font-weight : bold; 
	font-size: 70%;
	color : #FFFFFF; 
} 

#breadcrumb a {
	color : #91B1CA; 
	text-decoration : underline; 
	font-weight : bold; 
} 

#breadcrumb a:hover {
	color : #CCCCCC; 
	text-decoration : underline; 
	font-weight : bold; 
} 
*/
