@charset "UTF-8";
/* CSS Document */

body.about_us #topnav #aAbout_Us, 
body.youth #topnav #aYouth, 
body.adult #topnav #aAdult, 
body.success #topnav #aSuccess, 
body.accreditation #topnav #aAccreditation, 
body.resources #topnav #aResources {
	/* color: #D49529; */
	color:#b727bf;
	background-color: #FFFFFF;
}
#topnav {
	font-size: 14px;
	color: #FFFFFF;
	/*background-image: url(../images/button_bckgrnd.gif);*/
	background: #522e91 url(../images/button_bckgrnd_purple.gif) repeat-x;
	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 6500;
	height: 27px;
	padding-left: 80px;
}

/* Color for bars between nav buttons*/

.blue-bold-text {
	color: #04AEFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.green-bold-text {
	color: #87D300;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.gold-bold-text {
	color: #F1AB00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.red-bold-text {
	color: #FC3D32;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.purple-bold-text {
	color: #B727BF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* /////////////////////// */

/* Change a:hover color for each division */

#right_nav_copy, 
#bottom_nav_only {
	line-height: 14px;
	color: #000000;
	font-weight: bold;
	width: 75px;
	padding: 24px 15px 10px 19px;
}
#right_nav_copy {
	margin-top: 30px;
}
#bottom_nav_only {
	margin-top: 147px;
}

#right_nav_copy a, 
#home_left_nav a, 
#bottom_nav_only a {
	color: #000000;
	text-decoration: none;
	padding-bottom: 2px;
}
#right_nav_copy a:hover, 
#home_left_nav a:hover, 
bottom_nav_only a {
	color: #FFFFFF;
}

#right_nav_copy ul, 
#bottom_nav_only ul {
	margin-left: 0px;
	padding-left: 10px;
}


/*Change a:hover color for each division */
#home_left_nav {
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}
#logo_holder {
	width: 100px;
	padding-left: 90px;
	height: 68px;
	float: left;
}
#extra_nav {
	float: right;
	width: 480px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 120px;
}

/* drop down menus */
#topnav ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	z-index: 6500;
	font-family: Arial, Helvetica, sans-serif;
}
#topnav li {
	position: relative;
	float: left;
	z-index: 6500;
}
#topnav li.main a {
	float: left;
	height: 19px;
	padding: 8px 6px 0px;
	text-decoration: none;
	font-size: 10px;
}
#topnav li.main a:link, #topnav li.main a:visited {
	color: #FFFFFF;
	font-size: 13px;
}
#topnav li.main a:hover {
	/*color: #D49529;*/
	color: #b727bf; /*b727bf   420080*/
	background-color: #FFFFFF;
}
/*Start of second-tier drop down lists*/
#topnav #nav li ul {
	display: none;
	width: 125px;
	position: absolute;
	top: 2.1em;
	left: 0;
	/*
	border-left: #D49529 solid 1px;
	border-right: #D49529 solid 1px;
	border-bottom: #D49529 solid 3px;
	border-top: #D49529 solid 1px;
	*/
	border:1px solid #b727bf;
	border-bottom:3px solid #b727bf;
	
	background-color: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
topnav #nav #subnav2 li ul {
	display: none;
	width: 125px;
	position: absolute;
	top: 2.1em;
	left: 300;
	/*
	border-left: #D49529 solid 1px;
	border-right: #D49529 solid 1px;
	border-bottom: #D49529 solid 3px;
	border-top: #D49529 solid 1px;
	*/
	border:1px solid #b727bf;
	border-bottom:3px solid #b727bf;
	
	background-color: #FFF;
	
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
#topnav #nav li.sub1 a, 
#topnav #nav #subnav2 li.sub2 a {
	color:#000000;
	width: 125px;
	padding: 7px 0px 7px 0px;
	font-size: 11px;
	text-decoration: none;
}
/*This sets the lists so they're nested under hovered list items*/
#topnav #nav li:hover ul.subnav, #topnav #nav li.over ul.subnav { 
	left: -1px;
	display: block;
}
#topnav #nav #subnav2 li:hover ul, #topnav #nav #subnav2 li.over ul { 
	left: 125px;
	display: block;
	top:0px;
}
#topnav #nav li.sub1 a:link, 
#topnav #nav li.sub1 a:visited,
#topnav #nav #subnav2 li.sub2 a:link, 
#topnav #nav #subnav2 li.sub2 a:visited  
{ color:#000; }
#topnav #nav li.sub1 a:hover, 
#topnav #nav #subnav2 li.sub2 a:link, 
#topnav #nav #subnav2 li.sub2 a:visited 
{ color:#000); }
#topnav #nav li.sub1 a:hover, 
#topnav #nav #subnav2 li.sub2 a:hover {
	/*color: #D49529;*/
	color:#b727bf;
}
	

