body  {
  background-color: #F7F7F7;
  font: 14px Helvetica, Sans-Serif;
  text-align:center;
  margin-top: 0;
  padding-top: 19px;
}

.spacer {
  background-color: #F7F7F7;
  padding-top:20px;
}

.clear {clear: both;}

#page-wrap	{
  width: 900px;
  margin: 0 auto;
  text-align: center;
  background-color: white;
}

.boxtop {
  background-image: url('../Images/box_bgtop.png');
}

.boxbottom {
  background-image: url('../Images/box_bgbottom.png');
}

#page-wrap .box {
background-image:url('../Images/box_bg.gif');
background-repeat:repeat-y;
text-align:left;
}

.content {
padding-left:20px;
padding-right:20px;
}

.footer {
  padding-top:30px;
  background-color: #F7F7F7;
}



ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 36px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	background: url(../Images/nav_logo.png) no-repeat;
	width: 150px;
}
ul#topnav a.after {
	background: url(../Images/nav_after.png) no-repeat;
	width: 150px;
}
ul#topnav a.SAT {
	background: url(../Images/nav_SAT.png) no-repeat;
	width: 150px;
}
ul#topnav a.summer {
	background: url(../Images/nav_summer.png) no-repeat;
	width: 150px;
}
ul#topnav a.contact {
	background: url(../Images/nav_contact.png) no-repeat;
	width: 150px;
}
ul#topnav a.music {
	background: url(../Images/nav_kwanmusic.png) no-repeat;
	width: 150px;
}
ul#topnav a.collegeprep {
	background: url(../Images/nav_collegeprep.png) no-repeat;
	width: 150px;
}
ul#topnav a.about {
	background: url(../Images/nav_about.png) no-repeat;
	width: 150px;
}
ul#topnav a.contact_rightend {
	background: url(../Images/nav_contact_rightend.png) no-repeat;
	width: 150px;
}
ul#topnav a.welcome {
	background: url(../Images/nav_welcome.png) no-repeat;
	width: 150px;
}





ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 36px; left: -1;
	z-index: 99999;
	/* background: #344c00 url(sub_bg.png) repeat-x; /*--Background gradient--*/
	background: #525051 url(../Images/sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 10px 0px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(../Images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-align:left;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}

.navsubsmall {
    font-size: 0.7em;
}

.h1title {
	color: gray;
	font-family: 'Tempus Sans ITC';
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
        margin-bottom: 0;
}

.reglistelement {
  padding:6px;
}

.enrollment-btn {
	width: 188px;
	height: 32px;
	border-radius: 15px;
}
