/*
Colors
navy blue #00004d 
citrine #cccc00
grey #999

Fonts
script = Mission Script
sans serif display = Mensch Thin 
copy and symbols = Helvetica Neue
*/ 

@font-face {
    font-family: 'mensch';
    src: url('mensch-webfont.eot');
    src: url('mensch-webfont.eot?#iefix') format('embedded-opentype'),
         url('mensch-webfont.woff') format('woff'),
         url('mensch-webfont.ttf') format('truetype'),
         url('mensch-webfont.svg#menschmensch_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mensch_thin';
    src: url('mensch-thin-webfont.eot');
    src: url('mensch-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('mensch-thin-webfont.woff') format('woff'),
         url('mensch-thin-webfont.ttf') format('truetype'),
         url('mensch-thin-webfont.svg#menschmensch_thin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mensch_bold';
    src: url('mensch-bold-webfont.eot');
    src: url('mensch-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('mensch-bold-webfont.woff') format('woff'),
         url('mensch-bold-webfont.ttf') format('truetype'),
         url('mensch-bold-webfont.svg#menschmensch_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'wisdom_script';
    src: url('wisdom_script-webfont.eot');
    src: url('wisdom_script-webfont.eot?#iefix') format('embedded-opentype'),
         url('wisdom_script-webfont.woff') format('woff'),
         url('wisdom_script-webfont.ttf') format('truetype'),
         url('wisdom_script-webfont.svg#wisdom_script_airegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

body 
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #cccc00;

}

#container 
{
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, Arial, sans-serif;
}



/* universal ------------------------------------------- */

.citrine
{	
	color: #cccc00;
}

.navy 
{
	color: #00004d;
}

a 
{
	text-decoration: none;
}

strong 
{
	font-weight: 500;
}

.fill-div
{
	width: 100%;
	height: 100%;
	display: block;
}

hr.grey 
{
	margin: 20px 0;
	border-top: 1px solid #999;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	color: white;
	background-color: white;
	height: 1px;
	opacity: 0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	
}

hr.nudge 
{
	margin-top: 30px;
	margin-bottom: 20px;
}

.center 
{
	text-align: center;
}

.nudge-up 
{
	margin-top: -10px;
}


/* header --------------------------------------------------- */

#top-stripe
{
	background-color: #00004d;
	padding: 10px 0px;
}

#top-text 
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: white;
	font-family: 'mensch_thin', Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	position: relative;
}

#top-text > a 
{
	text-decoration: none;
}

#top-text > a:link, #top-text > a:visited 
{
	color: white;
} 

#top-text > a:hover 
{
	color: #cccc00;
}

#phone
{
	width: 50px;
	height: 51px;
	background-image: url('../graphics/phone_citrine_navy.png');
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	right: 65px;
	z-index: 1;
}

#phone:hover
{
	background-image: url('../graphics/phone_citrine_white.png');
}

#mail 
{
	width: 50px;
	height: 51px;
	background-image: url('../graphics/mail_citrine_navy.png');
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	right: 130px;
	z-index: 1;
}

#mail:hover
{
	background-image: url('../graphics/mail_citrine_white.png');
}

#facebook 
{
	width: 50px;
	height: 51px;
	background-image: url('../graphics/fbook_citrine_navy.png');
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	right: 0px;
	z-index: 1;
}

#facebook:hover
{
	background-image: url('../graphics/fbook_citrine_white.png');
}

#head-banner 
{
	
	background-image: url('../photos/blur1500op70.png'); 
	background-repeat: no-repeat;
	background-size: cover; 
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px; 
	padding-top: 20px;
	
    box-shadow: 1px 1px 2px #b8b800;
    -webkit-box-shadow: 1px 1px 2px #b8b800;
    -moz-box-shadow: 1px 1px 2px #b8b800;
    /* padding-bottom: 25px; */
}

#logo 
{
	display: block;
	padding-bottom: 0;
	width: 300px;
	height: 226px;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;

	background-image: url('../graphics/round_logo300.png');
	background-repeat: no-repeat;
}

/*
#logo:hover
{
	background-image: url('../graphics/round_logo300_glow.png');
}
*/

h3 
{
	font-size: 0.8em;
	color: #3399cc;
	margin-bottom: 0;
	font-weight: 400;
	
}

/* navigation ------------------------------------------------- */

#nav 
{

	margin-top: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	font-family: 'mensch_thin', Helvetica, Arial, sans-serif;
	background-color: #00004d;
	box-shadow: 1px 1px 2px #888888;
	-webkit-box-shadow: 1px 1px 2px #888888; 
	-moz-box-shadow: 1px 1px 2px #888888;  
	/* width: 600px; */
}

.nav 
{
	list-style-type: none;
	padding-left: 0;
	padding-right: 0;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0; 
}

.nav > li 
{
	display: inline-block;
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	/* add box shadow?? */
}

.nav > li > a
{
	display: block;
	padding: 8px 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

li.current-page 
{ 
	color: white;
	background-color: #969; 
	display: inline-block;
	padding: 8px 25px;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;	
}

.nav > li > a:link, .nav > li > a:visited 
{
	color: white;
	
}

.nav > li:hover > a
{
	color: #00004d;
	background-color: #cccc00;
	
}

/* drop-down nav --------------------------------------------- */

.subnav 
{
	display: none;
	list-style-type: none;
	position: absolute;
	float: left;
	left: -40px;
	width: 200px;
	text-align: left;
	z-index: 1;
	
}

.subnav > li 
{
	box-shadow: 1px 1px 2px #888888;
	-webkit-box-shadow: 1px 1px 2px #888888; 
	-moz-box-shadow: 1px 1px 2px #888888; 
	margin-bottom: 0px;
	border-top: 1px solid white;
}

li:hover > .subnav, .subnav:hover 
{	
	display: inline-block;
}

.subnav > li > a
{
	display: block;
	padding: 10px 25px;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
}

.subnav > li > a:link
{
	background-color: #00004d;
}

.subnav > li > a:hover
{
	background-color: #cccc00;
	color: #00004d;
}

/* headlines & subheads -------------------------------------- */

h1 
{
	font-family: 'mensch', Helvetica, Arial, sans-serif; 
	color: #00004d;
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: lighter;
}

h2 
{
	font-family: 'mensch', Helvetica, Arial, sans-serif;
	color: #00004d;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-top: 7px;
	font-weight: 500;
}

/* nav banner ------------------------------------------------ */

#nav-trail
{
	width: 540px;
	padding: 10px 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	box-shadow: 1px 1px 2px #b8b800;
	-webkit-box-shadow: 1px 1px 2px #b8b800; 
	-moz-box-shadow: 1px 1px 2px #b8b800;  
	background-color: white;
	
	
	font-family: 'mensch', Helvetica, Arial, sans-serif;
	text-align: center;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nav-trail > a:link, #nav-trail > a:visited 
{
	color: #cccc00;
} 

#nav-trail > a:hover 
{
	color: #00004b;
}

.this-page 
{
	color: #00004b;
	font-family: 'mensch', Helvetica, Arial, sans-serif;
}

/* p, content, photo ------------------------------------------------ */

.temp-photo 
{
	display: block;
	width: 580px;
	padding: 0;
	border: 10px solid #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	margin-bottom: 16px;
	box-shadow: 1px 1px 2px #b8b800; 
	-webkit-box-shadow: 1px 1px 2px #b8b800; 
	-moz-box-shadow: 1px 1px 2px #b8b800; 
	background-color: white;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}

#content 
{
	width: 540px;
	padding: 10px 30px 30px 30px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 1px 1px 2px #b8b800; 
	-webkit-box-shadow: 1px 1px 2px #b8b800; 
	-moz-box-shadow: 1px 1px 2px #b8b800; 
	background-color: white;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content > p, #footer > p, #splash-content > p, #splash-content2 > p, table, #half-content > p, #half-content2 > p
{
	line-height: 1.7em;
	font-size: 0.8em;
	font-weight: 200;
}

#half-content 
{
	width: 250px;
	padding-right: 10px;
	display: inline-block;
	float: left;

}

#half-content2
{
	width: 250px;
	padding-left: 10px;
	display: inline-block;
	float: right;
}

/* clearfix */
.group:before,
.group:after {
  display: table;
  content: "";
}
.group:after {
  clear: both;
}

td, th
{
	padding-right: 20px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #999;
	color: white;
}

th 
{
	text-align: left;
	font-weight: normal;
	background-color: #00004d;
}

#splash-wrapper 
{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}

#splash-content
{

	width: 260px;
	padding: 10px 30px 30px 30px;
	margin-right: 16px;
	background-color: white;
	display: inline-block;
	white-space: normal;

	box-shadow: 1px 1px 2px #b8b800;
	-webkit-box-shadow: 1px 1px 2px #b8b800;
	-moz-box-shadow: 1px 1px 2px #b8b800; 
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

#splash-content2
{

	width: 260px;
	padding: 10px 30px 30px 30px;
	display: inline-block;
	margin: 0;
    background-color: white;
    white-space: normal;

	box-shadow: 1px 1px 2px #b8b800; 
	-webkit-box-shadow: 1px 1px 2px #b8b800;
	-moz-box-shadow: 1px 1px 2px #b8b800; 

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

/* hyperlinks --------------------------------------------------- */

p > a, em > a 
{
	font-weight: normal;

}

p > a:link, em > a:link
{
	color: #cccc00;
	text-decoration: none;
}

p > a:visited, em > a:visited
{
	color: #cccc00;
	text-decoration: none;
}

p > a:hover, em > a:hover
{
	color: #00004d;
}

.learn-more, .register-now
{
	
	font-family: 'mensch', Helvetica, Arial, sans-serif;
	
	
}

.learn-more 
{
	display: inline-block;
	font-size: 1.2em;
	padding: 10px;
	margin-top: 15px;
}

.register-now 
{
	display: block;
	font-size: 1.7em;
	padding: 15px;
	margin-top: 0;
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.learn-more:link, .learn-more:visited, .register-now:link, .register-now:visited
{	
	color: white;
	background-color: #00004d;

	box-shadow: 1px 1px 2px #888888;
	-webkit-box-shadow: 1px 1px 2px #888888;
	-moz-box-shadow: 1px 1px 2px #888888;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.learn-more:hover, .register-now:hover
{
	color: #cccc00;
}

.learn-more:after, .register-now:after
{
	/* content: " >"; */
	content: " \2192";
}



/* footer --------------------------------------------------- */

#footer 
{
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #00004d;
	margin-top: 25px;
	/* border-bottom: #cccc00 solid 5px;
	width: 650px;
	margin-left: auto;
	margin-right: auto; */

}

#footer p 
{
	font-size: 0.9em;
	line-height: 1.8em;
	padding-top: 10px;
	color: white;
	font-family: 'mensch', Helvetica, Arial, sans-serif;
}


.nav2 > a:link, .nav2 > a:visited
{
	color: white;
}

.nav2 > a:hover 
{
	color: #cccc00 !important;
}

.footer-img 
{
	margin-top: 20px;
	/* margin-top: 30px; */
}

/* Basic jQuery Slider -------------------------------------- */

/* ESSENTIALS */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* DEMO + CUSTOM APPEARANCE */

#banner-fade,
#banner-slide{
	
	font-family: 'mensch';
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;

	border: 10px solid #fff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 

	-webkit-box-shadow: 1px 1px 2px #b8b800;
	-moz-box-shadow: 1px 1px 2px #b8b800;
	box-shadow: 1px 1px 2px #b8b800;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	margin: 0 10px;
	background: white;
	color: #00004d;
	text-decoration: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul.bjqs-controls.v-centered li a:hover{
	background: #00004d;
	color: white;
}

/* Numbers */
ol.bjqs-markers li a{
	padding:5px 10px;
	background: #00004d; 
	color:#fff;
	margin: 20px 5px;
	text-decoration: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	box-shadow: 1px 1px 2px #888888;
	-webkit-box-shadow: 1px 1px 2px #888888;
	-moz-box-shadow: 1px 1px 2px #888888;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: white;
	color: #00004d;
}

p.bjqs-caption{
	background: rgba(0,0,0,0.6);
	color: white;
} */

/*
navy blue #00004d 
citrine #cccc00
grey #999
*/

