/*  
   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
    - TABLE Elements, MISC.-(& MISC. Sub-sections)
*/


/**************  HTML Tags **************/
body {
	margin: 0; 
	padding: 0; 
	font: 100% Arial, Verdana, Helvetica, sans-serif; 
	color: #000; 
	background-color: #fff; 
	background-image: url('../images/mainbg.gif'); 
	} 
	
h1 { 
	background-color: #e4e4e4; 
	color: #2E531E;
	font-weight: bold;
	font-size: 120%; 
	padding: 5px 5px; 
	border: 1px solid; 
	border-color: #c0c0c0; 
	margin-bottom: 5px;
	margin-left: 0px;
	}

h2 { 
	background-color: #fff; 
	color: #48832E;
	font-weight: bold;
	font-size: 100%; 
	padding: 5px;
	padding-bottom: 0px;
	padding-left: 0px; 
	margin-bottom: 10px;
	margin-top: 3px;
	border-bottom: 1px solid; 
	border-color: #c0c0c0; 
	}

h3 {
	font-size: 100%;  
	margin-bottom: 0px;
	}

/**************  CONTAINER **************/
#holdingcell {
	min-width: 760px;
	overflow: hidden;
	}
	
.textField {
	margin-top: 10px;
	}


/**************  LEFT Section (include: left.htm)**************/
#textbar {
	left: 5px;
	margin-top: 2em;
	width: 175px;
	}

#textbar li {
	font-size: 80%;
	list-style: disc url("../images/bullet2.gif") inside;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #c0c0c0;
	line-height: 1.75em;	
	}

#textbar a {
	color: #30581F;
	text-decoration: none;
	font-weight: bold;
	}

#textbar a:hover {
	color: #000; 
	text-decoration: none; 
	font-weight: bold;
	}	

.sidebar {
	position: absolute;
	top: 150px;
	margin-left: 0px;
	}

.sidebar ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0;
	}	

/**************  MIDDLE Section **************/
#content {
	padding-left: 10px;
	padding-bottom: 20px;
	margin-left: 200px;
	margin-right: 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;
	}

.footerlink {
	font-weight:bold;
	}
	
/*(include: bottom.htm)*/
#lastmod {
	background-image: url(../images/greenbg1.jpg);
	background-repeat: repeat-x;
	padding: 5px; 
	font: 90% Arial, Verdana, Helvetica, sans-serif;
	height: 30px;
	}

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;
	}

/* Banner Styles */

#headerGraphic {	
	background-image: url('../images/DSABanner.gif') ;
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
	height:100px;
}
#breadcrumb {
	background: url(../images/blkbar.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 4px 5px 0 5px; 
	color: #ffffff;
	min-height: 22px;
}
* html #breadcrumb {
	height: 22px;
}
#breadcrumb .breadCrumbText {
	margin-right: 350px;
}
#breadcrumb p {
	margin: 0;
	padding: 0;

}
#breadcrumb a {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
} 
#breadcrumb a:hover {
	color: #ccc; 
	text-decoration: none;
} 
#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;
}		

	
/**************  TABLE Elements **************/
.StandardTable table {
	border-collapse: collapse;
	margin-bottom: 10px;
	}
	
.StandardTable td.noborders {
	background-color: #e4e4e4;
	padding-top: 10px;
	padding-bottom: 10px;
	} 

.StandardTable td {
	padding: 5px; 
	border: 1px solid #c0c0c0; 
	vertical-align: top; 
	background-color: #ffffff; 
	}

.StandardTable td.DSBbg {
	padding: 5px; 
	background-color: #e4e4e4; 
	}

.StandardTable th {
	padding: 5px; 
	border: 1px solid #c0c0c0; 
	text-align: left; 
	background-color: #e4e4e4; 
	}

/**************  MISC. **************/

img.menuspace {
	padding-left:25px;
	padding-top:20px;
	}

a.toplink, a.toplink:visited {
	color: #AEDC9A; 
	text-decoration: underline; 
	font-size: 70%; 
	font-weight: bold; 
	} 

a.toplink:hover {
	color: #fff; 
	text-decoration: underline; 
	font-size: 70%; 
	font-weight: bold; 
	} 
	
a.external {
	background: url("../images/icons/openwindow.gif") center right no-repeat;
    padding-right: 22px;
	}

img {
	border: none;
	}

hr {
	color: #000; 
	}
	
div.jobdetail {
	background-color: #E9EBEF;
	padding: 10px;
	padding-bottom: 10px;
	}

div.normal {
	border: 1px solid #c0c0c0;
	border-top: 0px;
	padding: 5px;
	}
	
.normal {
	background-color: #ffffff; 
	}	
	
div.yellow {
	background-color: #FFFFCC;
	border: 1px solid #c0c0c0;
	border-top: 0px;
	padding: 5px;
	}

.imgleft {
	float: left;
	padding: 5px;
	}


.imgleft1 {
	float: left;
	padding-right:20px;
	}

.pdfdoc {
	font-size: 80%;
	color: #008C00;
	} 
	
.white {
	font: 80% Arial, Verdana, Helvetica, sans-serif; 
	margin: 0 0 16px; 
	color: #ffffff; 
	} 

.searchtext {
	font-size: 90%;
	}	
	
	
.yellow {
	background-color: #FFFFCC; 
	}
 

#caption {
	border: 1px solid #c0c0c0;
	background-color: #e4e4e4;
	padding: 5px;
	font-size: 75%;
	width: 527px;
	}

#menu {
	float: left; 
	width: 170px; 
	padding: 5px; 
	line-height: 20px; 
	voice-family: "\"}\""; 
	voice-family: inherit; 
	} 
body > #menu {
	width: 170px; 
	} 
	


#search {
	padding: 0px;
	margin: 0px;
	background-image  url('../images/logobg.gif');
	background-repeat: no-repeat; 
	background-color: #000;
	}

#searchform {
	position: absolute;
	top: 40px;
	right: 10px;
	text-align : right;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	}


.nowrap {
	width:650px;
	}
	
.bold {
	font-weight: bold;
	}	

.underbold {
		font-weight: bold;
		text-decoration: underline;
	}

.underline {
		text-decoration: underline;
	}
	
.italic {
	font-style: italic;
	}
	
.blockquote {
	margin-left: 30px;
	}
	
	
/***** HIPAA CSS *****/

#formspace {
	margin: 10px;
	}

#list {
	padding-bottom: 10px;
	}

#listindent {
	margin-left:60px;
	padding-bottom:10px;
	}

#listindent2 {
	margin-left: 40px;
	padding-bottom: 10px;
	}
	
legend {
		font-weight: bold;
		display: none;
		}
.imgright {
	float: right;
	padding: 5px;
	}		


/**** DataGrid ****/

#DataGrid {
	border-collapse:collapse;
	font-size:80%;
	width:100%;
	}
	
#DataGrid th {
	text-align:left;
	padding:5px;
	border:1px solid #AEB499;
	color:#003300;
	vertical-align:bottom;
	white-space:nowrap;
	}
	
#DataGrid tr.even {
	background-color:#F7FAB8;
	}
#DataGrid tr.odd {
	background-color:#E4E4D6;
	}

#DataGrid td {
	padding:5px;
	border-bottom:1px solid #AEB499;
	border-left:1px solid #AEB499;
	}

#DataGrid td.quicklink {
	font-weight:bold;
	}

#DataGrid td.last {
	border-right:1px solid #AEB499;
	}

#DataGrid td.lastCell {
	border-right:1px solid #AEB499;
	}	

/**** Job Detail DIV ****/

.jobDetail {
	font-size:80%;
	}


div.even {
	background-color:#F7FAB8;
	padding:10px;
	}
div.odd {
	background-color:#E4E4D6;
	padding:10px;
	}

div.odd p {
	padding:0px;
	margin:0px;
	}
div.even p {
	padding:0px;
	margin:0px;
	}










