html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #DBDFF9;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 18px;
	color: #000066;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
h1	{
	text-align: center;
  	font-size: 14px;

	}
h2	{
	text-align: center;
	text-shadow: 0 1px 5px rgba( 0, 0, 0, 0.5 );
	font-family: 'Satisfy', cursive;
	font-weight: bold;
	font-style: italic;
  	font-size: 25px;
	line-height: 25px;
	letter-spacing: 0px;
}
p
{
	margin: 0 0 10px 0;
}
p.firstletter:first-letter {
    font-family: 'Satisfy', cursive;
	margin-right:10px;
	margin-top:12px;
	float:left;
	color:#000066;
	font-weight: normal;
	font-size:50px;
	line-height:40px;
	padding-top:0px;
	padding-right:0px;
}		
p.cursive	{
	text-shadow: 0 1px 5px rgba( 0, 0, 0, 0.5 );
	font-family: 'Satisfy', cursive;
  	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0px;
}
#pagetitle{
	padding-left: 0%;
	padding-top: 33px;
}
#content
{
	padding: 40px 0 0 0px;
}
.feature
{
	padding: 0px 5px 0 5px;
}
.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 20px 5px 0;
	border: 5px 5px 5px 5px;
	border-color: white;
	border-style: solid;
}

.feature img.floatright {
	float: right;
	margin: 10px 5px 5px 10px;
}
.spacer {
	clear: both;
}
#siteInfo{
	clear: both;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
}

/*********** Juicebox slideshow styles ***********/
#slideshow {                                 
	width: 60%;      
	height: 150px;   
	margin: 30px 0 10px 20%;
	border: 1px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;
}
#slideshow a:link, #slideshow a:visited, #slideshow a:hover {
	color: #06;
}
/*
********** Tosrus slideshow styles **********
.tosrusSlideshow {
	clear: both;
	padding: 20px 0 0 0; 
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
}

nav:not(.mm-menu)
{
	display: none;
}


.header,
.footer
{
	text-align: center;
}
.header
{
	background-color: rgba( 10, 0, 255, 0.5 );
	text-shadow: 0 1px 5px rgba( 0, 0, 0, 0.5 );
	font-family: 'Satisfy', cursive;
	font-weight: normal;
  	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0px;
	color: #fff;
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 40px;
	position: fixed;
	top: 0;	
}

.footer
{
	background-color: rgba( 10, 0, 255, 0.5 );
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 0px;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.header a
{
	background: center center no-repeat transparent;
	background-image: url();
	display: block;
	width: 5px;
	height: 8px;
	position: absolute;
	top: 7px;
	left: 10px;
}
.nav-toggle { position: fixed; left: 50%; top: 50%; }

.nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: yellow;
	position: absolute;
	display: block;
	content: '';
}
.nav-toggle span:before {
	top: -10px; 
}
.nav-toggle span:after {
  	bottom: -10px;
}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
	transition: all 500ms ease-in-out;
}
.nav-toggle.active span {
	background-color: transparent;
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
	top: 0;
}
.nav-toggle.active span:before {
	transform: rotate(45deg);
	background: red;		
}
.nav-toggle.active span:after {
	transform: rotate(-45deg);
	background: red;
}
.menutext
{
	    font-family: Arial, Helvetica, Verdana;
  		font-size: 10px;
		line-height: 1px;
		color: white;
        margin: 5px 0 0 15px;
		padding: 0 0 0 0;
		box-sizing: border-box;
		width: 5px;
}
.sharebar {
		float: right;
		margin: -40px 5px 0 0;
}
.sharetext {
		float: right;
	    font-family: Arial, Helvetica, Verdana;
  		font-size: 10px;
		line-height: 1px;
		color: white;
        margin: -2px 10px 0 0;
		padding: 0 0 0 0;
		box-sizing: border-box;
		width: auto;
}
*/