@charset "UTF-8";
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}
/* End normalizing stuff */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#221f1c;
	margin:0 0 0 0;
	position:relative;
	background:url(../images/BG.jpg) top repeat-y #f0ead5;
	background-size:contain;
}
a {
	color:#060388;
}
a:visited {
	color:#060388;
}
a:active {
	color:#060388;
}
a:hover {
	color:#ce062c;
}

h1 {
	font-size:2.6em;
	text-align: center;
	font-weight:bold;
	color:#ce062c;
	border-top: 8px solid #060388;
	border-bottom: 18px solid #060388;
}
h2 {
	font-size:1.5em;
	font-weight:bold;
	background:#ce062c;
	color:#f6f1e1;
	border-radius: 5px;
	text-align: center;
	padding:10px 0;
}
h3 {
	font-size: 1.2em;
	font-weight:bold;
}


header {
	width:100%;
	margin:0;
	padding:0;
	background:url(../images/headerBG.png) top no-repeat;
	background-size: contain;
}
.logo {
	width:100%;
	margin:0;
	background:url(../images/logobanner.png) top no-repeat;
	background-size: contain;
	padding-top:45%;
	position: relative;
	z-index: 300;
	
}


nav {
	width:100%;
	max-width:1080px;
	margin:0 auto;
	position: relative;
	top:-100px;
	z-index: 500;	
}
nav ul {
	padding:0;
	margin: 0px;
	list-style: none;  
	position:relative;
	text-align: center;
}
nav ul li {
	list-style:none;
	display:inline-block;
	margin: 0px 1%;
	height:auto;
	width:17%;
	text-align:center;
	padding:0;
	transition: all .2s ease-in-out;
}
	
nav a, nav a:visited, nav a:active{
	font-family: Verdana, Geneva, sans-serif;
	color:#e7e1d9;
	font-size:16px;
	text-transform: uppercase;
	text-decoration:none;
	display: block;
	padding: 14% 0;
	background:url(../images/navBG.png) top no-repeat;
	background-size: contain;
}	
nav li:hover {
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2);
	transform: scale(1.2);
}	

section {
	width:88%;
	max-width:1080px;
	margin:0 auto;
}
.contain {
	width:100%;
	max-width:1080px;
	margin:0 auto;
}

.fullpage {
	width:96%;
	margin:0 auto 100px auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66%;
	float: left;
}

.pad-left {
	padding-left: 2%;
}
.pad-right {
	padding-right: 2%;
}
.pad-top {
	padding-top: 2%;
}
.pad-bottom {
	padding-bottom: 2%;
}

.mar-left {
	margin-left: 2%;
}
.mar-right {
	margin-right: 2%;
}
.mar-top {
	margin-top: 2%;
}
.mar-bottom {
	margin-bottom: 2%;
}



.pageimg {
	border:6px solid #FFF;
	box-shadow: 3px 3px 4px #555;

}
.list {
	margin:30px 0 10px 30px;
	padding:0px;
	font-size:1.1em;
}

.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) left top no-repeat;
	padding:1px 0px 5px 33px;
	margin: 8px 0 12px 0;
}	
hr {
	border: 0;
    height: 1px;
	margin:40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ctr {
	text-align:center;
}
p {
	line-height: 1.6em;
}

.welcome {
	text-align: center;
	font-size:1.4em;
}

.infobox {
	background:#060388;
	border-radius:10px;
	color:#eae14f;
	font-size:2em;
	font-weight:bold;
	padding:2% 5% 4% 5%;
}

.c2a {
	background:#060388;
	border-radius:5px;
	padding:2% 5%;
	text-align: center;
}
.c2a a {
	font-size:1.4em;
	font-weight:bold;
	color:#ce062c;
	text-shadow: 2px 2px 0px #fff;
}

address {
	font-style:normal;
	font-size:1.4em;
}
#emailform fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
	background:#dad4c2;
}
#emailform legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
}
#emailform div {
	margin:10px;
	text-align:left;
}
#emailform label {
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:12px 10px 0 0;
	width:22%;
}
#emailform #submit {
	text-align:center;
}

.unoCme {
	display:none;
	visibility: hidden;
}

input {
	border:1px solid #000;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:75%;
}
textarea {
	border:1px solid #000;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:75%;
	height:120px;
}
select {
	border:1px solid #000;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:5px;
	width:75%;
	cursor:pointer;
}

.button{
	background-color: #060388;
	border:none;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	width:auto;
}
.button:hover{
	background-color: #ce062c;
	color:#fff;
	cursor:pointer;
	width:auto;
}

video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
.vidplayer {
	position:relative;
	width:100%;
	height:auto;
}
.video-js {padding-top: 56.25% !important}
.vjs-fullscreen {padding-top: 0px}

.vidcontainer {
	margin:20px 0;
}

/* slider styles */
#slider-container {
	width: 100%;
	height: auto;
	padding: 0px;
	margin:0px;
	position: relative;
	overflow: hidden;
}
#slider {
	position: relative;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	width: 100%;
	height: auto;
}
#slider a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	left: 10px;
	top: 345px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}
.nivo-directionNav a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -52px 0;
	right: 5px;
}
a.nivo-prevNav {
	left: 5px;
}
.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #082334;
}
.nivo-caption a {
	color: #ffb02a;
	text-decoration: underline;
}
/* end slider styles */

footer {
	width:100%;
	font-size:.8em;
	background:url(../images/border-bottom.jpg) bottom no-repeat;
	background-size:contain;
	padding:150px 6% 80px 6%;
	margin:0 auto 0 auto;
}
footer a, footer a:visited, footer a:active {
}
footer a:hover {
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}


@media (max-width: 940px) {
	nav {
		width:95%;
		top:-80px;
	}
	nav ul li {
		margin: 0px 1%;
		height:auto;
		width:17%;
		padding:0;
	}

	nav a, nav a:visited, nav a:active{
		font-size:14px;
		padding: 16% 0;
	}	
}
@media (max-width: 719px) {
	.col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	footer {
		text-align: center;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4% 0 0 0;
	}
	.logo {
		width:100%;
		margin:0;
		background:url(../images/logobanner.png) top no-repeat;
		background-size: 150%;
		background-position: bottom;
		padding-top:50%;
	}
	nav {
		width:95%;
		top:-20px;
	}
	nav ul li {
		margin: 0px;
		height:auto;
		width:17.5%;
		padding: 0;
	}

	nav a, nav a:visited, nav a:active{
		font-size:10px;
		padding: 15% 0;
	}	
}
