/*=================================*/
/* Reset: E Meyers v1.0 | 20080212 */
/*=================================*/

html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*--------------------------*/
/* Layout & Structure       */
/*--------------------------*/

body {
	background: #beb5a4 url(../images/bg.png) repeat-x;
}

body.rd {
	background: #b64926 url(../images/bg_rd.png) repeat-x;
}

body.br {
	background: #a4907d url(../images/bg_br.png) repeat-x;
}

body.bl {
	background: #2c4b58 url(../images/bg_bl.png) repeat-x;
}

#wrapper {
	width: 100%;
	height: 100%;

}

#header {
	background: url(../images/header_home.jpg) no-repeat scroll center top;
	height: 226px;
}

#header.about {
	background: url(../images/header_about.jpg) no-repeat scroll center top;
}

#header.gallery {
	background: url(../images/header_gall.jpg) no-repeat scroll center top;
}

#header.news {
	background: url(../images/header_news.jpg) no-repeat scroll center top;
}

#header.enrollment {
	background: url(../images/header_enrollment.jpg) no-repeat scroll center top;
}



#logo {
	background: url(../images/logo.gif) no-repeat scroll center 15px;
	width: 557px;
	height: 190px;
	margin: 0 auto;

}

#logo p {
	text-indent: -9999px;
}

#content {
	width: 925px;
	height: 630px;
	margin: 0 auto;
	z-index: -1000;
	padding-top: 40px;
}

#content.t2, #content.t3, #content.t5  {
	padding-top: 25px;
	height: auto;
}

#content.t4 {
	padding-top: 0;
	margin-top: -14px;
	height: 625px;
}

#content.home {
	background: url(../images/content_texture.png) no-repeat scroll center -2px;
	padding-top: 0;
}

#content.rd {
	background: url(../images/content_texture_rd.png) no-repeat scroll center 19px;	
}

#content.br {
	background: url(../images/content_texture_br.jpg) no-repeat scroll center -2px;	
	margin-top:19px;
}

#content.bl {
	background: url(../images/content_texture_bl.png) no-repeat scroll center 23px;	
}

.maintext {
	width: 353px;
	background-color: #7a6652;
	position: relative;
	top: 0;
	padding-bottom: 15px;
	float: left;
}

.maintext.t2, .maintext.t3, .maintext.t5 {
	width: 892px;
	float: none;
	padding: 0 15px 15px;
	margin-top:-15px;
}

.maintext.t4 {
	background-color: transparent;
	width: 100%;
}

.maintext.t5 {
	background-color: #27424d;
}

#mainimage {
	float: right;
}

#features {
	width: 552px;
	float: right;
}

#features.home {
	margin-top: 55px;
}

#features.t1 {
	margin-top: 15px;
}

#features img {
	margin: 7px 4px 0 4px;
}

#feat1 {
	float: left;
	width: 172px;
	height: 165px;
	background-color: #89725b;
	padding-top: 5px;
}

#feat2 {
	width: 172px;
	height: 165px;
	background-color: #89725b;
	float:left;
	margin-left:  18px;
	padding-top: 5px;
}

#feat3 {
	float: right;
	width: 172px;
	height: 165px;
	background-color: #89725b;
	padding-top: 5px;
}

#quote {
	background-color: #b64926;
	border: #a04020 solid 5px;
	padding: 15px;
}

#quote blockquote {
	color: #d9b191;
	font-style: italic;
	text-align: left;
	line-height: 1.5;
}

.attrib {
	text-align: left;
	margin: 15px auto 0;
	font-size: 12px;
	color: #fef7d3;
}

.innerbox {
	background-color: #ede6d2;
	margin: 0;
}

.head1 {
	background-color:#C6B6A6;
color:#403225;
font-weight:bold;
padding:10px 0 10px 10px;
}

.head2 {
	background-color: #d9cebc;
	padding:5px 0 5px 10px;
}


#table1
{
 margin:5px 0 5px 10px;
 font-size:14px;
}
#table1tr
{
 font-weight:bold; 
 padding:5px 0 5px 0;
}





.t3 .innerbox, .t5 .innerbox {
	padding-bottom: 15px;
}

.innerbox .quote {
	min-height: 215px;
}

.quote blockquote {
	margin-top: 15px;
}

#slideshow {
	width: 730px;
	margin: 0 auto;
}

#slideshow p {
	margin: 0;
}

#newsitems {
	width: 60%;
}

.item {
	border-bottom: 1px solid #c4c8ca;
	margin-left: 15px;
}

#events {
	margin-left: 600px;
	float: right;
	position: absolute;
	top:  76px;
	left: 0;
}

#footer {
	background: #89725b url(../images/footer_texture.jpg) scroll no-repeat center top;
}

#footer .text {
	width: 925px;
	margin: 0 auto;
	padding-top: 65px;
}

#footer #contact {
	float: left;
}

#footer #copyright {
	float: right;
}

#footer.t1.rd, #footer.t2.rd  {
	border-top: 10px solid #8e2800;
}


/*--------------------------*/
/* Typography               */
/*--------------------------*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #ca906c;
	padding: 15px 15px 0 15px;
	text-align: left;
	line-height: 1;
	margin: 15px 0 0 0;
}

.t2 h1, .t3 h1, .t5 h1 {
	margin-left: -15px;
	padding-bottom:13px;
}

.t3 h1, .t5 h1 {
	margin-bottom: 15px;
}

.t5 h1 {
	color: #8f978a;
}

.t3 h2 {
	margin: 0;
	padding: 15px;
	background-color: #6e1f00;
	color: #ede6d2;
	font-size: 18px;
	font-weight: bold;
}

.t5 h2 {
	color: #1f7396;
	padding: 15px 15px 0 15px;
	font-size: 18px;
}

.t5 h3 {
	color: #233c46;
	font-size: 18px;
	margin-bottom: 15px;
}

.maintext {
	line-height: 1.5;
	color: #f6faf0;
	margin-bottom: 15px;
}

.maintext p {
	/*padding: 0 15px;*/
	margin-top: 15px;
}

.maintext .item h2, .maintext .item p {
	padding-left: 0;
}

.maintext strong {
	
}

.maintext a {
	text-decoration: underline;
	color: #f6faf0;
}

#features {
	color: #f3f8ec;
	text-align: center;
}

#features dt {
	font-weight: bold;
	font-size: 16px;
	margin-top: 3px;
}

#features dd {
	font-size: 12px;
}

#features a {
	color: #f3f8ec;
}

.innerbox {
	color:#403225;
}

.innerbox .intro {
	font-weight: bold;
	font-size: 18px;
	padding-top: 15px;
}

.quote blockquote {
	font-style: italic;
	font-size: 22px;
	color: #60452a;
}

p.teacher {
	font-size: 18px;
	color: #ef7944;
}

p.desc {
	margin-top: 0;
	font-size: 16px;
	color: #9d370a;
	margin-left: 318px;
}

p.pdf a {
	font-size: 12px;
	color: #9d370a;
}

p.date {
	margin-top: 0;
	padding-top: 0;
	font-size: 12px;
	line-height: 1;
	color: #6e848c;
}

.item p {
	color: #233c46;
}

#footer .text {
	font-size: 13px;
	color: #f4f8ec;
}

#footer a {
	text-decoration: underline;
	color: #f4f8ec;
}

#footer a:hover {
	text-decoration: underline;
	color: #581c04;
}

/*--------------------------*/
/* Navigation & Links       */
/*--------------------------*/

a {
	text-decoration: none;
}

#nav {
	width: 932px;
	margin: 0 auto;
	font-size: 14px;
	position: relative;
	top:  -35px;
	left: 0;
	color: #4f2906;
	z-index: 500;
}

#nav a {
	color: #4f2906;
}

#navbar {
    margin: 0;
    padding: 0;
    height: 1em; 
}
    
#navbar li {
    list-style: none;
    float: left;
    background-color: #f3f8ec;
	border-top: 1px solid #6e1f00;	
	border-bottom: 1px solid #6e1f00;
     
}

#navbar li a {
    display: block;
    padding: 10px 12px 10px 13px;
    text-decoration: none; 
}

#navbar li.active, #navbar li.active:hover {
	background-color: #7a6652;
}

#navbar li.active a {
	color: #ffe8a9;
}


#navbar li ul {
    display: none;
    background-color: #f3f8ec;
}

#navbar li:hover {
	background-color: #d8d1bb;
}

#navbar li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0; 
}
#navbar li:hover li {
    float: none; 
}

#navbar li li {	
    border-top: none;
}

#navbar li:hover li a {
    background-color: #f3f8ec;
    border-left: 1px solid #6e1f00;
    border-right: 1px solid #6e1f00;
}

#navbar li:hover li.first a {
    border-top: 1px solid #6e1f00;
}

#navbar li li a:hover {
    background-color: #d8d1bb; 
}

#nav #home, #nav #about, #nav #whole, #nav #gallery, #nav #news, #nav #enrol, #nav #support, #nav #contact {
	border-left: 1px solid #6e1f00;
}

#nav #contact {
	border-right: 1px solid #6e1f00;
}

#subnav {
	float: left;position: relative;
	top:  -27px;
	left: 255px;
	font-size: 14px;
}

#subnav a {
	color: #f4f9ec;
}

#subnav a:hover {
	text-decoration: underline;
}

#subnav li.active a:hover {
	text-decoration: none;
}

#subnav li {
	display: inline;
	margin-right: 25px;
}

#subnav li.active a {
	font-weight: bold;
}

/*--------------------------*/
/* Sticky Footer            */
/*--------------------------*/

html, body {
    height: 100%;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -135px;
}
#footer, .push {
    height: 135px;
}

/*--------------------------*/
/* Lists                   */
/*--------------------------*/

.innerbox ul {
	padding: 15px;
}

.innerbox li {
	margin-bottom: 15px;
	margin-left: 30px;
	padding-left: 5px;
	list-style-image: url(../images/bullet.gif);
}

/*--------------------------*/
/* Images                   */
/*--------------------------*/

div#mainimage img {
	border: 5px solid #581c04;
}

.quote img {
	border: 10px solid #fff;
	height: 183px;
	margin: 0 15px;
	float: left;
}


/*WILL HAVE TO ADJ ONCE SLIDESHOW IS IN */
#slideshow img {
	border: 5px solid #281d13;
}

