﻿body #s4-leftpanel {
}
.s4-ca {
}
.LeftColumn {
	width: 100%;
}
.training .LeftColumn {
	width: 650px;
}
.box1 {
	background-color: #42618e;
	width: 350px;
	margin-right: 15px;
	float: left;
	border: 1px solid #42618e;
}
.box2 {
	width: 110px;
	background-color: #42618e; 
	float: left;
	margin-right: 15px;
	height: 110px;
	color: #fff; 
	font-family: "Segoe UI";
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	
	border: 1px solid #26426a;
	background-image: url('/Training_Center/PublishingImages/box2-bkgd.png');
	background-repeat: no-repeat;
}

.boxlink{	
	color: #fff !important;
	text-decoration: none;
}

.box2 a, .box3 a, .box4 a, .box5 a {
	
	color: #fff !important;
	text-decoration: none;
	
}
.box3 {
	width: 110px;
	background-color: #152439;  
	float: left;
	height: 110px;
	color: #fff;
	font-family: "Segoe UI";
	padding: 10px;
	font-size: 14px;
	background-image: url('/Training_Center/PublishingImages/box3-bkgd.png');
	background-repeat: no-repeat;
	font-weight: bold;
	border: 1px solid #060e1a; 
}
.box3cont {
	margin-top: 15px;
	text-align: right;
}
.box4 {
	width: 110px;
	background-color: #152439; 
	float: left;
	height: 97px;
	margin-right: 15px;
	margin-top: 15px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-family: "Segoe UI";
	font-weight: bold;
	border: 1px solid #060e1a;
	background-image: url('/Training_Center/PublishingImages/box4-bkgd.png');
	background-repeat: no-repeat;
}
.box4 span {
	background-color: aqua;
	line-height: 45px;
}
.box5 {
	width: 110px;
	background-color: #42618e;
	float: left;
	height: 97px;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
	font-family: "Segoe UI";
	font-weight: bold;
	border: 1px solid #26426a;
	background-image: url('/Training_Center/PublishingImages/box5-bkgd.png');
	background-repeat: no-repeat;
}
.box5 span {
	line-height: 20px;
}
.box2:hover, .box3:hover, .box4:hover, .box5:hover {
	background-color: #636e7d;
}
#slideshow {
	position: relative;
	width: 352px;
	height: 240px;
	border: 1px solid #42618e;
	border-bottom: 5px solid #42618e;
	float: left;
	margin-right: 15px;
}
#slideshow > div {
	position: absolute;
}
.training-center-title {
	margin: 0px 0px 15px 0px;
	padding-top: 20px;
	width: 635px;
	height: 88px;
	display:block;
	background-image: url('/Training_Center/PublishingImages/tc-banner.png');
	background-repeat: no-repeat;
}

/*PUBLICATIONS*/
.pubContainer {
	border: 1px solid #ccc;
	padding: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.pubContainer:hover {
	background-color: #dbe5f2;
}
.pubTitle {
	font-size: 18px;
	font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
}
.pubTeaser {
	font-size: 14px;
	font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
}
.pubTeaser a {
	text-decoration: underline;
}
.pubTeaser a:hover {
	text-decoration: none;
	cursor: pointer;
}
