/* This is the default CSS file for the website
/* copyright 2006, WISE ANZO. 
/* Unauthorized use, duplication or modification is prohibited. */

body {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #313131;
	background: #00004a;
	padding: 0px;
	margin: 0px;
	width: 790px;
	margin: auto;
	}

h1 {
	color: #3366AA;
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	padding: 0;
	}

h2 {
	color: #336677;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	padding: 0;
	}

h3 {
	color: #336666;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0 0 0.5em 0;
	padding:0;
	}

h4 {
	color: #336655;
	font-size: 1em;
	line-height: 1em;
	margin: 0 0 0.25em 0;
	padding: 0;
	}

h5 {
	color: #000044;
	font-size: 1em;
	line-height: 1em;
	margin: 0 0 0.25em 0;
	padding: 0;
	}

h6 {
	color: #000033;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	}

p {
	color: #dab136;
	font-size: 1em;
	margin: 0px 0px 1.5em 0px;
	padding: 0px;
	line-height:1.3em;
	}

pre {
	color: #333333;
	font-family: monospace;
	font-size: 1.0em;
	}

strong, b {
	color: #333333;
	font-weight: bold;
	}

ul {
	color: #333333;
	padding: 0px;
	margin: 0px;
	}

td {
	color: #dab136;
	}

a {
	color: #0099FF;
	text-decoration: none;
	}

a:link, a:hover {
	color: #0000FF;
	text-decoration: none;
	}

a:visited {
	color: #000066;
	text-decoration: none;
	}

body #PageWrapper #ContentWrapper #Content blockquote {
	background: url(../imgs/borders/quote_top_left.jpg) top left no-repeat;
	border: none;
	padding: 40px 50px 0px 30px;
	margin: 0px;

	}

body #PageWrapper #ContentWrapper #Content blockquote span {
	display: block;
	background: url(/imgs/borders/quote_bottom_left.jpg) bottom left no-repeat;
	padding: 0px 0px 30px 50px;
	margin: 0px 0px 0px -30px;
	}

body #PageWrapper #ContentWrapper #Content blockquote p {
	font-size: 1em;
	font-style: italic;
	color: #DDDDDD;
	}

#ContentWrapper #Content dt {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	}

#ContentWrapper #Content dt {
	color: #FFCC33;
	margin: 0px;
	padding:  0px 0.5em 0px 0px;
	line-height:1.3em;
	font-size: 1.4em;
	}
	
#ContentWrapper #Content dd {
	color: #dab136;
	padding: 1em 0px 1em;
	}

#ContentWrapper #Content li {
	color: #dab136;
	padding-bottom: 1.5em;
	}

#PageWrapper {
	position: relative;
	width: 90%;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#MastHead {
	position: absolute;
	top: 0px;
	left: 0px;
	
	}

#MastHead img.Title {
	position: absolute;
	top: -190px;
	left: -20px;
	}
	
body #PageWrapper #MastHead h1.Title {
	color: #000033;
	}
	
#MastHead a img.Title {
	border: none;
	}

#MastHead img.SubTitle {
	position: absolute;
	top: -130px;
	left: -20px;
	}

#MastHead a img.SubTitle {
	border: none;
	}
	
body #PageWrapper #MastHead h2.SubTitle {
	color: #000033;
	}
			
#MastHead img.SectionTitle {
	position: absolute;
	top: -50px;
	left: -20px;
	}

#MastHead a img.SectionTitle {
	border: none;
	}

body #PageWrapper #MastHead h3.SectionTitle {
	color: #000033;
	}
	
#ContentWrapper {
	position: relative;
	margin-top: 200px;
	}
	


/*************************
/ Setup border around story
/*************************/

#Content {
	margin-left: 200px;
	background: url(../imgs/borders/left_border.jpg) top left repeat-y;
	}	

div.Story {
	position: relative;
	background: url(../imgs/borders/top_left.jpg) top left no-repeat;
	padding: 20px 0px 0px 20px;
	}
div.Story h3 {
	position: relative;
	background: url(../imgs/borders/top_right.jpg) top right no-repeat;
	margin-top: -20px;
	padding-top: 35px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 30px;
	}
div.StoryBody {
	position: relative;
	background: url(../imgs/borders/right_border.jpg) right repeat-y;
	margin: -1.3em 0px -2em 0px;
	padding: 0px 30px 30px 20px;
	}
div.StoryFooter {
	position: relative;
	padding-left: 20px;
	margin-left: -20px;
	background: url(../imgs/borders/bottom_left.jpg) bottom left no-repeat; 
	} 
div.StoryFooter p {
	position: relative;
	background: url(../imgs/borders/bottom_right.jpg) bottom right no-repeat;
	display: block;
	padding: 0px 50px 30px 20px;
	margin: 0px;
	text-align: right;
	}


/*************************
/ Fonts inside story
/*************************/

#Content div.Story h3 {
	font-size: 1.6em;
	color: #FFCC33;
	}
	

#Content div.StoryBody p {
	font-size: 1em;
	line-height: 1.6em;
	color: #dab136;
	text-align: justify;
	padding-right: 20px;
	}

.pageImage {
	float: left;
	}
	
#Content div.StoryBody p a {
	color: #FF9900;
	}
	
#Content div.StoryBody p a:hover {
	color: #FFFF66;
	}
	
#Content div.StoryFooter p {
	font-size: 0.9em;
	line-height: 1.1em;
	}


#Content div.StoryFooter p a {
	color: #f6c83d;
	text-decoration: none;
	}

#Content div.StoryFooter p a:visited {
	color: #CC9900;
	}

#Content div.StoryFooter p a:hover {
	color: #FFFF00;
	}

/*************************
/ Setup Sidebar
/*************************/


#SideBar {
	position: absolute;
	top: 5px;
	left: -20px;
	width: 200px;
	}
	
#SideBar img {

	}
	
#SideBar .SideBarNextBack p {
	display: block;
	width: 75%;
	text-align: center;
	font-size: 0.9em;
	}

#SideBar .SideBarNextBack p a {
	color: #f6c83d;
	text-decoration: none;
	}

#SideBar .SideBarNextBack p a:visited {
	color: #CC9900;
	}

#SideBar .SideBarNextBack p a:hover {
	color: #FFFF00;
	}

#SideBar .SideBarLinks ul li {
	list-style: none;
	padding: 0px;
	text-align: center;
	width: 75%;
	padding-bottom: 0.7em;
	line-height: 0.9em;
	}
	
#SideBar .SideBarLinks ul li a {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 0.9em;
	}

#SideBar .SideBarLinks ul li a:visited {
	color: #999999;
	}
	
#SideBar .SideBarLinks ul li a:hover {
	color: #FFFFFF;
	}

#SideBar hr {
	width: 150px;
	margin: 20px 0px 10px 0px;
	}

#SideBar #footer {
	text-align: center;
	margin: 0px 0px 0px -20px;
	padding: 0px;
	width: 190px;
	font-size: 0.9em;
	color: #444444;
	font-size: 0.80em;
	line-height: 1.1em;
	}


#SideBar #footer p {
	color:#444444;
	}

#SideBar #footer p a {
	color:#444444;
	}

#SideBar #footer p a:hover {
	color:#999999;
	}

#PageWrapper #SectionNavigation {
	position: absolute;
	top: -190px;
	right: 0px;
	margin-right: 10px;
	text-align: right;
	color: #FFFFFF;
	}

#PageWrapper #SectionNavigation h3 {
	text-decoration: underline;
	font-weight:normal;
	font-size: 1.1em;
	padding: 0px;
	margin: 0px;
	}

#PageWrapper #SectionNavigation h3 a {
	color: #CCCCCC;
	}
		
#PageWrapper #SectionNavigation ul {
	color: #CCCCCC;
	}
	
#PageWrapper #SectionNavigation li {
	list-style: none;
	color: #CCCCCC;
	padding-top: 4px;
	
	font-size: 0.92em;
	}
	
#PageWrapper #SectionNavigation li ul li {
	font-size: 0.9em;
	padding-right: 2em;
	}
	
#PageWrapper #SectionNavigation li a {
	text-decoration: none;
	color: #CCCCCC;
	}

#PageWrapper #SectionNavigation li a:visited {
	color: #CCCCCC;
	}

#PageWrapper #SectionNavigation li a:hover {
	color: #FFFFFF;
	}

#PageWrapper #SectionNavigation li ul li a {
	color: #CCCCCC;
	}

#PageWrapper #SectionNavigation li ul li a:visited {
	color: #CCCCCC;
	}
	
#PageWrapper #SectionNavigation li ul li a:hover {
	color: #FFFFFF;
	}




#PageWrapper #ContentWrapper #Content .Story ul,
#PageWrapper #ContentWrapper #Content .Story ul li,
#PageWrapper #ContentWrapper #Content .Story ul li ul,
#PageWrapper #ContentWrapper #Content .Story ul li ul li {
	margin: 1em;
	padding: 0px;
	}

#PageWrapper #ContentWrapper #Content .Story ul a {
	display: block;
	padding-left: 0.5em;
	font-size: 1em;
	line-height: 1.6em;
	color: #dab136;
	}

#PageWrapper #ContentWrapper #Content .Story ul a:hover {
	color: #FFCC00;
	}
	
.error_field {
	border: 3px solid #C90007;
	padding: 3px;
	font-family: sans-serif;
	line-height: 1.3em;
	font-size: 1em;
	}

.contact_form {
	padding: 3px;
	font-family: sans-serif;
	line-height: 1.3em;
	font-size: 1em;
}
	
.nobreak {
	white-space: nowrap;
	}

input { 
	background: #CCCCCC;
	 }

textarea {
		background: #CCCCCC;
	 }

select {
	background: #CCCCCC;
	 }

ul.the_early_years_nav {
	display: none;
	}

ul.the_discovery_nav {
	display: none;
	}

ul.the_legacy_nav {
	display: none;
	}

ul.the_about_nav {
	display: none;
	}

body.the_early_years_nav ul.the_early_years_nav {
	display: block;
	list-style: none;
	}

body.the_discovery_nav ul.the_discovery_nav {
	display: block;
	list-style: none;
	}

body.the_legacy_nav ul.the_legacy_nav {
	display: block;
	list-style: none;
	}

body.the_about_nav ul.the_about_nav {
	display: block;
	list-style: none;
	}

.Story ul#sitemap ul.the_early_years_nav,
.Story ul#sitemap ul.the_discovery_nav,
.Story ul#sitemap ul.the_legacy_nav,
.Story ul#sitemap ul.the_about_nav {
	display: inherit;
	list-style: none;
	}

/*************************
/ Contact form split
/*************************/

div.contact_form {
	position: relative;
}

div.contact_left {
	float: none;
	width: 50%;
}

div.contact_right {
	border-left: 2px solid #9DA193;
	position: absolute;
	width: 40%;
	top: 0px;
	margin-left: 55%;
	margin-top: 0;
	padding-left: 5% ;
}

h1.email_confirmation {
	color: #00D85F;
}

h1.email_error {
	color: #C92B00;
}

h6.contact {
	color: #dab136;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px -0.75em 0px;
	padding: 0px;
	line-height:1.3em;
	
	}
