/* Global Styles */  

body {
	margin:0px;
	background-color: #5C743D;
	background-position: right;
	background-image: url(images/foliage1.gif);
	background-repeat: repeat;
}

/*body {
	margin:0px;
	background-color: #5C743D;
	background-position: right;
	background-image: url(images/Frost_101.jpg);
	background-repeat: repeat;
}*/

/*body {
	margin:0px;
	background-color: #5C743D;
	background-position: right;
	background-image: url(images/Holly_503.jpg);
	background-repeat: repeat;
}  */
	

#bodydiv {
	padding: 0 350px 0 350px;
	text-align: center; /* centering hack for IE%.x/Win */
}
#sizer {
	width: 50%;
	margin: 0 auto 0 auto; /* standard centering method */
	max-width: 300px; /* 1000 -700 = 300*/
	width: expression(document.body.clientWidth > 1300 ? "300px" : "50%" );
}
#expander {
	margin: 0 -350px 0 -350px;
	position: relative;
	min-width: 700px;
}

/* Holly hack for IE \*/
* html #bodydiv,
* html #sizer,
* html #expander { height: 0; }
/* */

#banner {
	background-color: #D5EdB3;
	height: 102px;
}

#header {
	background-color: #99CC66;
}

#mainContent {
	background-color: #F4FFE4;
}

#bottomSpacer {
	background-color: #F4FFE4;
	height: 10px;
}
	
#clearSpacer {
	height: 60px;
}

td {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	text-align: right;
	margin-left: 1px;
	}
	
#navigation a:hover {
	background: #D5EDB3;
	color:#993300;
	}
	
/*#navigation a:visited {
	background: #D5EDB3;
	color:#99CC66;
	}*/
	
#choose td {
	border-bottom: 0px;
	}
	
#choose a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #99CC66;
	line-height:normal;
	text-decoration: none;
	display:block;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-align: right;
	height: 20px;
	}
	
#choose a:hover {
	background: #D5EDB3;
	color:#993300;
	}
	
#choose a:visited {
	background: #D5EDB3;
	color:#99CC66;
	}
	

#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */

.thisPage {
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #99CC66;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	text-align: right;
	margin-left: 1px;
	}

.filmFrame1 	{
	color: #FFFFFF;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #99CC66;
	border-right-color: #5C743D;
	border-bottom-color: #5C743D;
	border-left-color: #99CC66;
	height: 288px;
	width: 352px;
	text-align: left;
	vertical-align: top;
	background-color: #99CC66;
	}
	
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 24px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing: 0.3em;
	font-weight: normal;
	}

.blockName{
	color: #99CC66;
	line-height:normal;
	letter-spacing: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
.newsFlash{
	color: #993300;
	line-height:normal;
	letter-spacing: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}

.lightText {
	color:#F4FFE4;
	line-height:20px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

.pageText{
	color: #F4FFE4;
	line-height:20px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.greensuHeader {
	color: #006600;
	line-height:22px;
	letter-spacing:0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
.bannerText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}

.large {
	color: #000000;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

.quoteText {
	color: #759DA1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
.bulletquoteText {
	color: #759DA1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
	
#StairWayLayer0 {
	position:absolute;
	left:0px;
	top:0px;
	width:366px;
	height:344px;
	z-index:0;
	visibility: visible;
}

#StairWayLayer1 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:1;
	visibility: visible;
}
#StairWayLayer2 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:2;
	visibility: visible;
}
#StairWayLayer3 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:3;
	visibility: visible;
}
#StairWayLayer4 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:4;
	visibility: visible;
}
#StairWayLayer5 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:5;
	visibility: visible;
}
#StairWayLayer6 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:6;
	visibility: visible;
}
#StairWayLayer7 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:7;
	visibility: visible;
}	
#StairWayLayer8 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:8;
	visibility: visible;
}
	
	
#Layer1 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:1;
	visibility: visible;
}
	
#Layer2 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:2;
	visibility: hidden;
}

#Layer3 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:3;
	visibility: hidden;
}

#Layer4 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:4;
	visibility: hidden;
}

#Layer5 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:5;
	visibility: hidden;
}

#Layer6 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:6;
	visibility: hidden;
}

#Layer7 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:7;
	visibility: hidden;
}

#Layer8 {
	position:absolute;
	left:185px;
	top:270px;
	width:366px;
	height:344px;
	z-index:8;
	visibility: hidden;
}

#LandscapeLayer1 {
	visibility:visible;
	position: static;
	z-index:auto;
}

/*#sheep {
	visibility:absolute;
	position: static;
	z-index:auto;
	top:-343px;	
	left:0px;
	height:343px;
}*/

/*#success {
	visibility:absolute;
	position: static;
	z-index:auto;
	top:-686px;	
	left:0px;
	height:343px;
}*/

/*#fantastic {
	position: static;
	position: static;
	top:-1029px;	
	left:0px;
	height:343px;
}*/

#LandscapeLayer5 {
	visibility: visible;
	position: relative;
}
.eiframe {


}
