/*
 ==================================================================
 Designed by WebKey LLC (www.webkeylive.com) 
 Copyright 2005-2008. All rights reserved.
 Version 1.9.2
 ==================================================================
*/

/* @group Basics */

* {
 	padding: 0;
 	margin: 0;
}

body {
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif; /*!important*/
	color:#666;
	background-color: #fff;
	
}

h1 {
	font-size:1.45em;
	color:#000;
	letter-spacing:0.075em;
	margin:8px 0;
	padding:0;
}

h2 {
	font-size:1.20em;
	color:#000;
	margin:18px 0 0 0;
	padding:0;
}

#rightColumn h2 {
	color:#666;
	margin:20px 0 0 0;
}

h3 {
	font-size:1.25em;
	color:#000;
	margin:8px 0;
	padding:0;
}

h4 {
	font-size:1.15em;
	color:#000;
	margin:8px 0;
	padding:0;
}

a {
	color:#000;
}

a:link, a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color:#333;
}

p {
	margin: 10px 0;
	text-indent: 2em; /*Add paragraph indents to paragraphs*/
	font-size: 1.15em;
	line-height: 18px;
	letter-spacing: 0.4px;/*change letter spacing for better display in ASP files*/
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.first {text-indent: 0em;} /*Add class to eliminate paragraph indents on first paragraph*/

p a:link, p a:visited {
	color: #ff1979;
}

p a:hover {
	color: #ff1979;
	text-decoration: none;
}

ul, ol {
	margin: 0 20px;
	padding: 0;
}

#rightColumn ul, #rightColumn ol {
		margin:0px 0 0 20px;
		padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

#rightColumn li {
		margin: 6px 0px;
		padding: 0;
}

blockquote {
	margin: 10px 20px;
}

img {
 	border: none;
}


/* @end */

/* @group Structure Basics */

#wrapper {
 	width: 925px;
	/*margin-left:auto;
	margin-right:auto;
	margin: 0 40px;*/
 	padding:0px;
	border:0px solid #ededed;
  	background: #026c6a url('images/stripe_bg.gif') repeat-y;
}

#header {
	margin:0px;
	padding: 0px;
}

#logo {
	float: left;
}

#logo_area {
	/*width:705px;	
	height:24px;*/
	margin:0px;
	padding: 0px;
}

#logo_area #hotspot {
	float: left;
	margin-top: 10px;
	/*padding-left: 47px;*/
}

#logo_area #arrow {
/*margin: 10px 0px 0px 5px;*/
margin: 10px 0px 0px 0px;
}

#leftColumn { 
 	display: inline; /* IE Hack */
 	width: 165px;
 	float: left;
 	text-align: left;
 	margin-bottom: 15px;
}

#centerColumn { 
 	margin: 0px 5px 0px 0px;
	padding:30px;
 	display: inline; /* IE Hack */
 	float: left;
 	width:652px;
 	background: #cae771;
 	border-right: 8px solid #000;
 	border-bottom: 8px solid #000;
 	/*font-size: 1.2em;*/
}


/* Home page, navigational css stuff */

#centerColumn #more_navigation_left {
	float: left;
	width:230px;
	height: 185px;
	font-size: .65em;
	line-height: .8em;
	margin-left: 8px;
}
	#centerColumn .section_header {
		height: 20px;
		width: 115px;
	}

	#more_navigation_left #collections_conundrum {
		background: url('images/collections_conundrum.gif') no-repeat;
		width: 115px;
		float: left;
		height: 95px;
	}
	
	#more_navigation_left #nw_legends {
		background:url('images/nw_legends.gif') no-repeat;
		width: 115px;
		float: left;
		height: 95px;
	}
		
			
		#more_navigation_left p {
			margin: 37px 12px 15px 12px;
			line-height: 1.1em;
			text-indent: 0em;
		}
	
	#more_navigation_left #making_history {
		background:url('images/making_history.gif') no-repeat;
		width: 230px;
		height: 90px;
		float: left;
	}
		#making_history p {
			display: block;
			margin: 32px 15px 15px 15px;
			color: #FFF;
				
		}

#centerColumn #more_navigation_right {
	float: left;
	width: 181px;
	height: 185px;
	font-size: .65em;
	margin-right: 8px;

}

	#more_navigation_right p {
		margin: 37px 10px 15px 12px;
		line-height: 1.1em;
		text-indent: 0em;

	}
	
	#more_navigation_right .hide_link {
		color: #230f06;
		display: block;
		height: 80px;
	}
	
	#more_navigation_right #pod_puzzle {
		float: left;
		width: 70px;
		height: 95px;
		background:url('images/pod_puzzle.png') no-repeat;
	}
	
		#more_navigation_right #pod_puzzle p {
			margin: 5px 15px 37px 12px;
		}
	
	#more_navigation_right #try_this {
		float: left;
		width: 110px;
		background:url('images/try_this.gif') no-repeat;
		height: 95px;
	}

		#more_navigation_right #try_this p {
			margin-top: 45px;
		}
		
	#more_navigation_right #homework_helper {
		float: left;
		width: 109px;
		background: url('images/homework_helper.gif') no-repeat;
		height: 90px;
	}

	#more_navigation_right #nw_book_swap {
		float: left;
		width: 64px;
		background: url('images/nw_book_swap.gif') no-repeat;
		height: 90px;
		margin: 0 0 0 5px;
	}
	
		#nw_book_swap p {
			margin-top: 0px;
			font-size: .01em;
		}

#centerColLeft { 
 	margin: 0px;
	padding:0px;
 	display: inline; /* IE Hack */
 	float: left;
 	width:400px;
}

#centerColLeft2 { 
 	margin: 0px 0px 0px 0px;
	padding:0px 30px 0px 0px;/*CHECK THIS -- DIFFERS FROM ORIGINAL CSS*/
 	display: inline; /* IE Hack */
 	float: left;
 	width:200px;
	/*border: 1px solid red;*/
}

#titles { 
 	margin: -30px 0px 0px -30px;
	padding:0px;
 	display: inline; /* IE Hack */
 	float: left;
 	width:200px;
}

body.layout4 #centerColLeft {
 	margin: 0px;
	padding:0px;
 	display: inline; /* IE Hack */
 	float: left;
 	width:200px;

}

#layout4centerColLeft {
 	margin: 0px;
	padding:0px;
 	display: inline; /* IE Hack */
 	float: left;
 	width:200px;

}
p a:link, p a:visited #layout4centerColRight  { color: #ff1979;}
more

#centerColRight { 
 	margin: 0px 0 0 34px;
	padding:0px;
 	display: inline; /* IE Hack */
 	float: left;
 	width:200px;

} 

#centerColRight2 { 
 	margin: 0px 0 0 34px;
	padding:0px;
 	display: inline; /* IE Hack */
 	float: left;
 	width:350px;

} 


#centerColRight p a:link, p a:visited { color: #ff1979;}

body.layout4 #centerColRight { 
 	margin: 0px 0 0 34px;
	padding:0px;
 	display: inline; /* IE Hack */
 	float: left;
 	width:400px;    
}

 #layout4centerColRight { 
 	margin: 0px 0 0 34px;
	padding:0px;
 	display: inline; /* IE Hack */
 	float: left;
 	width:400px;    
}

#rightColumn {
 	margin: 0 0px 0px 0px;
	padding:0 0 0 0px;
 	display: inline; /* IE Hack */
 	float: left;
	width:207px;  /*CHECK THIS -- DIFFERS FROM ORIGINAL CSS*/
	font-size:0.82em;
	/*border: 1px solid green;
	background-color: yellow;*/
}


.layout2 #rightColumn {
	width: 450px;
	margin: 0 0 0 10px;
	float: left;
}

a.standard:link, a.standard:visited  {
	font-size: 10px;
	color: #ff1979;
	text-decoration:underline;
}

a.standard:hover, a.standard:active {
color: #ffffff;
}
	
#rightColumn #title {
		float: left;
		padding-left: 1px;
		padding-top: 1px;
	}
	
	
	#rightColumn #who_is_this {
		background:url('images/notorious_northwesterners.png') no-repeat;
		width: 450px;
		height: 269px;
		float: left;
		/*background-color: pink;*/
	}
	
	#who_is_this_header {
		float: left;
		width: 230px;
		margin: 1px 0px 15px 0px;
	}
		
	#rightColumn #notoriousNWESTERNERS img {
		padding-bottom:0px;
		margin-top: 0px;
		float:right;
		
	}

	
	#rightColumn #what_is_that {
		background:url('images/what_is_that.png') no-repeat;
		width: 450px;
		height: 300px;
		float: left;
	}
	
	#what_is_that_header {
			float: left;
			width: 149px;
			margin: 0px 0px 15px 0px;
		}
		
	#rightColumn #whatisTHAT img {
		padding-bottom:0px;
		margin-top: 0px;
		float:right;
		
	}
	
		.story_image1 {
			width: 200px;
			float: right;
			margin: 2px 5px 0px 0px;
			padding:0px 0px 20px 0px;
		}
		
		.story_image2 {
			width: 200px;
			float: right;
			margin: 0px 5px 0px 0px;
			padding:0px 0px 20px 0px;
		}
		

		#who_is_this p {
			display: block;
			float: left;
			margin: 0px;
			width: 200px;
			margin: 5px 0px 0px 15px;
			line-height: 1.2em;
		}
		
		#what_is_that p {
			display: block;
			float: left;
			margin: 0px;
			width: 200px;
			margin: 5px 0px 0px 15px;
			line-height: 1.2em;
		}
		
a.teaser:link, a.teaser:visited, a.teaser:hover, a.teaser:active {
		font-family:  Arial, Verdana, Tahoma, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		text-decoration:none;
		color:black;
		float:right;
		clear:right;
		letter-spacing:-.1em;
		width:200px;
		} 
		
#kids_footer {
	text-align: right;
 	font-size: 0.85em;
 	display: inline; /* IE Hack */
 	padding: 10px;
 	float: left;
 	/*width: 97.7%;*/
 	margin-top: 15px;
 	color: #61a8a7;
 	text-decoration: none;
	width: 100%;
}

#kids_footer img {
	float: right;
	display: block;
}

#kids_footer_wrap {
	float: left;
}

#kids_footer a:link, #footer a:visited {
 	color: #cccccc; /*change color so it is visible on background image*/
	text-decoration: underline;
}

#kids_footer a:hover {
 	color: #FFF;
 	text-decoration: none;
}

#siteCredits {
	width: 754px;
 	margin: 0 auto;
 	margin-top: 10px;
 	text-align: center;
}

#siteCredits p {
	font-size: 0.86em;
	color: #999;
}

#siteCredits p a:link, #siteCredits p a:visited {
	color: #999;
	text-decoration: none;
}

#siteCredits p a:hover {
	color: #333;
	text-decoration: underline;
}

#siteCredits .pipe {
	color: #ccc;
}


/* @end */



/* @group Other */



.image-default {
	margin: 5px;
	padding:0;
}

.image-default img {
	border:0px solid #ededed;
	margin:0;
	padding:0;
}

.image-default table {
	border-collapse:collapse;
	margin:0;
	padding:0;
}

.image-default p.caption {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-size: 0.92em;
	line-height: 1.35em;
	text-indent: 0em; /* to fix caption indentation issue*/
}

.image-default p.credits, .image-default p.copyright {
	margin: 0; 
	padding: 0;
	margin-bottom: 20px;
	font-size: 0.75em;
	display: block;
	float: left;
	text-indent: 0em; /* to fix copyright indentation issue*/
}

.image-default p.credits {
	padding-left: 10px;
}

/* @end */

/* @group Layout Overrides */

/*body.layout1 #centerColumn {
	width:685px;
	margin-left:0px;
	margin-right:0;
}*/


/*#navBar ul#mainNav li a:link, #navBar ul#mainNav li a:visited {
 	display: inline;
	float:left;
	padding:4px 20px;
	margin:0;
	width:none;
}*/


/*body.layout1 #centerColumn {
	width:540px;
	margin: 0;
	padding: 0;
}*/

/* HOME PAGE */
body.layout2 #centerColumn {
	width: 430px;
	background: none;
	/*border: 0px solid red;*/
	margin: 0px;
	padding: 0px;
	border-right: 0px;
 	border-bottom: 0px;
}

body.layout2 #rightColumn {
	width: 458px;
	background: none;
	/*border: 0px solid red;*/
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	float:left;
}

body.layout2 .contributors_box {
	position:relative;
	left:468px;
	top:10px;
	width:450px;
	color:#ffffff;
	margin-top:30px;
	font-size: 12px;
}

body.layout2 .home-footer a:link, body.layout2 .home-footer a:visited {
	color:#d8f6f6;
	text-decoration:none;
	font-size: 11px;
	}

body.layout2 .home-footer a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

body.layout2 .home-footer {
	margin-left:10px;
	}

/*body.layout2 span.contributors_text {
	color:#d8f6f6;
	font-weight: bold;
	
}*/



/* END HOME PAGE */

/* @end */

/* @group Login */

div#login {
	margin:20px auto;
	margin-top:100px;
	width: 450px;
	border: 2px solid #ccc;
	padding: 30px;
	background: #fff;
	text-align: left;
	font-family:Verdana, Arial, Sans-serif;
}

#login img {
	margin: 0 0 10px 100px;
    border:0px solid #ededed;
}

#login p {
	margin: 5px;
	margin-left: 0;
	padding: 0;
	color: #333;
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
}

#login p a:link, #login p a:visited {
	font-size: 10px;
	text-decoration: none;
}

#login p a:hover {
	font-size: 10px;
	text-decoration: underline;
}

#login p.loginSubmit{
	margin:6px 0;
}

#login p.loginForgot {
	margin:10px 0 0 0;
}

#login .error {
	color:#c00;
}

#login input {
	padding: 3px;
	margin-top:4px;
}

#login p.loginReminderText {
	margin: 10px 0;
	padding:4px;
	color:#333;
	border:1px solid #ededed;
	background: #ffc;
}

#login input.loginUserBox, #login input.loginPassBox {
	margin:0;
	border:1px solid #ccc;
}

div.login-link {
	margin: 10px;
}

div.login-link a:link, div.login-link a:visited {
	font-size: x-small;
	text-decoration: underline;
}



/* @end */

/* @group Module Styles */

#module {
padding:10px 0;

}

#horizontal-thumbs {
padding:20px 0;
}
#horizontal-thumbs li {
display:inline;
list-style-type:none;
padding:5px;
}

/* @end */



/* @group Global Navigation
 */

#global_navigation, #navigation {
	margin: 0px 0px 0px -10px;
	/*margin-left: -10px;*/
	padding: 0px;
	font-size: 1.2em;
	float:left;
}

ul.vertical, ul.vertical li, ul.vertical ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.vertical {
  /*position: absolute;*/
  z-index: 1000;
  cursor: default;
  width: 190px;
  /*left: 1em;
  top: 1em;*/
  /*border: 1px solid red;*/
}

ul.vertical li {
  position: relative;
  text-align: left;
  cursor: pointer;
  cursor: hand;
  width: 190px;
  margin: -1px 0 0 0;
  /*border-right: 2px solid #fffff;*/
}

ul.vertical ul {
  z-index: 1020;
  cursor: default;
  width: 8.2em;
  margin: -0.5em 0 0 7.5em;
  position: absolute;
  left: -100em;
  top: 0;
  padding: 1px 0 0 0;
}

ul.vertical ul li {
  width: 8.2em;
}

ul.vertical ul ul {
  margin: -0.5em 0 0 7.7em;
}


/* design styles */
ul.vertical ul {
  border-width: 1px;
  border-style: solid;
  border-color: #ffeca7 #a97741 #a97741 #ffeca7;
}

ul.vertical a:link, ul.vertical a:visited {
  display: block;
  cursor: pointer;
  cursor: hand;
  background: #fff;
  border: 0px solid #edbb85;
  padding: 5px 7px 5px 12px;
  font: normal normal bold 0.7em tahoma, verdana, sans-serif;
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
}

ul.vertical a:hover, ul.vertical a:focus, ul.vertical a:active,
ul.vertical a.rollover:link, ul.vertical a.rollover:visited {
  background: #fff;
  color: #333;
}

/* submenu indicator arrows */
ul.vertical li.hasmenu > a:link, ul.vertical li.hasmenu > a:visited {
  background: url(right-green.gif) #ffc no-repeat 95% 50%;
}

ul.vertical li.hasmenu > a:hover,
ul.vertical li.hasmenu > a:focus,
ul.vertical li.hasmenu > a:active,
ul.vertical li.hasmenu > a.rollover:link,
ul.vertical li.hasmenu > a.rollover:visited {
  background: url(right-red.gif) #ffefcf no-repeat 95% 50%;
}

* html ul.vertical li.hasmenu a,
* html ul.vertical li.hasmenu a:visited {
  background: expression(/hasmenu/.test(this.parentNode.className)
      ? "url(right-green.gif) #ffc no-repeat 95% 50%" : "#ffc");
}

* html ul.vertical li.hasmenu a:hover,
* html ul.vertical li.hasmenu a:active,
* html ul.vertical li.hasmenu a.rollover,
* html ul.vertical li.hasmenu a.rollover:visited {
  background: expression(/hasmenu/.test(this.parentNode.className)
      ? "url(right-red.gif) #ffefcf no-repeat 95% 50%" : "#ffefcf");
}

/* iframe layer */
ul iframe {
  position: absolute;
  z-index: 1010;
  border: none;
}

/* browser hacks */
@media screen, projection {
  * html ul.vertical li {
    display: inline;
    f\loat: left;
    background: #fff;
  }
}
* html ul.vertical li { position: static; }
* html ul.vertical a:link, * html ul.vertical a:visited { position: relative; }

/* 20080221: new hacks for IE7 */
    *+html ul.vertical li {
        display: inline; 
        float: left; 
        background: #fff; 
    }
    *+html ul.vertical li { position: static; }
    *+html ul.vertical a { position: relative; }

/* PNG fixes */

* html #more_navigation_left #collections_conundrum {
	background: transparent !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/collections_conundrum.png',sizingMethod='crop');
}
* html #more_navigation_left #nw_legends {
	background: transparent !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/nw_legends.png',sizingMethod='crop');
}	
* html #more_navigation_left #making_history {
	background: transparent !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/making_history.png',sizingMethod='crop');
}

* html #more_navigation_right #pod_puzzle {
	background: transparent !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/pod_puzzle.png',sizingMethod='crop');
}

* html #more_navigation_right #try_this {
	background: transparent !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/try_this.png',sizingMethod='crop');
}

* html #more_navigation_right #homework_helper {
	background: transparent !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/homework_helper.png',sizingMethod='crop');
}

* html #more_navigation_right #nw_book_swap {
	background: transparent !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/nw_book_swap.png',sizingMethod='crop');
}

* html #rightColumn #who_is_this {
	background: transparent !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/notorious_northwesterners.png',sizingMethod='crop');
}

* html #rightColumn #who_is_this_bottom {
	background: transparent !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/notorious_northwesterners_bottom.png',sizingMethod='crop');
}

* html #rightColumn #what_is_that {
	background: transparent !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/what_is_that.png',sizingMethod='crop');
}

* html #rightColumn #what_is_that_bottom {
	background: transparent !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/what_is_that_bottom.png',sizingMethod='crop');
}


/* @end */
