@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);

@import url(http://fonts.googleapis.com/css?family=Bangers);

@import url(http://fonts.googleapis.com/css?family=Comfortaa:400,700);

A:link {
	FONT-SIZE: 14px;  FONT-FAMILY: Tahoma,Arial; TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 14px;  FONT-FAMILY: Tahoma,Arial; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 14px;  FONT-FAMILY: Tahoma,Arial; TEXT-DECORATION: underline
}

a.whitelink {
	color:#FFFFFF;
}


td, div {
	font-family:Arial;
	font-size: 14px;
	font-style: normal;
	line-height:1.6em;
}

#cssmenu {
  background: #003366;
  width: auto;
}

#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  float: left;
  display: block;
  padding: 0;
}
#cssmenu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #fa5555;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: '';
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #fa5555;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #fa5555;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    height: 1px;
    background: #ffffff;
    width: 100%;
    opacity: .2;
  }
  #cssmenu ul li.last > a:before,
  #cssmenu ul li:last-child > a:before {
    display: none;
  }
}


.headsty {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
  	font-style: normal;
  	font-weight: 400;
}

.innerheadsty {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
  	font-style: normal;
  	font-weight: 700;
	border-bottom:1px solid #CCCCCC;
}

.arrow-right {
	margin-left:7px;
	display: inline-block;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	
	border-left: 5px solid green;
}

.visiontxt {
   list-style:none;
   }

.visiontxt li {
    list-style:circle;
    line-height: 30px;
	margin-top:15px;
}


.missiontxt {
   list-style:none;
   }

.missiontxt li {
    background-image: url(../images/bullet.png);
	background-position: 0px 7px;
    background-repeat: no-repeat;
    line-height: 30px;
	margin-top:25px;
    padding-left: 30px;
}

.csrtxt {
   list-style:none;
   }

.csrtxt li {
    background-image: url(../images/tickicon.png);
	background-position: 0px 7px;
    background-repeat: no-repeat;
    line-height: 30px;
	margin-top:10px;
    padding-left: 30px;
}



.servprov1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #003366;
	-webkit-box-shadow:inset 0px 1px 0px 0px #003366;
	box-shadow:inset 0px 1px 0px 0px #003366;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1a4e82), color-stop(1, #003366) );
	background:-moz-linear-gradient( center top, #1a4e82 5%, #003366 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4e82', endColorstr='#003366');
	background-color:#1a4e82;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #003366;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #003366;
}
.servprov1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003366), color-stop(1, #1a4e82) );
	background:-moz-linear-gradient( center top, #003366 5%, #1a4e82 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003366', endColorstr='#1a4e82');
	background-color:#003366;
}
.servprov1:active {
	position:relative;
	top:1px;
}



.servprov3 {
	-moz-box-shadow:inset 0px 1px 0px 0px #003366;
	-webkit-box-shadow:inset 0px 1px 0px 0px #003366;
	box-shadow:inset 0px 1px 0px 0px #003366;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1a4e82), color-stop(1, #003366) );
	background:-moz-linear-gradient( center top, #1a4e82 5%, #003366 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4e82', endColorstr='#003366');
	background-color:#1a4e82;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #003366;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:350px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #003366;
	
}
.servprov3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003366), color-stop(1, #1a4e82) );
	background:-moz-linear-gradient( center top, #003366 5%, #1a4e82 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003366', endColorstr='#1a4e82');
	background-color:#003366;
}.servprov3:active {
	position:relative;
	top:1px;
}

.servprov2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #003366;
	-webkit-box-shadow:inset 0px 1px 0px 0px #003366;
	box-shadow:inset 0px 1px 0px 0px #003366;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1a4e82), color-stop(1, #003366) );
	background:-moz-linear-gradient( center top, #1a4e82 5%, #003366 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4e82', endColorstr='#003366');
	background-color:#1a4e82;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #003366;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #003366;
}
.servprov2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003366), color-stop(1, #1a4e82) );
	background:-moz-linear-gradient( center top, #003366 5%, #1a4e82 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003366', endColorstr='#1a4e82');
	background-color:#003366;
}.servprov2:active {
	position:relative;
	top:1px;
}
