/* css DMI27 default style v1.01 */

/* --------------------------------- */
/* BASIC ELEMENTS */
/* --------------------------------- */

html {
	font-size: 100.1%
} 

body {
	background-color: #e7e7e8;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	margin-top: 20px;
	text-align: center;
	color: #404041;
}

#siteCentering {
	margin-left: auto; 
	margin-right: auto;
	width: 990px;
}

#pageContainer {
	float:left;
	width: 980px;
	background-color: white;
	text-align: left;
	padding: 5px;
}

#Logo {
	float: right;
	width: 260px;
	padding-bottom: 10px;
}

img {
    border-style: none
}

ul {
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 5px;
	}

td {vertical-align: top;}

/* --------------------------------- */
/* HOME PAGE */
/* --------------------------------- */

#HomePageContent {
	float: left;
	width: 975px;
	height: 500px;
	padding-right: 5px;
}

#HomePageCaption{
	float: right;
	padding: 50px 0px 50px 0px;
	font-size: 20px;
	width: 400px;
	color: black;
}

#HomePageInfo {
	float: right;
	padding: 5px;
	width: 600px;
	height: 240px;
	background-color: #e7e7e8;
}

#HomePageNews {
	float: left;
	padding-right: 10px;
	width: 210px;
	font-size: 10px;
}

#HomePageNews h1{
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
}

#HomePageNews h2{
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
	color: #4f91cd;
}

#HomePageNews h3{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 15px;
	margin: 0px;
}

#HomePageNews a:link {
	color: #404041;
	text-decoration: none;
}

#HomePageNews a:visited {
	color: #404041;
	text-decoration: none;
}

#HomePageNews a:hover {
	color: #404041;
	text-decoration: underline;
}

#HomePageCaseStudyArea {
	float: left;
	width: 375px;
	height: 230px;
	padding: 5px 0px 5px 5px;
	background-color: white;
}

#HomePageCaseStudy {
	float: left;
	width: 120px;
	padding-right: 5px;
	height: 230px;
	overflow: hidden;
	font-size: 10px;
}

#HomePageCaseStudyArea h1{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	color: #4f91cd;
}

#HomePageCaseStudy a:link {
	color: #404041;
	text-decoration: none;
}

#HomePageCaseStudy a:visited {
	color: #404041;
	text-decoration: none;
}

#HomePageCaseStudy a:hover {
	color: #404041;
	text-decoration: underline;
}

/* --------------------------------- */
/* MAIN MENU */
/* --------------------------------- */


#MainMenuContainer {
	display: none;
	float: left;
	padding: 20px 0 0 0;
	width: 700px;
	overflow: hidden;
}

#MainMenuImg {
	float: left;
}

#MainMenu {
	padding: 0;
	margin: 0 0 0 14px;
	position: absolute;
	z-index: 200;
}
	
#MainMenu li	{	
	float: left;
	list-style: none;
	text-transform: uppercase;
	z-index: 900;
}

#MainMenu li a {
	display: block;
	background-image: url('../images/MainMenuBack.png');
	padding: 4px 2px 0px 4px;
	text-decoration: none;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	width: 90px;
	height: 23px;
	_height: 33px;
	color: #333333;
	white-space: nowrap;
	font-size: 0.8em;
}

#MainMenu li a:hover, #MainMenu li.active a {
	background-image: url('../images/MainMenuBackA.png');
}


/* --------------------------------- */
/* HOVER MENU */
/* --------------------------------- */

ul.dropdown	{	
	background-color: white;
	background-image: url('../images/HoverMenuBack.png') !important;
	background-repeat:repeat-x;
	background-position:bottom left;
	margin: 0;
	border: 5px solid #4487c7;
	padding: 5px 0px 0px 5px;
	position: absolute;
	z-index: 999;
	width: 550px;
	display: none;
}

ul.dropdown li a {
	float: left;
	color: #333333;
	width: 260px !important;
	height: 90px !important;
	display: block;
	padding: 5px 5px 5px 5px  !important;
	text-decoration: none;
	background-image: url('../images/HMBackground.png') !important;
	margin-right: 5px !important;
	margin-bottom: 5px !important;
	border-right: none !important;
	border-bottom: none !important;
}

ul.dropdown li a:visited {
	color: #333333;
}

ul.dropdown li a:hover {
	background-image: url('../images/HMHoverActive.png') !important;
}

ul.dropdown li.active {
	font-weight: bold;
	background-image: url('../images/HMHoverActive.png') !important;
}

ul.dropdown img {
	float: left;
	margin: 4px 0px 0px 4px;
	padding-right: 10px;
	padding-bottom: 5px;
}

ul.dropdown h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	color: #4f91cd;
	white-space: normal;
}

.HMtext {
	width: 170px;
	padding-right: 10px;
	white-space: normal;
	font-weight: normal;
	text-transform: none;
}

/* --------------------------------- */
/* NORMAL PAGE */
/* --------------------------------- */

#MainPageImage {

	float: left;
	padding-bottom: 5px;
}

#LeftMenuContainer {
	display: none;
	float: left;
	width: 200px;
}

#LeftMenuTop {
	float: left;
}

#LeftMenu {
	float: left;
	padding: 5px 10px 5px 0px;
	width: 180px;
	background-image: url('../images/SMenuMid.png');
}

#LeftMenu h1{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	width: 180px;
	border-bottom: 1px solid #4f91cd;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
	color: #4f91cd;
}



#LeftMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 0.9em;
}

#LeftMenu ul li a {
	color: #333333;
	display: inline-block;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	border-bottom: 1px solid #e7e7e8;
}

#LeftMenu ul li a {
	display: block;
}

#LeftMenu ul li a:visited {
	color: #333333;
}

#LeftMenu ul li a:hover {
	color: #4f91cd;
	border-bottom: 1px solid #4f91cd;
}

#LeftMenu ul li.active {
	font-weight: bold;
	background-color: #d2e4f2;
}


#LeftMenuBottom {
	float: left;
}

#NormalBodyText {
	clear: both;
	padding: 10px;
}


#NormalBodyText h1{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1.5em;
	font-weight: normal;
	color: #4f91cd;
}

#NormalBodyText h2{
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1.5em;
	font-weight: normal;
	color: #4f91cd;
}

.subheading {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: normal;
	color: #4f91cd;
}

.subheading2 {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1.0em;
	font-weight: normal;
	color: #4f91cd;
}

h4, h4 a {
	padding: 5px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: normal;
	color: #4f91cd;
}

#SummaryText {
	font-size: 1.5em;
	padding: 0px 0px 0px 0px;
}

#SummaryText p{
	margin: 0px 0px 10px 0px;
}

#QuickLinks {
	display: none;
	float: left;
	background-image: url('../images/QuickLinksBack.png');
	background-repeat: no-repeat;
	width: 180px;
	min-height:300px;
	height:auto !important;
	padding: 5px 10px 10px 10px;
}

#QuickLinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 0.9em;
}

#QuickLinks ul li a {
	color: #333333;
	display: inline-block;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

#QuickLinks ul li a {
	display: block;
}

#QuickLinks ul li a:visited {
	color: #333333;
}

#QuickLinks ul li a:hover {
	color: #4f91cd;
	border-bottom: 1px solid #4f91cd;
}

#QuickLinks img {
	padding-bottom: 5px;
}


/* --------------------------------- */
/* CASE STUDY AND SECTORS */
/* --------------------------------- */

.ThumbNailBox {
	float: left;
	width: 170px;
	margin: 0px 2px 5px 3px;
	padding: 5px;
	background-image: url('../images/ThumbnailBox.png');
	background-repeat: no-repeat;
	height: 140px;
	overflow: hidden;
	font-size: 0.8em;
}

.ThumbNailBox a {
	text-decoration: none;
	color: #333333;
}

.ThumbNailBox a:hover {
	color: #4f91cd;
	text-decoration: underline;
}

.ThumbNailBox img {
	margin-bottom: 3px;
}



#CaseStudySuperBox {
	clear: both;
	padding: 5px 0 5px 0;
	width: auto;
}

#CaseStudySuperBoxTitle {
	clear: both;
	vertical-align: top;
	padding: 5px 10px 5px 0;
	background-color: #e7e7e8;
}

#CaseStudySuperBoxTitle h1{
	float: left;
	font-size: 1.2em;
	padding: 0 10px 0 0;
	margin: 0px;
	font-weight: normal;
	color: #4f91cd;
}

#CaseStudySuperBoxText {
	float: left;
	vertical-align: top;
	padding-right: 20px;
	font-size: 1.2em;
	background-color: #e7e7e8;
}

#CaseStudyTitle {
	display: none;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
}

#CaseStudyNumber {
	display: none;
	padding-top: 20px;
	display: block;
	font-size: 3em;
	font-weight: normal;
}

#CaseStudyNumberText {
	display: none;
	padding-top: 5px;
	font-size: 0.8em;
	font-weight: normal;
}

#CaseStudyText {
	float: left;
	padding: 10px 0 20px 0;
}

#CaseStudyText h1{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1.5em;
	font-weight: normal;
	color: #4f91cd;
}

#CaseStudyText h2{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1.5em;
	font-weight: normal;
	color: #4f91cd;
}

#CaseStudyImage {
	display: none;
}

#CaseStudyImage h1{
	display: none;
	clear: left;
	margin: 0px;
	padding-top: 5px;
	font-size: 0.8em;
	font-weight: normal;
}

#big_image {
	clear: both;
	display: block;
}

.CaseStudyImageThumb {
	float: left;
	width: 55px;
	padding-right: 5px;
	padding-top: 5px;
}

#LightBoxLink {
	display: none;
	float: left;
	width: 300px;
	padding: 5px 0px 4px 0px;
	border-bottom: 1px solid #4f91cd;
	text-align: right;
}

#LightBoxLink a{
	font-size: 0.8em;
	text-decoration: none;
	color: #333333;
}

#LightBoxLink a:hover{
	text-decoration: underline;
	color: #4f91cd;
}

/* --------------------------------- */
/* FOOTER */
/* --------------------------------- */

#Footer {
	float: left;
	text-align: left;
	width: 980px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #666666;
}

ul#FooterMenu {
	display: none;
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;	
	padding-left: 0;
	white-space: nowrap;
	font-size: 0.8em;
}

#FooterMenu li {
	display: inline;
	list-style-type: none;
}

#FooterMenu a { 
	padding: 0px 10px 0px 0px;
}

#FooterMenu a:link, #FooterMenu a:visited {
	color: #404041;
	text-decoration: none;
}

#FooterMenu a:hover, #FooterMenu a:active {
	color: #999999;
	text-decoration: none;
}

#searchBox { 
	display: none;
	float: right;
	width: 150px; 
	height: 15px;
	margin-left: 20px;
} 

#searchBox #s { 
	float: left; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	width: 125px; 
	background: #fafafa; 
	font-size: 0.8em;
}

#searchBox #go { 
	float: right; 
	margin: 0px 0px 0 0; 
}

#copyRight {
	padding: 5px 5px 5px 5px;
	font-size: 0.8em;
	float: left;
}

#byDMICreative {
	padding: 5px 0px 5px 0px;
	float: right;
	text-align: right;
	font-size: 0.8em;
	margin: 0px;
}

#byDMICreative a {
	text-decoration: none;
	color: #404041;
}

#byDMICreative a:hover{
	color: #999999;
}

#printFooter {
	display: none;
}
.printOnly {
	display: block;
}
#blackout {
	background: url('../images/dark_overlay.png');
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 100;
}

.newsDate {
	font-size: 0.9em;
	color: darkgray;
}

#feedbackform tr td {
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	padding: 5px 5px 5px 0;
}

.backlink {
	width: 200px;
	display: block;
	color: #4f91cd;
	font-size: 0.9em;
	padding: 5px 5px 5px 5px;
}

.clearboth {
	clear: both;
}

table.attachmentsListing {
	width: 100%;
	font-size: 0.9em;
}

table.attachmentsListing tr th {
	font-weight: bold;
	border-bottom: 2px solid gray;
	padding: 3px 5px;
}

table.attachmentsListing tr td {
	border-bottom: 1px solid lightgrey;
	padding: 3px 5px;
}

table.attachmentsListing tr td a {
	color: darkgray;
}

.casestudy_leftmenu {
	display: block !important;
	width: 100% !important;
}

.casestudy_leftmenu #LeftMenu, .casestudy_leftmenu #LeftMenu h1 {
	width: 100% !important;
	font-size: 1.5em;
}

.casestudy_leftmenu #CaseStudyNumber  {
	display: none !important;
}

.casestudy_leftmenu #CaseStudyTitle  {
	display: none !important;
}

.casestudy_leftmenu #CaseStudyNumberText  {
	display: none !important;
}

.casestudy_leftmenu img, .casestudy_leftmenu a {
	display: none !important;
}