
/*
---------------------------
Centreville - template C
author: Dave Kobrenski/BBM Designs
http://www.bbmdesigns.com
version: 31 aug 2007
---------------------------
*/

#header h1 a {
	background-color: #FCAB36;
}

#mainbody {
	background: #fff;
	width: 749px;
	height: 460px;
	position: relative;
}

#usercontent {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	width: 246px;
	padding: 1px 10px 0px 4px;
	height: 403px;
	overflow: auto;
	color: #383738;
	position: absolute;
	top: 41px;
	left: 475px;
	z-index: 100;
}

#usercontent h3 {
	font-size: 13px;
	color: #E18026;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: -8px;
}

#usercontent ul {
	margin: 12px 0 12px 1px;
}

#usercontent ol {
	margin: 12px 0 12px 7px;
}

#bg {
	position: absolute;
	z-index: 10;
	top: 30px;
	right: 30px;
	background: #fff;
	filter:alpha(opacity=85); /* IE's opacity*/
    opacity: 0.85;
    height: 429px;
	width: 285px;
}

#userImg {
	position: absolute;
	z-index: 9;
	top: 16px;
	right: 16px;
	background: url(http://files.centrevilleschool.org/random.php?dir=web_images/contact&resize=crop&w=558&h=458) no-repeat right top;
	height: 458px;
	width: 558px;
}

#subnav {
	background-color: #E0E1E2;
	filter:alpha(opacity=99); /* IE's opacity*/
    opacity: 0.99;
}

#subnav h5 a {
	border-bottom: 1px solid #fff;
}

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

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

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

#footer{
	display: none;
}

#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);
}
