/*  
   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; 
	} 

li {
	padding-bottom:3px;
	}

ul {
	padding-top:3px;
	}

h1 { 
	font:125% Helvetica, Arial, Verdana, sans-serif;
	color: #0D4BAA; 
	margin-top:5px;
	margin-left:-10px;
	padding-left:10px;
	margin-bottom:10px;
	margin-right:-20px;
	border-bottom: 1px solid #e4e4e4;
	font-weight:bold;
	}

h2 { 
	color: #666;
	font-size : 110%;  
	margin-bottom: 10px;
	margin-top:5px;
	font-weight:bold;
	border-top: 1px solid #c0c0c0;
	background-color:#F4F4F4;
	padding:5px;
	}

h3 {
	color: #666;
	font-size : 100%;  
	margin-bottom:5px;
	border-bottom: 1px solid #e4e4e4;
	} 
	
h4 {
	color: #000000;
	font-size: 100%; 
	font-weight:bold;
	text-indent: 3%;
	}	

.indent
	{
		margin-left: 45px;
	}
	

.slimList {
	float:left;
	width:23%;
	border:1px solid #c0c0c0;
	list-style:none;
	margin:0;
	padding:0;
	margin-left:10px;
}

.slimList li {
	list-style-type:none;
	border-bottom:1px solid #efefef;
	padding:5px;
}


.slimList li.headerBullet {
	border-bottom:1px solid #c0c0c0;
	font-weight:bold;
	background-color:#e4e4e4;
	padding:5px;
}

	
/**************  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;
	} 

#header a {
	color:#A3DB92; 
	text-decoration:underline; 
	font-weight:bold; 
	} 

#header a:hover {
	color:#FFF; 
	text-decoration:underline; 
	font-weight:bold; 
	} 


/*-------------  TOP Right Nav (include: top.htm)-------------*/
#toplist {
	text-align:right;
	font:70% Arial, Verdana, Helvetica, sans-serif;
	white-space:nowrap;
	background-image:url('../images/blkbar.jpg'); 
	padding:5px;
	color:#ffffff;
	}

#toplist a {
	color:#A3DB92; 
	text-decoration:underline; 
	font-weight:bold; 
	} 

#toplist a:hover {
	color:#FFF; 
	text-decoration:underline; 
	font-weight:bold; 
	} 


/*-------------  TOP Logo (include: top.htm)-------------*/
#tagline {
	padding:0px;
	padding-right:10px;
	margin:0px;
	background-image:url('../images/VDDHHBanner.gif');
	background-repeat:no-repeat; 
	background-color: #6EC753;
	text-align:right;
	height:50px;
	}

/**************  LEFT Section (include: left.htm)**************/
#textbar {
	border-top:1px solid #e4e4e4;
	left:0px;
	margin-top:10px;
	width: 200px;
	font-size:90%;
	padding-top: 70px;
	background-image:url(../images/sublogo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}

#textbar ul	{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}

#textbar li {
	margin-top: 5px;
	padding-bottom: 5px; 
	font-size: 80%;  
	border-bottom:  1px solid #8DD378; 
	list-style: none;
	padding-left:5px;
	}

#textbar a {
	color:#00009C;
	text-decoration:none;
	font-weight:bold;
	}

#textbar a:hover {
	color:#000000; 
	text-decoration:none; 
	font-weight:bold;
	}
	
.sidebar {
	float:left;
	position: absolute;
	top: 169px;
	margin-left: 0px;
	}
	
	
/**************  MIDDLE Section **************/
#content {
	margin-left:200px;
	margin-top:10px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	font-size:80%;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	}


	
/**************  RIGHT Section **************/
#rightBox {
	padding:1px;
	float:right;
	width:200px;
	font-size : 85%;
	/*margin-top:125px;*/
	}
	
#rightBox_ad {
	background-color:#FFFFFF;
	color:#000;
	border-left: 1px solid #C30;
	border-top: 1px solid #C30;
	border-bottom: 2px solid #C30;
	border-right: 2px solid #C30;
	padding-left: 10px;
	padding-right:10px;
	margin-bottom:10px;
	text-align:center;
}

.rightbox_ad_title {
	font-weight:bold;
	font-size:110%;
	color:#C30;
}

#rightContent {
	padding:5px;
	text-align:left;
	border-left: 1px solid #e4e4e4;
	background-color:#FFFFFF;
	}

#rightContent ul {
	padding: 1px;
	margin-left:0px;
	margin-bottom: 5px;
	margin-top:0;
	}


#rightContent li {
	margin-top: 5px;
	padding-bottom: 5px;
	list-style: none; 
	background: url(../images/wnarrow.gif) no-repeat transparent;
	font-size: 90%;  
	padding-left:17px;
	}
	
#rightContent li li {
	padding-left: 0px;
	padding-bottom:0px;
	list-style: disc url('../images/wnbullet.gif');
	margin-top:2px;
	font-size : 85%;
	border-bottom: 0px;
	line-height: 1.20em;	
	}


#rightTitle {
	padding:5px;
	font-weight : bold; 
	text-align:left;
	background-color:#e4e4e4;
	font-size : 125%;
	}


/**************  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)*/
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/greenbg.jpg');
	background-repeat:repeat-x;
	padding:5px; 
	font-size:90%;
	height:30px;
	}
	

/**************  TABLE Elements **************/
table {
	border-collapse:collapse;
	font-size:90%;
	width:100%;
	}
	
th {
	text-align:left;
	font-weight:bold;
	background-color:#EBEADB;
	border-bottom:1px solid #CBC7B8;
	border-right:1px solid #ACA899;
	border-left:1px solid #FFF;
	padding:5px;
	}

td {
	border:1px solid #E7E7E7;
	padding:5px;
	}


/**************  MISC. **************/


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;
}

#MenuImages {
	border:none;
	text-align:center;
	width:200px;
}

#MenuImages img {
	padding-top:30px;
	}

.alternate {
	background-color:#F2F4FF;
	}
	
.bold {
	font-weight: bold;
	}
	
#categorymenu { 
	padding: 5px; 
	padding-left:25px;
	margin-top:5px;
	border-top: 1px solid #9FD085;
	border-bottom: 1px solid #9FD085;
	background: url("../images/icons/submenuarrow.gif") top left no-repeat;
	background-color:#E0F0D7;
	}
	
#categorymenu a {
	color:#0D2E7D; 
	text-decoration:underline;  
	} 

#categorymenu a:hover {
	color:#000; 
	text-decoration:none;  
	} 

.center	{
	text-align:center;
	}
	
div.dbdetails {
	background-color : #E9EBEF;
	padding:15px;
	border: 1px solid #c0c0c0;
	}

.dgbutton {
	visibility:hidden;
	}	
	
a.external {
	background: url("../images/icons/openwindow.gif") center right no-repeat;
    padding-right: 22px;
	}
	
hr {
	color:#c0c0c0; 
	height:1px;
	} 
	
img	{
	border:none;
	}
	
.italic {
	font-style: italic;
	}
	
.pdfdoc 
	{
	font-size:80%;
	color:#008C00;
	}

.line {
	border-bottom:solid 1px #000000;
	margin-bottom:10px;
	}
	
div.markup {
	font:90% Courier New;
	color:#406921;
	background-color:#E7E7E7;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px dotted #c0c0c0;
	}
	
a.menulinks, a.menulinks:visited {
	color:#406921;
	text-decoration:none;
	font-weight:bold;
	}

a.menulinks:hover {
	color:#000000; 
	text-decoration:underline; 
	font-weight:bold;
	}

#NationalDataGrid {
	width:70%;
	}
	
#OutreachDataGrid {
	width:70%;
	}
	
#submenu {
	background: url("../images/icons/submenuarrow1.gif") top left no-repeat;
	background-color:#CFE1F0;
	margin-top:0px;
	padding:5px;
	padding-left:40px;
	margin-bottom:10px;
	border-bottom: 1px solid #4E91C9;
	font-size: 90%;
	}
	
#submenu a {
	color:#0D2E7D; 
	text-decoration:underline;  
	} 

#submenu a:hover {
	color:#000; 
	text-decoration:none;  
	} 
	
#VQASDataGrid {
	width:70%;
	}
	
#whatsnew {
	font:90% Verdana;
	color:#000;
	background-color:#EBECF5;
	border: 1px solid #B8BDEF;
	}
	
#ad {
	background:#b5cdf1;
	border-top:1px solid #0f5bbd;
	border-left:1px solid #0f5bbd;
	border-right: 2px solid #0f5bbd;
	border-bottom: 2px solid #0f5bbd;
	margin-right: 210px;
	padding-left: 10px;
	padding-right:10px;
	text-align:center;
}
	
table.grdDataDashboard {
	width:100%;
	border-top:none;
}

.pageText {
	padding-right:40px;
}

th.measure {
	width:30%;
}

#DashboardDefs h4 {
	margin-left:20px;
}

#DashboardDefs table {
	margin-right:20px;
}