﻿/* Department with copy block control */
.departmentname
{
	text-align: left;
	margin: 5px 10px 10px 12px;
	font-weight: bold;
	font-size: 13pt;
	text-transform: uppercase;
	border-bottom: solid 1px silver;
}

.depttemplatewithimage, .depttemplatedynamic
{
	position: relative;
	width: 180px;
	margin:auto;
}

.depttemplatenoimage
 {
	position: relative;
	width: 180px;
	height:50px;
	margin:auto;	
 }

.depttemplatewithimage
{
	height: 125px;	
}

.depttemplatedynamic
{
	position: relative;
	width: 180px;
	height:125px;
}

.rootdepttemplatenoimage
{
	position: relative;
	width: 180px;
	height:25px;
	margin:auto;
}

.depttemplatedynamic .deptimage
{
	margin-top:0;
}

.deptwithcopy
{
	width:555px;
	margin:auto;
}

.deptimage
{
	border: 0;
	margin-top: 7px;
}

.deptlink a
{
	position: relative;
	font-weight: bold;
	text-decoration: underline;
}

.deptlink a:hover
{
	text-decoration: none;
}

/* Dept Menu No copy block */
.rootdeptmenu
{
	border:solid 1px silver;
	margin:10px auto 0 auto;
	padding:10px 0 10px 20px;
	width:548px;
	text-align:center;
}

.topline
{
/* background-image:url(../ClientAssets/Images/copytop.jpg); */
background-position:top;
background-repeat:no-repeat;
height:1px;
margin-left:-5px;
}

.deptinfo
{
/* background-image:url(../ClientAssets/Images/copymiddle.jpg); */
background-repeat:repeat-y;	
background-position:top;
margin-bottom:0px;
padding:0px;
margin-left:-5px;

}

.deptcopy
{
	margin-left:25px;
	margin-right:15px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	color:#203882;
	
}

.botbox
{
	/* background-image:url(../ClientAssets/Images/copybottom.jpg); */
	background-position:top;
	background-repeat:no-repeat;
	height:1px;
	margin-bottom:5px;
	margin-top:0px;
	margin-left:-5px;
}


.botline{
	text-align: left;
	margin: 5px 10px 10px 12px;
	border-bottom: solid 1px silver;
}
.rootdeptmenu table
{
}
.rootdeptmenu a
{
	font-size:8pt;	
}
.rootdeptmenu table td
{
	text-align:left !important;
	height:18px;
}
.rootdeptmenu table td .deptimage
{
	margin:0 !important;
}
#deptCopyContainer
{
	display:block;
}
