/* Ivy
 * Author: Daniel W Filler
 * Date: January 31st, 2007 
 * Valid CSS                  */

                             
/* Getting To The Basics */
html, body, p, a, h1, h2, h3, h4, h5, h6, div, span, ul, li, dl, dd, dt, form, pre { margin: 0; padding: 0; }

body {
	font: 76%/1.2em 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #6c6c6c;
	min-width: 822px;
	background: #fff url(../images/bg_body.jpg) repeat-x 0 0;
	text-align: center;
}

h1 {
	font-family: "Arial Narrow", Impact, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	margin-top: 10px;
}

h3 {
	font-family: "Arial Narrow", Impact, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-top: 10px;
}

a { color: #6c6c6c; }
a:hover { color: #6cb543; }
a img { border: none; }
sup { text-transform: uppercase; }
p { margin: 10px 0; line-height: 1.4em;}

/* Structure It */

#header {
	width: 800px;
	margin: 0 auto;
	background: #4c6742 url(../images/bg_header.jpg) repeat-x 0 0;
	position: relative;
	text-align: left;
}

#container {
	width: 810px;
	margin: 0 auto;
	background: transparent url(../images/bg_content.jpg) repeat-y top center;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	padding-top: 12px;
	text-align: left;
}

#content {
	float: left;
	margin: 10px 0 0 0;
	padding: 0 20px 0 10px;
	width: 578px;
}
#contentfront {
	margin: 10px 0 2px 0;
	float: left;
	padding: 0 20px 2px 10px;
	width: 290px;
}


#wide #content {
	width: auto;
}

#sidebar {
	float: left;
	width: 160px;
	margin-top: 34px;
	text-align: center;
}

/*
#circles {
	background: #fff url(../images/bg_circles.jpg) no-repeat 0 100%;
	border: 1px solid red;
}
*/

/* Logo Styles -- ick, not accessible! */

#logo {
	width: 445px;
	height: 83px;
	background: transparent url(../images/logo.jpg) no-repeat 0 0;
}

#logo img {
	display: none;
}

/* Secondary Nav */

#secondaryNav {
	list-style: none;
	position: absolute;
	right: 10px;
	top: 10px;
}

#secondaryNav li {
	display: inline;
}

#secondaryNav li a {
	font-size: .9em;
	float: left;
	display: block;
	padding: 10px;
	color: #ebffe3;
	text-decoration: none;
}

#secondaryNav li a:hover {
	/* background: #547048; */
	text-decoration: underline;
}

/* Main Nav */

#nav {
	background: #4c6642 url(../images/bg_nav.jpg) no-repeat 0 0;
	list-style: none;
	margin-top: 0px;
	height: 39px;
}

#nav li {
	display: inline;
}

#nav li a {
	text-indent: -9999px;
	float: left;
	display: block;
	height: 39px;
}

#nav li#home a {
	width: 111px;
	background: #4c6642 url(../images/bg_home.jpg) no-repeat 0 0;
}

#nav li#home a:hover {
	background: #4c6642 url(../images/bg_home.jpg) no-repeat 0 -39px;
}

#nav li#home a#current {
	background: #4c6642 url(../images/bg_home.jpg) no-repeat 0 -78px;
}

#nav li#book a {
	width: 101px;
	background: #4c6642 url(../images/bg_book.jpg) no-repeat 0 0;
}

#nav li#book a:hover {
	background: #4c6642 url(../images/bg_book.jpg) no-repeat 0 -39px;
}

#nav li#book a#current {
	background: #4c6642 url(../images/bg_book.jpg) no-repeat 0 -78px;
}

#nav li#workshops a {
	width: 148px;
	background: #4c6642 url(../images/bg_workshops.jpg) no-repeat 0 0;
}

#nav li#workshops a:hover {
	background: #4c6642 url(../images/bg_workshops.jpg) no-repeat 0 -39px;
}

#nav li#workshops a#current {
	background: #4c6642 url(../images/bg_workshops.jpg) no-repeat 0 -78px;
}

#nav li#products a {
	width: 125px;
	background: #4c6642 url(../images/bg_products.jpg) no-repeat 0 0;
}

#nav li#products a:hover {
	background: #4c6642 url(../images/bg_products.jpg) no-repeat 0 -39px;
}

#nav li#products a#current {
	background: #4c6642 url(../images/bg_products.jpg) no-repeat 0 -78px;
}

#nav li#assessment a {
	width: 142px;
	background: #4c6642 url(../images/bg_assessment.jpg) no-repeat 0 0;
}

#nav li#assessment a:hover {
	background: #4c6642 url(../images/bg_assessment.jpg) no-repeat 0 -39px;
}

#nav li#assessment a#current {
	background: #4c6642 url(../images/bg_assessment.jpg) no-repeat 0 -78px;
}

#nav li#stories a {
	width: 102px;
	background: #4c6642 url(../images/bg_stories.jpg) no-repeat 0 0;
}

#nav li#stories a:hover {
	background: #4c6642 url(../images/bg_stories.jpg) no-repeat 0 -39px;
}

#nav li#stories a#current {
	background: #4c6642 url(../images/bg_stories.jpg) no-repeat 0 -78px;
}

/* Sub Nav */	

#subNav {
	background: #8fa785;
}

#subNav ul {
	width: 790px;
	background: #acd29d;
	list-style: none;
	padding-left: 10px;
	margin: 0 auto;
}

#subNav ul li {
	display: inline;
}

#subNav ul li a{
	margin-right: 2em;
	text-decoration: none;
	color: #46633c;
	font-size: .8em;
	display: block;
	float: left;
	padding: 5px;
}	

#subNav ul li a:hover, #subNav ul li a#active {
	text-decoration: underline;
}				

/* Splash */

#splash {
	background: #fff url(../images/splash.jpg) no-repeat 50% 0;
	margin: 0 auto;
	width: 769px;
	height: 198px;
}

/*
#splash a {
	position: absolute;
	right: 145px;
	top: 116px;
	text-indent: -9999px;
	height: 46px;
	width: 150px;
	display: block;
}*/

/* Content Styles */

.initialCaps {
	float: left;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 4em;
	margin-top: 19px;
	color: #6cb543;
}

#content ul {
	padding: 5px 0 5px 20px;
	list-style: none;
}

#content ul li {
	margin: 5px 0;
	background: transparent url(../images/bullet_content.jpg) no-repeat 0 .5em;
	padding-left: 10px;
}

#content h1 span {
	display: block;
	text-transform: normal;
	font-size: .7em;
	color: #6cb543;
}

#content #microtriggers a {
	text-decoration: none;
}

#content #microtriggers a:hover {
	text-decoration: underline;
}

#content #viewPages {
	display: block;
	height: 63px;
	width: 110px;
	text-indent: -9999px;
	background: #fff url(../images/bg_viewpages.jpg) no-repeat 0 0;
}

#content #viewPages:hover {
	background: #fff url(../images/bg_viewpages.jpg) no-repeat 0 -63px;
}	

#content .story {
	border-left: 3px solid #6cb543;
	padding-left: 13px;
	font-size: .9em;
}

#content p.callout {
	color: #6cb543;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

#pages {
	margin: 10px 0;
}

.page {
	width: 200px;
	float: left;
	margin: 10px;
}

.page img {
	border: 1px solid #dcdcdc;
	padding: 5px;
}

.page a {
	text-decoration: none;
	border: 2px solid #fff;
	display: block;
	padding: 2px;
	font-size: .9em;
}

.page a:hover {
	border: 2px solid #6cb543;
	color: #6c6c6c;
}

.page a span{
	display: block;
	padding: 5px;
}

.page a span strong {
	display: block;
}

/* Footer */

#footer {
	background: #fff url(../images/bg_footer.jpg) no-repeat 50% 0;
	height: 80px;
	padding-left: 20px;
	padding-top: 40px;
	font-size: .9em;
	text-align: left;
}

/* Clearing Help */

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}  

.clearfix { 
	display: inline-block;
}

.clearfix { 
	display: block;
}
