/*CSS RESET*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*STYLES*/

body {
    background: #9cafad url(../images/body_bg.png) repeat-x top left;
    color: #3b3b3b;
}

a{
    outline: none;
    text-decoration:none;
    color: #9cafad;
}

p{
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #3b3b3b;
    line-height: 1.34;
    margin-bottom: 20px;
}

h6{
    font-size: 11px;
    font-family: 'HelveticaNeueLight', Arial, sans-serif;
    line-height: 1.2;
}
strong, b {
	font-weight: bold;
}
.last {margin-right: 0 !important;}
.block {display: block;}

/*HEADER*/

#header{
    background: url(../images/header_bg.jpg) no-repeat top center;
    width: 1116px;
    height: 228px;
    margin: 0 auto;
    position: relative;
}

#header h1 a {
    background: url(../images/logo.png) no-repeat top left;
    width: 288px;
    height: 77px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    left: 50px;
    top: 36px;
}

#mainNav{
    list-style: none;
    position: absolute;
    right: 117px;
    top:0;
}
#mainNav li{
    width: 120px;
    height: 121px;
    line-height: 125px;
    float: left;
    text-align: center;
    position: relative;
    margin: 0 -5px;
}

#mainNav li#history, #mainNav li#gallery {margin-left: -22px;}
#mainNav li#floorplans, #mainNav li#contact {margin-left: -12px;}
#mainNav li.wide{
    width: 136px;
}
#mainNav li.active{
    background: url(../images/active_nav.png) no-repeat top left;
}
#mainNav li.wide.active{
    background: url(../images/active_nav_wide.png) no-repeat top left;
}
#mainNav li a{
    color: #fff;
    text-decoration: none;
    font-family: 'Times New Roman', serif;
    font-size:20px;
    text-shadow: 1px 1px 3px #000;
	outline: none;
}

/*MAIN STYLES*/
#sideBar h6 {color: #555555;
    font-size: 15px;
}

#content{
    background: url(../images/content_bg.png) no-repeat bottom center;
    width: 917px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 54px;
}
.floorplans #content {
    padding-bottom: 88px;
}
.history #content{
    padding-bottom: 59px;

}
.contact #content{
    padding-bottom: 132px;

}
#content ul {
    list-style: disc outside none;
    margin-bottom: 20px;
    padding: 8px 0 8px 28px;
}

#content li{
    font-size: 15px;
    font-family: 'HelveticaNeue', Arial, sans-serif;
    padding: 3px 0;
    line-height:1.2;
    text-indent: 0;
    color: #555555;
}

#banner {
    background: url(../images/home/slider/bg.png) no-repeat left top;
    margin: -103px auto 0;
    width: 915px;
    padding: 10px 10px 0;
    position: relative;
    z-index: 50;
}

body.contact #banner, body.history #banner, body.floorplans #banner {
    height: 145px;
}
body.gallery #banner {
	height: 144px;
}
#banner img {
    width: 915px;
    height: 145px;
}
#mainContent {
    width: 515px;
    padding: 30px 30px 0 34px;
    float: left;
}

#mainContent img{

}
#mainContent h2, #sideBar h3{
    color: #9f8582;
    font-size: 25px;
    margin-bottom: 15px;
    font-style: italic;
}

#mainContent h2 {
    margin-left: 3px;
}

#sideBar h3 {margin-bottom: 22px;}
#sideBar {
    width: 270px;
    padding: 30px 0 0 35px;
    padding-right: 0;
    float: left;
}


/*HOME PAGE*/

#slider1 {
    height: 265px;
    position: relative;
    overflow: hidden;
    background: none;
    display: block;
}
#slider1, #slider1 li {
    margin: 0;
    padding: 0;
    height: 265px;
}

#slider1 li img {
    width: 915px;
    height: 265px;
}

#slider1 li a {
    display: block;
}

.bx-pager {
    position: absolute;
    right: 21px;
    bottom: 11px;
    z-index: 1000;
}

.bx-pager .pager-link{
    background: url(../images/home/slider/pager.png) no-repeat 0 0;
    width: 13px;
    height: 13px;
    display: inline-block;
    text-indent: -9999px;
    outline: none;
    margin: 0 3px 0 4px;
}
.bx-pager .pager-link.pager-active{
    background-position: 0 -13px;
}

#welcome {
    background: url(../images/home/welcome.png) no-repeat top left;
    width: 397px;
    height: 26px;
    display: block;
    text-indent: -9999px;
}

#welcomeImage{
    margin: 25px 0 0 3px;
}
#viewPlans {
    display: inline-block;
    margin: -3px 0 7px -3px;

}

/*HISTORY PAGE*/
#historyHeader {
    background: url(../images/history/worsham_school_history.png) no-repeat top left;
    width: 267px;
    height: 26px;
    display: block;
    text-indent: -9999px;
}
#photos {
    background: url(../images/history/photos.png) no-repeat top left;
    width: 75px;
    height: 20px;
    display: block;
    text-indent: -9999px;
}
#content #photoThumbs{
    padding-left: 0;
    padding-top: 4px;
}

#photoThumbs li {
    list-style: none;
    line-height: 0;
    margin-bottom: 11px;
}

#photoThumbs li img {
    border: 3px solid #fff;
    -webkit-box-shadow:  0px 0px 3px #000000;
    box-shadow:  0px 0px 3px #000000;
}
/*CONTACT PAGE*/


#content #contactInfo {padding-top: 0; padding-left:34px;}
#contactInfo li{
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding-top: 0;
    line-height: 1.4;
    text-indent: 0;
    padding-left: 0;
    padding-bottom: 10px;
}
#contactInfo li.withIcon{
    padding-left: 31px;
}
#contactInfo li.envelope{
    background: url("../images/contact/envelope.png") no-repeat scroll 0px 4px transparent;
    line-height: 1.3;
    padding-bottom: 5px;
}
#contactInfo li.phone{
    background: url("../images/contact/phone.png") no-repeat scroll left 5px transparent;
    line-height: 1.8;
    padding-bottom: 4px;
}
#contactInfo li.email{
    background: url("../images/contact/email.png") no-repeat scroll left 3px transparent;
}

/*FLOOR PLANS*/

#floorplansHeader {
    background: url(../images/floorplans/floorplans.png) no-repeat top left;
    width: 124px;
    height: 26px;
    display: block;
    text-indent: -9999px;
}
#content #floorplanList{
    padding-left: 0;
    position: relative;
    overflow: hidden;
    padding-top: 4px;
}
#floorplanList li{
    float:left;
    margin: 0 22px 19px 0;
    list-style: none;
    color: #3b3b3b;
    padding: 0;
    text-indent: 0;
}
.no-boxshadow #floorplanList li{
    margin: 0 12px 11px 0;
}
#floorplanList a{
    display: block;
}
#floorplanList a img{
    width: 154px;
    height: 99px;
    -moz-box-shadow: 0 1px 3px #999999;
    -webkit-box-shadow: 0px 1px 3px #999;
    box-shadow: 0px 1px 3px #999;
}

.no-boxshadow #floorplanList a{
    width: 162px;
    height: 106px;
    background: url(../images/floorplans/shadow.png) no-repeat top left;
    text-align: center;
    padding-top: 2px;
}
#floorplanList h4{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #3b3b3b;
    margin-top: 8px;
    line-height: 1.11;
    margin-left: 0;
}
.no-boxshadow #floorplanList h4{
    margin-left: 1px;
}
#floorplanList h4 span{
    font-weight: bold;
    padding-left: 0;
}

/* GALLERY PAGE */
h2#galleryHeader {
	background: url(../images/gallery/photogallery.png) no-repeat 0 0;
	width: 148px;
	height: 26px;
	text-indent: -9999px;
}
#content #galleryImages {
	list-style: none;
	padding: 0;
	margin: 0;
}
#galleryImages li{
	margin: 0 20px 20px 0;
	float: left;
	padding: 0;
	line-height: 1;
}
#galleryImages li a{
	display: block;
	padding: 5px;
	background: #fff;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    box-shadow: 0 1px 3px #999;
	position: relative;
	behavior: url(PIE.htc);
}
#galleryImages li img{

}

/*FOOTER*/

#footer {
    width: 917px;
    margin: 0 auto;
    padding: 0 10px 20px 0;
    margin-top: 2px;
}#footer h5{
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

#footer h5 a{
    color: #fff;
	text-decoration:none;
}

#footer h5 a:hover{
    color: #fff;
	text-decoration:underline;
}

iframe {
    border: 2px solid #ccc;
    margin: 10px 0 20px 30px;
}

label {
    display: block;
    float: left;
    width: 200px;
}

input.text, textarea {
    width: 200px;
}

#submit {
    margin-left: 200px;
}

.history-images img {
    display: block;
    padding: 5px;
    margin: 5px auto;
    background: #fff;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    box-shadow: 0 1px 3px #999;
}