@charset "UTF-8";
html {
	background-color: #CCCCCC;
}

body,td,th {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C1C1C1;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #02076A;
}

a:hover {
	color: #666666;
}

strong {
	font-weight: bold;
	color: #003366;
}

/*-------------------#header-------------------*/

#header {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/ddi_background_header.png);
	background-repeat: repeat-x;
	background-color: #F8F9F9;
}

#header #container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 125px;
}

#header #logo {
	background-image: url(../images/ddi_logo.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 238px;
	float: left;
	margin-top: 14px;
}

#header h1 {
	display: none;
}

#header #tagline {
	float: right;
	width: 450px;
	margin-top: 53px;
}

#header #tagline h2 {
	font-size: 18px;
	color: #070B71;
	text-align: right;
	font-style: italic;
}

/*-------------------#navbar-------------------*/

#navbar {
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #003366;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#navbar #container {
	height: 30px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#navbar ul {
	padding-top: 6px;
}

#navbar li {
	display: inline;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
}

#navbar a {
	color: #FFFFFF;
	text-decoration: none;
}

#navbar a:hover {
	color: #51739B;
	text-decoration: none;
}

/*-------------------#slides-------------------*/

.slide_background {
	margin: 0;
	background: url(../images/ddi_background_banner2.png) repeat-x;
	height: 160px;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	height: 160px;
}

.wrap {
	width: 900px;
	position: relative;
	margin: 0 auto;
}

#featured {
	width: 900px;
	margin: 0 auto;
	float: left;
}

#featured .wrap {
	padding: 0;
}

#slides {
	width: 900px;
	height: 160px;
	position: relative;
	top: 0px;
	overflow: hidden;
	z-index: 5;
	margin: 0 auto;
	padding: 0;
}

#slide-box {
	height: 160px;
	position: absolute;
	overflow: visible !important;
}

#slide-box div {
	float: left;
	position: relative;
	width: 900px;
	height: 160px;
	display: block !important;
	background-position: right;
}

#slides-prev {
	display: block;
	width: 50px;
	height: 160px;
	position: absolute;
	top: 0;
	left: -17px;
	z-index: 10;
}

#slides-prev a {
	display: block;
	width: 50px;
	height: 160px;
	text-indent: -9999px;
	background: url(../images/slide-nav.png) no-repeat 0 0;
}

#slides-prev a:hover { background-position: 0 100%; }

#slides-next {
	display: block;
	width: 50px;
	height: 160px;
	position: absolute;
	top: 0;
	right: -17px;
	z-index: 10;
}

#slides-next a {
	display: block;
	position: relative;
	width: 50px;
	height: 160px;
	text-indent: -9999px;
	background: url(../images/slide-nav.png) no-repeat 100% 0;
}

#slides-next a:hover { background-position: 100% 100%; }
/* End Content Slider */

#slide1 {
	background-image: url(../images/ddi_banner_image.png);
	background-repeat: no-repeat;
}

#slide2 {
	background-image: url(../images/ddi_banner_image_healthcare.png);
	background-repeat: no-repeat;
}

#slide3 {
	background-image: url(../images/ddi_banner_enviromental_3.png);
	background-repeat: no-repeat;
}

#slide4 {
	background-image: url(../images/ddi_banner_image_computer.png);
	background-repeat: no-repeat;
}

#slides h2 {
	color: #FFFFFF;
	font-size: 22px;
	font-style: italic;
	padding-top: 50px;
	padding-left: 100px;
	padding-bottom: 15px;
}

#slides .learn_more {
	margin-left: 160px;
	margin-top: 10px;
}

/*-------------------#content-------------------*/

#content {
	padding: 10px 0px;
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
	line-height: 18px;
}

#content #container {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
}

#content #home_container {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	background-image: url(../images/ddi_container_background.jpg);
	background-repeat: repeat-y;
	background-position: 3px 0;
}

#column1 {
	font-size: 115%;
	width: 270px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#column1 a {
	text-decoration: none;
}

#column1 a:hover strong {
	text-decoration: underline;
	color: #999999;
}

#column2 {
	font-size: 115%;
	width: 270px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#column2 li {
	list-style-type: none;
}

#column3 {
	width: 270px;
	font-size: 115%;
	float: left;
}

.homeimage {
	border: 1px solid gray;
	
}

#content .firstletter {
	font-size: 45px;
	float: left;
	padding-top: 5px;
	padding-right: 3px;
	line-height: 35px;
	font-family: Georgia, sans-serif;
}

#content   .news_home .title    {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 3px;
}

#content  .news_home  .date    {
	font-style: italic;
	color: #003366;
	margin-bottom: 3px;
}

#content  .news_home  .article   {
	text-align: left;
	margin-top: 4px;
	margin-bottom: 3px;
}

#content .news_home .more {
	margin-bottom: 15px;
}

#content  .news_home  .more  a   {
	color: #003366;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content h4 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-top: 6px;
	margin-bottom: 8px;
}

#content h5 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin-top: 6px;
	margin-bottom: 6px;
	font-style: italic;
}

#content #leftcol {
	float: left;
	width: 620px;
	margin-right: 15px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 10px;
	padding-bottom: 25px;
}

#content #sidebar {
	float: left;
	width: 200px;
	margin-top: 10px;
}

#content  #sidebar  #about_us {
	margin-bottom: 15px;
}

#content li {
	list-style-type: disc;
	margin-left: 15px;
}

#map {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.leftimg {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

/*-------------------#footer-------------------*/

#footer {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0F1072;
	color: #003366;
	clear: both;
}

#footer a {
	color: #003366;
}

#footer #container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
}

#footernav {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footernav li {
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
}


.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background-color: #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 12px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}


a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}