﻿@import "Common.css";

/* 
 *      DiD Secondary Page CSS
 */

html, body {
	color: #333333;
} 

#wrapper {
	width: 950px;
	margin: auto;
	background: url(/DiD/PublishingImages/img_about.jpg) right bottom no-repeat;
	display: table; /* must put this in for FireFox. */
}

/*  Float containers fix: Content is floated and needs to be contained in order for the background 
to show in the browsers other than IE   */
.clearfix:after {
min-height: 100%;
}

/* Top navgation or banner*/
#topnav {
	top: 0px;
	background: #99CCFF;
	height: 100px;
	width: inherit;
}

/* Top navgation or banner*/
#banner {
	height: 160px;
	background: #CCCCFF url(/DiD/PublishingImages/bkg_banner.gif) left top no-repeat; 
	float: center;
	padding: 40px 50px 0px 50px;
	width: 850px;
}

#content{
	padding-left:20px;				
}

/* Main content area style setting */		
#rightnavi{
	/*background: white;*/
	max-height: 2800px;
	min-height: 500px;
	margin: 0px 0px;
	width: 225px;
	float: left;
	padding: 15px 0px 0px 25px;
}

/* Internet Explorer (IE) 6 and below doesn't support min-height */	
* html #rightnavi{	
	height: 100%; 
}
		
#maincontent{
	width: 650px;
	max-height: 2800px;
	min-height: 500px;
	float: right;
	/*background: #FFCCCC;*/
	margin: 0px;
	padding: 20px 25px 25px 25px;
	background: url(/DiD/PublishingImages/img_about.jpg) right bottom no-repeat;
}
	
* html #maincontent{ 
	height: 100%; 
}		

/* Copyright footer area */		
#DiDfooter {
	clear: both;
	width: 900px;
	height: 120px;
	color: #666666;
	text-align: left;
	background: url(/DiD/PublishingImages/bkg_footer-c.gif) right bottom repeat-x;
	margin: 0px auto;
}

/* Navigtion  CSS style */

.menu-StaticMenuStyle{
	display:inline;
}

.menu-StaticMenuItemStyle
{
	color: #FF9900;
	height:31px;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	text-align: right;
	text-decoration:none;
	border-top: 3px white solid;
	border-bottom: 1px #FF9900 solid;
 	/*border-left: 6px white solid;*/
	padding-right: 9px;
	width: 205px;
	background: #FFFFFF url('/DiD/PublishingImages/navi/btn_lnk.gif') no-repeat scroll 195px;
}

.menu-StaticHoverStyle{
	color:#FFFFFF;
	/*background: #FF9900;*/
	text-decoration:none;
	background: #FF9900 url('/DiD/PublishingImages/navi/bth_lnk.gif') no-repeat scroll 195px;
}

.menu-DynamicMenuItemStyle{
	color: #FF9900;
	height:31px;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	text-align: right;
	text-decoration:none;
	border-top: 1px #FF9900 solid;
	border-bottom: 1px #FF9900 solid;
	background: white;
	padding-left:10px;
	padding-right: 9px;
	width: 200px;
				
}

.menu-DynamicHoverStyle{
	color:#FFFFFF;
	background: #FF9900;
	text-decoration:none;
	padding-left:10px;		
}

/*end of navigation style*/

/* header style */	
h1 {
	font-size: 18px; 
	color: #FFFFFF; 
	font-weight: bold; 
	background-color:#FF9900; 
	text-align: right; 
	letter-spacing: 5px; 
	line-height: 30px;
}
 
h2 {
	font-size: 14px; 
	color: #FF9900; 
	font-weight: bold;
} 

.LeftColumnHolder{
	vertical-align:top;				
}

.RightColumnHolder{
	vertical-align:top;
	width:670px;				
}

.BreadCrumbHolder{
	text-align: left;				
}

.BodyTitle{
	font-size: 16px; 
	color: #FF9900; 
	font-weight: bold;
}

.bullet {
	background-image:url("/DiD/PublishingImages/navi/btn_lnk.gif");

}

.cbq-layout-main{
	width:670px;
}

.link-item, .link-item a, .link-item a:link {
	text-decoration:none;
}

.item {
	color:#FF9900;
	font-family:Arial, Helvetica, verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
}