/*
Theme Name: DGL
Theme URI:
Description: 
Version:
Author:
Author URI:

*/
body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #06060c;
	background: #ccc url('images/body-bg.png') repeat-x;
	min-width: 900px;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
	background: url(images/page-bg.gif) repeat-y 100% 0;
}
/*header start*/
#header {
	overflow: hidden;
	height: 100%; 
}

/*logo start*/
.logo {
	position: absolute;
	left: 0;
	top: 21px;
}

.logo a {
	display: block;
	text-indent: -9999px;
	width: 418px;
	height: 70px;
	overflow: hidden;
	background: url('images/logo.gif') no-repeat;
}

/*logo end*/
/*header end*/

.sidebar {
	float: right;
	width: 236px;
	padding: 0 17px 0 0;
}
.sidenav {
	margin: 7px 0 0;
	padding: 0;
	min-height: 246px;
	text-align: right;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
* html .sidenav {
	height: 246px;
}
.home-sidenav {
	min-height: 201px;
}
* html .home-sidenav {
	height: 201px;
}
.sidenav li {
	overflow: hidden;
	width: 100%;
	vertical-align: middle;
	margin-top: 6px;
}
.sidenav li a {
	float: right;
	height: 13px;
	text-indent: 9999px;
	overflow: hidden;
}
.sidenav li a.sidenav-home {
	background: url(images/sidenav-home.gif) no-repeat;
	width: 47px;
}
.sidenav li a.sidenav-about-us {
	background: url(images/sidenav-about.gif) no-repeat;
	width: 75px;
}
.sidenav li a.sidenav-our-services {
	background: url(images/sidenav-service.gif) no-repeat;
	width: 103px;
}
.sidenav li a.sidenav-resources {
	background: url(images/sidenav-resources.gif) no-repeat;
	width: 82px;
}
.sidenav li a.sidenav-contact-us {
	background: url(images/sidenav-contact.gif) no-repeat;
	width: 89px;
}
.sidenav li a.sidenav-information-technology {
	background: url(images/sidenav-information-technology.gif) no-repeat;
	width: 195px;
}
.sidenav li.active a,
.sidenav li.current_page_parent a,
.sidenav li a:hover {
	background-position: 0 -13px;
}
.sidenav li.active ul,
.sidenav li.current_page_parent ul{
	display: block;
}
.sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: none;
	width: 100%;
}
.sidenav ul li {
	padding: 0;
	font: 12px/15px Tahoma, Arial, Helvetica, sans-serif;
}
.sidenav ul li a {
	float: none;
	color: #dde1e8;
	overflow: visible;
	height: auto;
	text-indent: 0px;
	text-decoration: none;
}
.sidenav ul li a:hover,
.sidenav ul li.active a {
	font-weight: bold;
}


.side-block {
	overflow: hidden;
	width: 100%;
	background: #8a8f99;
	margin-top: 17px;
}

.search-form {
	overflow: hidden;
	height: 1%;
	padding: 16px 0 7px 16px;
}
.search-form .text {
	float: left;
	background: #fff url(images/search-bg.gif) repeat-x ;
	border: 1px solid #828282;
	border-right: 0;
	color: #1f2234;
	padding: 5px 0 5px 7px;
	width: 160px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.news-cat {
	overflow: hidden;
	height: 1%;
	color: #333;
	padding-bottom: 20px;
	position: relative;
}
.view-link {
	position: absolute;
	right: 9px;
	float: left;
	bottom: 3px;
	color: #0a0a0e;
	background: url(images/news-cat-item-head.gif) no-repeat 0 50%;
	text-decoration: none;
	padding-left: 18px;
}
.view-link:hover {
	text-decoration: underline;
}
.news-cat h3 {
	height: 39px;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	border-bottom: 1px solid #cbcdd0;
}
.news-cat .news-head {
	background: url(images/news-head.gif) no-repeat 14px 10px;
}
.news-cat .recent-head {
	background: url(images/recent-head.gif) no-repeat 14px 12px;
}
.news-cat-items {
	overflow: hidden;
	width: 100%;
	padding: 4px 0 6px;
	border-bottom: 1px solid #cbcdd0; 
}
.news-cat-item {
	overflow: hidden;
	height: 1%;
	padding: 10px 17px 0 16px;
}
.news-cat-item h4 {
	margin: 0;
	padding-bottom: 1px;
	color: #dde0e7;
	font-size: 11px;
	padding-left: 22px;
	background: url(images/news-cat-item-head.gif) no-repeat 0 3px;
}
.news-cat-item h4 a {
	color: #dde0e7;
	text-decoration: underline;
}
.news-cat-item h4 a:hover {
	text-decoration: none;
}
.news-cat-item p {
	margin: 1px 0 0;
	line-height: 18px;
}
.news-cat-item .link {
	text-decoration: none;
	color: #333;
	line-height: 18px;
	float: right;
	position: relative;
	padding-right: 15px;
	background: url(images/news-cat-item-arrow.gif) no-repeat 100% 50%;
}
.news-cat-item .link:hover {
	text-decoration: underline;
}

.seminars-link {
	display: block;
	margin-top: 17px;
}
.seminars-link img {
	display: block;
}


.main {
	float: left;
	width: 600px;
	padding: 110px 0 0;
}
.content {
	background: #fff;
	min-height: 807px;
	overflow: hidden;
	padding: 10px;
}
.homepage .content {
    background: none;
    padding-bottom: 218px;
    min-height: 589px;
}
* html .homepage .content {
    height: 589px;
}
* html .content {
	height: 807px;
	overflow: visible;
}
.content h1 {
	margin: 16px 0 0 19px;
	font-size: 28px;
	color: #09090f;
	font-variant: small-caps;
}

.content-img {
	display: block;
}
.content .cont {
	overflow: hidden;
	width: 540px;
	padding: 0 20px;
}
.recent-news {
	overflow: hidden;
	width: 100%;
}
.news-item {
	overflow: hidden;
	width: 100%;
	margin-top: 0px;
	padding-bottom: 10px;
	border-top: 2px solid #c0c7d5; 
}
.content .news-item h2,
.title {
	font-size: 16px;
	font-weight: normal;
	margin: 14px 0 0;
	color: #575e6d;
}
.news-item h2 span {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 7px;
	position: relative;
	top: -2px;
}
.news-item h2 a {
	color: #575e6d;
	text-decoration: underline;
}
.news-item h2 a:hover {
	text-decoration: none;
}
.news-item h2 a {
	color: #575e6d;
	text-decoration:underline;
}
.news-item h2 a:hover {
	text-decoration:none;
}
.title a {
	color: #575e6d;
	border-bottom:1px solid #575e70;
}
.title a:hover {
	border:0;
}
.news-item .title span { margin:0;}
.news-item p {
	margin: 0;
	padding: 0 0 0px;
	line-height: 24px;
}
.news-item p a,
.services p a{
	text-decoration: underline;
	color: #575e6c;
}
.news-item p a:hover {
	text-decoration: none;
}
.content .news-item h3 {
	color: #333333;
        margin: 6px 0 0;
	font-size: 14px;
        font-weight: bold;
	letter-spacing: .5px;
}
.news-item dl {
	margin: 3px 0 0;
	padding: 0;
	line-height: 20px;
	overflow: hidden;
	width: 100%;
}
.news-item dt {
	float: left;
	padding-right: 5px;
	font-weight: bold;
}
.info {
	margin: 6px 0 0 -3px;
	padding: 0 0 1px;
	list-style: none;
	overflow: hidden;
}
.info li {
	display: inline;
	color: #8a8e99;
	padding: 0 0 0 5px;
	margin-left: -1px;
	background: url(images/info-divider.gif) no-repeat 0 50%;
}
.info li a {
	color: #8a8e99;
	text-decoration: underline;
}
.info li a:hover {
	text-decoration: none;
}



#footer {
	background: #09090e url(images/footer-bg.gif) repeat-x;
}
.footer {
	width: 900px;
	margin: 0 auto; 
	height: 433px;
	background: url(images/page-bg.gif) repeat-y 100% 0;
}
.footer-nav {
	overflow: hidden;
	width: 100%;
}
.footer-nav .head  {
	display: block;
	color: #ccc;
	padding-top: 13px;
}
.footer-nav .col {
	float: left;
}
.footer-nav h3,
.footer-nav h3 a{
	text-decoration: none;
	margin: 11px 0 0;
	padding-right: 33px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
}
.footer-nav .col ul {
	margin: 0;
	padding: 3px 25px 0 0;
	float: left;
	list-style: none;
}
.footer-nav .col ul li {
	line-height: 15px;
}
.footer-nav .col ul li a {
	text-decoration: none;
	color: #8a8f99;
}
.footer-nav .col ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
.footer-bot {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	float: left;
}
.footer-bot li {
	display: inline; 
	float: left;
	color: #575e6d;
	padding: 0 7px;
	margin-left: -1px;
	background: url(images/footer-bot.gif) no-repeat 0 50%;
}
.footer-bot li a {
	color: #575e6d;
	text-decoration: none;
}
.footer-bot li a:hover {
	text-decoration: underline;
}
.subscribe-form {
	float: right;
	width: 221px;
}
.subscribe-form label {
	display: block;
	color: #ccc;
	padding-top: 3px;
}
.subscribe-form .text {
	display: block;
	background: #fff url(images/search-bg.gif) repeat-x ;
	border: 1px solid #828282;
	margin: -1px 0 0;
	color: #1f2234;
	padding: 2px 0 3px 7px;
	width: 172px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.subscribe-form .submit {
	float: right;
	text-decoration: underline; 
	color: #fff;
	background: url(images/subscribe-submit.gif) no-repeat 100% 50%;
	padding-right: 19px;
	margin-right: 41px;
	margin-top: 7px;
}
.subscribe-form .submit:hover {
	text-decoration: none;
}
.e2ma_signup_form {
	float: right;
	width: 221px;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select {
	display: block;
	background: #fff url(images/search-bg.gif) repeat-x ;
	border: 1px solid #828282;
	margin: -1px 0 0;
	color: #1f2234;
	padding: 2px 0 3px 7px;
	width: 172px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
/*	border:1px solid #ddd;
	padding:5px;
/*	margin-bottom:5px;*/
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    text-align:center;
    display: inline;
}

/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
    border:0;
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	text-indent: -9999px;
	margin-bottom:-12px;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	display: block;
	color: #ccc;
	padding-top: 3px;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	font-family:verdana;
	font-size:10px;
	color:#333333;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style for "Select your interests..." text */
.e2ma_signup_form_group_label {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:normal;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */
.e2ma_signup_form_groups {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	color:#FF0000;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	float:right;
	margin-top:-10px;
}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: none;
	text-indent: -9999px;
	
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
	float: right;
	text-decoration: underline; 
	color: #fff;
	background: url(images/subscribe-submit.gif) no-repeat 100% 50%;
	padding-right: 19px;
	margin-right: 41px;
	margin-top: 7px;
	border:none;
}
/* END EMMA SIGNUP FORM */

.partners {
	overflow: hidden;
	width: 100%;
	margin-top: 5px;
}
.partners p {
	line-height: 24px;
	margin: 0;
	padding: 5px 0 9px;
}

.return-link-box {
	overflow: hidden;
	width: 100%;
	border-top: 2px solid #c0c7d5;
	padding-top: 7px;
}
.return-link {
	float: right;
	margin-right: 1px;
	width: 153px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/return-link.gif) no-repeat;
}
.photo {
	float: left;
	width: 166px;
	margin: 11px 29px 0 0;
	display: inline;
	background: #eeeff0;
	border-bottom: 1px solid #575e6d;
}
.photo img {
	display: block;
	padding: 8px;
	background: #575e6d;
}
.photo div {
	overflow: hidden;
	height: 1%;
	font-size: 12px;
	padding: 4px 8px 5px;
}
.photo span {
	display: block;
	color: #575e6c;
	line-height: 15px;
}
.photo strong {
	font-size: 14px;
	letter-spacing: -1px;
}
.photo a {
	text-decoration: none;
	color: #575e6c;
}
.photo a:hover {
	text-decoration: underline;
}


.services {
	overflow: hidden;
	width: 100%;
	margin-top: 11px;
}
.content h2 {
	margin: 9px 0 0;
	color: #212436;
	font-size: 24px;
	font-weight: normal;
}
.content h3 {
	margin: 8px 0 6px;
	color: #575e6d;
	font-size: 18px;
	font-weight: normal;
}
.content h4 {
	margin: 8px 0 6px;
	color: #575e6d;
	font-size: 14px;
	font-weight: strong;
}
.services p {
	margin: 0;
	padding: 0 0 14px;
	line-height: 24px;
}
.services ul {
        margin-top:-12px;
}
.services ul li {
	padding: 0;
	font: 12px/25px Tahoma, Arial, Helvetica, sans-serif;
}
.special ul {
        margin-top:0px;
}
.list {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.list li {
	color: #575e6d;
	font-size: 12px;
	line-height: 26px;
}
.list li a {
	text-decoration: underline;
	color: #575e6d;
}
.list li a:hover {
	text-decoration: none;
}
.special {
	overflow: hidden;
	width: 100%;
	margin-top: 1px;
	border-top: 2px solid #c0c7d5; 
}
.services .special-head {
	background: url(images/special-head.gif) no-repeat;
	width: 168px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 24px 0 8px;
}
.services .special-head-resources {
	background: url(images/special-head-resources.gif) no-repeat;
	width: 217px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 24px 0 8px;
}
.special .right-img {
	float: right;
	margin: 23px -3px 0 5px;
	position: relative;
}
.img-rotation {
	width: 600px;
	margin: -10px -10px 0;
	height: 313px;
	background:#fff;
	position: relative;
	padding-bottom: 10px;
}
.img-rotation img {
	position: absolute;
	left: 10px;
	top: 10px;
}
.welcome {
	overflow: hidden;
	width: 600px;
	margin: 0 -10px;
	position: relative;
	background: #ccc;
	font-size: 12px;
}
.welcome h1 {
	margin: 15px 0 0;
}
.welcome p {
	margin: 0;
	padding: 5px 0 8px;
	line-height: 27px;
}
.home-services {
    overflow: hidden;
    width: 572px;
    background: #fff;
    padding: 10px 10px 10px 18px;
    float: left;
    margin-top: -218px;
    position: relative;
}
/*
.home-services {
	overflow: hidden;
	width: 572px;
	margin-top: 10px;
	padding: 0 0 0 8px;

}
*/
.home-services-head {
	margin: 6px 0 0;
	width: 123px;
	height: 17px;
	background: url(images/home-services-head.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.home-services .right-img {
	float: right;
}
.seminars-head {
	background: url(images/seminars-head.gif) no-repeat 12px 11px;
}
.seminars-items {
	border-bottom:1px solid #CBCDD0;
	overflow:hidden;
	height: 1%;
	padding-left: 13px;
	padding-bottom: 5px;
}
.seminars-item {
	overflow: hidden;
	height: 1%;
	padding: 0 10px 10px 48px;
	margin-top: 15px;
	color: #333;
	background: url(images/seminars-bg.gif) no-repeat 0 6px;
}
.seminars-item h4 {
	margin: 0;
	font-size: 11px;
	color: #dde0e7;
}
.seminars-item h4 a {
	text-decoration: underline;
	color: #dde0e7;
}
.seminars-item h4 a:hover {
	text-decoration: none;
}
.seminars-item h4 a span {
	cursor: pointer;
	padding-right: 5px;
}
.seminars-item p {
	margin: 5px 0 0;
	line-height: 13px;
}
.search-page .side-block{
	width: 240px;
}

.alignleft a, .alignright a{
	text-decoration: underline;
	color: #575e6c !important;
}
.alignleft{float: left;}
.alignright{float: right;}
.homepage{
	overflow: hidden;
	width: 100%;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}