@charset "UTF-8";
body {  background-color: #002b00;
	margin: 0; padding: 0; border: none;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-size: cover;
}


a { text-decoration: none; color: #1baae1 ;}
a:hover { text-decoration: underline; color: #1baae1 ;}


img { border: none; }


.showhide { color: #ffa500;}

.container {
	background-color: #dfffdf;
	width: 940px;
	border-radius: 16px;
	margin: 15px auto;
}
.header {
	background-color: #fff;
	padding-bottom: 1px;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;

}

.header a { text-decoration: none;}

.header .tagline {
        margin-top: 8px;  border: none;
	background-color: #002b00;
	color: #FFF;
	font-size: 0.8em;
        padding-top: 6px;  padding-bottom: 4px;
	text-align: center;
}

.section {
	margin-top: 0px;
	height: 260px;
	background-color: #dfffdf;
}

div#happypic {
   display: inline-block; 
   width: 100%;
   height: 260px;
   background-color: #dfffdf;
   text-align: center;
}

.navigation { float: left; width: 196px; }

.navigation ul {
	list-style-type: none;
	margin: 0px 0px 0px 13px;
	padding: 0px;
}
.navigation ul li {
	font-size: 0.7em;
	font-weight: bold;
	padding: 0px;
	margin: 6px;
}

.navigation ul li span.self {
	color: #680001;
	font-weight: bold;
	font-size: large;
	margin: 0px;
	display: block;
	width: 167px;
	padding: 5px 5px 5px 10px;
}

.navigation ul li a {
	color: #1e6db2;
        font-size: larger;
	margin: 0px;
        border: thin solid #990003;
	display: block;
	width: 167px;
	padding: 5px 5px 5px 10px;
	border-radius: 16px;
	text-decoration: none;	
}

.navigation ul li a span.navicon
{  vertical-align: middle;  
   opacity: 0.0;
   filter: alpha(opacity=0); /* For IE8 and earlier */
}

.navigation ul li a:hover span.navicon
{  vertical-align: middle;  
   color: darkgreen;
   font-weight: bold;
   font-size: larger;
   margin-left: 1em;
   opacity: 1.0;
   filter: alpha(opacity=100); /* For IE8 and earlier */
}

.navigation ul li a:visited { }

.content { margin-left: 197px; padding: 20px; margin-right: 3em; }

.clearing {
	clear: left;
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

div.newsletter { border:thin dashed #002b00; 
                 padding-left: 2em; padding-right: 2em; 
                 padding-top: 1em; padding-bottom: 1em; 
                 margin-bottom: 3em;
} 

.footer { /* border-top: thin solid #990003; */
	background-color: #dfffdf;
	font-size: .7em;
	line-height: 1.1em;
	color: #666;
	padding: 12px;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
}

.footer a {
	color: #1baae1;
	font-weight: bold;
	text-decoration: none;
}
.footer a:visited { color: #1baae1; }
.footer a:hover { color: #1e6db2; }
.footer a:active { color: #f8a008; }

.footer a.hiddenlink { color: #dfffdf;  position: relative;  left: 5em; }
.footer a.hiddenlink:hover { color: #1baae1; }
