<style>

.container {
background-color: #004280;
}

/* Basic Styles */
nav {
	width: 100%;
	height: 36px;
  background: #00aeef;
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-x;
	border-bottom: 0px solid #283744;
	color: #FFFFFF;
	}
  
nav ul {
	padding: 0;
	margin: 0;
}


nav li {
  display: inline;
	float: left;
}

nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	padding:9px 0;
}

nav a:visited; {
	color: #ffffff !important;
	text-decoration: none;
}

nav a:hover, nav a:active {
  background-color: #717174;
	background-image: url(../images/nav-bg2.png);
	background-repeat: repeat-x;
	color: #ffffff;
	text-decoration: none;
}

nav a#pull {
	display: none;
}

nav li a#link1 {
  width: 170px;
   border-right: 1px solid #120c4e;
}

nav li a#link2 {
	width: 230px;
	 border-right: 1px solid #120c4e;
}

nav li a#link3 {
	width: 165px;
	 border-right: 1px solid #120c4e;
}

nav li a#link4 {
	width: 193px;
 border-right: 1px solid #120c4e;
}

nav li a#link5 {
	width: 178px;
  border-right: 0;
}


@media screen and (max-width: 800px) {

	nav {
		width: 100%;
		height: auto;
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	
	nav li {
		width: 100%;
		float: left;
		position: relative;
		border-bottom: 1px solid #120c4e;
  	}

  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
		  background-image: url(../images/nav-bg.png);
	    background-repeat: repeat-x;  
      background: #004280;
  	}
  	
	
  	nav a:hover {
	  background-color: #f57f25;
    background-image: url(../images/nav-bg2.png);
	  background-repeat: repeat-x;
  	}  	
	
	
	nav a#pull {
		display: block;
		background: #004280;
    background-image: url(../images/nav-bg.png);
	  background-repeat: repeat-x;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url(nav-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		color: #FFF;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
  
  nav li a#link1 {
  width: 100%;
}

nav li a#link2 {
  width: 100%;
}

nav li a#link3 {
	width: 100%;
}

nav li a#link4 {
	width: 100%;
}

nav li a#link5{
	width: 100%;
}


  .row .copy {
	text-align: center;
	font-size: 10px;
	background-image: none;
}
  



</style>