@charset "UTF-8";
/*
---- RED / ORANGE ----
#B90022
#FF1500
#FF5C07
#FF7F00
#FE9018

---- BROWN ----
#6B2400
#993300
*/

/*	_background-attachment:fixed;   underscore for ie, but ignored by compliant browsers   */

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(youth/images/z_pg_bg.jpg) center repeat-y;
	margin: 0; padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:809px;
	}
.twoColFixLtHdr #container { 
	width: 927px; height:809px;
	background: #666; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative; left:1px; z-index:0;
	} 
.twoColFixLtHdr #header {
	width: 927px; height:165px;
	background: #ffffff url(youth/images/z_hdr_BG.jpg) top no-repeat;
	margin:0; padding: 0;
	} 
#nav2 {
	float:right;
	padding:0 8px;
	}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 401px;
	padding: 0 61px 0 10px;
	height: 566px;
	background: #FFFFFF url(youth/images/z_cont_BG.jpg) no-repeat;
	background-position: right top;
	} 
.twoColFixLtHdr #sidebar {
	width: 401px; float: left; /* since this element is floated, a width must be given */
	color:#ffffff;
	font-size: 90%;
	padding: 0;
	position: absolute; top: 0px; right:526px; z-index:1000;
	_right:525px;
	}
.twoColFixLtHdr #footer {
	padding: 0;
	background: url(youth/images/z_ft_bg.jpg) no-repeat top;
	height:78px;
	} 
h1, .h1 {
	text-align:center;
	color:#B90022;
	font-size:24px;
	}
h2, .h3 {
	color:#B90022;
	font-size:18px;
	font-weight:bold;
	}
h3, .h3 {
	color:#B90022;
	font-size:14px;
	}
h6, .h6 {
	color:#B90022;
	font-size:14px;
	border-top: 2px #244095 solid;
	}
.right {
	text-align:right;
	}
#mainContent img {
	margin:10px;
	border-top: 6px #6B2400 solid;
	border-bottom: 6px #6B2400 solid;
	padding:0;
	}
#sidebar img {
	margin:0;
	border:0;
	padding:0;
	}
.twoColFixLtHdr #sidebar p {
	padding: 0 80px 0 40px;
	}
#mainContent img.spacer {
	margin:0;
	border: none;
	}
.callout1 {
	background-color:#cecece; 
	width:60%; margin:10px 15%; padding:0 5%; 
	border-top: 6px #4D70BC solid;
	border-bottom: 6px #4D70BC solid;
	}
#nav2 img {
	padding:0 5px;
	}
#footer_text {
	text-align:center;
	color:#993300;
	font-size: 90%;
	padding: 20px 10px 0 340px;
	text-shadow: -2px -2px 2px #000, 1px 1px 2px #000; /*X Y blur color*/
	}
#footer_text a:link, #footer_text a:visited {
	color:#FE9018;
	text-decoration:underline;
	}
#footer_text a:hover, #footer_text a:active {
	color: #fff;
	text-decoration:none;
	}
.fltrt { 
	float: right;
	margin-left: 8px;
	}
.fltlft { 
	float: left;
	margin-right: 8px;
	}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
/*---- SD MENU ----*/
div.sdmenu {
	position: absolute; top:453px; left: 0; z-index:2000;
	width: 250px; height:340px; float: left;
	overflow:hidden;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-right: 50px;
	margin-left: 50px;
	color: #fff;
	}
div.sdmenu div {
	overflow: hidden;
	}
div.sdmenu div.collapsed {
	height: 25px;
	}
div.sdmenu div span {
	display: block;
	padding: 3px 25px;
	font-weight: bold;
	color: fff;
	background: url(test/sdmenu/sdmenu/expanded.gif) no-repeat 10px center;
	cursor: default;
	}
div.sdmenu div.collapsed span {
	background-image: url(test/sdmenu/sdmenu/collapsed.gif);
	}
div.sdmenu div a, div.sdmenu a:link, div.sdmenu a:visited {
	padding: 3px 40px;
	display: block;
	text-decoration: none;
	color: #fff;
	}
div.sdmenu div a.current {
	}
div.sdmenu div a:hover, div.sdmenu a:hover {
	background : url(test/sdmenu/sdmenu/linkarrow.gif) no-repeat right center;
	color:#FFCC33;
	text-decoration: none;
	text-shadow: 0px 2px 2px #000; /*X Y blur color*/
	}

