@charset "utf-8";
/* CSS Document */


.topNav {
position: absolute;
top:0px;
  left: 0;
  right: 0;
  margin: 0 auto;
z-index: 500;
max-width:1440px;
min-width: 1200px;
width:100%;
}

.topNav ul {
display: table;
padding:0px;
margin:0px;
text-align: center;
}

.logoBG {
background-color: #404040!important;
width:286px!important;
}

.topNav ul li a {
color:#ffffff;
font-size:14px;
}


.topNav ul .socials a {
font-size:16px;
}


.topNav ul li {
display: table-cell;
vertical-align: middle;
padding:0 0px 0 0px;
border: 1px solid #535456;
border-width: 0px 1px 0 0px;
height:70px;
width:136px;
background-color: #000000;
}


.topNav ul li:hover {
background-color: #00648C;
}

.topNav ul .spacer {
border: 1px solid #535456;
border-width: 0px 1px 0 0px;
height:70px;
width:30%;
}


.topNav ul .spacer:hover /*.topNav ul .logoBG:hover*/ {
background-color: #000000;
}


.icon-facebook, .icon-twitter {
font-size: 20px;
}

.socials {
width:60px!important;
}



	.copy{
	
		font-size: 12px;
		line-height: 140%;
		color: #5e5e5e;
	}
	
	.copy a{
		
		font-size: 11px;
		color: #0c4c7d;
		text-decoration: none;
		font: bold;
	}

	.copy a:hover{

		font-size: 11px;
		color: #7d0c0c;
		text-decoration: none;
		font: bold;
	}

