/* reset margin and padding to 0 for all elements */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li {
margin: 0;
padding: 0;
}

/* This fixes an IE bug that caused awkward text-resizing */
html {
font-size: 100%;
}

body {
text-align: center;
font-size: 0.8em;
font-family: Verdana, Arial, Helvetica, sans-serif;
/*background: #619bc4;*/
background: #68a4cd;
}

a {
text-decoration: none;
}

#page a {
text-decoration: none;
color: #6197bc;
text-decoration: underline;
}

.school #page a {
color: #ce5a61;
}

.learning_center #page a {
color: #71a391;
}

a:hover {
text-decoration: underline;
}

li {
margin-left: 1em;
}

/* this prevents images from disappearing in IE 6 */
img { 
position: relative;
border: none; /* and this removes image borders unless explicitly set */
}

#header a {
color: white;
}

.menu li {
list-style-type: none;
/*float: left;*/
display: inline;
padding: 0 1em;
border-left: 1px solid #fff;
margin: 0;
}

.menu li.first {
border-left: 0;
}


.preload {
display: none;
}

.clear {
clear: both;
height: 1px;
}

#page {
margin: auto;
background: white;
}

#content {
text-align: left;
margin: auto;
}

#content p {
/* margin-bottom: 1em; */
}

#imagebox {
float: left;
width: 260px;
margin-right: 20px;
margin-top: 15px;
}

#imagebox img {
float: none;
}

#home #content img {
float: none;
margin: auto;
}

#content #info img {
float: none;
margin: 0;
}

.emphasize, 
.SubHead {
text-transform: uppercase;
font-size: 110%;
letter-spacing: 0.1em;
}

.listing .left {
float: left;
width: 196px;
}

.listing .right {
margin: 0;
width: 196px;
float: left;
}

.listing li {
margin: 0 1em 1em;
padding: 0;
font-weight: bold;
font-size: 90%;
}

.listing li li {
margin: 0 1em 0;
padding: 0;
font-size: 100%;
}

#footer {
color: white;
font-size: 90%;
}

#footer img {
margin: 40px;
}

/* Home */

#home {
background: #5b93bc url(/img/Mainpage_1pixel_gradient.jpg) repeat-y center;
}

#home #page {
width: 100%;
text-align: center;
height: 688px;
background: url(/img/Mainpage_vert_repeater.jpg) repeat-x;
position: relative;
}

#home #header {
background: url(/img/Mainpage_header.jpg) no-repeat;
height: 118px;
width: 874px;
margin: 0 auto;
}

#home #content {
text-align: center;
margin: auto;
height: 444px;
}

#home #textlogo {
position: relative;
top: 100px;
}

#home #mission_statement {
position: relative;
top: 100px;
display: block;
margin: auto;
}

#home #content p {
font-family: Georgia, "Times New Roman", Times, serif;
width: 373px;
color: #898989;
font-size: 120%;
margin: auto;
}

#homeMenu {
width: 700px;
position: relative;
top: 175px;
margin: 0 auto;
}

#homeMenu li {
list-style-type: none;
float: left;
margin: 0 17px;
}

#home #footer {
background: url(/img/Mainpage_footer.jpg);
margin: 0 auto;
width: 874px;
height: 126px;
}

/* Secondary */

.secondary #header {
font-size: 90%;
color: white;
height: 17px;
padding-top: 88px;
}

.secondary #content {
padding: 10px;
width: 695px;
color: #707070;
}

.secondary #info { /* hacked with conditional stylesheets for IE */
margin: 15px 0 0 303px;
}

.secondary #footer {
height: 78px;
padding-top: 45px;
}

/* Foundation */

body.foundation {
/*background: #6094b9 url(/img/blue-1pixel-gradient.jpg) center repeat-y;*/
background: #6094b9 url(/img/blue-1pixel-gradient.jpg) center repeat-y;
}

.foundation #header {
background: url(/img/bkg-blue-top.jpg) no-repeat center;
}

.foundation .emphasize, 
.foundation .SubHead, 
.foundation .Heading {
color: #6eabd4
}

.foundation #footer {
background: url(/img/bkg-blue-bottom.jpg) no-repeat top center;
}

/* School */

body.school {
background: #a24147 url(/img/red-1pixel-gradient.jpg) top center repeat-y;
/*background: #942e38 url(/img/red-1pixel-gradient.jpg) top center repeat-y;*/
}

.school #header {
background: url(/img/bkg-red-top.jpg) no-repeat center;
}

.school .emphasize, 
.school .Heading, 
.school .SubHead {
color: #ce5a61;
}

.school #content p {
color: #707070;
}

.school #footer {
background: url(/img/bkg-red-bottom.jpg) no-repeat top center;
}

/* Learning Center */

body.learning_center {
background: #567f71 url(/img/green-1pixel-gradient.jpg) center repeat-y;
}

.learning_center #header {
background: url(img/bkg-green-top.jpg) no-repeat center;
}

.learning_center .emphasize, 
.learning_center .Heading, 
.learning_center .SubHead {
color: #71a391;
}

.learning_center #footer {
background: url(/img/bkg-green-bottom.jpg) no-repeat top center;
}

.Heading {
font-size: 18px;
color: #6197bc;
font-weight: bold;
}

.BodyCopy {

}