/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/
   NORMALIZE.CSS - http://necolas.github.com/normalize.css/
------------------------------------------------------------------*/

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;
	text-weight: normal;
}

article, aside, figure, footer, header, hgroup, nav, section { display: block; }
html { overflow-y: scroll; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
.strong, .bold, strong, b { font-weight: bold; }
small { font-size: small; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
svg:not(:root) { overflow: hidden; }
img { border: none; display: block; -ms-interpolation-mode: bicubic; }

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

/* REUSABLE ELEMENTS 
------------------------------------------------------------------*/

hr, .hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

.left { float: left; }
.right { float: right; }

.half { width: 50%; }
.third { width: 33%; }
.fourth { width: 25%; }
.fifth { width: 20%; }

.five { width: 5%; }
.ten { width: 10%; }
.fifteen { width: 15%; }
.thirty { width: 30%; }
.fourty { width: 40%; }
.fourtyfive { width: 45%; }
.sixty { width: 60%; }
.seventy { width: 70%; }
.eighty { width: 80%; }
.ninety { width: 90%; }

.last { margin-right: 0; }

.white { color: #fff; }
.black { color: #333; }

/* MAIN ELEMENTS
------------------------------------------------------------------*/

body {
	font-size: 13px;
	font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	color: #fff;
	background: #fff;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	
}

::-moz-selection{background: #333; color: #fff; text-shadow: none;}
::selection {background: #333; color: #fff; text-shadow: none;} 

#browserAlert {
	display: none;
}

.wrap {
	width: 995px;
	margin: 0 auto;
}

/* HEADER ELEMENTS 
------------------------------------------------------------------*/

#header {
	background: url(../images/header-bg.jpg) repeat-x #d3d3c9;
	height: 525px;
	width: 100%;
}

#header-bg {
	background: url(../images/header-starburst.png) center no-repeat;
	height: 525px;
	width: 100%;
}

#header-contact-info {
	float: right;
	background: #161a1c;
	font-size: 15px;
	padding: 15px 20px 10px 20px;
}

#header-contact-info a {
	color: #00ACED;
}

#header-contact-info a:hover {
	color: #FFF;
}

#main-logo {
	float: left;
	margin: 69px 0 0 0;
}

#header-text {
	width: 590px;
	float: left;
	margin: 80px 0 0 0;
}

#header-text h1 {
	font-size: 48px;
	color: #00aced;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#header-text p {
	font-size: 15px;
	color: #161a1c;
	width: 470px;
	line-height: 1.25em;
	margin: 0 0 6px 8px;
}

#header-text a {
	display: block;
	background: #161a1c;
	border: 1px solid #fff;
	padding: 5px 8px;
	width: 90px;
	margin: 18px 0 0 -1px;
}

#header-text a:hover {
	display: block;
	background: #00aced;
	border: 1px solid #fff;
	padding: 5px 8px;
	width: 90px;
	margin: 18px 0 0 -1px;
}


/* HEADER INTERNAL ELEMENTS 
------------------------------------------------------------------*/

#header-internal {
	background: url(../images/header-bg-internal.jpg) repeat-x #d3d3c9;
	height: 165px;
	width: 100%;
}

#header-bg-internal {
	background: url(../images/header-starburst-internal.png) center no-repeat;
	height: 165px;
	width: 100%;
}


/* NAVIGATION ELEMENTS 
------------------------------------------------------------------*/

#main-nav {
	float: right;
	width: 640px;
	height: 31px;
	margin: 70px 0 20px 0;
	font-size: 14px;
	background: url(../images/main-nav.png) 0 0;
}

#main-nav li {
	list-style-type: none;
	float: left;
}

#main-nav a {
	height: 31px;
	display: block;
}

#main-nav span {
	display: none;
}

#nav-home {width: 63px;}
#nav-our-philosophy {width: 120px;}
#nav-parents {width: 74px;}
#nav-teachers {width: 79px;}
#nav-uwo-students {width: 118px;}
#nav-contacts {width: 80px;}
#nav-donate {width: 106px;}

#nav-home a:hover {
	background: url(../images/main-nav.png) 0px -31px no-repeat;
}

#nav-our-philosophy a:hover {
	background: url(../images/main-nav.png) -63px -31px no-repeat;
}

#nav-parents a:hover {
	background: url(../images/main-nav.png) -183px -31px no-repeat;
}

#nav-teachers a:hover {
	background: url(../images/main-nav.png) -257px -31px no-repeat;
}

#nav-uwo-students a:hover {
	background: url(../images/main-nav.png) -336px -31px no-repeat;
}

#nav-contacts a:hover {
	background: url(../images/main-nav.png) -454px -31px no-repeat;
}

#nav-donate a:hover {
	background: url(../images/main-nav.png) -534px -31px no-repeat;
}


#header-donate-btn {
	background: #00aced;
	border: 1px solid #fff;
	padding: 5px 8px;
	margin: 15px 0 0 -15px;
	color: #fff;
}


/* CONTENT AREA ELEMENTS 
------------------------------------------------------------------*/

#content {
	background: url(../images/blue-bg.jpg) repeat #00acee;
	width: 100%;
	overflow: hidden;
	padding: 0 0 30px 0;
}

#home-boxes {
	float: left;
	width: 672px;
	margin: 15px 0 0 0;
}

.intro-box {
	float: left;
	width: 302px;
	height: 302px;
	margin: 15px 14px 0 0;
	background: #00aced;
	border: 10px solid #fff;
}

#parents-box {
	background: url(../images/parents-bg.jpg) no-repeat #00aced;
	overflow: hidden;
}

#teachers-box {
	background: url(../images/teachers-bg.jpg) no-repeat #00aced;
	overflow: hidden;
}

#students-box {
	background: url(../images/students-bg.jpg) no-repeat #00aced;
	overflow: hidden;
}

#donations-box {
	background: url(../images/donations-bg.jpg) no-repeat #00aced;
	overflow: hidden;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 14px 0 10px 14px;
	
}

.intro-box p {
	width: 260px;
	margin: 0 0 0 14px;
	height: 60px;
}

.intro-box-link a {
	background: #161a1c;
	border: 1px solid #fff;
	padding: 5px 12px 7px 12px;
	margin: 131px 0 0 13px;
	color: #fff;
	font-size: 14px;
	width: 50px;
	line-height: 1.1em;
	display: block;
}

.intro-box-link a:hover {
	background: #fff;
	border: 1px solid #161a1c;
	padding: 5px 12px 7px 12px;
	margin: 131px 0 0 13px;
	color: #161a1c;
	font-size: 14px;
	width: 50px;
	line-height: 1.1em;
	display: block;
}




/* SIDEBAR ELEMENTS 
------------------------------------------------------------------*/

#sidebar {
	width: 323px;
	float: left;
	margin: 30px 0 0 0;
}

#contact-box {
	float: left;
	background: #fff;
	width: 283px;
	height: 401px;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
}

h4 {
	color: #00aced;
	font-size: 17px;
}

#comment-bubble {
	float: left;
	margin: 0 0 20px 0;
}

#contact-title {
	float: left;
	width: 160px;
	margin: 12px 0 0 8px;
}

#contact-form input {
	width: 281px;
	height: 25px;
	border: 1px solid #ccc;
	background: #fff;
	color: #4D4D4D;
	margin: 0 0 9px 0;
	font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#contact-form select {
	width: 281px;
	color: #4D4D4D;
	margin: 0 0 9px 0;
}

#contact-form textarea {
	width: 281px;
	border: 1px solid #ccc;
	color: #4D4D4D;
	font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0 0 9px 0;
}

#contact-form input.contact-form-error {
	color: #DE1F2A;
}

#verification {
	float: right;
	width: 283px;
	height: 27px;
	text-align: right;
	margin: 0 0 9px 0;
}

#verification label {
	color: #00aced;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

#ver-label {
	display: block;
	width: 250px;
	float: left;
	margin: 8px 0 0 0;
}

#verification input {
	width: 25px;
	height: 25px;
	text-align: center;
	float: right;
}

#contact-form input#submit-button {
	float: right;
	width: 65px;
	height: 29px;
	background: #00aced;
	border: 1px solid #00aced;
	color: #fff;
	font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

#contact-form input#submit-button:hover {
	float: right;
	width: 65px;
	height: 29px;
	background: #161a1c;
	border: 1px solid #161a1c;
	color: #fff;
	font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

#form-privacy {
	float: right;
	width: 283px;
	text-align: right;
	font-size: 10px;
	margin: -2px 0 0 0;
}

#form-privacy a {
	color: #161a1c;
}

#form-privacy a:hover {
	color: #00aced;
}

#error-msg {
	color:#DE1F2A;
	margin:0 0 8px 0;
	float:right;
	width:283px;
	text-align: right;
}

#facebook-box {
	float: left;
	width: 303px;	
	height: 203px;
	margin: 15px 0 0 0;
	background: url(../images/fb-bg-2.jpg) no-repeat #00aced;
	border: 10px solid #fff;
}

#facebook-box p {
	float: left;
	width: 170px;
	margin: 0 0 0 0px;
	display: block;
	line-height: 1.35em;
}

#facebook-like {
	float: left;
	margin: 0 0 0 20px;
}

#facebook-box h3 {
	float: left;
	width: 250px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0 20px 20px;
	line-height: 1.4em;
}


/* INTERNAL ELEMENTS 
------------------------------------------------------------------*/

.internal {
	float: left;
	width: 638px;
	height: 639px;
	border: 10px solid #fff;
	margin: 30px 14px 0 0;
	background: #00aced;
}

#internal-blank {
	background: #00aced;
}

#internal-parents {
	background: url(../images/parents-internal-bg.jpg) #00aced;
}

#internal-teachers {
	background: url(../images/teachers-internal-bg.jpg) #00aced;
}

#internal-students {
	background: url(../images/students-internal-bg.jpg) #00aced;
}

#internal-contact {
	background: url(../images/contact-internal-bg.jpg) #00aced;
}

#internal-privacy {
	background: #00aced;
}

.internal-text {
	float: left;
	margin: 10px 30px 10px 14px;
}

.internal-text p {
	margin: 0 0 10px;
	line-height: 1.25em;
}

.internal a {
	color: #161a1c;
}

.internal a:hover {
	color: #fff;
}


/* FOOTER ELEMENTS 
------------------------------------------------------------------*/

#footer {
	background: #161a1c;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}

#footer-copyright {
	float: left;
	width: 450px;
	text-align: left;
	margin: 15px 0 15px 0;
}

#footer-design-by {
	float: right;
	width: 450px;
	text-align: right;
	margin: 15px 0 15px 0;
}

#footer a {
	color: #00aced;
}

