@charset "utf-8";
.pic1{
	background:url(1.png) no-repeat center center;
	display:cell;
	background-size:contain;
}
.pic2{
	background:url(2.png) no-repeat center center;
	display:cell;
	background-size:contain;
}
.pic3{
	background:url(3.png) no-repeat center center;
	display:cell;
	background-size:contain;
}
.pic4{
	background:url(4.png) no-repeat center center;
	display:cell;
	background-size:contain;
}
.pic5{
	background:url(5.png) no-repeat center center;
	display:cell;
	background-size:contain;
}
.pic6{
	background:url(6.png) no-repeat center center;
	display:cell;
	background-size:contain;
}
.pic7{
	background:url(7.png) no-repeat center center;
	display:cell;
	background-size:contain;
}
.pic8{
	background:url(8.png) no-repeat center center;
	display:cell;
	background-size:contain;
}
.pic9{
	background:url(9.png) no-repeat center center;
	display:cell;
	background-size:contain;
}
.pic10{
	background:url(10.png) no-repeat center center;
	display:cell;
	background-size:contain;
}
.pic11{
	background:url(11.png) no-repeat center center;
	display:cell;
	background-size:contain;
}
.pic12{
	background:url(12.png) no-repeat center center;
	background-size:contain;
}
#HeaderBar1{
	background-color:#4194cd !important;
}
#globalNav ul li{ 
	background-color:#4194cd !important;
}
#globalNav ul li:hover{ 
	background-color:#5ba6da !important;
}
.pastel6{
	background-color:#4194cd;
    -webkit-transition: background 0.6s linear;
    -moz-transition: background 0.6s linear;
    -ms-transition: background 0.6s linear;
    -o-transition: background 0.6s linear;
    transition: background 0.6s linear;
}
.pastel6:hover{
	background-color:#5ba6da;
    -webkit-transition: background 0.6s linear;
    -moz-transition: background 0.6s linear;
    -ms-transition: background 0.6s linear;
    -o-transition: background 0.6s linear;
    transition: background 0.6s linear;
}