/*
------------------------------------------------------------------------------ NTIS GPO/FDLP Main and Srch Rslts style
------------------------------------------------------------------------------

*/
body{
  margin: 0px; 
  padding-left: 0px; 
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 0px;
  background-color: #cccccc;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 75%;
  }
.container {
  background: #ffffff;
  width: 100%;
  margin:0;
  border-width:0;
  color:#fff;
  font-size:small;
  } html>body {font-size:small;}
/*
-----------------------------------------------------------------------------
Links
------------------------------------------------------------------------------
*/
A {
  color:#3300FF;
  text-decoration:none; 
   font-weight:normal;}
A:hover {
  color:#000099;
  text-decoration: underline;
}
a:focus {
  background-color:#000099;
  color: #fff;
}
a:active {
  color: #3300FF;
}
/*
------------------------------------------------------------------------------ Header: Skipnav, NTIS logo, NTIS GPO/FDLP Search box
------------------------------------------------------------------------------
*/
#skipnav {
  margin:0;
  padding:0;
}
#skipnav A{ 
  color:#fff;
}
#skipnav A:hover{ 
  color:#fff;
}
#skipnav A:focus{ 
  color:#fff;
}
#header {
  background:#fff;
  float:left;
  border-width:0;
  width:230px;
  height:130px;
  margin:0;
}
#ntislogo {
  float:left;
  width:70%;
  margin-bottom:5px;
  margin-top:5px;
  margin-left:6px;
  border-width:0;
  text-decoration:none;
}
  
#searchcontent h4 {
	text-align: left;
}
	
#srchbox {
  padding:0 0.5em 0 0;  
  height:50px; 
  margin:0;
  margin-left:15px;
  border-width:0;
  float:left;
  width:40%;
}

#srchbox A#advsrch{
  display:block;
  text-decoration:none;
  margin-left:3.5em
}

#srchbox form #progressmessage{
  color:#cc0000; 
  background-color:#fff; 
  font-weight:bold;
  font-size:x-small;
  position:relative;
  height:25px;
  z-index:99;
  visibility:hidden;
}

/*
------------------------------------------------------------------------------ MAIN TOP-BAR STYLE NAVIGATION
------------------------------------------------------------------------------
*/
#nav {
  background-color:#010066;
  float:left;
  width:100%;
  border:solid #010066;
  border-width:4px 0;
  color:#fff;font-weight:bold;
  }
#nav ul {
  margin:0;
  padding:0 20px;
  list-style:none;
  font-size:0.9em;
  }
#nav li {
  float:left;
  margin:0;
  padding:0;
  line-height:normal;
  text-indent:0;
  }
 #nav a, #nav strong {
  display:block;
  padding:4px 10px;
  border-width:0 1px 0 0;
  color:#fff;font-weight:bold;
  text-decoration:none;
  white-space:nowrap;
  }
/* Following rule allows entire region of link to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }

#nav a:hover, #nav #current a:hover strong, #nav #current strong {
  color:#fdba39;
  }

#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
}
/*
------------------------------------------------------------------------------PAGE STRUCTURE
------------------------------------------------------------------------------
*/
#content {
  float:left; 
  background-color:#fff;width:100%;
}
#content p {
  padding:0 1em; 
  margin:8px 1em;
  text-align:left;
  list-style: none;
}
#content .greybgpara {
	background-color:#f0f0f0;
	padding-bottom:1em;
	margin-left:2em;
	width:80%;
  
}

.GPOStageGr 
{
	position: relative; left:0em;
	left: 0px;
	width: 550px;
	margin:0,0,0,0;
	float: left;
}
/*
------------------------------------------------------------------------------HEADINGS STYLES
------------------------------------------------------------------------------
*/
h2{
	padding:4px 4px;
	margin:6px 8px;
	color:#333;
	font-size:100%;font-weight:bold;
  	font-family:Georgia, serif;
	text-align:left;
}
 h4 {
  	background-color:#999;
  	padding:0.2em 1em;
  	margin:0;
	font: bold small Verdana, Arial, Helvetica, sans-serif; 
  	color:#fff;
  	text-align:left;
  	font:0.8em;
  	line-height: 1.6em;
}
h3 {
  padding:0 1em;margin:0
}
#srchbox h4 {
  padding:0;margin:0;display:block;font-size:90%; color:#666; font-family:Georgia, "Times New Roman", Times, serif;background-color:transparent;
}

div#leftcol h4 {
  background-color:#010066;
  padding:0.5em;
  margin:0;
  font: bold small Verdana, Arial, Helvetica, sans-serif; 
  color:#fff;
  width: 100%;
 
}
div#leftcol h4 span A {
   font:normal x-small; 
   color:#fff;
   text-decoration:underline; 
   float:right;
}

/*
-------------------------------LISTS----------------
*/
dl {
  margin:0 1em;
  padding:0 1em;
}

#content ul, ol {
  font:x-small;
  width: 50%;
  list-style: none;
}
#content ol li {
  margin:0 5em;
  padding-left: 5px;
  list-style-type: decimal;
  text-transform: none;
  text-align:left;
  width:80%;
}
#content ul li {
  margin:0 0 0 0px;
  padding:0 0 0px 0px;
  list-style:none url("/images/GPOBullet.gif");
  margin-bottom: 5px;
  text-align: left;
  padding-left: 10px;
  text-transform: none;
  }
.GPOContentUL li, .GPOContentULSecond li, .GPOContentULThird li  
{
	margin:0 0 0 0px;
	padding:0 0 0px 0px;
	list-style: none;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 5px;
	text-transform: none;
	background: url("images/GPOBullet.gif") no-repeat;	
}
.GPOContentULSecond 
{
	 margin-left: 10%;
	 width: 50%;
	 list-style: none;
}	
.GPOContentULThird 
{
	 margin-left: 15%;
	 width: 45%;
	 list-style: none;
}

/*
-------------------- SEARCH RESULTS TABLES-----------
-----------------------------------------------------
*/
/*
------------------ TABLE FOR REFINE RESULTS------------
-------------------------------------------------------
*/
div#srchrslts form#Search {
	width:100%;
	float:left;
	border-width:0;
	
  } 
/*
--------------------------FOOTER----------------------------
------------------------------------------------------------
*/
#footer {
  border:0;clear:both;
   text-align:center;
}
#footer div {
  margin:0;
  background:#fff;
  color:#666;font-size:0.75em;
  padding:3px 42px 3px 30px;
  }

#footer p {
  margin:0;
  padding:10px 20px;  
  line-height:1.6em;
  }


/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/
  * html #footer p {
    height:1%;
    }
#footer p#ftrimg {
  float:left;
  width:35%;text-align:
  right;padding:0;
}

#footer p#ftradd {
  float:right;
  width:60%;
  text-align:left;
}
.heading 
{
	text-align: left;
	vertical-align:top;
}
	





/* end GPO/FDLP search styles */