/*  
   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 {
	color: #000000;
	font-weight: bold;
	font-size: 120%; 
	padding: 5px 5px;  
	border-top: #000000;
	background-color: #E7E7E7;
}

h2 {
	color: #000000;
	font-weight: bold;
	font-size: 100%;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 3px;
	background-color: #F4F4F4;
	border-bottom:1px solid #c0c0c0;
}

h3 {
	font-size: 100%;  
	margin-bottom: 0px;
}

hr { visibility:hidden;}

img {
	border: none;
}

/**************  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; 
} 

/**************  CONTAINER **************/
#holdingcell {
	min-width: 760px;
	overflow: hidden;
}
.textField {
	margin-top: 10px;
	}


	
/**************  LEFT Section (include: left.htm)**************/
.sidebar {
	position: absolute;
	top: 140px;
	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 #669933; 
	line-height: 1.50em; 
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
}
	
#textbar li a {
	color: #447023;
	text-decoration: none;
	font-weight: bold;
}

#textbar li a:hover {
	color: #81CE66;
	text-decoration: none; 
	font-weight: bold;
}

img.menuspace {
	padding-left: 15px;
	padding-top: 10px;
	}

/**************  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;
}

/**************  MISC. **************/

.cleartable th{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 0px;
	border-left:0px;
	font-weight: normal;
	background: #fff;
	vertical-align:top;
}

.cleartable td {
	border-bottom: 1px solid #ddd;
	border-top: 0px;
	border-left:0px;
	border-right:0px;
}
	

.linkList li {
	list-style-image:url(../images/bullet.gif);
	margin-bottom:5px;
}

.linkList li ul {
	margin-top:5px;
	margin-bottom:10px;
}

.pageMenu {
	padding:5px;
	font-size:90%;
	margin-bottom:10px;
	}

.imgleft {
	float: left;
	padding: 5px;
}

.imgright {
	float: right;
	padding: 5px;
}

hr {
	color: #000; 
} 

.line {
	margin-bottom: 0px;
} 

.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;
}

.bold {
	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: 10px; 
	padding-top: 15px; 
	padding-bottom: 20px; 
	padding-left: 0px; 
	font-weight: bold; 
	font-size: 110%; 
	text-align: center; 
	background-image: url('../images/biscis.gif'); 
	background-repeat: no-repeat; 
	margin-bottom:10px;
} 

#crcms {
	font-weight: bold;
	text-align: center; 
} 

#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/CBSbanner.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;
}
* 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;
}	


/*** DELETE ALL BELOW 
.crumbs {
	font : 70% Arial, Verdana, Helvetica, sans-serif; 
	margin : 0 0 16px; 
	padding-bottom : 0; 
	font-weight : bold; 
	color : #ffffff; 
} 

#arealinks {
	margin-bottom : 0; 
	font : 90% arial, verdana, helvetica, sans-serif; 
	margin : 10px 0 20px; 
	padding : 0; 
	font-weight : bold; 
} 

#arealinks ul {
	margin : 0; 
	padding : 0; 
	border : 0px none ;
	list-style-type: none 
} 

#arealinks li {
	border-bottom : 1px solid #669933; 
	margin : 0; 
	font : 90% arial, verdana, helvetica, sans-serif; 
	background-image : url('../images/bullet.gif'); 
	background-repeat : no-repeat; 
} 

#arealinks li a {
	display : block; 
	padding : 3px 3px 3px 0.5em; 
	color : #447023; 
	text-decoration : none; 
	padding-left : 15px; 
	font-weight : bold; 
} 

html > body #arealinks li a {
	width : auto; 
} 

#arealinks li a:hover {
	color : #81CE66; 
	font-weight : bold; 
} 

#menu {
	float : left; 
	width : 170px; 
	padding : 5px; 
	line-height : 20px; 
	voice-family : "\"}\""; 
	voice-family : inherit; 
} 
body > #menu {
	width : 170px; 
} 

#header {
	position:absolute;
	top:0px;
	left:0px;
	margin : 0; 
	padding : 5px; 
	border-width : 0; 
	height : 20px;
	voice-family : "\"}\""; 
	voice-family : inherit; 
} 
body > #header {
	height : 20px; 
} 

#toplist {
	text-align : right; 
	white-space: nowrap;
	background-color : #000; 
	padding : 5px; 
	height : 15px; 
	padding-left: 251px;
	voice-family : "\"}\""; 
	voice-family : inherit; 
	height : 15px; 
} 
body > #toplist {
	height : 14px; 
} 

#search {
	text-align : right; 
	white-space: nowrap;
	background-color: #6AC54A;
	padding-top : 10px; 
	background-image : url('../images/logobg.gif');
	background-repeat:no-repeat;
	padding-bottom : 5px; 
	margin-bottom : -15px;
	padding-left: 288px;
	height : 52px; 
	voice-family : "\"}\""; 
	voice-family : inherit; 
} 
body > #search {
	height : 52px; 
} 

a.toplink, a.toplink:visited {
	color : #69c142; 
	text-decoration : underline; 
	font-size : 70%; 
	font-weight : bold; 
} 


a.toplink:hover {
	color : #639e33; 
	text-decoration : underline; 
	font-size : 70%; 
	font-weight : bold; 
} 

.searchtext {
	font-size:90%;
}


#logo {
	position:absolute; 
	top:28px;
}



#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: #69c142;
	 font-weight:bold;
}

#header a:hover {
	color: #639e33;
	font-weight:bold;
} 
	

#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: #69c142;
	font-weight: bold;
}

#toplist a:hover {
	color: #639e33;
	font-weight: bold;
}


#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;
}

***************/
