@charset "UTF-8";
/* CSS Document */


/*==================
BASE STYLE SHEET
===================

Covers all the styles 
common between Tier 1 
and Tier 2 sites.

==================*/

/*=============[ GENERAL ]===========*/

* {
	padding:0;
	margin:0;
	font-family: arial, helvetica, sans-serif;
	}

body {
	background:#CCCCCC;
	text-align:center;
	}
	
blockquote {
        margin-left: 20px;
        font-style: italic;
        font-size: 10pt;
}

table td{
        vertical-align: top;
}

#page_wrapper {
	padding:0;
	background:#adadad;
	width:770px;
	margin:0 auto;
	text-align:left;
	}

#shadow_negative_bl {
	left:0;
	bottom:0;
	height:6px;
	width:12px;
	z-index:10;
	background:#cccccc;
	position:relative;
	float:left;
	}

#shadow_negative_tr {
	left:0;
	bottom:0;
	height:20px;
	width:8px;
	z-index:10;
	background:#cccccc;
	position:relative;
	float:left;
	}

p  {
	font-size:12px;
	padding-bottom:5px;
	line-spacing:14px;
	padding-bottom:5px;
	}

h1 {
	color:#000040;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	}

.clear {
	clear:both;
	}

.spacer { 
	height: 20px;
	}

.content {
	font-size:12px;
	padding:20px;
	}
	
.content li {
	margin-left: 25px;
	}
 
/*=============[ HEADER ]=============*/

#header_wrapper { 
	width: 760px; 
	background:#ffffff;
	position:relative;
	border: 1px solid #000000;
	border-bottom: 0;
	height:80px;
	float:left;
	z-index:1;
	}

#logo {
	background:url(images/DCI_logo.jpg) 0 0 no-repeat;
	width:154px;
	height:80px;
	float:left;
	}

#slogan {
	Width:270px;
	height:45px;
	padding:35px 0px 0px 30px;
	float:left;
	font-size:17px;
	font-family: arial, helvetica, sans-serif;
	color:#000040;
	font-weight:bold;
	}	

#login {
	width:250px;
	height:22px;
	float:right;
	}

#login a {
	background:url(images/mbbrlogin_link.gif) 0 0 no-repeat;
	width:250px;
	height:22px;
	display:block;
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	padding-left:75px;
	}

#login a:hover{
	background:url(images/mbbrlogin_hover.gif) 0 0 no-repeat;
	}

/*=============[ NAVIGATION ]=========*/

#nav_wrapper {
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	clear:both;
	width:760px;
	z-index:10;
	border-top:4px solid #ffffff
	}

#nav {
	background: #000040;
	width:760px;
	height:21px;
	}

#nav ul {
	margin-left:155px;
	}

#nav li {
	float:left;
	list-style-type: none;	
	}

#nav li a{
	padding: 3px 15px 3px 15px;
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	color:#ffffff;
	z-index:20;
	font-weight:bold;
	text-decoration:none;
	background: #000040;
	height:15px;
	border-top:5px solid #ffffff;
	display:block;
	margin-top:-5px;
	}

#nav li a:hover{
	background: #5d5d5d;
	}

#nav li a:active{
	background: #cccccc;
	color:#000040;
	border-top:5px solid #cccccc;
	}

#nav li a.current{
	padding: 3px 15px 3px 15px;
	background: #cccccc;
	color:#000040;
	border-top:5px solid #cccccc;
	}

#body_left li {
	float:left;
	list-style-type: none;	
	width: 100%;
	}

#body_left li a{
	padding: 3px 12px 3px 12px;
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	color:#ffffff;
	z-index:20;
	font-weight:bold;
	text-decoration:none;
	background: #000040;
	height:15px;
	display:block;
	}

#body_left li a:hover{
	background: #5d5d5d;
	}

#body_left li a:active{
	background: #cccccc;
	color:#000040;
	border-top:5px solid #cccccc;
	}

#body_left li a.current{
	background: #cccccc;
	color:#000040;
	}

#body_left li ul li a{
	padding: 3px 12px 3px 12px;
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	color:#000000;
	z-index:20;
	font-weight:bold;
	text-decoration:none;
	height:15px;
	display:block;
	text-align: right;
	background: #ffffff;
	}

/*=============[ BODY ]===============*/

#body_wrapper {
	width:760px;
	min-height:400px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:6px solid #CCCCCC;
	border-top:6px solid #CCCCCC;
	background:#ffffff;
	}

#body_left {
	width:160px;
	float:left;
	}

#body_middle {
	width:400px;
	float:left;
	}

#body_right {
	width:200px;
	float:left;
	}



/*=============[ FOOTER ]=============*/

#footer_wrapper {
	background:#ffffff;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:7px solid #000040;
	clear:both;
	width:760px;
	height:75px;
	font-size:10px;
	}




.footer_column {
	float:left;
	width:380px;
	}

#address {
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	color:#000040;
	text-decoration:none;
	float:left;
	width:370px;
	height:45px;
	padding:16px 0px 0px 15px
	}

#footer_links {
	background:url(images/botcurvbar.gif) 0 0 no-repeat;
	background-color:#000040;
	float:right;
	width:160px;
	height:16px;
	color:#ffffff;
	padding-left:75px;
	}

#footer_links a{
	font-size:10px;
	font-family: arial, helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	}

#footer_links a:hover{
	text-decoration:underline;
	}

#copyright {
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	color:#000040;
	text-decoration:none;
	float:right;
	width:275px;
	height:20px;
	padding:25px 0px 0px 50px;
	}

/*---------------
FORMS
----------------*/



form p{
	margin:10px 0 10px 0;
	}

input, textarea, select {
	margin: 0;
	margin-left:20px;
	padding: 3px;
	font-size: 100%;
	font-family: inherit;
	border: 1px solid #d7d7d7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
select { 
	padding: 0; 
	}
	
fieldset { 
	margin-top:0; 
	margin-bottom:40px;
	border: none;
	border-bottom:1px solid #d7d7d7;
	background-color:#f7f7f7;
	}
	
legend {
	padding: 0 2px;
	font-weight: bold;
	padding-left: 0;
	color: #333;
	}
	
label {
	float:left;
	line-height: 150%;
	vertical-align: top;
	color: #333;
	min-width: 130px;
	font-size:11px;
	
	}
	
fieldset ol {
	margin: 0;
	padding: 0;
	}
	
fieldset li {
	list-style: none;
	margin: 0;
	padding: 8px 10px 7px;
	background: url(images/cmxform-divider.gif) left bottom repeat-x;
	}
	
fieldset fieldset {
	border: none;
	margin: 0;
	background: none;
	}
	
fieldset fieldset label {
	width: auto;
/*	clear:left; */
	}
	
fieldset fieldset legend {
	padding-bottom: 5px;
	font-weight: 100;
	}
	
fieldset fieldset input {
	clear:both;
	margin-left:120px;
	}
	
.noborder input{
	border:0;
	}
	
	
/*Typo 3 Related Form Fixes*/
	
.csc-mailform-submit {
	font-size:11px;
	font-weight:bold;
	padding:5px 5px 3px 5px;
	background-color:#f7f7f7;
	color:#878787;
	font-family:Arial, Helvetica, sans-serif;
	}

.csc-mailform-submit:hover{
	background-color:#1669af;
	color:#fff;
	border-color:#fff;
	}	

.csc-mailform-radio legend {
	visibility:hidden;
	}

.csc-mailform-label {
	line-height: 1.8;
	vertical-align: top;
	color: #333;
	}

.csc-mailform-radio {
	float:left;
	display:block;
	}

.csc-mailform-radio fieldset{
	clear:both;
	}
	
.csc-mailform-radio input{
	margin-left:0;
	}
	
.csc-mailform-radio label {
	float:none;
	}
	
.csc-mailform-field, .csc-mailform-label {
	display:block;
	clear:left;
	background: url(images/cmxform-divider.gif) left top repeat-x;
	list-style: none;
	margin: 0;
	padding: 8px 10px 8px 10px;
	}


.csc-mailform {  
	border-top: 0;
	border-bottom: 1px solid #d7d7d7;
	}
	
.csc-mailform h1,.csc-mailform h2,.csc-mailform h3,.csc-mailform h3 {  
	margin-top:5px;
	margin-bottom:-10px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #nav table table { display: inline; }
}

/*=============[ Picture Border]===============*/

.csc-textpic-border img{
	border:1px solid #d7d7d7;
