html {
	height: 100%;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font-size: 0.625em; /* Makes 1em = 10px in the body */
	font-family: helvetica, arial, sans-serif; /* Helvetica is prettier */
	color: rgb(50, 50, 50);
}
h4 {
	margin: 1.2em 0 0 20px;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: rgb(0, 0, 0);
}
a {
	color: rgb(20, 120, 20);
	text-decoration: none;
	outline: none;
}
a img {
	border-width: 0px;
}

#ncMain {
	min-height: 100%;
}
#ncContent {
	min-height: 740px;
	margin-bottom: 7em;
}

/* Top Navigation */
#ncNavigation {
	width: 80%;
	margin: 0 auto;
	padding-top: 2em;
	min-width: 800px;
	text-align: center;
}
#ncNavigation ul {
	width: 778px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 1.4em;
}
#ncNavigation li {
	display: inline;
}
#ncNavigation li a,
#ncNavigation li span {
	display: block;
	position: relative;
	float: left;
	margin-bottom: 4px;
	padding-top: 4px;
}
#ncNavigation li a {
	text-indent: -9999px;
	height: 36px;
	margin: 0;
	padding: 0 8px;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#ncNavigation li a:hover,
#ncNavigation li a.active {
	background-position: 50% -36px;
}

/* Content */
#ncContent {
	position: relative;
	clear: left;
	min-width: 800px;
	height: 100%;
	margin: 0px 40px;
}
#ncMap {
	min-width: 800px;
	height: 600px;
	border: 1px solid rgb(153, 147, 122);
}

/* Controls for the map */
#ncMapControls {
	width: 16px;
	min-height: 120px;
	padding: 4px;
	background-image: url('../images/youth/background.png');
	border: 1px solid white;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#ncMapControls div.sliderRail {
	position: relative;
	width: 16px;
	height: 108px !important;
	cursor: pointer;
	cursor: hand;
}
#ncMapControls span.sliderControl {
	display: block;
	width: 14px;
	height: 8px;
	background-color: rgb(0, 160, 198);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url('../images/youth/sliderControl.gif');
	border: 1px solid rgb(0, 160, 198);
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#ncMapControls a.zoom {
	display: block;
	width: 14px;
	height: 14px;
	background-color: rgb(204, 229, 239);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid rgb(0, 160, 198);
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#ncMapControls a.zoom.in {
	margin-bottom: 4px;
	background-image: url('../images/youth/zoomIn.gif');
}
#ncMapControls a.zoom.out {
	margin-top: 4px;
	background-image: url('../images/youth/zoomOut.gif');
}
#ncMapControls a.zoom:hover {
	background-color: rgb(173, 223, 234);
}


/* Story Box */
#ncStoryBox {
	position: absolute;
	top: 132px;
	left: 95px;
	width: 300px;
	min-height: 200px;
	padding: 4px 24px 4px 16px;
	text-align: left;
	font-size: 1.2em;
	border: 1px solid rgb(161, 160, 151);
	background-image: url('../images/youth/background.png');
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a.ncClose {
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	padding: 3px 2px 1px;
	background-image: url('../images/youth/background.png');
	border: 1px solid transparent;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 1000;
}
a.ncClose:hover {
	background-image: url('../images/youth/hoverBackground.png');
	border-color: white;
}

/* Side Drawer */
#ncDrawer {
	position: absolute;
	top: 30px;
	right: 0px;
	width: auto;
	height: auto;
	text-align: left;
	z-index: 1;
}
#ncDrawer div.ledge {
	display: block;
	float: left;
	width: 32px;
	height: 500px;
	background-image: url('../images/youth/background.png');
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border: 1px solid rgb(161, 160, 151);
	border-right-width: 0;
}
#ncDrawerHandle {
	display: block;
	position: absolute;
	top: 30px;
	right: 0px;
	width: 32px;
	height: 500px;
	outline: none;
	text-align: center;
	z-index: 2;
}
#ncDrawerHandle img {
	margin-top: 1em;
}
#ncDrawerContents {
	float: left;
	width: 360px;
	height: 500px;
	text-align: left;
	background-image: url('../images/youth/background.png');
	border: 1px solid rgb(161, 160, 151);
	border-width: 1px 0;
}
#ncDrawerContents div {
	margin-left: -18px;
	padding-right: 32px;
}
#ncDrawerContents dl {
	margin-top: 0.6em;
	font-size: 1.2em;
}
#ncDrawerContents dl dt {
	background-image: url('../images/youth/bullet.png');
	background-repeat: no-repeat;
	background-position: 0.5em 8px;
}
#ncDrawerContents dl dt a {
	display: block;
	padding: 0.5em 5px 0.5em 20px;
	color: rgb(55, 55, 55);
	border: 1px solid transparent;
}
#ncDrawerContents dl dt a:hover {
	background-image: url('../images/youth/hoverBackground.png');
	border-color: white;
}
#ncDrawerContents dl dt.active {
	background-image: url('../images/youth/bulletActive.png');
	color: rgb(25, 97, 109);
}
#ncDrawerContents dl dt.active a {
	background-image: url('../images/youth/hoverBackground.png');
	border-color: white;
	border-bottom-width: 0px;
	color: rgb(25, 97, 109);
}
#ncDrawerContents dl dd {
	margin: 0;
	padding: 0 5px 0 20px;
}
#ncDrawerContents dl dd.active {
	background-image: url('../images/youth/hoverBackground.png');
	border: 1px solid white;
	border-top-width: 0px;
}
#ncDrawerContents dl dd p {
	margin: 0 0 1em 0;
	line-height: 1.2;
}
#ncDrawerContents dl dd ul {
	margin-bottom: 1em;
	line-height: 1.2;
}


/* Buttons */
#ncBottom {
	position: absolute;
	top: 676px;
	left: 0;
	text-align: center;
	z-index: 100;
	width: 100%;
}
#ncButtons {
	margin: 0 40px;
	z-index: 100;
}
#ncButtons div.ncButton {
	position: relative;
	float: left;
	margin-right: 6px;
	text-align: left;
}
#ncButtons div.ncButton a {
	position: relative;
	display: block;
	width: 120px;
	height: 16px;
	padding: 0.5em 10px;
	line-height: 16px;
	font-weight: bold;
	color: rgb(50, 50, 50);
	border: 1px solid rgb(161, 160, 151);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#ncButtons div.ncButton a:hover,
#ncButtons div.ncButton a.active {
	background-image: url('../images/youth/hoverBackground.png');
}
#ncButtons div.ncButton a img.share {
	vertical-align: top;
	margin-right: 2px;
}
#ncButtons div.ncButton a span {
	font-size: 1.1em;
}

#ncButtons #ncLegal {
	float: right;
	margin: 0;
}
#ncButtons #ncLegal a {
	color: rgb(110, 110, 110);
	border-color: rgb(190, 189, 182);
}

/* Footer */
#ncFooter {
	position: relative;
	margin-top: -5em;
	height: 3.5em;
	border-top: 3px solid rgb(30, 100, 30);
}
#ncFooter h2 {
	font-size: 1em;
}
#ncFooter img {
	display: block;
	position: absolute;
	top: -3.1em;
	right: 40px;
}

/* Modal Box */
#ncModalOverlay {
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 600px;
	background-color: black;
}
#ncModalContainer {
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 1001;
	width: 100%;
	height: 600px;
}
#ncModalWrapper {
	position: relative;
	text-align: center;
}
#ncModalContainer .ncBox {
	position: relative;
	width: 175px;
	margin: 120px auto;
	text-align: left;
	background-color: white;
	color: rgb(54, 54, 54);
	border: 1px solid rgb(161, 160, 151);
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-bottom-radius: 6px;
}
#ncModalContainer #ncBox-LegalDisclaimer {
	width: 220px;
}
#ncModalContainer .ncBox h3 {
	margin: 0.3em 6px;
	padding: 0.5em 4px;
	font-size: 1.2em;
	border-bottom: 1px solid rgb(161, 160, 151);
}
#ncModalContainer .ncBox p {
	margin: 0.5em 10px 1em;
	font-size: 1.2em;
}
#ncModalContainer .ncBox ul {
	margin: 0.3em 0;
	padding: 0;
	list-style: none;
	background-image: url('../images/youth/background.png');
}
#ncModalContainer .ncBox ul li a {
	display: block;
	margin: 0 3px;
	padding: 0.5em 6px;
	font-weight: normal;
	color: rgb(54, 54, 54);
	line-height: 16px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#ncModalContainer .ncBox ul li a:hover {
	background-image: url('../images/youth/hoverBackground.png');
}
#ncModalContainer .ncBox ul li a span {
	font-size: 1.1em;
}
#ncModalContainer .ncBox ul li a img {
	vertical-align: top;
	line-height: 12px;
}
#ncModalContainer a.ncClose {
	top: 5px;
	right: 6px;
	cursor: pointer;
}

p.ncNoScriptError {
	margin: 3em 40px 0;
	padding: 0.8em 0.8em 0.8em 50px;
	font-size: 1.2em;
	text-align: left;
	color: rgb(255, 255, 255);
	background-color: rgb(220, 0, 0);
	background-image: url('../images/icons/cross.gif');
	background-repeat: no-repeat;
	background-position: 0.4em 50%;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-bottom-radius: 6px;
}
