/* HEADER-----------------------------------------------------------------------------------*/

div#header-youthcorner {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/photo-header-yra01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/* CONTAINER-BANNER  ---Sets 16px left margin, necessary for Netscape to render properly-------*/
div#container-banner {
	margin: 0px 0px 0px 16px;
}
/* BLOCK-BANNER  ---Holds content and places shadow at bottom----------------------------------*/
.block-banner {
	padding-bottom: 16px;
	min-height: 200px;
	height:auto;
	background-image: url(../images/bg-shadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
}
/* for Internet Explorer */
/*\*/
* html .block-banner {
	height: 200px;
}
/**/

/* PHOTO DIV  holds the main photo in the banner----------------------------------------------*/
div#photo {
	background-color: #e2e1f3;
	border-bottom: 1px solid #669;
	margin: 0;
	min-height: 200px;
	height: auto;
	background-image: url(../images/banner-youth02.jpg);
	background-repeat: no-repeat;
	padding: 0;
	width: 100%;
}
/* for Internet Explorer */
/*\*/
* html div#photo {
	height: 200px;
}
/**/

/* BANNER DIV  holds the the text and the top right corner------------------------------------*/
div#banner {
	margin: 0;
	min-height: 160px;
	height: auto;
	padding: 0px 0px 16px 330px;
	background-image: url(../images/banner-rt-border.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* for Internet Explorer */
/*\*/
* html div#banner {
height: 160px;
}
/**/

.banner-corner {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
	}

div#banner .banner-text {
	padding: 8px 40px 0 0;
	color: #333;
	}
div#banner .banner-h1 {
	font-size: 1.3em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336;
	padding-top: 10px;
	padding-right: 40px;
	}
.banner-h2 {
	font: bold .8em/1.2em Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 40px;
	color: #333;
}

/* SPECIAL EDITIONS FORMATTING------------------------------------------------------------------*/

.block .content dt.se {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 1em;
	padding: 10px 0 0 0;
}
.block .content dd.se {
	font-size: .76em;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 1.2em;
	padding: 2px 0 6px 0;
	border-bottom: 2px dotted #ccc;
	border-top: none;
}
.block .content dd.se-alt {
	font-size: .76em;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 1.2em;
	padding: 2px 0 6px 0;
	border-bottom: 0px dotted #ccc;
}
.block .content dt a {
	font-weight: bold;
	color: #960;
	text-decoration: none;
}
.block .content dt a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #960;
}
.block .content .image-left {
	float: left;
	margin: 0 8px 0 1px;
	}
	
/* ALERTS FORMATTING ----------------------------------------------------------*/

.block .content dt a.term-alert {
	font-size: 1em;
	color: #c00;
	font-weight: bold;
	}
.block .content dt a.term-alert:hover {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	}

/* SIGN-IN formatting ----------------------------------------------------------*/

.form-row {
	width: 100%;
	clear: both;
	padding: 2px;
	font-size: .76em;
  }
.formw {
  float: right;
  width: 70%;
  text-align: left;

  } 
.form-row label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	width: 27%;
	text-align: right;
	padding-top: 3px;
  }
.formrow .forgotpassword {
	font-size: 0.7em;
	/*margin-top: -5px;*/
	/*margin-left: 30%;*/
	}
.form-row .forgotpassword a {
	font-weight: normal;
	color: #00f;
	text-decoration: none;
}
.form-row .forgotpassword a:hover {
	font-weight: normal;
	color: #c00;
	text-decoration: underline;
}

/* Alternate Sign-In formatting------------------------------------------------------------------*/

div#signin-2c {
	font-size: .76em;

}
div#signin-2c form label {
	font-weight: bold;
	font-size: .76em;
	float: left;
	width: 27%;
	text-align: right;
	padding-top: 3px;
  }
div#signin-2c .forgotpassword {
	font-size: .7em;
	margin-top: -5px;
	margin-left: 30%;
	}
div#signin-2c .forgotpassword a {
	font-weight: normal;
	color: #00f;
	text-decoration: none;
}
div#signin-2c .forgotpassword a:hover {
	font-weight: normal;
	color: #c00;
	text-decoration: underline;
}
.signin  
{
  width: 8em;
}
.content label 
{
  font-size: .75em;
  font-weight: bold;
}
.day 
{
  width: 2em;
}
.year 
{
  width: 4em;
}
/* row for a two column form  */
.formrow 
	{
	width:100%;
	clear: both;
	padding-top: 3px;
	padding-left: 5px;
	min-height: 24px;
	height: auto;
	clear:  both;
	}
.formrow select 
{
  font-size: .75em;
}
/* left pane of a two column form  */
.formleft
	{
	float: left;
	width: 33%;
	text-align: right;
	padding-top: 2px;
	padding-right: 4px;
	}
/* right pane of a two column form  */
.formright
	{
	float: right;
	width: 62%;
	text-align: left;
	}
.button6em {
	font-size: .7em;
	width: 75%;
	margin-top: 5px;
}

