/* CSS Document */

/*GALLERY PAGE specific content styling.*/

h1, h2, h3, h4 {
	color:#d5ab5b;
}

h1 {
	color:#ffffff;
}

a {
	color:#ffde45;
}

a:hover {
	color:#d5ab5b;
	text-decoration:none;
}

a:visited {
	color:#d5ab5b;
}

span {
	background:url("../images/main/bg-header-gradient.png") center center repeat-x;
	height:32px;
	position:absolute;
	width:428px;
}

 #content-banner, #left-tagline, .floating-image {
	display:none !important;
	position:absolute !important;
	visibility:hidden !important;
}

#content-box {
	background:#000000;
}

#content {
	color:#ffffff;
	height:545px;
	margin:0 auto;
	padding:0;
	width:900px;
}

#content-box > #content {
	height:auto;
}

#content-footer {
	background:#545454;
	height:56px;
	margin:12px 0 0 0;
	width:917px;
}

#content-footer ul {
	line-height:0;
	list-style:none;
	margin:0;
	padding:14px 0 0 80px;
}

#content-footer li {
	float:left;
}

#content-footer a {
	background-position:0 0;
	display:block;
	height:28px;
}

#content-footer a:hover {
	background-position:0 28px;
}

#content-footer a.parent {
	background-image:url("../images/main/btn-parent-footer.gif");
	width:266px;
}

#content-footer a.student {
	background-image:url("../images/main/btn-student-footer.gif");
	width:275px;
}