@charset "utf-8";
/* CSS Document */

.top_line {background-color: #004363 !important;
	min-height:43px;
	margin-bottom:18px;}
.top_line p {color: #ffffff !important;}
.top_line a {color: #ffffff !important;}
.top_line a:hover {color: #ffffff !important;}


a.login_white {
color: #FFFFFF !important;

background-color:transparent !important;
font-size: 11px !important;
text-decoration: none !important;
padding-top: 0px !important;
padding-bottom: 1px;
padding-left: 5px !important;
padding-right: 15px !important;
margin: 0px !important;
line-height:1.0em !important;
}

a.login_white:hover {
color: #FFFFFF !important;
background-color:transparent !important;
text-decoration: underline;

}
a.login_white:visited {
color: #FFFFFF !important;
text-decoration: none;

}
a.login_white:active {
color: #FFFFFF !important;
text-decoration: none;

}

#login-status  {
	padding-top:8px;
	padding-bottom:8px;
	
}


.tag-line  {
	background:#e7e8e9;
	border-top:#509acc solid 1px;
	border-bottom:#509acc solid 1px;
	text-transform:uppercase;
	color: #339ACC !important ;	
}

.bottom_line {
  background-color: #004363 !important;
  }
  
.bottom_line p {color: #ffffff !important;}
.bottom_line a {color: #ffffff !important;}
.bottom_line a:hover {color: #ffffff !important;}
	

.menu li a {
color: #666666;
font-size: 16px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-top: 15px;
padding-bottom: 10px;
font-weight: bold;

}
.menu li:hover { background: #339ACC ;}
.menu li:hover a { color: #ffffff ;}
.menu ul  a{ color: #ffffff !important;}
.menu ul a{ color: #ffffff !important;}


.menu li ul { background-color: #339ACC ;}

.menu ul li a { color: #ffffff !important;}

.menu ul li:hover a { background:#004363 }
.menu ul li:hover:first-child > a:after { border-bottom-color:#004363 ;}
.menu ul ul li:hover:first-child > a:after { border-right-color: #004363 ;}
.menu ul li:hover a { color: #ffffff !important}

.menu ul ul a { background-color: #339ACC  !important;}
.menu ul li:hover li a { color: #ffffff !important;}
.menu ul li li:hover a { color:#ffffff !important; }
.menu ul ul a:hover { background:#004363 !important }

.current {
	color:#FFFFFF !important;
	background-color:#004363;
	border-radius:0px !important;	

}

.input-small {
	width:95px;
	height:25px;
	border-radius:0px !important;
}

.mobile-nav {
	width:250px;
	height:30px;

}


	.test {
		height: 100px;
			
	}
	


	/* reverse type presets (for text on dark backgrounds) */
.reverse h1, .reverse h2, .reverse h3, .reverse h4, .reverse h5, .reverse h6 {color: white;}
.reverse p, .reverse ul {color: #fff;}
.reverse cite {color:#CCCCCC}

	@media (min-width: 768px) {
		/* nav-pad is for setting the top padding for fixed nav bar */
		.nav-pad {  
		padding-top:40px;
		position:relative;		
			}
		
	}
	
	@media (min-width: 768px) and (max-width: 979px) {
		.nav-pad {
		padding-top: 0px;
		position:relative;		
			}
		
	}
	
