/* Default CSS
Generated by the CoffeeCup HTML Editor - www.coffeecup.com
Author: Justin Chan/Forward Slash Design
May 2013 */
 
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: #f4f2e0;
	}
h1 {
	color: #999933;
	font-family: Rockwell;
	font-size: 2.8em;
	font-variant: small-caps;
	text-shadow: 2px 2px 0px #666633;
	line-height: 100%;
	vertical-align: middle;
	}
h2 {
	color: #666633;
	font-family: 'Lucida Bright', serif;
	font-size: 2em;
	text-align:center;
	}
h3 {
	color: #666633;
	font-family: 'Lucida Bright', serif;
    text-transform:uppercase;
	}
p, blockquote, figure {
	font-family: 'Trebuchet MS', sans-serif; 
	color: #333;
	}
blockquote {
	width: 40%;
	float: right;
	border-left: 5px solid #666633;
	padding: 0px 10px;
	text-align: left;
	font-size: 150%;
	font-style: oblique;
	}
figure {
	font-size: 90%;
	}
img {
    border: 0px;
	margin: 0px 10px 10px;
	}
img.left {
  float: left;
  margin:5px 5px; 
         }
img.right {
          float:right; 
          }            
ul {
	list-style: disc;
	font-family: 'Trebuchet MS', sans-serif;
   	color: #000;
	}
ul.lit {
	text-indent:-40px;
	list-style: none inside;
	}
a:link, a:visited {
    color: #666;
   	text-decoration: none;
	}	
a:hover {
	color: #999933;
	}
a:active {
	color: #666;
	}	
a.logo:link, a.logo:active, a.logo:visited {
	color: #999933;
	}
a.splash-text:link, a.splash-text:active, a.splash-text:visited {
	color: #fff;
	text-decoration: none;
	}
a.splash-text:hover {
	color: #666633;
	}
a.footer:link, a.footer:visited {
	color: #666; 
	}
a.footer:hover {
	color: #999933;
	}
a.footer:active {
	color: #666;
	text-decoration: none;
	}	
div.masthead, div.masthead-splash {
	width: 100%;
	}
div.masthead-splash {
	height: 600px;
    background: #fff url(images/mangrove_bkgd.jpg) repeat 50%;
	/* box-shadow: 0px 5px 12px #666; */
	}
div.masthead-bkgd {
	background-color: #f4f2e0;
	opacity: 0.9;
    box-shadow: 0px 5px 12px #333;
	overflow:hidden;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index:100;
	/* border-bottom: 5px solid #666633; */        
	}
div.masthead, h1 {
    display:inline;
	}
div.header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	}
div.header ul {
	font-family: Rockwell, sans-serif; 
	font-size: 1.03em; 
	list-style: none;
	word-spacing: 0.37em;
	white-space: nowrap;
	line-height: 100%;
	}
div.header ul li {
	display: inline;
	}
div.header ul li:hover {
	border-bottom: 5px solid #999933;
	}
div.logo {
	float: left;
	margin:3px auto;
	}
div.nav {
	float:right; 
	margin: 7px auto;
	}
div.splash-text {
	width: 540px;
	float: right;
	margin: 320px 20% 0px;
    padding: 5px;
    opacity: 0.90;
    /* background: #fff; #666633 #999933; 
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
	border-left: 5px solid #666633;
	border-right: 5px solid #666633;
	box-shadow: 10px 10px 20px #000; */
    }	
div.splash-text h2 {
	display: inline;
	font-size: 3.6em;
	font-style: italic;
	}
div.splash-text p {
	font-family: 'Lucida Bright', serif;
	font-size: 1.4em;
	color: #fff;
	/* text-shadow: 3px 3px 2px #000; */
	}
div.content-container {
  background-color: #fff;
  width:100%;
  padding: 20px 5px 30px 5px;
  }
div.splash-content-container {
  display:inline-block;
  background-color: #fff;
  width:100%;
  padding: 3px 5px 20px 5px;
  }
div.content, div.splash-content {
  width: 960px;
  line-height: 1.5em; 
	}
div.content {
	margin: 70px auto 5px;
    }
div.splash-content {
  margin: 5px auto 0px auto;
    }
.content-left {
	width: 65%;
	padding: 3px;
	float: left;
	}
.content-left p.firstgraph:first-letter {
	font-size: 250%;
	}
.content-right {
	width: 25%;
	padding: 3px;
	float: right;
	}
div.footer {
  width: 100%;
  border-top: 5px solid #666633; 
  /* border-bottom: 5px solid #666633; */ 
  background-color: #f4f2e0;
  margin-top: -5px;
  padding: 5px 0px 25px;
  text-align: center;
  }
div.footer p {
	font-size: 80%;
	}

/* COLOR SCHEME:
FFFFF0 light green
666633 dark green
999900 puke green
99cc00 avocado
999933 mangrove green
99ff00 lime yellow
999999 mid-gray
FFFFFF white
*/