@charset "utf-8";

/******** Body Elements ********/

body {
	background: url(../images/comp_3_01.jpg) 0 0 repeat-x;
	font-family: Futura, "Myriad Pro Semibold", Arial;
	font-size: small;
	color: #565656;
	margin:0;
	padding:0;
}

/******** Layout Elements ********/

.wrapper {
	width: 740px;
	margin: 0 auto;
	font-size:90%;
	line-height: 140%;
	position:relative;
}



.header {
	height: 230px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	line-height: 50px;
	text-align:center;
}

.nav {
	margin:0;
	padding:0;
	height:160px;
}

.layout_1_wide {
	margin: 0 0 0 240px;
	padding: 10px 0 30px 0;
	width:500px;
	background:#fff url(/ngextremeexplorer/global/images/layout_1_bg.gif) repeat-y 0 0;	
}

.layout_1_slim {
	margin: 0;
	padding: 0 0 30px 0;
	float:left;
	width: 240px;
	background-color: #fff;
}

.layout_2_wide {
	margin: 0 240px 0 0;
	padding: 10px 0 30px 0;
	width:500px;
	background:#fff url(/ngextremeexplorer/global/images/layout_2_bg.gif) repeat-y 482px 0;
}

.layout_2_slim {
	margin: 0;
	padding: 10px 0 30px 0;
	float:right;
	width: 240px;
	background-color: #fff;
}

.layout_3 {
	margin: 0;
	padding: 10px 0 30px 0;
	width:740px;
	background:#fff;
}

.content {
	padding: 10px;
}

.content p {
	padding:10px 10px 0 10px;
}


/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html .layout_1_slim {
	position:absolute;
	top:0;
	left:0;
	float:none;
	padding: 0 0 20px 0;
  }
  
  * html .layout_2_slim {
	position:absolute;
	top:0;
	left:500px;
	float:none;
  }
 
/* End hide from IE5/mac */



/******** Main Navigation: Non-Flash Alterative ********/

#nav_flash_alt {
	height: 160px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
	}
	
#nav_flash_alt div {
	height: 160px;
	width: 740px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	}

#nav_flash_alt ul {
	height: 51px;
	width: 740px;
	margin: 0;
	padding: 0;
	position: relative;
	background: transparent url(/ngextremeexplorer/global/images/header_nav.jpg) top left no-repeat;
	}

#nav_flash_alt ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 1px;
	}
	
#nav_flash_alt ul li, #nav_flash_alt ul a {
	height: 51px;
	display: block;
	}

#nav_flash_alt ul li a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	}

#nav_home		{left: 0; width: 70px;}
#nav_stuff		{left: 70px; width: 175px;}
#nav_games		{left: 245px; width: 200px;}
#nav_issues 	{left: 445px; width: 171px;}
#nav_teachers	{left: 616px; width: 124px;}

/******** Footer Nav ********/

a:link {color: #7c51a1; text-decoration:none;}     /* unvisited link */
a:visited {color: #7c51a1; text-decoration:none;}  /* visited link */
a:hover {color: #b375e8; text-decoration:none;}   /* mouse over link */
a:active {color: #b375e8; text-decoration:none;}   /* selected link */

.subnav a {
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	color:#7c51a1;
	padding: 5px 12px 0 15px;
}



/******** Promo Column Styles ********/

.promoCol {
	float:right;
	width:240px;
	margin:0;
	padding:0;
}

.promoCol h3 {
	padding:20px 20px 10px 20px;
	margin:0 0 0 0;
}

.promoCol p {
	padding:0 20px;
	margin:0 0 20px 0;
}

.layout_3 .promoCol {
	float:right;
	width:360px;
	margin:0;
	padding:0;
}


/******** Issue Styles ********/

.issue {
	float:left;
	width:144px;
	margin:0 0 20px 0;
	padding:0;
}

.issue div {
	margin:8px 0 0 12px;
	padding:0;
	text-align:left;
}

.issue div.link {

	margin:8px 0 0 17px;
	padding:0;
	text-align:left;
}

.issue div.link a {
	border:none;
}

a img  {
	border:none;
}


.issue div.link_line {
	width: 120px; 
	border-bottom:1px solid #ccc;
	margin:8px 0 0 15px;
	padding:0 0 5px 0;
	text-align:left;
}




/******** Document Styles ********/

h1 {
	font-size: 180%;
	font-weight: bold;
}

h2 {
	color:#333;
	font-size: 160%;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: 140%;
	font-weight: bold;
	margin:0;
	padding:0;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	margin:10px 0 0 0;
	padding:0;
}

h5 {
	font-size: 100%;
	font-weight: bold;
	margin:0;
	padding:0;
}	

a, a:active, a:visited {
	color: #694488;
	text-decoration: none;
}

a:hover {
	color: #694488;
	text-decoration: underline;
}


p {
	margin: 0 0 15px 0;
}

form {
	padding:0;
	margin:0;
}

hr.clearRight {
	clear:right;
	visibility:hidden;
}

hr.clearLeft {
	clear:left;
	visibility:hidden;
}

.rule {
	border-bottom:1px solid #ccc;
	margin: 0 10px 20px 10px;
}

.rule p {
	padding:4px 0 0 0;
}

/******** List Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}


/******** Header Styles ********/

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

.ngkids {
	padding:0;
	margin:0;
}


/******** Side Module Styles ********/

.sidemod {
	background:url(/ngextremeexplorer/global/images/sidemod_bg.jpg) 0 0 no-repeat;
	text-align:right;
	margin: 0 0 10px 0;
}

.layout_2_slim .sidemod {
	margin:0 0 20px 0;
}

.sidemod p, .sidemod label, .sidemod ul, .sidemod h4 {
	padding:0;
	margin:0 20px;
	text-align:left;
}

.sidemod h4 {margin-top:6px;}

.sidemod p {
	margin-top:4px;
	margin-bottom:10px;
}

.sidemod img.headline {
	margin:0 0 6px 0;
}

.sidemod img.button {
	margin:10px 20px 0 0;
}

.sidemod label {
	display:block;
}

.sidemod li {
	padding:4px 0;
	border-bottom:1px dotted #c2cbd2; 
}


/******** Main Module Styles ********/

.mainmod {
	background:url(/ngextremeexplorer/global/images/mainmod_bg.jpg) 0 0 no-repeat;
	margin: 0 0 10px 0;
	padding:20px 20px 0 20px;
}

.mainmod p, .mainmod h2, .mainmod h3, .mainmod h4, .mainmod h5  {
	padding:0;
	margin:0 0 5px 0;
}

.mainmod h3  {
	margin:0 0 15px 0;
}

.mainmod h3 {color:#333;}

.mainmod p {
	margin-top:4px;
	margin-bottom:10px;
}

.mainmod div {
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding:0 0 10px 0;
}

.orange {background:url(/ngextremeexplorer/global/images/mainmod_bg_orange.jpg) 0 0 no-repeat;}

.red {background:url(/ngextremeexplorer/global/images/mainmod_bg_red.jpg) 0 0 no-repeat;}

.green {background:url(/ngextremeexplorer/global/images/mainmod_bg_green.jpg) 0 0 no-repeat;}

.mainmod div img {
	float:right;
	margin:0 0 0 10px;
}



/******** Side Navigation Styles ********/

.sidenav div {
	background:url(/ngextremeexplorer/global/images/sidenav_bg.jpg) no-repeat 0 40px;
}

.sidenav p {
	padding:10px 20px 8px 20px;
	margin:0;
}

.sidenav img.button {
	padding:0;
	margin:0;
}


/******** Footer Styles ********/

.footer {
	margin: 0 0 10px 0;
	padding: 10px;
	height:50px;
	background: transparent url(/ngextremeexplorer/global/images/footer_bg.jpg) no-repeat 0 0;
	clear: both;
	text-align:center;
	
}

.footer p {
	margin:0;
	padding:0;
	color:#b48379;
	font-size:90%;
}

.footer p img {
	vertical-align: middle;
	margin:0 6px 0 0;
}

.footer a, .footer a:active, .footer a:visited {
	color: #cabfb0;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

p.credit {
	font-size:80%;
	color:#999999;
}

.ngkids{
 height:70px;
 }

.homeScroll{
  font-size:small;
  width: 350px;
  height: 115px;
  overflow:auto;
  position:relative;
}
.QAScroll{
  width: 615px;
  height:625px;
  overflow:auto;
  margin-top: 9px;
}
.locaScroll{
  width: 490px;
  height:245px;
  overflow:auto;
}
.NutriLink{
	font-weight: bold;
    font-size:14px;
	color: #1c703c;
}
.NutriLink a:link { color:green; text-decoration:none;}
.NutriLink a:active { color:green; text-decoration:none;}
.NutriLink a:visited {color: green; text-decoration:none;}
.NutriLink a:hover {color: green; text-decoration:underline}
#Nutrition{
  margin-top: 30px;
  margin-left:40px;
  width: 625px;
  height:650px;
  overflow:auto;
}
#WheatGrass{
  margin-top: 30px;
  margin-left:72px;
  width: 625px;
  height:950px;
}
#BossaNova{
  margin-top: 30px;
  margin-left: 5px;
  width: 900px;
  height:740px;
}
.NutriText{
  font-size: 10px;
}
#NutriTextLarge{
  font-size: 12px;
}
#Resume a:link{color:white;}
#Resume{
  margin-top: 30px;
  margin-left:40px;
  width: 470px;
  height: 650px;
  overflow:auto;
  text-align:center;
}
#Specials{
  width: 350px;
  height: 105px;
  margin-top:30px;
  margin-left:40px;
}
#Upcoming{
  width: 345px;
  margin-top:65px;
  margin-left:40px;
}
#Radio{
  font-size:small;
  width: 345px;
  margin-top:60px;
  margin-left:40px;
}
#Locations{
  font-size:small;
  margin-top:61px;
  margin-left:40px;
}
#Locations a:link{color:#4c4c4c;}
#Locations a:visited{color:#4c4c4c;}
#CenterMap{
   margin-left: 35px;
}
#Kourant{
  margin-top: 15px;
  margin-left: 70px;
}
.SpecialImage{
   float:left;
}
.SpecialDescription{
  font-size: 12px;
}
.SpecialTitle{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#SpecialWrap{
   width: 320px;
	text-align:justify;
}
div#Comment{
  margin-left: 50px;
  margin-top: 75px;
}
div.UpcomingEventImage{
  float:left;
}
div.UpcomingEventLink{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
div.UpcomingEventDescription{
	text-align:justify;
	font-size:12px;
}
div#UpcomingEvents{
   width: 320px;
}
div#MissionTitle{
  font-size:18px;
  font-weight:bold;
  text-align:center;
  width: 550px;
  margin-left:40px;
  padding-top: 80px;
}
div#MissionText{
  text-align:justify;
  font-size:14px;
  font-weight:bold;
  width: 550px;
  margin-left:40px;
}
