#page {
	padding: 26px;
	padding-bottom: 0;
	width: 895px;
	background-position: 256px 26px;
}

#logo {
	margin-top: 75px;
	margin-bottom: 108px;
	float: left;
}

#feature {
	width: 665px;
	height: 230px;
	float: right;
	display: block;
}

#feature a {
	display: block;
	margin: 5px 0 0 9px;
	color: #f062a4;
}

/* @group General */

.box {
	width: 180px;
	height: 187px;
	overflow: hidden;
	margin: 0 25px 25px 0;
	padding: 6px 12px 12px 13px;
	background: white;
	float: left;
	font-size: 12px;
	line-height: 1.4;
}

.box.col4 {
	margin-right: 0;
}

h2 {
	margin-bottom: 4px;
}

h2 a, h2.nolink {
	display: block;
	width: 180px;
	height: 34px;
	overflow: hidden;
	text-indent: -1000em;
}

.box a {
	color: black;
	text-decoration: underline;
}

.box .subnav {
	margin-bottom: 0;
}

/* @end */

/* @group Specific */

#rightnow a {
	text-decoration: none;
}

#rightnow a:hover {
	text-decoration: underline;
}

#apply a, #calendar, #calendar a {
	color: white;
	font-weight: normal;
}

#connect li {
	background: url(/i/home/lozenge.gif) no-repeat 0 bottom;
	margin-bottom: 5px;
	padding-bottom: 4px;
	line-height: 0;
}

#connect li a {
	background: url(/i/home/lozenge.gif);
	display: block;
	color: #dadbdb;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	padding-left: 7px;
	padding-top: 4px;
	margin: 0;
	letter-spacing: 1px;
}

#connect li.hover {
	background-position: right bottom;
}

#connect li.hover a {
	background-position: right 0;
	color: #231f20;
}

#calendar {
	padding-left: 0;
	padding-right: 0;
	width: 205px;
}

#calendar ul, #calendar h2 {
	margin: 0 12px 0 13px;
}

#calendar li {
	margin-bottom: 12px;
}

#calendar b {
	font-weight: normal;
	font-size: 12px;
}

/* @end */

/* @group Box BGs */

#connect, #calendar {
	background: #231f20;
}

#about {
	background: url(/i/home/about.jpg);
}

#dance {
	background: #f78f1e;
}

#music {
	background: #6eba66;
}

#visualarts {
	background: #00baf2;
}

#theatre {
	background: #ef59a1;
}

#academics {
	background: #6e68a6;
}

#students, #parents {
	background: #939598;
}

#apply {
	background: url(/i/home/apply.jpg);
}

/* @end */

/* @group Box titles */

#rightnow h2 {
	background-image: url(/i/home/heads/right_now.gif);
}

#connect h2 {
	background-image: url(/i/home/heads/connect.gif);
}

#about h2 {
	background-image: url(/i/home/heads/about.gif);
}

#calendar h2 {
	background-image: url(/i/home/heads/calendar.gif);
}

#dance h2 {
	background-image: url(/i/home/heads/dance.gif);
}

#music h2 {
	background-image: url(/i/home/heads/music.gif);
}

#visualarts h2 {
	background-image: url(/i/home/heads/visual_arts.gif);
}

#theatre h2 {
	background-image: url(/i/home/heads/theatre.gif);
}

#academics h2 {
	background-image: url(/i/home/heads/academics.gif);
}

#students h2 {
	background-image: url(/i/home/heads/students.gif);
}

#parents h2 {
	background-image: url(/i/home/heads/parents.gif);
}

#apply h2 {
	background-image: url(/i/home/heads/apply.gif);
}

/* @end */

/* @group Box images */

.box a.img {
	display: block;
	width: 180px;
	height: 150px;
}

.box a.img:hover {
	opacity: .8;
}

#dance .img {
	background-image: url(/i/home/photos/dance.jpg);
}

#music .img {
	background-image: url(/i/home/photos/music.jpg);
}

#visualarts .img {
	background-image: url(/i/home/photos/visual_arts.jpg);
}

#theatre .img {
	background-image: url(/i/home/photos/theatre.jpg);
}

#academics .img {
	background-image: url(/i/home/photos/academics.jpg);
}

/* @end */

#footer {
	margin: 0 auto;
	padding: 0 26px 26px;
	width: 895px;
	text-align: left;
}

#footer span {
	padding-left: 231px;
	display: block;
}

/* @group Hoverscroll */

/**
 *	HoverScroll Style Sheet
 *
 *	@author RasCarlito <carl.ogren@gmail.com>
 *	@version 0.2.0
 */

/* @group Main container */

div.hoverscroll {
	position: relative;
}

/* @end */

/* @group Hover zones */

div.hoverscroll div.hoverZoneLeft,
div.hoverscroll div.hoverZoneRight,
div.hoverscroll div.hoverZoneTop,
div.hoverscroll div.hoverZoneBottom {
	position: absolute;
}

div.hoverscroll div.hoverZoneLeft {
	cursor: url('/i/hs/mouse-arrow-left.cur'), w-resize;
	top: 0px;
	left: 0px;
	width: 40%;
	height: 100%;
}

div.hoverscroll div.hoverZoneRight {
	cursor: url('/i/hs/mouse-arrow-right.cur'), w-resize;
	top: 0px;
	right: 0px;
	width: 40%;
	height: 100%;
}

div.hoverscroll div.hoverZoneTop {
	cursor: url('/i/hs/mouse-arrow-up.cur'), n-resize;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40%;
}

div.hoverscroll div.hoverZoneBottom {
	cursor: url('/i/hs/mouse-arrow-down.cur'), n-resize;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40%;
}

/* @end */

/* @group Arrows */

div.hoverscroll div.arrowleft,
div.hoverscroll div.arrowright,
div.hoverscroll div.arrowtop,
div.hoverscroll div.arrowbottom {
	position: absolute;
	/*background-color: #ccc;*/
	background-position: 175px 2px;
	background-repeat: no-repeat;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div.hoverscroll div.arrowleft,
div.hoverscroll div.arrowright {
	top: 0px;
	width: 40px;
	height: 100%;
}

div.hoverscroll div.arrowleft {
	left: 0px;
	background-image: url('/i/hs/arrow-left-small.png');
}

div.hoverscroll div.arrowright {
	right: 0px;
	background-image: url('/i/hs/arrow-right-small.png');
}

div.hoverscroll div.arrowtop,
div.hoverscroll div.arrowbottom {
	left: 0px;
	width: 100%;
	height: 31px;
}

div.hoverscroll div.arrowtop {
	top: 0px;
	background-image: url('/i/hs/arrow-up-small.png');
}

div.hoverscroll div.arrowbottom {
	bottom: 0px;
	background-image: url('/i/hs/arrow-down-small.png');
}

/* @end */

/* @group List container */

div.hoverscroll div.listcontainer {
	overflow: hidden;
}

/* @end */

/* @group Actual list containing items */

div.hoverscroll ul.list {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group List items */

div.hoverscroll ul.list li.horizontal-item,
div.hoverscroll ul.list li.vertical-item {
	display: block;
	padding: 0;
}

div.hoverscroll ul.list li.horizontal-item {
	float: left;
}

div.hoverscroll ul.list li.vertical-item {
	
}

/* @end */

/* @end */