@charset "UTF-8";

/* FONTS FEATURED AT squidandsquash.com  */
/* 
Gentium Basic Regular 
http://sil-international.kernest.com/fonts/gentium-basic-regular 
Foundry: Sil International, http://scripts.sil.org/default 
Contributors: Victor Gaultney and Annie Olsen 
License: SIL Open Font License, http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL 
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=Gentium 
*/ 
 
@font-face {
	font-family: 'Gentium Basic';
	src: url('http://kernest.com/embed/gentium-basic-regular');
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 
	{ 
	font-size: 100%; 
	}

/* Removes list-style from lists */
ol,ul 
	{ 
	list-style: none; 
	}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
	{ 
	font-style: normal; 
	font-weight: normal; 
	}

/* Removes list-style from lists */
table 
	{ 
	border-collapse: collapse; 
	border-spacing: 0; 
	}

/* Removes border from fieldset and img */
fieldset,img 
	{ 
	border: 0; 
	}

/* Left-aligns text in caption and th */
caption,th 
	{
	text-align: left; 
	}

/* Removes quotation marks from q */
q:before, q:after 
	{ 
	content:''; 
	}

/*Removes underline and color from links*/
a 
	{
	color: #939;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	}

body
	{
	font: 16px 'Gentium Basic', 'Adobe Caslon Pro', 'Hoefler Text', 'Georgia', 'Garamond', 'Times', 'serif';
	color: white;
	behavior: url("csshover3.htc");
	/* csshover3.htc fixes IE :hover problems */
	background-image: url('../gfx/ss_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	margin: 0; 
	padding: 0; 
	text-align: center;
	}
	
p
	{
	font: 16px 'Gentium Basic', 'Adobe Caslon Pro', 'Hoefler Text', 'Georgia', 'Garamond', 'Times', 'serif';
	color: white;
	}
	
/* 
#background 
	{
	width: 100%;
	height: 100%;
	background-color: none;
	background-image: none;
	background-position: top center;
	position: absolute;
	overflow: hidden; 
	}
	*/

#stage 
	{
	width: 1000px;
	height: 700px;
	background-color: none;
	background-image: url('../gfx/birdtree.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	overflow: hidden;
	left: 20px;
	top: 20px;
	/*margin-left: -500px;*/
	border-style: dashed;
	border-width: 1px;
	border-color: black;
	}
	
#stage_mission 
	{
	width: 1000px;
	height: 700px;
	background-color: none;
	background-image: url('../gfx/birdtree_alt.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	overflow: hidden;
	left: 20px;
	top: 20px;
	/*margin-left: -500px;*/
	border-style: dashed;
	border-width: 1px;
	border-color: black;
	}

#featured
	{
	width: 160px;
	height: 150px;
	position: absolute;
	left: 16px;
	top: 538px;
	cursor: pointer;
	background: url('../gfx/_featured.png') 0 0 no-repeat;
	padding: 20px 10px 0px 15px;
	_padding: 20px 10px 0px 15px; /* Only IE6 */
	}

#featured a
	{
	display: block;
	width: 100%;
	height: 100%;
	}
	
#featured:hover 
	{ 
	background-position: -187px 2px;
	}
	
#featured_sign
	{
	width: 144px;
	height: 107px;
	position: absolute;
	left: 185px;
	top: 575px;
	background: url('../gfx/_featured2.png') 0 0 no-repeat;
	}

#mission
	{
	width: 159px;
	height: 116px;
	position: absolute;
	left: 60px;
	top: 228px;
	cursor: pointer;
	background: url('../gfx/_mission.png') 0 0 no-repeat;
	}

#mission a
	{
	display: block;
	width: 100%;
	height: 100%;
	}
	
#mission:hover 
	{ 
	background-position: -160px 0;
	}
	

#mission_header
	{
	width:560px;
	height:172;
	top:20px;
	left:350px;
	position:absolute;
	}
	
#mission_text
	{
	width: 655px;
	height: 305px;
	position: absolute;
	left: 320px;
	top: 215px;
	font: 13px 'Gentium Basic', 'Adobe Caslon Pro', 'Hoefler Text', 'Georgia', 'Garamond', 'Times', 'serif';
	line-height: 120%;
	color: #069;
	text-align: left;
	}
	
#news
	{
	width: 245px;
	height: 219px;
	position: absolute;
	left: 307px;
	top: 220px;
	cursor: pointer;
	background: url('../gfx/_news.png') 0 0 no-repeat;
	}

#news a
	{
	display: block;
	width: 100%;
	height: 100%;
	}
	
#news:hover 
	{ 
	background-position: -244px 0;
	}
	
#news_alt
	{
	width: 162px;
	height: 45px;
	position: absolute;
	left: 65px;
	top: 295px;
	cursor: pointer;
	background: url('../gfx/_news_alt.png') 0 0 no-repeat;
	}
	
#news_alt a
	{
	display: block;
	width: 100%;
	height: 100%;
	}
	
#news_alt:hover 
	{ 
	background-position: -162px 0;
	}
	
#mission_alt_2
	{
	width: 162px;
	height: 45px;
	position: absolute;
	left: 65px;
	top: 295px;
	cursor: pointer;
	background: url('../gfx/_mission_alt_2.png') 0 0 no-repeat;
	}
	
#mission_alt_2 a
	{
	display: block;
	width: 100%;
	height: 100%;
	}
	
#mission_alt_2:hover 
	{ 
	background-position: -162px 0;
	}

#connect
	{
	width: 182px;
	height: 190px;
	position: absolute;
	left: 555px;
	top: 195px;
	cursor: pointer;
	background: url('../gfx/_connect_2.png') 0 no-repeat;
	}

#connect a
	{
	display: block;
	width: 100%;
	height: 100%;
	}
	
#connect:hover 
	{ 
	background-position: -182px 0;
	}
	
#connect_alt
	{
	width: 95px;
	height: 100px;
	position: absolute;
	left: 35px;
	top: 180px;
	cursor: pointer;
	background: url('../gfx/_connect_2_alt.png') 0 no-repeat;
	}
	
#connect_alt a
	{
	display: block;
	width: 100%;
	height: 100%;
	}
	
#connect_alt:hover 
	{ 
	background-position: -96px 0;
	}
	
#mission_alt
	{
	width: 95px;
	height: 100px;
	position: absolute;
	left: 35px;
	top: 170px;
	cursor: pointer;
	background: url('../gfx/_mission_alt.png') 0 no-repeat;
	}
	
#mission_alt a
	{
	display: block;
	width: 100%;
	height: 100%;
	}
	
#mission_alt:hover 
	{ 
	background-position: -96px 0;
	}
	
#scrapbook_sign
	{
	width: 129px;
	height: 93px;
	position: absolute;
	left: 800px;
	top: 290px;
	cursor: pointer;
	background: url('../gfx/_scrapbook.png') 0 0 no-repeat;
	}
	
#scrapbook_sign a
	{
	display: block;
	width: 100%;
	height: 100%;
	}
	
#scrapbook_sign:hover 
	{ 
	background-position: -129px 0;
	}
	
/* OLD GALLERY
#gallery
	{
	width: 590px;
	height: 160px;
	position: absolute;
	left: 400px;
	top: 20px;
	cursor: pointer;
	background: url('../gfx/_gallery.png') 0 0 no-repeat;
	}

#gallery a
	{
	display: block;
	width: 100%;
	height: 100%;
	}
	
#gallery:hover 
	{ 
	background-position: 0 -159px;
	}

#gallery_alt
	{
	width: 108px;
	height: 79px;
	position: absolute;
	left: 145px;
	top: 180px;
	cursor: pointer;
	background: url('../gfx/_gallery_alt.png') 0 0 no-repeat;
	}

#gallery_alt a
	{
	display: block;
	width: 100%;
	height: 100%;
	}
	
#gallery_alt:hover 
	{ 
	background-position: -108px 0;
	}	
END OLD GALLERY */

#logo
	{
	width: 355px;
	height: 148px;
	position: absolute;
	left: 20px;
	top: 20px;
	background: url('../gfx/logo.png') 0 0 no-repeat;
	}

#logo_alt
	{
	width: 250px;
	height: 104px;
	position: absolute;
	left: 20px;
	top: 20px;
	background: url('../gfx/logo_alt.png') 0 0 no-repeat;
	cursor: pointer;
	}
	
	
#logo_alt a
	{
	display: block;
	width: 100%;
	height: 100%;
	}
			
#contact
	{
	width: 500px;
	height: 18px;
	position: absolute;
	bottom: 1px;
	right: 10px;
	}

#alt_menu_bg
	{
	width: 250px;
	height: 230px;
	position: absolute;
	left: 17px;
	top: 135px;
	background: url('../gfx/_events.png') bottom right no-repeat;
	}

.sub
	{
	font: 14px 'Gentium Basic', 'Adobe Caslon Pro', 'Hoefler Text', 'Georgia', 'Garamond', 'Times', 'serif';
	line-height: 100%;
	display: block;
	color: #66C;
	text-align: right;
	}
	
.sub a
	{
	color: #06F;
	}

.sub a:hover
	{
	color: #609;
	}
	
.featured_text
	{
	font-style: italic;
	color: #900;
	line-height: 150%;
	font-size: 20px;
	text-align: center;
    }

.loading 
	{
	width: 500px;
	height: 50px;
	display: block;
	background-color: #d393a7;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -25px;
	line-height: 50px;
	font-style: italic;
	color: #fff;
	z-index: 99;
	text-align: center;
	font-size: 24px;
	border-style: dashed;
	border-width: 1px;
	border-color: black;s
	}
	
.notice
	{
	text-align: center;
	padding: 35px 35px 0px 35px;
	_padding: 35px 35px 0px 35px; /* Only IE6 */
	}
	
/* =============== EXTERNAL PAGE TOP STRIP =============== */

#topStrip { background: #222 url(images/headline_bg.gif) repeat-x top left;
	height: 35px; }
#stripLogo { background: url(images/i5_logo_small.png) no-repeat top left; height: 30px; width: 54px; float: left; margin:3px 0 0 10px; }

.stripNav { width: 600px; height: 20px; float: left; margin: 8px 0 0 20px; }
.stripNav ul { list-style-type: none; float: left; }
.stripNav li { float: left; border-left: 1px solid #969696; }
.stripNav li a { text-decoration: none; padding: 0 10px; font-size: 14px; color: #00eaff;
	text-transform: uppercase; }
.stripNav li:first-child, .stripNav li:nth-last-of-type(3) { border-left: 0; }
.stripNav li a:hover { color: #fff; }
.stripTitle { padding: 0 20px 0 0; color: #fff; text-transform: uppercase; }
