﻿/*****   this style sheet is used by Historical Biography Page Layout for display     ****************/
.cnspBioContent {
				background-image:url('../../../images/pastLeadershipBg.jpg');
			    background-repeat:no-repeat;
}
.CnspBio {
			display:inline-block;
			background-color:#BCCCD9;
			filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#BCCCD9, endColorstr=#ffffff);
			background-image:-moz-linear-gradient(top, #BCCCD9 0%, #ffffff 100%);
			background-image:-webkit-linear-gradient(top, #BCCCD9 0%, #ffffff 100%);
			background-image:-ms-linear-gradient(top, #BCCCD9 0%, #ffffff 100%);
			background-image:linear-gradient(top, #BCCCD9 0%, #ffffff 100%);
			background-image:-o-linear-gradient(top, #BCCCD9 0%, #ffffff 100%);
			background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#BCCCD9), color-stop(100%,#ffffff));
			zoom:1;
			border:1px solid #e3e3e3;
			border-bottom-color:#cfcfcf;
			-moz-box-shadow:0px 2px 4px 0px #cccccc;
			-webkit-box-shadow:0px 2px 4px 0px #cccccc;
			box-shadow:0px 2px 4px 0px #cccccc;
			padding:20px;
			margin:10px;
			position:relative;
			width:250px;
}
.CnspBio-item a:hover {
			font-weight:bold;
			color: #876028 !important;
}
.CnspBio-item a:link {
			font-weight:bold;
			color: #876028 !important;
}
.BioLink-item a {
			font-weight:bold;
			color: #876028 !important;
}
.image-fixed-width {
			width: 120px;
}