@importurl("reset.css");

/* CSS Document */


html,body{
	margin: 0 auto;
	padding:0;
	width: 100%;
	height: 100%;
	background-color: #7fc3c2;

}

body{
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size:14px;
	font-style: normal;

}

#container {
	background-color: #7fc3c2;
	background-image:url(../images/bckgrnd_clouds.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	margin: 0 auto;
}


/*hover start*/
a:link{
	color: #df1e77;
	text-decoration: none;
}
a:visited{
	color:#003643;
}
a:hover{
	text-decoration:underline;
	color:#003643;
}
a:active{
	text-decoration:underline;
	color: #003643;
}
/*hover end*/

/*header start*/
#header{
	width:773px;
	margin:0 auto;
	padding-top:50px;
}
#header h1 span{
	display:none;
}
#header h1{
	background-image:url(../images/header.png);
	background-repeat: no-repeat;
	height:148px;
	margin:0 auto;
	padding:0;
}
#header h1 a{
	display: block;
	padding: 2px 10px;
	height: 148px;
}

#headerparents{
	width:773px;
	margin:0 auto;
	padding-top:50px;
}
#headerparents h1 span{
	display:none;
}
#headerparents h1{
	background-image:url(../images/headerparent.png);
	background-repeat: no-repeat;
	height:148px;
	margin: 0 auto;
	padding:0;
}
#headerparents h1 a{
	display: block;
	padding: 2px 10px;
	height: 148px;
}


#headercommunity{
	width:773px;
	margin:0 auto;
	padding-top:50px;
}
#headercommunity h1 span{
	display:none;
}
#headercommunity h1{
	background-image:url(../images/headercommunity.png);
	background-repeat: no-repeat;
	height: 148px;
	margin: 0 auto;
	padding: 0;
}
#headercommunity h1 a{
	display: block;
	padding: 2px 10px;
	height: 148px;
}

#headercrew{
	width: 773px;
	margin: 0 auto;
	padding-top: 50px;
}
#headercrew h1 span{
	display: none;	
}
#headercrew h1{
	background-image:url(../images/headercrew.png);
	background-repeat: no-repeat;
	height: 148px;
	margin: 0 auto;
	padding: 0;
}
#headercrew h1 a{
	display: block;
	padding: 2px 10px;
	height: 148px;
}


#headerlinks{
	width: 773px;
	margin: 0 auto;
	padding-top: 50px;
}
#headerlinks h1 span{
	display: none;
}
#headerlinks h1{
	background-image:url(../images/headerlinks.png);
	background-repeat: no-repeat;
	height: 148px;
	margin: 0 auto;
	padding: 0;
}
#headerlinks h1 a{
	display: block;
	padding: 2px 10px;
	height: 148px;
}
 
#headercalender{
	width: 773px;
	margin: 0 auto;
	padding-top: 50px;
}
#headercalender h1 span{
		display: none;
}
#headercalender h1{
	background-image:url(../images/headercalender.png);
	background-repeat: no-repeat;
	height: 148px;
	margin: 0 auto;
	padding: 0;
}
#headercalender h1 a{
	display: block;
	padding: 2px 10px;
	height: 148px;
}



/*header end*/
/*navigation start*/
#navigation{
	width:715px;
	height:50px;
	margin: 0 auto;
}
#navigation ul{
	margin:0;
    padding:0;
    list-style: none;
}
#navigation li{
	float: left;
}
#navigation a{
	display: block;
	padding: 2px 11px;
}
#navigation #educators a{
	background-image:url(../images/tab_orange_spacer.png);
	background-repeat:no-repeat;
	width: 82px;
	height:40px;
	padding-top:8px;
	padding-left:2px;
}
#educators a:link{
}
#educators a:active{
	background-position: -93px 0px;}
#educators a:hover{
	background-position: -93px 0px;}
#educators a:visited{}

#navigation #parents a{
	background-image:url(../images/tab_pink.png);
	background-repeat:no-repeat;
	width:74px;
	height:40px;
	padding-top:8px;
	padding-left:2px;
}
#parents a:link{}
#parents a:active{
	background-position: -88px 0px;}
#parents a:hover{
	background-position: -88px 0px;}
#parents a:visited{}

#navigation #community a{
	background-image:url(../images/tab_green.png);
	background-repeat:no-repeat;
	width: 74px;
	height:40px;
	padding-top: 8px;
	padding-left: 2px;
}
#community a:link{}
#community a:active{
	background-position: -88px 0px}
#community a:hover{
	background-position: -88px 0px;}
#community a:visited{}

#navigation #crew a{
	background-image:url(../images/tab_yellow.png);
	background-repeat:no-repeat;
	width: 74px;
	height: 40px;
	padding-top: 8px;
	padding-left: 2px;
}
#crew a:link{}
#crew a:active{
	background-position: -88px 0px;}
#crew a:hover{
	background-position: -88px 0px;}
#crew a:visited{}

#navigation #media a{
	background-image:url(../images/tab_orange.png);
	background-repeat:no-repeat;
	width: 74px;
	height: 40px;
	padding-top: 8px;
	padding-left:2px;
}
#media a:link{}
#media a:active{
	background-position: -88px 0px;}
#media a:hover{
	background-position: -88px 0px;}
#media a:visited{}

#navigation #links a{
	background-image:url(../images/tab_blue.png);
	background-repeat:no-repeat;
	width:74px;
	height:40px;
	padding-top:8px;
	padding-left:2px;
}
#links a:link{}
#links a:active{
	background-position: -88px 0px;}
#links a:hover{
	background-position: -88px 0px;}
#links a:visited{}

#navigation #acontact a{
	background-image:url(../images/tab_pink2.png);
	background-repeat:no-repeat;
	width: 74px;
	height: 40px;
	padding-top: 8px;
	padding-left: 2px;
}
#acontact a:link{}
#acontact a:active{
	background-position: -88px 0px;}
#acontact a:hover{
	background-position: -88px 0px;}
#acontact a:visited{}

#navigation #calender a{
	background-image:url(../images/tab_green_spacer.png);
	background-repeat:no-repeat;
	width: 84px;
	height: 40px;
	padding-top: 8px;
	padding-left: 2px;
}
#calender a:link{}
#calender a:active{
	background-position: -94px 0px;}
#calender a:hover{
	background-position: -94px 0px;}
#calender a:visited{}
/*navigation ends*/



/*content starts*/

/*educators content*/
#educontent{
	background-color:#E37324;
	background-image:url(../images/content_orange.png);
	background-repeat:repeat-y;
	width:714px;
	margin: 0 auto;	
	padding-top: 10px;
}
#educontent h3{
	margin: 0px 30px;
	padding-top: 10px;
	font-size: 120%;
	font-weight: bold;
}

#new_keynote{
	width: 700px;
	height: 130px;
	padding-top: 10px;
	margin: 0 auto;
}

#new_keynote h2 span{
	display: none;
}

#new_keynote h2{
	background-image:url(../images/new_header1.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px;
}

.keynote{
	margin: 0 auto;
	width: 600px;
}

#welcome{
	width: 700px;
	height: 310px;
	padding-top: 10px;
	margin: 0 auto;
}
#welcome h2 span{
	display:none;	
}
#welcome h2{
	background-image:url(../images/edu_head1.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px;
}
.eduboxone{
	float: left;
	width: 260px;
	margin: 5px 20px;	
}
.eduone{
	float: left;
	margin: 0 auto;
 }
.eduboxtwo{
	float: right;
	width: 360px;
	margin: 5px 20px;
	background:url(../images/content_360.png);
	background-repeat:repeat-y;
}
.edutwo{
	float: right;
	width: 340px;
	margin: 0 auto;
	padding: 10px;
	color:#000;
}
#eduheadone h3 span{
	display:none;	
}
#eduheadone h3{
	background-image:url(../images/par_h3header1.png);
	background-repeat:no-repeat;
	height: 22px;
	margin: 10px
}


#programs{
	width: 700px;
	height: 190px;
	margin: 0 auto;
}
#programs h2 span{
	display: none;	
}
#programs h2{
	background-image:url(../images/edu_header2.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px
}
.eduboxnine{
	width: 660px;
	height:100px;
	margin: 0 auto;
	background-image:url(../images/content_arrow.png);
	background-repeat:repeat-y;
}
#programs ul{
	margin:0 auto;
    list-style:none;
	padding-top:40px;
}
#programs li{
	float: left;
	margin: 0 auto;
	padding: 0;
}
#programs a{
	display: block;
	margin:0 auto;
	padding: 5px 25px;
	font-size: 120%;
	font-weight: bold;
}


#subjects{
	width: 700px;
	height: 485px;
	padding-top: 10px;
	margin: 0 auto;
}
#subjects h2 span{
	display:none;
}
#subjects h2{
	background-image:url(../images/edu_header3.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px
}
#subjects h3{
	padding-top:20px;	
}
#sbjctsheadone h3 span{
	display: none;
}
#sbjctsheadone h3{
	background-image:url(../images/edu_h3header1.png);
	background-repeat:no-repeat;
	height: 20px;
	margin: 10px
}
#sbjctsheadtwo h3 span{
	display: none;
}
#sbjctsheadtwo h3{
	background-image:url(../images/edu_h3header2.png);
	background-repeat:no-repeat;
	height: 20px;
	margin: 10px
}
.eduboxthree{
	width: 260px;
	margin: 0px 20px;
	padding: 0px;
	float: left;
	background:url(../images/content_250.png);
	background-repeat:repeat-y;
}
.eduboxfour{
	width: 360px;
	height: 350px;
	margin: 0px 20px;
	padding: 0px;
	float: right;	
}


#options{
	width: 700px;
	height: 250px;
	margin: 0 auto;
	padding-top: 10px;
}
.eduboxfive{
	float: left;
	margin: 5px 20px;
	width: 260px;
}
.eduboxsix{
	width: 360px;
	height: 210px;
	margin: 5px 20px;
	padding-top: 10px;
	float: right;
	background:url(../images/content_360.png);
	background-repeat: repeat-y;
}


#scott{
	width: 700px;
	height: 120px;
	margin: 0 auto;
}
.eduboxseven{
	width: 660px;
	height: 100px;
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image:url(../images/content_arrow.png);
	background-repeat:no-repeat;
}
.eduseven{
	margin: 0 auto;
	padding-top: 35px;
	padding-left: 35px;
	font-size: 100%;
	font-weight: bold;
}


#change{
	width: 700px;
	height: 150px;
	margin: 0 auto;
	padding-top: 20px;	
}	
.eduboxeight{
	float: left;
	width: 310px;
	height: 120px;
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image:url(../images/content_change_short.png);
	background-repeat:no-repeat;
}
.edueight{
	margin: 0 auto;
	padding-top: 25px;
	padding-left: 110px;
	font-size: 100%;
	font-weight: bold;
}

/*#anthem{
	float: right;
	width: 357px;
	height: 150px;
	margin: 0 auto;
	padding-top: 20px;	
}*/
.eduboxtwelve{
	float: right;
	width: 310px;
	height: 120px;
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image:url(../images/nationalAnthem.png);
	background-repeat:no-repeat;	
}
.edutwelve{
	margin: 0 auto;
	padding-top: 25px;
	padding-left: 110px;
	font-size: 100%;
	font-weight: bold;	
}



#religioninfo{
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
}
#religioninfo h2 span{
	display: none;
}
#religioninfo h2{
	background-image:url(../images/edu_rel_header1.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px
}
.eduboxten{
	width: 630px;
	margin: 0px 20px;
	padding: 20px 20px;
	background:url(../images/content_660.png);
	background-repeat: repeat-y;
}


#programinfo{
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#programinfo h2 span{
	display: none;	
}
#programinfo h2{
	background-image:url(../images/edu_header2.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px
}
.eduboxeleven{
	width:630px;
	margin: 0px 20px;
	padding: 10px 20px;
	background:url(../images/content_660.png);
	background-repeat: repeat-y;
}
#proheadone h3 span{
	display:none;
	}
#proheadone h3{
	background-image:url(../images/edu_pro_h3header1.png);
	background-repeat:no-repeat;
	height: 45px;
	margin: 10px
	}
#proheadtwo h3 span{
	display:none;	
	}
#proheadtwo h3{
	background-image:url(../images/edu_pro_h3header2.png);
	background-repeat:no-repeat;
	height: 45px;
	margin: 10px
	}
#proheadthree h3 span{
	display: none;
}
#proheadthree h3{
	background-image:url(../images/edu_pro_h3header3.png);
	background-repeat:no-repeat;
	height: 25px;
	margin: 10px
}
#proheadfour h3 span{
	display: none;
}
#proheadfour h3{
	background-image:url(../images/edu_pro_h3header4.png);
	background-repeat:no-repeat;
	height: 45px;
	margin: 10px
}
#proheadfive h3 span{
	display: none;
}
#proheadfive h3{
	background-image:url(../images/edu_pro_h3header5.png);
	background-repeat:no-repeat;
	height: 45px;
	margin: 10px
}




/*educations content ends*/


/*parent content begins*/
#parcontent{
	background-color:#Df1e77;
	background-image:url(../images/content_pink.png);
	background-repeat:repeat-y;
	width:714px;
	margin: 0 auto;	
	padding-top: 10px;
}
#parcontent h3{
	margin: 0px 30px;
	padding-top: 10px;
	font-size: 120%;
	font-weight: bold;
}


#welcomeparents{
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}
#welcomeparents h2 span{
	display: none;	
}
#welcomeparents h2{
	background-image:url(../images/par_header1.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px
}
.parboxone{
	width: 630px;
	margin: 0px 20px;
	padding: 20px 20px;
	background:url(../images/content_660.png);
	background-repeat: repeat-y;
}


#stat{
	width: 700px;
	height: 100px;
	margin: 0 auto;
	padding-top: 20px;
}
.parboxtwo{
	width: 660px;
	height: 100px;
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background:url(../images/content_arrow.png);
	background-repeat:no-repeat;
}
.partwo{
	margin: 0 auto;
	padding-top: 25px;
	padding-left: 35px;
	font-size: 100%;
	font-weight: bold;
}


#parentprograminfo{
	width: 700px;
	height: 300px;
	padding-top: 10px;
	margin: 0 auto;
}
#parheadone h3 span{
	display: none;
}
#parheadone h3{
	background-image:url(../images/par_h3header1.png);
	background-repeat:no-repeat;
	height: 25px;
	margin: 10px
}
.parboxthree{
	float: left;
	width: 360px;
	margin: 5px 20px;
	background:url(../images/content_360.png);
	background-repeat:repeat-y;
}
.parthree{
	float: left;
	width: 340px;
	margin: 0 auto;
	padding: 15px;
	color:#000;
}
.parboxfour{
	float: right;
	margin: 5px 20px;
	padding-top:30px;
	width: 260px;
	height:220px;
}
.parfour{
	float: right;
	margin: 0 auto;
}


#quote{
	width: 700px;
	height:100px;
	margin: 0 auto;
}
.parboxfive{
	width: 660px;
	height: 100px;
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background:url(../images/content_arrow.png);
	background-repeat:no-repeat;
}
.parfive{
	margin: 0 auto;
	padding-left: 60px;
	padding-top: 30px;
	font-size: 120%;
	font-weight: bold;
}


#funfact{
	width: 700px;
	height:200px;
	margin: 0 auto;
	padding-top: 20px;
}
#parheadtwo h3 span{
	display: none;	
}
#parheadtwo h3{
	background-image:url(../images/par_h3header2.png);
	background-repeat:no-repeat;
	height: 25px;
	margin: 10px
}
.parboxsix{
	float: left;
	width: 360px;
	margin: 5px 20px;
	background:url(../images/content_360.png);
	background-repeat:repeat-y;
}
.parsix{
	padding: 10px;
}
.parboxseven{
	float: right;
	margin: 5px 20px;
	width: 260px;
}


#parchange{
	width: 700px;
	height: 120px;
	margin: 0 auto;
	padding-top: 20px;	
}	
.parboxeight{
	width: 660px;
	height: 100px;
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image:url(../images/content_change.png);
	background-repeat:no-repeat;
}
.pareight{
	margin: 0 auto;
	padding-top: 25px;
	padding-left: 160px;
	font-size: 100%;
	font-weight: bold;
}


#bully{
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#bully h2 span{
	display:none;
}
#bully h2{
	background-image:url(../images/par_bul_header1.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px
}
.parboxnine{
	width: 660px;
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background:url(../images/content_660.png);
	background-repeat:repeat-y;
}
#bullyheaderone h3 span{
	display:none;
}
#bullyheaderone h3{
	background-image:url(../images/par_bul_h3header1.png);
	background-repeat:no-repeat;
	height: 25px;
	margin: 10px
}
#bullyheadertwo h3 span{
	display: none;	
}
#bullyheadertwo h3{
	background-image:url(../images/par_bul_h3header2.png);
	background-repeat:no-repeat;
	height: 25px;
	margin: 10px
}


#advice{
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}
#advice h2 span{
	display:none;	
}
#advice h2{
	background-image:url(../images/par_bul_header2.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px
}


#moreinfo{
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.parboxten{
	background-image:url(../images/content_arrow.png);
	background-repeat:no-repeat;
	height: 100px;
	margin: 0 auto;
	width: 660px;
}
.parten{
	margin: 0 auto;
	padding-left: 60px;
	padding-top: 30px;
	font-size: 120%;
	font-weight: bold;
}
/*parent content end*/


/*community content start*/
#comcontent{
	background-color:#2cb34a;
	background-image:url(../images/content_green.png);
	background-repeat:repeat-y;
	width:714px;
	margin: 0 auto;	
	padding-top: 10px
}
#comcontent h3{
	margin: 0px 30px;
	padding-top: 10px;
	font-size: 120%;
	font-weight: bold;
}

#comwelcome{
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}
#comwelcome h2 span{
	display:none;
}
#comwelcome h2{
	background-image:url(../images/com_header1.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px
}
.comboxone{
	width: 660px;
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background:url(../images/content_660.png);
	background-repeat:repeat-y;	
}
.comone{
	width: 640px;	
}

#fundchange{
	width: 700px;
	height: 310px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#fundchange h2 span{
	display: none;	
}
#fundchange h2{
	background-image:url(../images/com_header2.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px
}
.comboxtwo{
	float: left;
	width: 360px;
	margin: 5px 20px;
	background:url(../images/content_360.png);
	background-repeat:repeat-y;
}
.comtwo{
	float: left;
	width: 340px;
	margin: 0 auto;
	padding: 15px;
	color:#000;
}
.comboxthree{
	float: right;
	margin: 5px 20px;
	width: 260px;
	height:210px;
}


#comkeynote{
	width: 700px;
	height: 385px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#comkeynote h2 span{
	display:none;	
}

#comkeynote h2{
	background-image:url(../images/new_header1.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px;
}

.comboxfour{
	float: right;
	width: 360px;
	margin: 5px 20px;
	background:url(../images/content_360.png);
	background-repeat:repeat-y;
}
.comfour{
	float: right;
	width: 340px;
	margin: 0 auto;
	padding: 15px;
	color:#000;	
}

.comboxfive{
	float: left;
	margin: 5px 20px;
	width: 217px;
	height:300px;
}

.comfive{}

/*community content end*/



/*crew content start*/
#crwcontent{
	background-color:#2cb34a;
	background-image:url(../images/content_yellow.png);
	background-repeat:repeat-y;
	width:714px;
	margin: 0 auto;	
	padding-top: 10px
}
#crwcontent h3{
	margin: 0px 30px;
	padding-top: 10px;
	font-size: 120%;
	font-weight: bold;
}


#saidatbio{
	width: 700px;
	height: 580px;
	padding-top: 10px;
	margin: 0 auto;
}
#saidatbio h2 span{
	display:none;
}
#saidatbio h2{
	background-image:url(../images/crw_header1.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px
}
.crwboxone{
	float: left;
	margin: 5px 20px;
	width: 260px;
	padding-top:25px;
}
.crwone{
	float:left;
	margin: 0 auto;
}
#crwnameheaderone h3 span{
	display:none;
}
#crwnameheaderone h3{
	background-image:url(../images/crw_name_header1.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px
	padding-top: 25px;
}
.crwboxtwo{
	float: right;
	width: 360px;
	margin: 5px 20px;
	background:url(../images/content_360.png);
	background-repeat:repeat-y;
}
.crwtwo{
	float: right;
	width: 340px;
	margin: 0 auto;
	padding: 15px;
	color:#000;
}


#crewlink{
	width: 700px;
	height: 150px;
	padding-top: 10px;
	margin: 0 auto;
}
#crewlink h2 span{
	display:none;
}
#crewlink h2{
	background-image:url(../images/crw_header2.png);
	background-repeat:no-repeat;
	height: 50px;
	margin: 10px
}
.crwboxthree{
	width: 660px;
	height: 30px;
	margin: 0px 20px;
	padding: 10px;
	background-image:url(../images/content_660.png);
	background-repeat:repeat-y;
}
#crewlink ul{
	margin: 0 auto;
	list-style:none;
}
#crewlink li{
	float: left;
	margin: 0 auto;
	padding: 0;
}
#crewlink a{
	display: block;
	margin: 0 auto;
	padding: 5px 100px;
	font-size: 130%;
	font-weight:bold;
}


#teachercomments{
	width: 700px;
	margin: 0 auto;
	padding-bottom: 25px;
}
#teachercomments h2 span{
	display:none;
}
#teachercomments h2{
	background-image:url(../images/crw_header_3.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px
}
#comments h3 span{
	display:none;
}
#comments h3{
	background-image:url(../images/crw_h3header1.png);
	background-repeat:no-repeat;
	height: 50px;
	margin: 10px
	padding-top: 25px;
}
.crwboxfour{
	width: 660px;
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background:url(../images/content_660.png);
	background-repeat:repeat-y;
}
#teachercomments ul{
	margin: 0 auto;
	padding-bottom: 20px;
	width:610px;
}
#teachercomments li{
	margin: 0 auto;
	display:block;
	padding: 5px 10px;
}


#kzbio{
	width: 700px;
	height: 425px;
	margin: 0 auto;
	padding-top: 10px;
}
#kzbio h2 span{
	display:none;	
}
#kzbio h2{
	background-image:url(../images/crw_header2.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px
}
#nametwoheader h3 span{
	display:none;
}
#nametwoheader h3{
	background-image:url(../images/crw_name_header2.png);
	background-repeat:no-repeat;
	height: 50px;
	margin: 10px
	padding-top: 25px;
}
.crwboxfive{
	float: left;
	margin: 5px 20px;
	width: 260px;
}
.crwfive{
	float:left;
	margin: 0 auto;
}
.crwboxsix{
	float: right;
	width: 360px;
	margin: 5px 20px;
	background:url(../images/content_360.png);
	background-repeat:repeat-y;
}
.crwsix{
	float: right;
	width: 340px;
	margin: 0 auto;
	padding: 15px;
	color:#000;
}


#snapzbio{
	width: 700px;
	height:400px;
	padding-top: 10px;
	margin: 0 auto;
}
#namethreeheader h3 span{
	display:none;
}
#namethreeheader h3{
	background-image:url(../images/crw_name_header3.png);
	background-repeat:no-repeat;
	height: 50px;
	margin: 10px
	padding-top: 25px;
}
.crwboxseven{
	float: left;
	margin: 5px 20px;
	width: 260px;
}
.crwseven{
	float:left;
	margin: 0 auto;	
}
.crwboxeight{
	float: right;
	width: 360px;
	margin: 5px 20px;
	background:url(../images/content_360.png);
	background-repeat:repeat-y;
}
.crweight{
	float: right;
	width: 340px;
	margin: 0 auto;
	padding: 15px;
	color:#000;	
}
/*crew content end*/


/*link content start*/
#lnkcontent{
	background-color:#069ec9;
	background-image:url(../images/content_blue.png);
	background-repeat:repeat-y;
	width:714px;
	margin: 0 auto;	
	padding-top: 10px
}
#lnkcontent h3{
	margin: 0px 30px;
	padding-top: 10px;
	font-size: 120%;
	font-weight: bold;
}
#lnkresource{
	height: 600px;
	width: 700px;
	padding-top: 10px;
	margin: 0 auto;
}
#lnkresource h2 span{
	display:none;
}
#lnkresource h2{
	background-image:url(../images/lnk_header1.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px;
}
#lnkresourcehead h3 span{
	display:none;
}
#lnkresourcehead h3{
	background-image:url(../images/lnk_h3header1.png);
	background-repeat:no-repeat;
	height: 25px;
	margin: 10px	
}
.lnkboxone{
	width: 250px;
	margin: 0px 20px;
	padding: 0px;
	float: left;
}
.lnkboxtwo{
	width: 360px;
	margin: 0px 20px;
	padding: 0px;
	float: left;
	background:url(../images/content_360.png);
	background-repeat:repeat-y;
}
/*link content end*/


/*calendar content start*/
#calcontent{
	background-color:#2cb34a;
	background-image:url(../images/content_green.png);
	background-repeat:repeat-y;
	width:714px;
	margin: 0 auto;	
	padding-top: 10px
}
#calcode{
	width:580px;
	margin: 0 auto;
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
}
/*calendar content end*/


#tactcontent{
	background-color:#DFie77;
	background-image:url(../images/content_pink.png);
	background-repeat:repeat-y;
	width:714px;
	margin: 0 auto;	
	padding-top: 10px
}
#tactcontent h2 span{
	display:none;
}
#tactcontent h2{
	background-image:url(../images/tact_header1.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px;
}
#tactcontent h3{
	margin: 0px 30px;
	padding-top: 10px;
	font-size: 120%;
	font-weight: bold;
}
#tactwelcome{
	height: 500px;
	width: 700px;
	padding-top: 10px;
	margin: 0 auto;
}
.tactboxone{
	width: 660px;
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background:url(../images/content_660.png);
	background-repeat:repeat-y;
}

label{
	vertical-align:top;	
	display:inline-block;
	padding-right:28px;
	padding-bottom:12px;
	font-size:12px;
	color:#0a3644;
	width:50px;
		
}
.saidat ol{
	
	list-style:none;
	
	}

.button{
	margin-left:180px;
	margin-top:15px;
	
}

.textbox{
	
	padding-top:15px;
}

.textbox_label{
	vertical-align:top;	
	display:inline-block;
	padding-right:10px;
	padding-bottom:15px;
	font-size:12px;
	color:#0a3644;
	width:70px;
	
}
.tactone{
	margin:0 auto;
}
.tactboxtwo{
	
}
.tactboxthree{
	
}
.tactboxfour{
	
}




#medcontent{
	background-color:#e37324;
	background-image:url(../images/content_orange.png);
	background-repeat:repeat-y;
	width:714px;
	margin: 0 auto;	
	padding-top: 10px
}
#medvideo{
	height: 375px;
	width: 700px;
	padding-top: 10px;
	margin: 0 auto;
}
#medTwovideo{
	height: 280px;
	width: 700px;
	padding-top: 10px;
	margin: 0 auto;	
}

#medvideo h2 span{
	display:none;
}
#medvideo h2{
	background-image:url(../images/med_header1.png);
	background-repeat:no-repeat;
	height: 60px;
	margin: 10px;
}
.medboxone{
	width: 300px;
	float:left;
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.medboxtwo{
	width: 300px;
	float:right;
	margin: 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#medphoto{
	width: 700px;
	height: 500px;
	margin: 0 auto;
}
#medphoto h2 span{
	display:none;
}
#medphoto h2{
	background-image:url(../images/med_header2.png);
	background-repeat: no-repeat;
	height: 60px;
	margin: 10px;
}
.medboxthree{
	width: 300px;
	float: left;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.medboxfour{
	width: 300px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}


/*content ends*/
/*footer starts*/
#footer{
	clear: both;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	height: 175px;
	width: 714px;
	margin: 0 auto;
}
.footinfo{
	float: right;
	font-size: large;
	padding-right: 115px;
	padding-top: 100px;	
}
#footer a{
	color:#df1e77;
}
/*footer ends*/	
/*minor navigation starts*/
#minornav{
	width: 714px;
	margin: 0 auto;
}
#minornav ul{
	list-style: none;
	margin: 0;
	padding-left: 125px;
}
#minornav li{
	float: left;
	margin: 0;
	padding: 0;
}
#minornav a{
	display: block;
	margin:0;
	padding: 5px 10px;
	font-size: 85%;
}
/*minor navigation ends*/

