body{
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
h1{
	font-family: Georgia, Times New Roman, serif;
	font-size:26px;
	color:#991b1e;
	font-weight:normal;
	border-bottom: 1px solid #637686;
	padding-bottom:4px;
	padding-top:8px;
}
h2{
	font-family: Georgia, Times New Roman, serif;
	font-size:18px;
	color:#2374b0;
	font-weight:normal;
	padding-bottom:2px;
	padding-top:12px;
}
h3{
	font-family: Georgia, Times New Roman, serif;
	font-size:15px;
	color:#2374b0;
	font-weight:normal;
	padding-bottom:2px;
	padding-top:12px;
}
h4{
	font-family: Georgia, Times New Roman, serif;
	font-size:13px;
	color:#2374b0;
	font-weight:normal;
	padding-bottom:2px;
	padding-top:12px;
}
h5{
	font-family: Georgia, Times New Roman, serif;
	font-size:13px;
	color:#2374b0;
	font-weight:normal;
	padding-bottom:2px;
	padding-top:12px;
}
h6{
	font-family:Georgia, Times New Roman, serif;
	font-size:12px;
	color:#FF0000;
}
#container{
	width:910px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#hdr{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/hdrBg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#hdr img{
	display:block;
	margin-right: auto;
	margin-left: auto;
	padding-right:14px;
	vertical-align:text-bottom;
}

/*Begin Main Navigation*/
#navs{
	background-image: url(../images/nav.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
ul#mainNav{
	list-style-type: none;
	width: 860px;
	height:36px;
	text-align:center;
	background-image: url(../images/navBg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position:relative;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}
ul#mainNav li{
	position:absolute;
	margin:0;
	height:36px;
	display:inline;
}
ul#mainNav li a{
	height:36px;
	display:block;
	float:left;
	text-decoration:none;
	color:#ccc;
	text-transform:uppercase;
	font-family:Georgia, Times New Roman, serif;
	font-size: 12px;
	line-height:15px;
	font-weight:normal;
	letter-spacing: 1px;
	padding-top:10px;
}
li#mn1{	left:47px; width:110px;}
li#mn2{	left:157px; width:92px;}
li#mn3{	left:249px; width:106px;}
li#mn4{	left:483px; width:121px;}
li#mn5{	left:604px; width:114px;}
li#mn6{	left:718px; width:118px;}
li#mn1 a{ width:110px;}
li#mn2 a{ width:92px;}
li#mn3 a{ width:106px;}
li#mn4 a{ width:121px;}
li#mn5 a{ width:114px;}
li#mn6 a{ width:118px;}
li#mn1 a:hover{ background: transparent url(../images/navBg.jpg) no-repeat -37px -36px; color:#fff;}
li#mn2 a:hover{ background: transparent url(../images/navBg.jpg) no-repeat -157px -36px; color:#fff;}
li#mn3 a:hover{ background: transparent url(../images/navBg.jpg) no-repeat -249px -36px; color:#fff;}
li#mn4 a:hover{ background: transparent url(../images/navBg.jpg) no-repeat -483px -36px; color:#fff;}
li#mn5 a:hover{ background: transparent url(../images/navBg.jpg) no-repeat -604px -36px; color:#fff;}
li#mn6 a:hover{ background: transparent url(../images/navBg.jpg) no-repeat -718px -36px; color:#fff;}

/*End Main Navigation*/

#wrapper{
	background-image: url(../images/wrapperBg.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	padding-top:0px;
}
#content{
	width: 860px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:0px;
	background-attachment: scroll;
	background-image: url(../images/leftContentBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#content a{
	color:#2374b0;
	text-decoration:underline;
}
#content a:hover{
	color:#2374b0;
	text-decoration:none;
}
#hdrImg{
	background-image: url(../images/imgUnderline.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 228px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#hdrImg img{
	width:860px;
}
#leftContent{
	float: left;
	width: 537px;
	padding-left:10px;
	padding-right:20px;
	text-align:left;
	padding-bottom:40px;
}
#leftContent p{
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	padding-bottom:5px;
	padding-top:5px;
}	
#leftContent ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #991B1F;
	margin-left: 12px;
	list-style-type:disc;
}
#leftContent ul li{
	color:#000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
#leftContent ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #991B1F;
	margin-left: 2px;
	list-style-type:upper-alpha;
}
#leftContent ol li{
	color:#000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
#rightContent{
	width:293px;
	float:right;
}
#rightContent img{
	margin-top:10px;
}
#rightContent h1{
	font-family: Georgia, Times New Roman, serif;
	font-size:26px;
	color:#ffffff;
	font-weight:normal;
	border-bottom: 1px solid #ffffff;
	padding-bottom:6px;
	padding-top:8px;
	margin-left:8px;
	width:273px;
}
#calendar{
	background-image: url(../images/calendarBtmBg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 293px;
	padding-bottom:21px;
}
#calendarContent{
	background-image: url(../images/calendarTopBg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#2474b0;
	text-align:left;
}
#calendarContent p{
	width:273px;
	margin-right:auto;
	margin-left:auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#ffffff;
	border-bottom: 1px solid #ffffff;
	padding-bottom:8px;
	padding-top:8px;
}
#hotspot {

}
#spotlights{	
	width:220px;
	padding-bottom:25px;
	margin-left:auto;
	margin-right:auto;
}
#spot1{
	width:220px;
	height:68px;
	margin-top:20px;
	background-image: url(../images/spot1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#spot2{
	width:220px;
	height:68px;
	margin-top:10px;
	background-image: url(../images/spot2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#spot1 a{
	text-indent:-9999px;
	height:68px;
	display:block;
}
#spot2 a{
	text-indent:-9999px;
	height:68px;
	display:block;
}
#spot1 a:hover{
	background: url(../images/spot1.gif) no-repeat 0 -68px;
}
#spot2 a:hover{
	background: url(../images/spot2.gif) no-repeat 0 -68px;
}
#googleMap{
	padding-top:20px;
}
#btm{
	background-attachment: scroll;
	background-image: url(../images/btm.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	height:89px;
	margin-right: auto;
	margin-left: auto;
}
#btm img{
	width:411px;
	margin-left:auto;
	margin-right:auto;
	padding-top:8px;
}
#ftr{
	clear: both;
	color: #9e958b;
	width:880px;
}
#copyright {
	float: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-left:20px;
	padding-top:6px;
	padding-bottom:25px;
}
#mass {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom:25px;
}
#mass img{
	padding-bottom:2px;
}


/*Form*/
#studentInfo{
	float:left;
	width:255px;
}
#parentInfo{
	float:left;
	width:245px;
	padding-left:10px;
}
#parentInfo2{
	clear:both;
	padding-top:35px;
}
#parentInfo2Left{
	float:left;
	width:255px;
}
#parentInfo2Right{
	float:left;
	width:245px;
	padding-left:10px;
	padding-top:95px;
}
#contactForm{
}
#contactForm em{
	font-family:Georgia, Times New Roman, serif;
	color:#c30c0c;
	font-size:11px;
}
#contactForm p{
	margin-left:0px;
	padding-left:0px;
}
label{
	font-family:Georgia, Times New Roman, serif;
	color:#555;
	font-size:12px;
	margin-top:15px;
	display:block;
	clear: both;
}
input{
	border:1px solid #777;
	padding:2px;
	margin-bottom:4px;
	width: 215px;
	display: block;
}
.radio{
	width:15px;
	margin-left:8px;
	margin-top:4px;
	padding-bottom:4px;
	display: inline;
}
textarea#otherComments{
	width:215px;
	padding:2px;
	margin-left:4px;
	height:13px;
}
textarea{
	border:1px solid #777;
	padding:2px;
	width:215px;
	height:75px;
	clear:both;
}
#button{
	width:50px;
	background-color:#ececec;
	border:1px solid #999;
	color:#000;
	cursor:hand;
	cursor:pointer;
}
.checkboxtag {
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}
