@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 300px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -300px; /* negative value of footer height */
	height: 300px;
	clear:both;
	background-color: #000000;
} 
	
	.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.bodyContent {
	position: relative;
	width: 680px;
	left: 30px;
	top: 175px;
	background-color: #F2EFE7;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 200px;
	padding-left: 20px;
}
.blankPageExtender {
	position: relative;
	width: 680px;
	left: 30px;
	top: 175px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 200px;
	padding-left: 20px;
}
.logo {
	position: absolute;
	width: 258px;
	height: 90px;
	left: 0px;
	top: 0px;
}
.navTop {
	position: absolute;
	width: 722px;
	height: 40px;
	left: 258px;
	top: 0px;
}
.navBottom {
	position: absolute;
	width: 900px;
	height: 50px;
	left: 258px;
	top: 40px;
	overflow: visible;
	z-index: 9999;
	margin-left: 20px;
	margin-top: 10px;
	font-family: "lucida grande", arial, trebuchet, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.pageTitle {
	position: absolute;
	width: 720px;
	height: 60px;
	left: 30px;
	top: 119px;
}
.navPage {
	position: absolute;
	width: 220px;
	left: 750px;
	top: 119px;
	padding: 20px;
}

.staffPhotos {
	float: right;
	height: 170px;
	width: 210px;
	text-align: right;
	clear: right;
}
.homePageContent {
	position: absolute;
	width: 300;
	left: 31px;
	top: 445px;
	height: 200;
	z-index: 1000;
	background-image: url(../images/home/boxBgd_boy.jpg);
}
.donateContent {
	position: absolute;
	width: 680px;
	left: 30px;
	top: 645px;
	background-color: #F2EFE7;
	padding: 20px;
}.resourcesIndexBox {
	background-color: #FFFFFF;
	width: 650px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CAC9C5;
	border-right-color: #CAC9C5;
	border-bottom-color: #CAC9C5;
	border-left-color: #CAC9C5;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.backToIndex {
	background-color: #E8E8E8;
	padding: 10px;
	width: 660px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	background-color: #F2EFE7;
	text-align: right;
}
.resourcesDownloadBox {
	padding: 15px;
	width: 650px;
	border: 1px dashed #999999;
	background-color: #E8E8E8;
	text-align: left;
}
.footer1 {
	position: absolute;
	width: 300px;
	left: 29px;
	top: 50px;
}
.footer2 {
	position: absolute;
	width: 200px;
	left: 200px;
	top: 0;
	vertical-align: top;
}
.footer3 {
	position: absolute;
	width: 300px;
	left: 425px;
	top: 0;
}
.footerCopyright {
	position: absolute;
	width: 300px;
	left: 30px;
	top: 20px;
}
.donateBox {
	position: absolute;
	height: 210px;
	width: 240px;
	left: 485px;
	top: 145px;
}
        .black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }
        .white_content {
            display: none;
            position: absolute;
            top: 25%;
            left: 25%;
            width: 400px;
            height: 250px;
            padding: 16px;
            border: 16px solid #F9B245;
            background-color: #F2EFE7;
            z-index:1002;
            overflow: auto;
        }
		
.blogHeader {
	position: absolute;
	width: 720px;
	left: 30px;
	top: 175px;
	background-color: #FFFFFF;
	height: 102px;
	z-index: 200;
}
.blogBodyContent {
	position: relative;
	width: 680px;
	left: 30px;
	top: 260px;
	background-color: #F2EFE7;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 200px;
	padding-left: 20px;
}
.indexBox {
	position: absolute;
	width: 385px;
	height: 180px;
	left: 28px;
	top: 367px;
	z-index: 1000;
}
.indexBox2 {
	position: absolute;
	width: 385px;
	height: 180px;
	left: 28px;
	top: 411px;
	z-index: 1000;
}
.indexBox3 {
	position: absolute;
	width: 385px;
	height: 180px;
	left: 28px;
	top: 455px;
	z-index: 1000;
}
.indexBox4 {
	position: absolute;
	width: 350px;
	left: 28px;
	top: 507px;
	z-index: 1000;
	background-image: url(../images/home/bgd_whatsHappening.jpg);
	padding-top: 40px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
}
.indexQuote {
	position: absolute;
	width: 400px;
	height: 400px;
	left: 670px;
	top: 455px;
	}
	
	.indexVideo {
	position: absolute;
	width: 220px;
	height: 400px;
	left: 670px;
	top: 135px;
	z-index: 1;
	}
	
#tips, #tips li{
	margin:0;
	padding:0;
	list-style:none;
	}
#tips{
	}
#tips li{
	display:none; /* hide the items at first only */
	}
	.floatPictureRight {
	float: right;
	text-align: right;
	clear: right;
	padding-left: 20px;
	width: 300px;
}

.contactMap {
	position: absolute;
	width: 300px;
	height: 400px;
	left: 350px;
	top: 36px;
	z-index: 1000;
}
.virtualClassroomWrap {
	position: relative;
	width: 900px;
	left: 30px;
	top: 100px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 200px;
	padding-left: 20px;
}
.virtualClassroomFooter{
width: 280px;
padding-right: 20px;
float: left;
}

