/*  
   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, Banner Styles, 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: #000;
	font-weight: bold;
	font-size: 125%; 
	background-color: #e4e4e4;
	padding: 5px 5px;
	border: 1px solid #c0c0c0;
	margin-bottom: 5px;
	}

h2 { 
	background-color: #fff; 
	color: #000;
	background-color: #e4e4e4;
	font-weight: bold;
	font-size: 100%; 
	padding: 5px; 
	margin-bottom: 10px;
	margin-top: 3px;
	border-bottom: 1px solid; 
	border-color: #c0c0c0;  
	} 

h3 { 
	background-color: #fff; 
	color: #000;
	font-weight: bold;
	font-size: 100%; 
	margin-top: 3px;
	}
	
img {
	border: none;
	}

.blueBox {
	background-color:#F5ED89;
	border:1px solid #808040;
	padding:5px;
	margin-top:10px;
	font-weight:bold;
	font-size:100%;
}

/************** START Banner Styles *************/
#headerGraphic {	
	background-image: url('../images/CNIbanner.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: #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;
}	

	
/**************  CONTAINER **************/
#holdingcell {
	min-width: 760px;
	overflow: hidden;
	}

/**************  LEFT Section (include: left.htm)**************/
.sidebar {
	position: absolute;
	top: 150px;
	margin-left: 0px;
	}

.sidebar ul {
	margin:0px;
	padding:0px;
	text-align:left;
	margin-left:5px;
	border:0;
	}

img.docs {
	vertical-align: middle;
	}
	
#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 #B83C23; 
	line-height: 1.50em; 
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	}
	
#textbar li a {
	color: #B83C23;
	text-decoration: none;
	font-weight: bold;
	}

#textbar li a:hover {
	color: #DA6D31;
	text-decoration: none; 
	font-weight: bold;
	}

/**************  START MIDDLE Section **************/
#content {
	margin-left: 200px;
	margin-right: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	font-size: 90%;
	}


/************** START 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;
	}

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; 
	height: 30px;
	}

	
/********** START FORMS Section *******************/
form {
	padding: 0px;
	margin: 0px;
	}


/********** START TABLE ELEMENTS Section*******************/
td {
	padding: 5px; 
	border: 1px solid #c0c0c0; 
	vertical-align: top; 
	background-color: #ffffff; 
	} 


td.DSBbg {
	padding: 5px; 
	background-color: #e4e4e4; 
	} 

th {
	padding: 5px; 
	border: 1px solid #c0c0c0; 
	text-align: left; 
	background-color: #e4e4e4; 
	}


/************** START MISC Section **************/
 .bold {
	font-weight: bold;
	}
	
#details {
	background-color: #fff; 
	padding: 5px;  
	border: 1px solid #c0c0c0;
	}
	
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;
	}

.line {
	border-bottom: 1px solid #000;
	}

img.menuspace {
	border: none;
	padding-left: 20px;
	}

.PicCaption {
	font-size: 80%;
	}
	
.underline {
	text-decoration: underline;
	}
	
.pdfdoc {
font-size:80%;
color: #008C00;
}

div.subhdr {
font-size:90%;
background-color : #e4e4e4;
padding:5px;
margin-top:10px;
margin-bottom:10px;
}

div.subhdr img {
vertical-align: middle;
}

h2 img {
vertical-align: middle;
}

.alignCenter {
	text-align:center;
}
	
/********* UNUSED *********
.bar {
color : #ffffff; 
font-size : 80%; 
font-weight : bold; 
} 

.dot {
font-size : 130%; 
font-weight : bold; 
} 


.white {
font : 80% Arial, Verdana, Helvetica, sans-serif; 
margin : 0 0 16px; 
color : #ffffff; 
} 

.searchtext {
font-size:90%;
}



#hidden {
	display:none;
	}
	
------------- TOP Section -------------
-------------  TOP Left Nav (include: top.htm)-------------
#header {
	position: absolute;
	font: 70% Arial, Verdana, Helvetica, sans-serif;
	color: #fff; 
	font-weight: bold;
	padding: 5px;
	padding-top: 4px; 
	top: 1px;
	height: 20px;
	voice-family: "\"}\""; 
	voice-family: inherit; 
	} 

body > #header {
	height: 20px; 
	} 

#header a{
	 color: #E9AD3F; 
	 font-weight: bold;
	 }

	 
#header a:hover {
	color: #B83C23; 
	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: #fff; 
	background-color: #000;
	}
	
#toplist a {
	color: #E9AD3F;  
	font-weight: bold;
	}

#toplist a:hover {
	color: #B83C23; 
	font-weight: bold;
	}

-------------  TOP Logo (include: top.htm)-------------
#tagline {
	padding: 1px;
	padding-right: 10px;
	margin: 0px;
	background-image: url('../images/logobg1.jpg');
	background-repeat: no-repeat; 
	background-color: #D3DCE4;
	text-align: right;
	height: 50px;
	}

.textField {
	margin-top: 10px;
	}

*/