/*  
   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-image:url('../images/h1BG.jpg'); 
	background-repeat:repeat-x;
	background-color:#fff;
	color:#824E22;
	font-weight:bold;
	font-size : 120%; 
	padding: 5px 5px; 
	border-top: 1px solid #666666; 
	margin-bottom:5px;
	}

h2 { 
	background-repeat:repeat-x;
	background-color:#E8E8E8;
	color: #824E22;
	font-weight:bold;
	font-size : 100%; 
	padding: 5px; 
	margin-bottom: 10px;
	margin-top:3px;
	border-top: 1px solid #cccccc; 
	}

h3 {
	font-size : 100%;  
	margin-bottom:0px;
	} 


/**************  CONTAINER **************/
#holdingcell {
	min-width:760px;
	overflow:hidden;
}
.textField {
	margin-top: 10px;
	}

/**************  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: #E1AF82;
	 font-weight:bold;
}

#header a:hover {
	color: #fff;
	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: #E1AF82;
	font-weight:bold;
}

#toplist a:hover {
	color: #fff;
	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: #6AC54A;
	text-align:right;
	height:50px;
}
	
/**************  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 #824E22; 
	line-height: 1.50em; 
	background-image:url('../images/bullet.gif');
	background-repeat:no-repeat;
}
	
#textbar li a {
	color : #824E22;
	text-decoration : none;
	font-weight : bold;
}

#textbar li a:hover {
	color : #BA6E31;
	text-decoration : none; 
	font-weight : bold;
}


/**************  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;
}


/**************  TABLE Elements **************/
table {
	border-collapse:collapse;
}

td {
	padding : 5px; 
	border : 1px solid #c0c0c0; 
	vertical-align : top; 
	background-color : #ffffff; 
} 

td.DSBbg {
	padding : 5px; 
	background-color : #e4e4e4; 
} 

td.rowtitle {
	padding : 5px; 
	background-color : #F3F3F3; 
} 


th {
	padding : 5px; 
	border : 1px solid #c0c0c0;
	text-align : left; 
	background-color : #e4e4e4; 
} 

table.smallText {
	border-collapse:collapse;
	font-size : 80%; 
	}


/**************  MISC. **************/
img {
	border: none;
}

.imgleft {
	float: left;
	padding: 5px;
}

.imgright {
	float: right;
	padding: 5px;
}

hr {
	color : #000; 
} 

.line {
	border-bottom:solid 1px #000000;
	margin-bottom:10px;
} 

.dot {
	font-size : 130%; 
	font-weight : bold; 
} 

.white {
	font : 80% Arial, Verdana, Helvetica, sans-serif; 
	margin : 0 0 16px; 
	color : #ffffff; 
} 

.pdfdoc {
	font-size:80%;
	color: #008C00;
}

.textField {
	margin-top: 10px;
}

.strongtext {
	font-weight: bold;
}	

.underbold {
	font-weight: bold;
	text-decoration: underline;
}

.italic {
	font-style:italic;
}

.underline {
		text-decoration: underline;
}

a.external {
	background: url("../images/icons/openwindow.gif") center right no-repeat;
    padding-right: 22px;
	}

/* -------------  MISC. (Programs&Services: Pages under programs.htm) ------------- */
#biscis {
	margin-top : 20px; 
	padding-top : 40px; 
	padding-bottom : 40px; 
	padding-left : 110px; 
	font-weight : bold; 
	font-size : 110%; 
	text-align : center; 
	background-image : url('../images/biscis.gif'); 
	background-repeat : no-repeat; 
} 

#ltcrm {
	margin-top : 20px; 
	padding-top : 40px; 
	padding-bottom : 40px; 
	padding-left : 110px; 
	font-weight : bold; 
	font-size : 110%; 
	text-align : center; 
	background-image : url('../images/ltcrm.gif'); 
	background-repeat : no-repeat; 
} 

#csf {
	margin-top : 20px; 
	padding-top : 40px; 
	padding-bottom : 40px; 
	padding-left : 110px; 
	font-weight : bold; 
	font-size : 110%; 
	text-align : center; 
	background-image : url('../images/csf.gif'); 
	background-repeat : no-repeat; 
} 

#dsb {
	margin-top : 20px; 
	padding-top : 40px; 
	padding-bottom : 40px; 
	padding-left : 110px; 
	font-weight : bold; 
	font-size : 110%; 
	text-align : center; 
	background-image : url('../images/dsblogo.gif'); 
	background-repeat : no-repeat; 
} 

#cils {
	margin-top : 20px; 
	padding-top : 40px; 
	padding-bottom : 40px; 
	padding-left : 110px; 
	font-weight : bold; 
	font-size : 110%; 
	text-align : center; 
	background-image : url('../images/cils.gif'); 
	background-repeat : no-repeat; 
} 

#nhos {
	margin-top : 20px; 
	padding-top : 40px; 
	padding-bottom : 40px; 
	padding-left : 110px; 
	font-weight : bold; 
	font-size : 110%; 
	text-align : center; 
	background-image : url('../images/nhos.gif'); 
	background-repeat : no-repeat; 
} 

#pas {
	margin-top : 20px; 
	padding-top : 40px; 
	padding-bottom : 40px; 
	padding-left : 110px; 
	font-weight : bold; 
	font-size : 110%; 
	text-align : center; 
	background-image : url('../images/pas.gif'); 
	background-repeat : no-repeat; 
}

/* Banner Styles */

#headerGraphic {	
	background-image: url('../images/DSCbanner.jpg') ;
	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;
}
* 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: #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;
}	



