
/*
---------------------------
Centreville - template B styles
author: Dave Kobrenski/BBM Designs
http://www.bbmdesigns.com
version: 30 aug 2007
---------------------------
*/

#wholepage {
	background: url("http://files.centrevilleschool.org/random.php?dir=web_images/strengths&resize=crop&w=780&h=531") no-repeat center top;
	height: 530px;
}

#header h1 a {
	background-color: #52BCC9;
}

#mainbody {
	height: 460px;
	background: none;
	position: relative;
}

#subnav {
	background-color: #fff;
	filter:alpha(opacity=80); /* IE's opacity*/
    opacity: 0.80;
}

#usercontent {
	width: 220px;
	padding: 14px;
	position: relative;
	z-index: 100;
	margin-left: 499px;
}

#bg {
	position: absolute;
	z-index: 90;
	top: 15px;
	right: 15px;
	background: #666666;
	filter:alpha(opacity=60); /* IE's opacity*/
    opacity: 0.60;
    height: 460px;
	width: 250px;
}

#buttons {
	display: block;
	position: absolute;
	top: 23px;
	right: 23px;
	z-index: 400;
	width: 20px;
	height: 20px;
}

#showText, #hideText {
	width: 20px;
	height: 20px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#hideText {
	background-image: url(img/close.png);
}

#showText {
	background-image: url(img/open.png);
}

#usercontent h3 {
	height: 11px;
	margin: 0 0 7px 0;
	background-position: left center;
	background-repeat: no-repeat;
}

#usercontent h3 span {
	display: none;
}

#usercontent p {
	font: 14px/1.6em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #fff;
	margin: 0 0 10px 0;
}

#subnav h4.subHead {
	width: 169px;
	padding: 0 0 5px 6px;
	border-bottom: 1px solid #BFBFC4;
}

#quicklinks {
	/* width: 363px; */
	position: absolute;
	right: -12px;
	bottom: -27px;
	/* left: 305px;
	bottom: -22px; */
	background-color: #1A1818;
	
	width: auto;
}

#wholepage #mainbody #quicklinks ul li {
	border-bottom: none;
}

#quicklinks li h6, #quicklinks li, #quicklinks li a {
	display: inline;
}


#footer{
	display: none;
}



