body{
	background-color:#bbb;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0;
}
#wrapper{
	margin:0 auto;
	width:100%;
	max-width:1000px;
	background-color:#fff;
	overflow:auto;
}
header img{
	width:100%;
	max-width:415px;
}
nav {
	clear: both;
	font-size: 16px;
}
nav #pullmenu{
	padding:0;
}
nav ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display:none;
}
nav ul li {
	width: 100%;
	background: #012169;
}
nav ul li:first-child{
	margin-left:0;
}
nav a{
	text-decoration: none;
	height: 40px;
	text-align:center;
	display: block;
	line-height:40px;
	color: #fff;
	padding: 0 5px;
	width:100%;
	background: #012169;
	border-bottom:2px solid #fff;
}
nav a:hover, nav .curr {
	background: #8094dd;
}

h4{
	margin-left: 10px
}
/*
-----ONLY NEEDED FOR DROPDOWN SUBMENUS-----
nav ul > li > ul > li > .curr{
	background:#8094dd;
}
nav ul li ul {
	width: 620px;
	position: absolute;
	border: none;
	max-height: 0;
	height: 800px;
	z-index: 99;
	font-size: 16px;
}
nav ul > li:hover > ul {
	max-height: 600px;
	transition: max-height 1s ease-in-out;
}
nav ul > li:nth-child(5):hover > ul {
	max-height: 560px;
	transition: max-height 1s ease-in-out;
}
nav ul > li:nth-child(7):hover > ul {
	max-height: 560px;
	transition: max-height 1s ease-in-out;
}
nav ul > li:nth-child(9):hover > ul {
	max-height: 525px;
	transition: max-height 1s ease-in-out;
}
nav > ul > li > ul > li:first-child {
	padding-top:0;
}
nav ul li ul li {
	float: none;
	margin: 0;
	padding:0;
	position: relative;
	text-align: center;
	width: 230px;
}
nav > ul > li ul a{
	background: #012169;
	width: 230px;
	margin:0;
	padding:0;
	border-right: none;
	border-top: 1px solid #fff;
	height:30px;
	line-height:30px;
}
*/


/*Slideshow*/
.slider-wrapper{
	padding:20px;
	background:#eee;
}
.nivo-controlNav{
	display:block;
}
h1{
	text-align: center;
	color: #012169
}
h2{
	padding-left: 10px;
	padding-right: 10px
}
p{
	padding-left: 10px;
	padding-right: 10px
}
.blue{
	font-style: italic;
	color: #001489;
}
/*Accordion boxes*/
#center{
text-align: center
}
.accordion {
    background-color: #8094DD;
    color: #000;
    cursor: pointer;
    padding: 10px 18px;
    width: 90%;
	max-width:600px;
    outline: none;
    font-size: 15px;
    transition: all 0.4s;
	text-align: center;
	border-bottom: 1px #FFFFFF solid;
}

.active, .accordion:hover {
    background-color: #012169; 
	color: #FFFFFF;
    transition: all 0.4s;
}
.panel {
    padding: 0 18px;
    display: none;
	margin:10px auto;
    width: 90%;
	max-width:600px;
/*	transition:all .3s;*/
    background-color: white;
    overflow: hidden;
}
.panel li{
	text-align:left;
}
.panel p{
	width:80%;
	margin:10px auto;
}
.panel ul li{
}
footer{
	border-top:2px solid #666;
	height:auto;
	overflow:auto;
	clear:both;
	font-size:14px;
	padding-bottom:10px;
}
footer a{
	color:#333;
}
footer a:hover{
	text-decoration:underline;
}
footer #ntas{
	display:block;
	margin:0 auto;
}
footer #marsec{
	margin:0 auto;
	display:block;
}
#footertop > a,
#footercontainer > a{
	display:block;
	width:50%;
	margin:5px 0;
	float:left;
	text-align:center;
}
footer a:nth-child(7){
	padding-top:30px;
}
#footercontainer > a{
	width:100%;
}
#footercontainer p{
	width:90%;
	margin:0 auto;
	clear:both;
	padding-top:20px;
	color:#666;
	text-align:center;
}




@media only screen and (min-width:600px){


footer #ntas{
	float:left;
	margin:5px 20%;
}
footer #marsec{
	margin:20px 20%;
}
footer a{
	width:33%;
}
footer #footercontainer > a{
	width:33%;
	padding-top:10px;
	height:40px;
	float:left;
}
footer #footercontainer{
	width:100%;
	max-width:600px;
	margin:0 auto;
	overflow:auto;
}


}


@media only screen and (min-width:768px) {

#footertop{
	clear:both;
	max-width:610px;
	margin:0 auto;
	overflow:auto;
}
footer #footertop a{
	width:auto;
	padding: 5px 10px;
}
}





/*desktop styles*/
@media only screen and (min-width:900px){
	
nav #pullmenu{
	display:none;
}
nav ul{
	background: #012169;
	display:block;
}
nav ul li {
	float:left;
	margin: 0 10px;
	width: auto;
}
nav a{
	height:45px;
	line-height:45px;
	border:none;
	margin:0;
}
h3{
	padding: 0px 10px;
}




}



/*desktop styles*/
@media only screen and (min-width:1024px){
nav ul li{
	margin: 0 16px;
}
h3{
	padding: 0px 10px;
}

/*Footer*/
footer{
	clear:both;
	font-size:12px;
	overflow: hidden;
	position:relative;
}
footer #ntas{
	margin:0;
	left:30px;
	top:15px;
	position:absolute;
}
footer #marsec{
	margin:0;
	position:absolute;
	right:30px;
	top:15px;
}
#footertop{
	max-width:500px;
	margin:0 auto;
}
footer #footertop a{
	width:auto;
	padding: 5px 10px;
}
#footercontainer p{
	padding:10px 0;
}



}