/***********************************************/
/* DCL.css                            */
/* Use with DCL Template              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body table, span{
	font-family: Tahoma, sans-serif;
	color: #666666;
	line-height:normal;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited
{
	color: #015885;
	text-decoration: underline;
}

a:hover{
	text-decoration:none;
}


/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #872830;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 100% Arial,sans-serif;
 color: #872830;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/************** Form element tag styles **************/

select
{
border:solid 1px #cccccc;
background-color: #ffffff;
width:90%;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
font-size: 11px;
margin-top:2px;
}

.button
{
border-right:solid 6px #D6C5A9;
border-left:solid 1px #D6C5A9;
border-top:solid 1px #D6C5A9;
border-bottom:solid 1px #D6C5A9;
background-color: #F5EAD4;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
font-size: 11px;
margin-top:2px;
}




/***********************************************/
/* Header Panel Layout Divs                                 */
/***********************************************/
#HeaderPanel{
	top: 0px;
	left:0%;
	right: 0%;
	height:78px;
	width:100%;
	border-bottom:solid 1px #882730;
	background-color: #ffffff;
}

#DCLLogo
{
	position:absolute;
	top: 2px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#DMLogo
{
	position:absolute;
	top: 8px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	z-index: 98;
}

#searchPanel
{
    position:absolute;
	top:41px;
	right: 110px;
	margin: 0px;
	padding: 0px;
	z-index: 97;
	width:250px;
	
}

#UtilityPanel
{
	margin: 0px;
	padding: 0px;
}


.searchPaneltextbox
{
   border: solid 1px #cccccc;
   font-family: Arial, Helvetica, sans-serif;
   color: #666666;
   font-size:11px;
   width:150px;
  
}
.searchPanelbutton
{
   border: solid 1px #cccccc;
   background-color:#DDE0E4;
   font-family: Arial, Helvetica, sans-serif;
   color: #666666;
   font-size:11px;
   width:25px;
   margin-left:2px;
 
 }
   
/***********************************************/
/* Major Navigation Panel Layout Divs                                 */
/***********************************************/
 
#MajorNav{}

#MajorNav table
{
 border:1px;
 height:24px;
}

#MajorNav td
{
	font-family: Tahoma;
	font-weight:bold;
	color: #ffffff;
	font-size: 12px;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	padding-top:1px;
}

#MajorNav table a:link
{
 color:#ffffff;
 text-decoration:none;
}

#MajorNav table a:visited
{
 color:#ffffff;
 text-decoration:none;
}

#MajorNav table a:hover
{
 color:#710000;
 text-decoration:none;
}

 
/***********************************************/
/* Minor Navigation Panel Layout Divs                                 */
/***********************************************/

#MinorNav{
	left:0%;
	right: 0%;
	height:21px;
	width:100%;
    text-align:right;
}


#MinorNav table
{
 border:0px;
}

#MinorNav td
{
	font-family: Tahoma;
	color: #ffffff;
	font-size: 12px;
	text-align:center;
	height:17px;
	padding-left:10px;
	padding-right:10px;
}

#MinorNav table a:link
{
 color:#333333;
 text-decoration:none;
}

#MinorNav table a:visited
{
 color:#333333;
 text-decoration:none;
}


/***********************************************/
/* Breadcrumb Layout Divs                                 */
/***********************************************/
#Breadcrumb
{
	margin-top:5px;
	margin-right:5px;
}

#Breadcrumb a:link
{
 color:#666666;
 text-decoration:none;
}

#Breadcrumb a:visited
{
 color:#666666;
 text-decoration:none;
}

#Breadcrumb a:hover
{
 color:#666666;
 text-decoration:underline;
}
/***********************************************/
/* Home Banner Panel Layout Divs                                 */
/***********************************************/

#homeBanner
{
	left:0%;
	right: 0%;
	width:100%;
}


#vision
{
position:absolute;
top:145px;
right: 40px;
margin: 0px;
padding: 0px;
z-index: -97;
}

#PageName
{
   	top:0px;
	right: 40px;
	margin: 5px;
	padding: 0px;
	width:100px;
	font-family: Tahoma;
	color: #8A2629;
	font-size: 13px;
	font-weight:bold;
	
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}


/***********************************************/
/* Department Section Layout Divs                                 */
/***********************************************/
#MainCointainer
{
	width:100%;
	text-align:center;
	background-image:url(../images/DCL_SectionBack.gif height="30px");
	background-repeat:repeat-x;
	border-top:1px solid #CEA6A6;
}

#MainCointainerInner
{
	width:100%;
	text-align:right;
	background-image:url(../images/DSL_Inner_Back.gif);
	background-repeat:repeat-x;
	border-top:1px solid #CEA6A6;
}

#DepartmentSection
{
	width:764px;
	margin: 0px;
	border-bottom:4px solid #F9E4C2;
}


#ContentContainer
{
top:0px;
width:762px;
text-align:right;

}
#ContentContainerInner
{
top:0px;
width:100%;
text-align:right;
}
/***********************************************/
/* First Column Layout Divs                                 */
/***********************************************/
#FirstColumn
{
border-left:1px solid #cccccc;
width:382px;
text-align:left
}
.shortbrief
{
width:96%;
margin-left:1%;
margin-right:1%;
}

.NewsSection
{
margin-top: 20px;
width:96%;
margin-left:1%;
margin-right:1%;
}

.NewsSection TABLE
{
	width:100%;
}
.NewsSection td
{
padding-bottom:10px;
}


#FirstColumnInner
{
text-align:right;
border-left:solid 1px #cccccc;
}

#menutable
{
margin-top:15px;
text-align:right;
}

#menutable td
{
border-bottom:solid 0px #cccccc;
}

#menutable a:link
{
font-weight:bold;
text-decoration:none;
color:#666666;
}

#menutable a:visited
{
font-weight:bold;
text-decoration:none;
color:#666666;
}

#menutable a:active
{
font-weight:bold;
text-decoration:none;
color:#666666;
}

.menutableSelected
{
color:#ffffff;
font-weight:bold;
text-decoration:none;
background-color: #DB8F15;
text-indent:3px;
}

#menutable a:hover
{
color:#882730;
font-weight:bold;
text-decoration:none;
}

/***********************************************/
/* Second Column Layout Divs                                 */
/***********************************************/
#SecondColumn
{
border-left:1px solid #cccccc;
width:190px;
text-align:right;
}

#SecondColumnInner
{
text-align:right;
}

#SecondColumnInnerar
{
text-align:right;
}

#Innercontent
{
margin-top:20px;
margin-right:5px;
margin-bottom:15px;
margin-left:5px;

}

.certifiedlogo
{

width:100%;
text-align:center;
padding-top:10px;
}

.certifiedlogoinner
{
height:108px;
width:100%;
text-align:center;
padding-top:10px;
}

.quicklink
{
height:30px;
border-bottom:1px solid #cccccc;
width:100%;
text-align:center;
background-color:#FDFAF5;
padding-top:10px;
}


/***********************************************/
/* Poll Layout Divs                                 */
/***********************************************/

.PollSection
{
background-image:url(../images/poll_back.gif);
background-repeat:repeat-x;

}

/***********************************************/
/* Third Column Layout Divs                                 */
/***********************************************/
#ThirdColumn
{
	width:190px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
    text-align:right;
}

#ThirdColumnInner
{
	width:150px;
	border-right:1px solid #cccccc;
	border-left:0px solid #cccccc;
    text-align:right;
}

.FirstTimeUser
{
width:100%;
height:108px;
border-bottom:1px solid #cccccc;
}

.adbanner
{
position:absolute;
top:20px;
right:298px;
}


/***********************************************/
/* footer Layout Divs                                 */
/***********************************************/
#footerPanel{
	top: 0px;
	left:0%;
	right: 0%;
	height:77px;
	width:778px;
padding-top:15px;
    border-top:1px solid #cccccc;

}
/***********************************************/
/* Other Panel Layout Divs                                 */
/***********************************************/

.latstnews
{
width:100%;
}

hr
{
height:1px;
color:#cccccc;
}

.Archives
{

width:100%;
text-align:right;
background-image:url(../images/poll_back.gif);
padding-top:10px;
padding-right:10px;
padding-bottom:10px;
}


.Archives select
{
margin-top:2px;
margin-bottom:2px;
width:125px;
}



#othernews
{
width:100%;
text-align:right;
background-image:url(../images/poll_back.gif);
padding-top:10px;
padding-left:2px;
padding-right:3px;
padding-bottom:10px;
}

#othernews span
{
height:25px;
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-right: 1px solid #ccd2d2;
}


#LabelList
{
line-height: 20px;
}
