body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-repeat: repeat;
	background-position: 0px 0px;
}
body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.credit-base {
	
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 38px;
}
.centre {
	background-position: center center;
}
h1 {
	
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	color: #002453;
	font-weight: bold;
}
.base-copy-white {
	
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 8px;
}
.credit-baselink {
	
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.base-copy-white-link {
	
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}




.base-copy-brown {
	
	font-size: 12px;
	color: #4d4a2b;
	text-decoration: none;
	padding-left: 38px;
	height: 40px;
}
.base-copy-brown-link {
	
	font-size: 12px;
	color: #4d4a2b;
	text-decoration: none;
}
.home-copy {
	
	font-size: 12px;
	line-height: 18px;
	color: #517e9b;
	text-decoration: none;
	padding: 20px 10px 20px 38px;
}
.home-copy a {
	color: #002453;
	text-decoration: underline;
}
.home-copy a.hover {
	color: #002453;
	text-decoration: underline;
}
.home-copy-headings {
	
	color: #2f6ba1;
	text-decoration: none;
	font-weight: bold;
}

/* Start Navs */

.nav-bg {
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-color: #aea984;
	text-align: right;
	position: relative;
	height: 38px;
	width: 100%;
}

.prime-nav {
	margin-top: 0px;
}
#nav-secondary {
	width: 604px!important;
}

/* Start Primary Navs */
.navigation-container {
	z-index: 2000;
	overflow-y: visible;
	overflow-x: visible;
	overflow: visible;
	position: relative;
}
#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: #c0272d url(../images/menu-icon.png) center;
}
a:hover#menu-icon {
	background-color: #d92632;
}

.prime-nav {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
}
.prime-nav-fa {
	font-size: 18px!important;
}
div.prime-nav ul {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0px;
	position: relative;
	width: 100%;
	color: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Level 1 */

div.prime-nav ul a {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	color: #002453;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-weight: normal;
}

div.prime-nav ul a:hover {
	color: #FFFFFF;
	background-color: #4e7da6!important;
	background-image: url(../images/nav-r-bg.png);
}
div.prime-nav ul li {
    -ms-flex:1 1 auto;
    -webkit-box-flex:1;
    -webkit-flex:1 1 auto;
    flex:1 1 auto;
    position:relative;
	background-color: transparent;
	margin: 0px;
}
div.prime-nav ul li:hover > ul {
    display:block;
}
div.prime-nav ul li.selected a {
	color: #ffffff;
	background-color: #4e7da6!important;
	background-image: url(../images/nav-r-bg.png);
}
div.prime-nav ul li a:hover {
    color: #ffffff;
}
div.prime-nav ul li.selected a:hover {
	color: #ffffff;
    background-color: #4e7da6!important;
	background-image: url(../images/nav-r-bg.png);
}

div.prime-nav ul li > a:after {
	margin-left: 5px;
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 12px;
	z-index: 1000;
     }
div.prime-nav > ul li > a:after { 
	margin-left: 0px;
	content: "\f078";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #ffffff;
    font-size: 12px;
    position: absolute;
    }
div.prime-nav ul li > a:only-child:after { 
	margin-left: 0; 
	content: '';  
	}



/* End Primary Navs */


.base-nav {
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 100%;
	color: #ffffff;
}

div.base-nav {
	overflow: visible;
	text-align: center;
	vertical-align: middle;
	}
	
div.base-nav ul {
	list-style:none;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
}
div.base-nav li {
	display: inline;
	line-height: normal;
	margin: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}


div.base-nav ul li a {
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	width: auto;
	font-style: normal;
	padding: 10px;
}

div.base-nav ul li a:hover {
	color: #ed3d3d;
	text-decoration: none;
}

div.base-nav ul li.selected a {
	color:#ed3d3d;
	text-decoration:none;
}

div.base-nav li#Legals {
	border-left-style: none!important;
}

/* end Navs */










.base-shell-light {
	height: 42px;
	background-color: #ded9b2;
}
.base-shell-light-content {
	padding-left: 38px;
	
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4d4a2b;
	text-decoration: none;
	text-align: left;
	padding-top: 15px;
}
.base-shell-light-content a {
	color: #4d4a2b;
	text-decoration: underline;
}
.base-shell-light-content a:hover {
	color: #4d4a2b;
	text-decoration: underline;
}
.base-shell-light-content-bold {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}


.base-shell-dark {
	height: 42px;
	background-color: #a5a17c;
}
.base-shell-dark-content {
	padding-left: 10px;
	
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
.base-shell-dark-content a {
	color: #FFF;
	text-decoration: underline;
}
.base-shell-dark-content a:hover {
	color: #FFF;
	text-decoration: underline;
}


.nav-prime {
	right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	top: -1px;
	width: auto;
	position: absolute;
}
