
@charset "UTF-8";


*{
margin:0px;
padding:0px;
}

body{
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	}

footer{
	display: block;
	width: inherit;
	height: inherit;
	max-width: 890px;
	min-width: 295px;
	background: #96BCDE;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	}
footer p{
	font-size: 12px;
	}
	
header{
	display:block;
	width:100%;
	max-width: 908px;
	min-width: 295px;
	height:90px;
	background-color:rgba(250, 250, 250, 0);
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	}
	
p{
	font-family: Helvetica, Arial, Verdana, sans-serif;
  	font-size: 12px;
	}
	
h1{
	font-family: Helvetica, Arial, Verdana, sans-serif;

	}
	
h2{
	font-family: Helvetica, Arial, Verdana, sans-serif;

	}
	
	
	
nav ul,
nav li,
nav span,
nav a {
  margin: 0px;
  padding: 0px;
  position:relative;
  	margin-left: auto;
	margin-right: auto;
}

nav {
	margin-left: auto;
	margin-right: auto;
  height: 49px;
  min-width: 305px;
  max-width: 908px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #002D56;
  background: -moz-linear-gradient(top, #003B63 0%, #002D56 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003B63), color-stop(100%, #002D56));
  background: -webkit-linear-gradient(top, #003B63 0%, #002D56 100%);
  background: -o-linear-gradient(top, #003B63 0%, #002D56 100%);
  background: -ms-linear-gradient(top, #003B63 0%, #002D56 100%);
  background: linear-gradient(to bottom, #003B63 0%, #002D56 100%);
  border-bottom: 2px solid #4F8ABE;
}
nav:after,
nav ul:after {
  content: '';
  display: block;
  clear: both;
}
nav a {
  background: #141414;
  background: -moz-linear-gradient(top, #003B63 0%, #002D56 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003B63), color-stop(100%, #002D56));
  background: -webkit-linear-gradient(top, #003B63 0%, #002D56 100%);
  background: -o-linear-gradient(top, #003B63 0%, #002D56 100%);
  background: -ms-linear-gradient(top, #003B63 0%, #002D56 100%);
  background: linear-gradient(to bottom, #003B63 0%, #002D56 100%);
  color: #ffffff;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
  line-height: 49px;
  padding: 0 10px;
  text-decoration: none;
}
nav ul {
  list-style: none;
}
nav > ul {
  float: left;
}
nav > ul > li {
  float: left;
}
nav > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #4F8ABE;
  margin-left: -10px;
}
nav > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
nav > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
nav > ul > li.active a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
}
nav > ul > li:hover > a {
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
nav .has-sub {
  z-index: 1;
}
nav .has-sub:hover > ul {
  display: block;
}
nav .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
nav .has-sub ul li {
  *margin-bottom: -1px;
}
nav .has-sub ul li a {
  background: #4F8ABE;
  border-bottom: 2px solid #002D56;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
nav .has-sub ul li:hover a {
  background: #276FAF;
}
nav .has-sub .has-sub:hover > ul {
  display: block;
}
nav .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
nav .has-sub .has-sub ul li a {
  background: #276FAF;
  border-bottom: 2px solid #002D56;
}
nav .has-sub .has-sub ul li a:hover {
  background: #0055A1;
}