/*Sliding Text and Icon Menu Style*/
.sti-menu{
	width:960px;
	position:relative;
	margin:0px auto 0 auto;
	background: url(/resources/images/tabNavBg.jpg) no-repeat top center #fff;
	height:299px;
}

div.contentSlideHolderAbout .sti-menu{
	width:960px;
	position:relative;
	margin:0px auto 0 auto;
	background: url(/resources/images/tabNavBg.jpg) no-repeat bottom center #fff;
	height:270px;
}
div.contentSlideHolderAbout .sti-menu{
	width:960px;
	position:relative;
	margin:0px auto 0 auto;
	background: url(/resources/images/aboutBtnBg.jpg) no-repeat bottom center #fff;
	height:270px;
}

div.about5 table tr td h2
{
	font-size:22px;
	margin: 0px;
}

.sti-menu li{
	float:left;
	width:239px;
	height:299px;
	text-align:center;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	background: none !important;
	text-decoration:none;
}
.sti-menu li a h2{
	color:#000;
	font-family: 'Lato', arial, sans-serif;
	font-size:22px;
	font-weight:bold;
	position:absolute;
	padding:10px;
	width:219px;
	top:213px;
	left:0px;
}

div.contentSlideHolderAbout .sti-menu li a h2{
	color:#000;
	font-family: 'Lato', arial, sans-serif;
	font-size:19px;
	font-weight:bold;
	position:absolute;
	padding:10px;
	width:219px;
	top:213px;
	left:0px;
}


.sti-menu li a h3{
	font-family:arial, sans-serif;
	font-size:13px;
	color: #1C6AB5 !important;
	position:absolute;
	top:253px;
	left:0px;
	width:219px;
	padding:10px;
	line-height:12px;
	font-weight:bold;
	margin: 0px;
}
.sti-menu li a h3.uno{
	font-family:arial, sans-serif;
	font-size:12px;
	color: #42659c !important;
	position:absolute;
	top:246px;
	left:0px;
	width:219px;
	padding:10px;
	line-height:13px;
	font-weight:bold;
	margin: 0px;
}
.sti-menu li a h3.dos{
	font-family:arial, sans-serif;
	font-size:12px;
	color: #42659c !important;
	position:absolute;
	top:243px;
	left:0px;
	width:219px;
	padding: 10px;
	margin: 0px;
	line-height:13px;
	font-weight:bold;
}

.sti-icon{
	width:155px;
	height:177px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:40px;
	top:20px;
}
