﻿@import: url('default.css');
.dcpm-HiddenRow
{
	height: 0px;
}

/*site map and contactus row*/
.dcpm-TopLinks
{
	height: 27px;
	text-align: right;
	vertical-align:top;
	padding: 2px 0px 0px 0px;
	width: 772px;
}
.dcpm-TopLinks A
{
	text-decoration: none;
 	color:#000000;
	font-size: .9em

}
.dcpm-TopLinks A:hover 
{
	 color: #DC241F;
}



/*banner row*/
.dcpm-Banner
{
	height: 80px;
}
.dcpm-Banner IMG
{
	border: 0px;
}

.dcpm-BannerLeft
{
	width:180px;
}

.dcpm-BannerRight
{
	width:600px;
}



/*top navigation row*/
.dcpm-TopNav{

	padding: 0px 0px 0px 10px;

}
.dcpm-TopNavItem{

	color: #000000;
	font-size: small;
	font-weight: bold;
	height: 20px;
  	padding: 4px 2px 5px 0px;
  	vertical-align:top;

}

.dcpm-TopNavItemSelected
{
	color: #DC241F;
}

.dcpm-TopNavItemHover
{
	color: #DC241F;
}

.dcpm-LeftNavLeftColHead{
	background:#dedede;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	height: 30px;
	width:179px;

}

/*Left Nav and Main With Left Nav*/
.dcpm-LeftNav
{
	background:#DEDEDE;
	border-color:#999999;
	vertical-align: top;
	border-right: 1px solid #999;
	width:179px;
}


.dcpm-LeftNavLinksArea
{

	background:#edeae7;
	vertical-align: top ;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width:179px;
}
.dcpm-LeftNavLinks
{
	font-size: .9em !important;
   	/*font-size:small;*/
   	color: #666666;
}
.dcpm-LeftNavLinksHover
{
color: #036;
   
}

.dcpm-LeftNavLinksSelected
{
   color: #DC241F;
 }
 /*SharePoint looks for this class*/
.zz2_CurrentNav_4
{
	padding: 5px 5px 5px 10px ;
}
 
.dcpm-Main
{
	padding: 50px 30px;
	width:540px;
	vertical-align: top;
}




/*Left Nav and Main Body No Left Nav*/
.dcpm-NoLeftNavLeftCol{

	background:#dedede;
	vertical-align: top ;
	border-right: 1px solid #999999;

	width:179px;

}

.dcpm-NoLeftNavMain
{
	padding: 0px 0px 0px 0px;

}

.dcpm-NoLeftNavRight
{
	padding: 50px 0px 50px 30px;
	

}

/*This class is used when you have an iframe in a content editor webpart*/
.dcpm-LeftNavPlaceHolder
{
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	
}


/*footer row*/
.dcpm-LeftNavLeftColFoot{
	background:#dedede;
	border-right: 1px solid #999999;
	height: 20px;
	width:179px;

}
.dcpm-LeftNavRightColFoot{
	
	/*clear: both;*/
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: x-small;
	color: #666666;

}
.dcpm-LeftNavRightColFoot A{
	color: #036;	

}
.dcpm-LeftNavRightColFoot A:hover{
	color: #666666;	

}




