﻿.leftTab
{
	background-image: url('Images/leftTab.jpg');
	background-repeat: no-repeat;
	width: 203px;
	height: 65px;
	padding-left: 20px;
	padding-top: 15px;
	margin-bottom: 20px;
	cursor: pointer;
}
.hoverLeftTab
{
	background-image: url('Images/leftTabHover.jpg');
	background-repeat: no-repeat;
	width: 203px;
	height: 65px;
	padding-left: 20px;
	padding-top: 15px;
	margin-bottom: 20px;
	cursor: pointer;
	color: #ffffff;	
}
.hoverLeftTab .buttonHead { color: #ffffff; text-decoration: none; }
.hoverLeftTab .buttonHead a { color: #ffffff; text-decoration: none; }
.hoverLeftTab .buttonSub { color: #ffffff; text-decoration: none; font-weight: normal; }
.hoverLeftTab .buttonSub a { color: #ffffff; text-decoration: none; }
.rightTab
{
	background-image: url('Images/rightTab.jpg');
	background-repeat: no-repeat;
	width: 188px;
	height: 65px;
	padding-left: 35px;
	padding-top: 15px;
	margin-bottom: 20px;
	cursor: pointer;
}
.hoverRightTab
{
	background-image: url('Images/rightTabHover.jpg');
	background-repeat: no-repeat;
	width: 188px;
	height: 65px;
	padding-left: 35px;
	padding-top: 15px;
	margin-bottom: 20px;
	cursor: pointer;
	color: #ffffff;
}
.hoverRightTab .buttonHead { color: #ffffff; text-decoration: none; }
.hoverRightTab .buttonHead a { color: #ffffff; text-decoration: none; }
.hoverRightTab .buttonSub { color: #ffffff; text-decoration: none; font-weight: normal; }
.hoverRightTab .buttonSub a{ color: #ffffff; text-decoration: none; }
.picContainer
{
	width: 470px;
	height: 379px;
	background-image: url('Images/pickBack.jpg');
	background-repeat: no-repeat;	
}
.pic
{
	width: 450px;
	height: 379px;
	background-image: url('Images/HomePics/Pic.jpg');
	background-repeat: no-repeat;	
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;	
	color: #10427a;
}
.picContent
{
	position: relative;
	top: 270px;
	left: 10px;
	text-align: left;
}
.picContentBottomLinks
{
	line-height: 20px;
	padding-top: 10px;
	float: left;
	margin-right: 20px;	
	vertical-align: top;
}
.picContentBottomLinks a:link { color: #0591d1; text-decoration: none;}
.picContentBottomLinks a:visited {color: #0591d1; text-decoration: none;}
.picContentBottomLinks a:hover {text-decoration: underline;}

.buttonHead { font-weight: bold; font-size: 15px; color: #10427a; text-decoration: none; }
.buttonHead a { color: #10427a; text-decoration: none; }
.buttonSub { font-size: 14px; color: #10427a; text-decoration: none; font-weight: normal; }
.buttonSub a { color: #10427a; text-decoration: none; }

.picContent2
{
	left: 10px; 
	position: relative; 
	top: 177px;
	font-size: 14px;
}
.picContent2 a:link { color: #0591D1; text-decoration: none;}
.picContent2 a:visited {color: #0591d1; text-decoration: none;}
.picContent2 a:hover {text-decoration: underline;}

.dhl
{
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	color: #10427a;
	line-height: 1.8;
}
.itAwards
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.dhl a:link { color: #10427a; text-decoration: none;}
.dhl a:visited {color: #10427a; text-decoration: none;}
.dhl a:hover {text-decoration: underline;}


