/******************************
** LANDING PAGE
*******************************/

#youth-background {
	background: transparent url('images/heading.png') top center no-repeat;
}
.off-page {
	position:relative;
	height:1px;
	float:none;
	z-index: 1;
	overflow:hidden;
}
.off-page h3 {
	position:absolute;
	z-index: 2;
}

#panel-widget {
	margin-top: -20px;
	padding-top: 100px;
	text-align:center;
	position:relative;
	width:100%;
	display:block;
		
}
#panel-list{
	position: relative;
	display:inline-block;
	margin-right:10px;
	width:150px;
	vertical-align: top;
	z-index:11;
}


#panel-list ul {	
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index:14;
}
#panel-list ul li {	
	text-align:left;
	margin:0 0 15px 0;
	z-index:15;
}
#panel-list ul li a.panel-list-item {	
	display:block;
	height:65px;
	margin-bottom:1px;

}


#panel-list ul li a.panel-list-item:active {
	position: relative;
	top: 2px;
	left: 2px;
} 

#panel-container{
	display:inline-block;
	margin-left:-1px;	
	width:730px;
	height:400px;
	text-align: left;
	z-index:9;
	background-color: #e2e9ef;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 5px 5px 10px #bbb;
}
.panel-item {
	position:relative;
	text-align:left;
	width:690px;
	height:380px;
	display:none;
	margin: 0 20px 10px 20px;
	overflow:hidden;
	
	
	background: transparent url('images/bg-mesh.png') no-repeat center top;
}
.panelitemDisplayed {
	display:block;
}

/* fix inline-block */
.ie6 #panel-list, .ie7 #panel-list, .ie6 #panel-container, .ie7 #panel-container 
{
	zoom:1; *display: inline; _height: 600px; 
	margin:0px;
}
.ie6 #panel-list, .ie7 #panel-list {
	margin-right: -1px;
}
.ie6 #panel-container, .ie7 #panel-container{
	margin-left: 0px;
}


.panel-content-wrap {
	position:relative;
	text-align:left;
	margin-top: 30px;
	height: 350px;
	width:700px;
	overflow: hidden;
}
.panel-content {
	position:relative;

}
.panel-image {
	float:right;
}
.panel-link {
	position: absolute;
	top: 150px;
	left: 25px;
	display: block;
	width:  128px;
	height: 39px;
	background: transparent url("images/button-learn-more.png") no-repeat;
}
.panel-content p:after {
	clear: none;
}

p.footnote{
	display:block;
	width: 100%;
	text-align: left;
	margin-top: 25px;
	margin-left: 30px;
}



#list-item-about  {
	background: transparent url("images/button-about.jpg") no-repeat 0 -82px;
}
#list-item-about.selected , #list-item-about.animating {
	background: transparent url("images/button-about.jpg") no-repeat 0 -2px;
}
#list-item-1417  {
	background: transparent url("images/button-14-17.jpg") no-repeat 0 -82px;
}
#list-item-1417.selected , #list-item-1417.animating {
	background: transparent url("images/button-14-17.jpg") no-repeat 0 -2px;
}
#list-item-1824  {
	background: transparent url("images/button-18-24.jpg") no-repeat 0 -82px;
}
#list-item-1824.selected , #list-item-1824.animating {
	background: transparent url("images/button-18-24.jpg") no-repeat 0 -2px;
}
#list-item-parents  {
	background: transparent url("images/button-parents.jpg") no-repeat 0 -82px;
}
#list-item-parents.selected, #list-item-parents.animating  {
	background: transparent url("images/button-parents.jpg") no-repeat 0 -2px;
}

#pane-img-about {
	background: transparent url("images/pane-collage.png") no-repeat;
	width: 350px;
	height: 250px;	
	margin-top:-40px;
}
#pane-img-14-17 {
	background: transparent url("images/pane-14-17.png") no-repeat;
	width: 329px;
	height: 390px;
	margin-top: -22px;
}

#pane-img-18-24 {
	background: transparent url("images/pane-18-24.png") no-repeat;
	width: 425px;
	height: 230px;
	margin-top: 80px;
}

#pane-img-parents {
	background: transparent url("images/pane-parents.png") no-repeat;
	width: 370px;
	height: 255px;
	margin-top: 55px;
}