@import url("statestyle.css");
@import url("solutions.css");
/**
Theme Name: D&B
Theme URI: http://www.dnbgov.com
Description: 
Author: D&B
Author URI: http://www.dnbgov.com
Tags: 

 *
 * D&B.
 * Theme Styles.
 *
 * @version		$$
 * @author		D&B
 * @copyright   Copyright (C) 2010 D&B
 * @license		D&B
 * @link		URI: http://www.dnbgov.com
 * @package		D&B
 * @subpackage	
 *

	
 */
 

 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

ol,ul,li {
	list-style:none;
}
.clear{
	clear:both;
	margin:0px;
	padding:0px;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666;
	text-decoration:none;}

/* css */

/* ----------------------------------------------------------- STANDARD */
body {
	margin: 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: normal;
}

h5 {
	font-size: 11px;
	font-weight: normal;
}

h6 {
	font-size: 10px;
	font-weight: normal;
}



a:hover {
	text-decoration: underline;
}

acronym,abbr,span.caps {
	cursor: help;
}

acronym,abbr {
	border-bottom: 1px dashed;
}

cite {
	margin: 0 10px;
	padding-left: 10px;
	border-left: 2px solid;
}

blockquote {
	margin: 10px;
	border: 1px dotted;
	padding: 0 10px;
	font-style: italic;
}

blockquote blockquote {
	margin: 5px;
	padding: 0 10px;
	border: none;
	border-left: 1px solid;
}

code {
	margin: 10px;
	padding: 10px;
	font-family: 'Courier New', Courier, Monaco, monospace, fixed;
	font-size: 12px;
	display: block;
	border: 1px solid;
}

pre {
	overflow: auto;
}

input[type=text],input[type=password] {
	border: 1px dotted;
}

textarea {
	border: 1px dotted;
}

select {
	
}

blockquote,code {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* ------------------------------------------------------------ GENERAL */
.datetime {
	font-size: 10px;
	margin: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ------------------------------------------------------------- LAYOUT */
#wrapper {
	position:relative;
	
	text-align:left;
	width:770px;
	height:auto;
	border:#CCC solid 1px;
	margin:auto;
	margin-top:10px;
	padding-left:15px;
	padding-right:15px;
}
p{
	margin-top:15px;}
td{
	line-height:14px;}

#header-nav{
	width:770px;
	
}
#header-nav #first {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666;
	float:left;
	font-size:11px;
	width:115px;
	margin-top:3px;
	margin-left:30px;
	}
	
#header-nav li{
	float:left;
	width:125px;
	padding:5px 0px 5px 0px;}
	
	
#header-nav li a{
	
	padding-left:10px;
	border-left:#CCC solid 1px;

	
	}




#content {
	position:relative;
	margin-top:100px;
	background-color: #fff;
	
}

#footer a{
	font-weight:normal;}

/* ------------------------------------------------------------- HEADER */

#menu {
	z-index:100;
	position:absolute;
	border:none;
	background-color:#ffcc00;
	width:770px;
	height:100px;
}
#ddmenu{

	float:left;
	padding:0px;
	margin:0px;
}
#ddmenu li{
	
	float:left;
	padding-top:0px;
	margin-top:15px;
	width:125px;
	}
#logo a{
	float:left;
	background-image:url(images/dnblogo.gif);
	height:60px;
	text-indent:-999px;
	overflow:hidden;
	display:block;
	margin-top:15px;
	width:145px;
	border:none;}
#ddmenu li a {
	border-left:#333 solid 1px;
	padding-bottom:15px;
	padding-left:10px;
	margin-top:0px;
	font-size:11px;

	color:#223a66;

	margin-top:10px;
	
}

#ddmenu li:hover ul li{
	display:block;}

#ddmenu li.current_page_item a,#ddmenu li.current_page_parent a,#ddmenu li a:hover
	{
		
}

#ddmenu li ul {
	
	padding-top:0px;
	margin-top:10px;
	border:none;
	
}

#ddmenu li ul li{
	margin:0px;
	padding:5px 0px 5px 0px;

	display:none;
	width:220px;
	background: #223a66;
	border:none;
}

#ddmenu li ul li a {
		margin:0px;

	
	border:none;
	color: #ffffff;
	
	
}

#ddmenu li ul li a:hover {
	text-decoration:underline;
}


#ddmenu .page_item.page-item-423 ul, #ddmenu .page_item.page-item-423 ul li{
	width:125px;}
	
#ddmenu .page_item.page-item-2 ul, #ddmenu .page_item.page-item-2 ul li{
	width:190px;}	
	
#ddmenu .page_item.page-item-181 ul, #ddmenu .page_item.page-item-181 ul li{
	width:125px;}
#ddmenu .page_item.page-item-338 ul, #ddmenu .page_item.page-item-338 ul li{
	width:145px;}	
	
.post-423 #post-title{
	margin:0px;
	height:0px;}



/* ------------------------------------------------------------- FOOTER */
.top30px{
	padding-top:30px;}
.post-edit-link{
	float:right;
	color:#900;
	
	}

#bottom-nav li a, #rights{
	font-family:Arial, Helvetica, sans-serif;
	font-we	ight:bold;
	color:#666;
	margin:5px 0px 5px 0px;
	width:250px;
	float:left;}
	
#bottom-nav	#rights
{
	font-size:11px;}

/* ----------------------------------------------------------- BLOGSIDE */
#blogside {	
	width: 770px;
	border: 0;
	
}

#blogside p{
	margin-bottom:15px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:11px;
	line-height:14px;}
	


.page-content {
	width:770px;
	
	
}

#crumb {padding-top:2px;
	
	height:18px;
	width:760px;
	padding-left:10px;
	background-color:#dddddd;}
	#crumb a{
		
		font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#333;
		
	}

/* ----------------------------------------------------------- BLOGSIDE -title*/


/*content preset*/
#clear{
	float:none;
	margin:0px;}
#post-title{
	margin-top:10px;
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	height:0px;
	width:400px;
	margin-left:20px;
	}
#p-content{
	min-height:270px;}

#p-top{
	margin-left:30px;
	width:500px;}

#p-left{
	margin-top:0px;
	padding-right:20px;
	float:left;
	margin-left:30px;
	width:500px;}
#p-right{
	margin-bottom:0px;
	margin-top:0px;
	float:left;
	margin-left:270px;
	width:500px;}
#p-left a, #p-right a{
	font-weight:normal;
	text-decoration:underline;}

.page-content a:hover,#p-left a:hover, .page-content ul li a:hover{
	text-decoration:none;}
.page-content  #links li{
	list-style:none;
	padding-bottom:5px;
	
}
.page-content  ul li{
	
	
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:11px;
	line-height:14px;
	list-style:disc;
	
}
.page-content  ul{
	margin-top:10px;
	margin-left:40px;}
	

 #bottom-bar{
	 clear:both;
	 float:none;
  margin-top:0px;
	width:770px;
	
}

#bottom-bar #s-left, #bottom-bar #s-right{
	padding:10px 0px 0px 20px;
	float:left;}
#bottom-bar #s-mid{
	padding:10px 20px 0px 20px;
	float:left;}

 #bottom-bar #s-right,  #bottom-bar #s-right p, #bottom-bar #s-right a, #bottom-bar #s-left,  #bottom-bar #s-left p, #bottom-bar #s-left a,  #bottom-bar #s-mid,  #bottom-bar #s-mid p, #bottom-bar #s-mid a{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;	}
.post-338 table tr td,
.post-340 table tr td,
.post-353 table tr td,
.post-358 table tr td,
.post-364 table tr td,
.post-370 table tr td,
.post-374 table tr td,
.post-384 table tr td{
	background-position:top left;}
	
table tr td{
	background-position:bottom left;}
.Government.Solutions table,
.Law table{
	float:none;
	margin:0px;}
.Government.Solutions #post-title,
.Law #post-title{
	margin:0px;
	height:0px;
}


.Government.Solutions #bottom-bar #s-left,.Government.Solutions #bottom-bar #s-mid,.Government.Solutions #bottom-bar #s-right{
	padding-left:10px;
	height:200px;
}
.Government.Solutions #bottom-bar #s-left{
	
	width:270px;		
	background-color:#666;}
.Government.Solutions #bottom-bar #s-mid{
	width:220px;
	background-color:#223a66;}
.Government.Solutions #bottom-bar #s-right{
	width:230px;
	
	background-color:#223a66;}	
	
	
	
	




.Federal #post-title{
	margin-top:0px;
	height:0px;
	}
	
	
	
/*	Entity.Management*/
.Entity #post-title{
	height:0px;
	margin:0px;
	}


/*.Entity ul li{
	
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:11px;
	line-height:14px;
	list-style:disc;
	
}	
	
	.Entity ul{
		margin-left:40px;
	}*/
	

/*fraud Management*/	

.Fraud #post-title{
	height:0px;
	margin:0px;}
	
	
/*data Management*/		
	
	
.Data.Management #post-title{
	height:0px;
	margin:0px;}

	

/*Homeland Security*/	
.Homeland.Security table{
	float:none;
	margin:0px;}

.Homeland.Security #post-title{
	height:0px;
	margin:0px;
	}


	
.Homeland.Security #bottom-bar{
	margin-top:0px;}
.Homeland.Security #bottom-bar #s-left, .Homeland.Security #bottom-bar #s-mid, .Homeland.Security #bottom-bar #s-right{
		 margin-top:30px;
	 height:190px;}
	
.Homeland.Security #bottom-bar #s-left{
	padding:10px 0px 0px 20px;
	float:left;
	width:230px;
		
		background-color:#666;}
		
		
.Homeland.Security #bottom-bar #s-left, .Homeland.Security #bottom-bar #s-left p,.Homeland.Security #bottom-bar #s-left a, .Homeland.Security #bottom-bar #s-mid, .Homeland.Security #bottom-bar #s-mid p{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	
}

.Homeland.Security #bottom-bar #s-mid{
	padding:10px 20px 0px 20px;
	float:left;
	width:230px;
		
		background-color:#666;}


.Homeland.Security #bottom-bar #s-right{
	padding:10px 0px 0px 20px;
	float:left;
	width:230px;
	
	background-color:#223a66;}	
	
	
.Homeland.Security #bottom-bar #s-right, .Homeland.Security #bottom-bar #s-right p,.Homeland.Security #bottom-bar #s-right a{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;	}
	

.Law.post-169 #post-title{
	height:0px;
	margin:0px;}

.Law #bottom-bar #s-left,.Law #bottom-bar #s-mid,.Law #bottom-bar #s-right{
	height:150px;
}
.Law #bottom-bar #s-left{
	width:230px;		
	background-color:#666;}
.Law #bottom-bar #s-mid{
	width:230px;
	background-color:#666;}
.Law #bottom-bar #s-right{
	width:230px;
	background-color:#223a66;}	









.Financial table{
	margin:0px;}

.Financial.Oversight #post-title{
	margin:0px;
	height:0px;

	
}
.Financial.Oversight #p-top, .Financial.Oversight #p-left{
	margin-left:30px;}


.Financial.Oversight #bottom-bar #s-left,.Financial.Oversight #bottom-bar #s-mid,.Financial.Oversight #bottom-bar #s-right{
	height:220px;
}
.Financial.Oversight #bottom-bar #s-left{
	width:230px;		
	background-color:#666;}
.Financial.Oversight #bottom-bar #s-mid{
	width:230px;
	background-color:#666;}
.Financial.Oversight #bottom-bar #s-right{
	width:230px;
	background-color:#223a66;}	





.Acquisition.Management #post-title{
	height:0px;
	margin:0px;
}
.Acquisition table{
	float:none;
	margin:0px;}

.Acquisition.Management #bottom-bar #s-left,.Acquisition.Management #bottom-bar #s-mid,.Acquisition.Management #bottom-bar #s-right{
	height:220px;
}
.Acquisition.Management #bottom-bar #s-left{
	width:230px;		
	background-color:#666;}
.Acquisition.Management #bottom-bar #s-mid{
	width:230px;
	background-color:#666;}
.Acquisition.Management #bottom-bar #s-right{
	width:230px;
	background-color:#223a66;}	



.Compliance table{
	float:none;
	margin:0px;
}

.Compliance #post-title{
	height:0px;
	margin:0px;
}

.Compliance #bottom-bar #s-left,.Compliance #bottom-bar #s-mid,.Compliance #bottom-bar #s-right{
	height:150px;
}
.Compliance #bottom-bar #s-left{
	width:230px;		
	background-color:#666;}
.Compliance #bottom-bar #s-mid{
	width:230px;
	background-color:#666;}
.Compliance #bottom-bar #s-right{
	width:230px;
	background-color:#223a66;}	

.Term.use #post-title,
.search.post-1066 #post-title{
	height:0px;
}
.search.post-1066 table{
	margin:0px;}
.Term.use table{
	margin:0px;}
