/* general reset */
body{
	margin:0;
	color:#5A471B;
	font:13px Arial, Helvetica, sans-serif;
	background:url(../images/wood-bg.jpg) center top no-repeat fixed #cd8201;
}
#arts .bg-image {
	background:url(../images/bg-arts.png) center 100px no-repeat;
}
#athletics .bg-image {
	background:url(../images/bg-athletics.png) center 100px no-repeat;
}
#jr-sr .bg-image {
	background:url(../images/bg-jr-sr.png) center 100px no-repeat;
}
#elementary .bg-image {
	background:url(../images/bg-elementary.png) center 100px no-repeat;
}
#early .bg-image {
	background:url(../images/bg-early.png) center 100px no-repeat;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* general settings */
#wrapper{
	width:1000px;
	margin:0 auto;
	position:relative;
	padding-top:36px;
}
/* header */
#header{
	padding:30px 27px 0;
	background:url(../images/bg-header.png) no-repeat;
	height:1%;
	overflow:hidden;
}
.header-holder{
	height:1%;
	overflow:hidden;
	padding:0 75px 2px 10px;
}
#header .logo{
	width:247px;
	height:84px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	z-index:100;
}
#header .logo a{
	height:100%;
	display:block;
	position:relative;
	background:url(../images/logo.png) no-repeat;
	cursor:pointer;
}
#header .scripture{
	width:305px;
	height:21px;
	text-indent:-9999px;
	background:url(../images/text-scripture.png) no-repeat;
	float:right;
	margin:37px 0 0;
}
/* main navigation */
#nav{
	margin:0 23px 0 23px;
	padding:0;
	list-style:none;
	font:13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow:hidden;
	height:1%;
}
#nav li{
	float:left;
	text-align:center;
	height:34px;
}
#nav li a{
	display:block;
	background:url(../images/bg-nav-left.gif) no-repeat 0 -34px;
	position:relative;
	color:#fff;
}
#nav li a span{
	background:url(../images/bg-nav-right.gif) no-repeat 100% -34px;
	display:block;
	padding:12px 0 6px;
}
#nav li a:hover,
#nav li.active a{
	text-decoration:none;
	background-position:0 0;
	color:#5a471b;
}
#nav li a:hover span,
#nav li.active a span{background-position:100% 0;}
#main{
	background:url(../images/bg-main.png) repeat-y;
	padding:0 27px;
	height:1%;
	overflow:hidden;
}
/* section welcome */
.section{background:url(../images/bg-section.gif) repeat-y;}
.section-holder{
	background:url(../images/bg-top-main.jpg) no-repeat;
	overflow:hidden;
	padding:20px 38px 13px 71px;
	height:1%;
}
.section-holder:after{
	display:block;
	clear:both;
	content:"";
}
.block{
	width:265px;
	float:left;
	padding:48px 0 0;
	line-height:18px;
	word-spacing:3px;
}
.block p{margin:0 0 13px;}
.block .harding{
	margin:0 0 0 -3px;
	width:274px;
	height:40px;
	background:url(../images/text-harding-is-foreve.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.block .learn-more{
	font-size:11px;
	color:#5a471b;
	background:url(../images/arrow-double.gif) no-repeat 0 50%;
	padding:0 0 0 20px;
	margin:0 0 0 17px;
	letter-spacing:1px;
	word-spacing:-1px;
}
/* slider */
.slider{
	width:553px;
	float:right;
	background:url(../images/bg-slider.png) no-repeat;
}
.slider-holder{
	position:relative;
	padding:21px 0 22px 19px;
}
.slider ul{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	height:328px;
}
.slider ul li.active{z-index:2;}
.slider ul li{
	position:absolute;
	top:0;
	left:0;
	width:517px;
	height:328px;
}
.paperclip{
	width:33px;
	height:82px;
	text-indent:-9999px;
	background:url(../images/bg-paperclip.png) no-repeat;
	position:absolute;
	top:-13px;
	right:18px;
	z-index:20;
}
/* main content */
#content{
	background:url(../images/bg-content.gif) no-repeat;
	width:100%;
	overflow:hidden;
}
.leftimage {
	float: left;
	margin-right: 10px;
}

.rightimage {
	float: right;
	margin-left: 10px;
}
.content-holder{
	background:url(../images/bg-content-holder.gif) no-repeat 0 100%;
	width:1010px;
	overflow:hidden;
	padding:0 0 14px 22px;
}
.info-box{
	width:333px;
	float:left;
	color:#000;
	padding:18px 25px 0 0;
}
.short{
	width:263px;
	padding-right:28px;
}
.info-box h3{
	margin:0 0 16px;
	font-size:26px;
	line-height:30px;
	font-weight:normal;
	color:#5a471b;
}
.news-box{font-size:14px;}
.info-box .more{
	font-weight:bold;
	color:#5a471b;
}
.news-box .date{
	font-style:normal;
	color:#5a471b;
	font-size:12px;
	font-weight:bold;
}
.news-box p{margin:0 0 10px;}
/* switcher slider */
.gallery .slide{
	margin:0 0 5px;
	padding:0;
	list-style:none;
	position:relative;
	height:197px;
}
.gallery .slide li.active{z-index:2;}
.gallery .slide li{
	position:absolute;
	left:0;
	top:0;
	width:332px;
	height:197px;
}
.gallery .slide img{
	display:block;
	border:1px solid #81724f;
}
.gallery .slide div.slider-text div{
	padding:5px 26px 5px 28px;
	width:277px;
	overflow:hidden;
}
.gallery .slide div.slider-text{
	position:absolute;
	bottom:0;
	left:0;
	background:url(../images/bg-gallery-text-block.png) no-repeat;
	color:#fff;
	font-size:14px;
	width:100%;
	line-height:13px;
	overflow:hidden;
}
.gallery div p{margin:0;}
.switcher{
	margin:0 0 0 -3px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.switcher li{float:left;}
.switcher li a{
	display:block;
	background:url(../images/bg-switcher.gif) no-repeat;
	height:27px;
	width:26px;
	overflow:hidden;
	font-family: verdana;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-indent:1px;
	line-height:27px;
}
.switcher li.active a,
.switcher a:hover{
	background-position:0 -27px;
	text-decoration:none;
}
/* widgets */
.widgets{
	width:257px;
	overflow:hidden;
	list-style-type:none;
	padding:17px 0 0;
	margin:0;
}
.widgets li{
	margin:0 0 10px;
}
.widgets li a{
	display:block;
	width:257px;
	height:65px;
	overflow:hidden;
	background:url(../images/bg-widgets-new.gif) no-repeat;
	text-indent:-9999px;
}
.widgets a.e-newsletters {
	background-position:0 0;
}
.widgets a:hover.e-newsletters {
	background-position:-257px 0;
}
.widgets a.e-news-sign-up {
	background-position:0 -455px;
}
.widgets a:hover.e-news-sign-up {
	background-position:-257px -455px;
}
.widgets a.calendars {
	background-position:0 -65px;
}
.widgets a:hover.calendars {
	background-position:-257px -65px;
}
.widgets a.powerschool {
	background-position:0 -130px;
}
.widgets a:hover.powerschool {
	background-position:-257px -130px;
}
.widgets a.support-harding {
	background-position:0 -195px;
}
.widgets a:hover.support-harding {
	background-position:-257px -195px;
}
.widgets a.admissions-packet {
	background-position:0 -260px;
}
.widgets a:hover.admissions-packet {
	background-position:-257px -260px;
}
.widgets a.view-book {
	background-position:0 -325px;
}
.widgets a:hover.view-book {
	background-position:-257px -325px;
}
.widgets a.summer-harding {
	background-position:0 -390px;
}
.widgets a:hover.summer-harding {
	background-position:-257px -390px;
}
.widgets a.bulletin {
	background:url(../images/widgets-bulletin.gif) no-repeat;
}
.widgets a:hover.bulletin {
	background-position:-257px 0;
}


/* blue bottom section */
.container{
	background:#002a70 url(../images/bg-container.gif) no-repeat;
	overflow:hidden;
	color:#fff;
	font-weight:bold;
	padding:14px 0 24px;
	height:1%;
}
.container h3{
	margin:0;
	font-size:26px;
	line-height:30px;
	color:#faf0d6;
	font-weight:normal;
	background:url(../images/bg-heading.gif) repeat-x 0 100%;
	padding:0 0 19px 23px;	
}
.navigation{
	padding:13px 0 0 23px;
	overflow:hidden;
	line-height:13px;
}
.nav-box{
	width:207px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.nav-box li{padding:0 0 13px;}
.nav-box li a{color:#fff;}
.nav-box .heading{margin:0 0 13px;}
.nav-box ul{
	margin:0;
	padding:0;
	list-style:none;
}
.long{
	padding:0 0 0 25px;
	width:189px;
}
.nav-box ul li{
	position:relative;
	padding:0;
}
.nav-box ul li a{color:#0099ff;}
.twitter{
	position:absolute;
	right:-56px;
	top:-34px;
	width:62px;
	height:48px;
	background:url(../images/ico-twitter.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.facebook{
	position:absolute;
	right:-22px;
	top:-19px;
	width:35px;
	height:35px;
	background:url(../images/ico-facebook.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
/* inner content */
.content{
	width:598px;
	float:left;
	line-height:18px;
	word-spacing:-1px;
}
.content .heading-band,
.content .heading-high{
	margin:0 0 8px;
	text-indent:-9999px;
	background:url(../images/text-band.gif) no-repeat;
	overflow:hidden;
	height:31px;
	border-bottom:1px solid #5a471b;
	padding:0 0 9px;
}
.content .heading-high{
	height:40px;
	background:url(../images/text-sr.High.gif) no-repeat;
	padding:0;
	margin:0 0 20px;
}
.content .heading-elementary{
	height:40px;
	background:url(../images/text-elementary.gif) no-repeat;
	padding:0;
	margin:0 0 20px;
}
.content .heading-early-childhood{
	height:40px;
	background:url(../images/text-early-childhood.gif) no-repeat;
	padding:0;
	margin:0 0 20px;
}
.content .heading-about-us{
	height:40px;
	background:url(../images/text-about-us.gif) no-repeat;
	padding:0;
	margin:0 0 20px;
}
.content .heading-athletics{
	height:40px;
	background:url(../images/text-athletics.gif) no-repeat;
	padding:0;
	margin:0 0 20px;
}
.content .heading-arts{
	height:40px;
	background:url(../images/text-arts.gif) no-repeat;
	padding:0;
	margin:0 0 20px;
}
.content .heading-admissions{
	height:40px;
	background:url(../images/text-admissions.gif) no-repeat;
	padding:0;
	margin:0 0 20px;
}	
.content .heading-academics{
	height:40px;
	background:url(../images/text-academics.gif) no-repeat;
	padding:0;
	margin:0 0 20px;
}
.content .heading-alumni{
	height:40px;
	background:url(../images/text-alumni.gif) no-repeat;
	padding:0;
	margin:0 0 20px;
}
.content .heading-support-harding{
	height:40px;
	background:url(../images/text-support-harding.gif) no-repeat;
	padding:0;
	margin:0 0 20px;
}
.content .image{
	display:block;
	margin:0 0 22px;
}
#content .sub{
	width:906px;
	padding:31px 0 14px 40px;
}
.content h1{
	margin:0;
	font-size:14px;
	color:#463816;
	word-spacing:2px;
}
.content p{margin:0 0 17px;}
/* inner sidebar */
#sidebar{
	width:257px;
	float:right;
	padding:40px 15px 0 0;
}
.links,.links ul{
	margin:0;
	padding:1px 0 8px; 
	list-style:none;
	font-size:18px;
	background:url(../images/bg-line.gif) no-repeat;
	height:1%;
}
.links li{
	background:url(../images/bg-line.gif) no-repeat 0 100%;
	padding:0 0 1px;
}
.links li.selected{background:none;}
.links li a{
	color:#5a471b;
	display:block;
	padding:2px 0 2px 11px;
}
.links li a:hover{
	background:url(../images/bg-links-active.gif) repeat-y;
	text-decoration:none;
}
.links ul{
	margin:0 0 -1px;
	padding:1px 0 0;
}
.links ul a{padding:2px 0 2px 44px;}
#sidebar .widgets{margin:0 0 0 -3px;}
.sub .slider{
	float:none;
	margin:0 0 39px; 
}
.content p a{
	color:#9f1d2a;
	font-weight:bold;
}
/* red footer */
#footer{
	background:url(../images/bg-footer-bottom.png) no-repeat;
	overflow:hidden;
	color:#fff;
	padding:29px 0 25px 46px;
	font-weight:bold;
	height:1%;
}
#footer p{margin:0 0 1px;}
#footer address{
	font-style:normal;
	color:#d2c19d;
	font-weight:normal;
	margin:0 0 40px;
	padding:0;
}
