body, html{
	width: 100%;
	height: 100%;
	padding: 0;
}
body{
	font-size: 62.5%;
	font-family: Arial;
	background-color: #E0E0E0;
	margin: 0px;
}

p{
	font-size: 1.6em;
}

table p{
	margin: 0px;
}

ul{
	padding-left: 18px;
}

#menuContainer{
	width: 320px;
	background-color: white;
}

#logoContainer{
	width: 320px;
	height: 198px;
}

#logoContainer img{
	margin: 38px 27px;
}

#logoContainer h2{
	text-indent: -9999px;
	margin: 0px;
}

#logoContainer p{
	margin: 0px;
}

#contentController{
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	width: 320px;
	height: 43px;
}

#contentController a{
	text-decoration: none;
}

.langControl{

}

.langControl div{
	width: 48px;
	height: 29px;
	border-right: 1px solid #E0E0E0;
	float:left;
	text-align: center;
	padding-top: 14px;
	font-weight: bold;
}

.langControl a{
	color: #707070;
	font-size: 14px;
}

.langControl a:hover, .langControl .active a{
	color: black;
}

.fontControl{
	float: right;
	width: 85px;
	margin-top: 10px;
}

.fontControl div{
	font-weight: bold;
	float: left;
	margin-right: 5px;
}

.fontControl ul{
	display: inline-block;
	float: right;
}

.fontControl li{
	display: inline;
	float: right;
	list-style-type: none;
}

.fontControl a{

}

.fontSize_M{
	font-size: 12px;
	margin-top: 5px;
}

#fontSizeImg_M{
	background:url(../img/font_M.gif) no-repeat;
	width: 16px;
	height: 16px;
}

#fontSizeImg_M:hover, #fontSizeImg_M.active{
	background:url(../img/font_M_down.gif) no-repeat;
}

.fontSize_L{
	font-size: 16px;
	margin-top: 3px;
}

#fontSizeImg_L{
	background:url(../img/font_L.gif) no-repeat;
	width: 17px;
	height: 17px;
}

#fontSizeImg_L:hover, #fontSizeImg_L.active{
	background:url(../img/font_L_down.gif) no-repeat;
}

.fontSize_X{
	font-size: 20px;
}

#fontSizeImg_X{
	background:url(../img/font_X.gif) no-repeat;
	width: 21px;
	height: 21px;
}

#fontSizeImg_X:hover, #fontSizeImg_X.active{
	background:url(../img/font_X_down.gif) no-repeat;
}

#EMSDLogo{
	height: 78px;
	background: #E0E0E0;
	cursor: pointer;
}

.pageIcon a, #menu div a, #EMSDLogo a,
div[id^='fontSizeImg_'] a, #logoContainer a{
	display: block;
	width: 100%;
	height: 100%;
}

#menu div a, .pageIcon a{
	position:absolute;
	left: 0px;
}

.pageIcon a{
	z-index: 99;
	background:url(../img/emptyDot.png);
}

#EMSDLogo img{
	position: relative;
	top: 18px;
	right: 15px;
	float: right;
}

#EMSDLogo h2{
	text-indent: -9999px;
	margin: 0px;
}

#EMSDLogo p{
	margin: 0px;
}

#searchBoxContainer{
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
}

#searchBox{
	width: 225px;
	height: 30px;
	margin: 15px auto;
	
}

#searchTextBox {
	background: url(../img/searchbox.gif) left top no-repeat;
	float: left;
	border: 0;
	width: 170px;
	height: 28px;
	font-size: 1.2em;
	padding-left: 5px;
}

#searchIcon {
	background: url(../img/searchbox.gif) right top no-repeat;
	border: 0px solid white;
	float: left;
	width: 29px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	padding: 0px;
}

#menu{

}

#menu > div{
	position: relative;
	padding-left: 42px;
	height: 55px;
	border-bottom: 1px solid #E0E0E0;
	cursor: pointer;
}

.menuLogo{
	width: 29px;
	height: 29px;
	float: left;
	margin-top: 13px;
	margin-right: 20px;
}

.menuText{
	float: left;
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
}

#safeMessage.active, #safeMessage:hover{
	background-color: #0066FF;
	color:white;
}

#safeMessageLogo{
	background:url(../img/safeLogo.png) no-repeat;
}

#safeMessage.active #safeMessageLogo, #safeMessage:hover #safeMessageLogo{
	background:url(../img/safeLogo2.png) no-repeat;
}

#classRoom.active, #classRoom:hover{
	background-color: #1D7B3E;
	color:white;
}

#classRoomLogo{
	background:url(../img/classroomLogo.png) no-repeat;
}

#classRoom.active #classRoomLogo, #classRoom:hover #classRoomLogo{
	background:url(../img/classroomLogo2.png) no-repeat;
}

#gameZone.active, #gameZone:hover{
	background-color: #CF3881;
	color:white;
}

#gameZoneLogo{
	background:url(../img/gameLogo.png) no-repeat;
}

#gameZone.active #gameZoneLogo, #gameZone:hover #gameZoneLogo{
	background:url(../img/gameLogo2.png) no-repeat;
}

#publicityMaterials.active, #publicityMaterials:hover{
	background-color: #825085;
	color:white;
}

#publicityMaterialsLogo{
	background:url(../img/publicLogo.png) no-repeat;
}

#publicityMaterials.active #publicityMaterialsLogo, #publicityMaterials:hover #publicityMaterialsLogo{
	background:url(../img/publicLogo2.png) no-repeat;
}

#footerMenu{
	line-height: 34px;
	padding: 14px 0px;
}

#footerMenu ul{
	list-style-type: none;
	padding: 0px;
	padding-left: 42px;
	margin: 0px;
}

#footerMenu a{
	text-decoration: none;
	color: #707070;
	font-weight: bold;
	font-size: 14px;
}

#footerMenu a:hover{
	color: #0066FF;
}

#WCAG_LOGO{
	text-align: center;
	padding: 20px;
}

#dynamicContainer{
	min-height: 100%;
	min-width: 320px;
	position: absolute;
	left: 0px;
}

#pageIconContent{
	display: none;
}

.pageIcon{
	width: 310px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	display: none;
	position: absolute;
}

.pageIconBottom{
	width: 100%;
	height: 63px;
	background-color: #E0E0E0;
}

.safe .pageIconBottom{
	background: url(../img/safePageIconBottom.png) no-repeat;
}

.classroom .pageIconBottom{
	background: url(../img/classroomPageIconBottom.png) no-repeat;
}

.game .pageIconBottom{
	background: url(../img/gamePageIconBottom.png) no-repeat;
}

.public .pageIconBottom{
	background: url(../img/publicPageIconBottom.png) no-repeat;
}

.imageContainer{
	height: 173px;
}

.textContainer{
	min-height: 63px;
	color: white;
	font-size: 2.4em;
}

#pageContent{
	color: white;
	display: none;
}

#pageContent>div{
	padding-left: 25px;
	padding-right: 25px;
}

#dynamicContainer.safe, .safe .textContainer, .safe .sectionArrow{
	background-color: #0066FF;
}

#dynamicContainer.classroom, .classroom .textContainer, .classroom .sectionArrow{
	background-color: #1D7B3E;
}

#dynamicContainer.game, .game .textContainer, .game .sectionArrow{
	background-color: #CF3881;
}

#dynamicContainer.public, .public .textContainer, .public .sectionArrow{
	background-color: #825085;
}

.sectionArrow{
	background: url(../img/arrowDown.png) no-repeat;
	width: 25px;
	height: 13px;
	float: right;
	margin: 7px 10px 0px 0px;
}

.expanded .sectionArrow{
	background-image: url(../img/arrowUp.png);
}

#contentHeader{
	padding-top: 25px;
	display: inline-block;
}

#contentHeader table, .contentSectionHeader table{
	width: 100%;
}

.contentSectionHeader table:hover{
	cursor: pointer;
}

#contentHeader td{
	vertical-align: top;
}

#contentHeader td a{
	text-decoration: none;
	background-color: white;
	padding: 2px 9px;
	font-size: 1.2em;
	font-weight: bold;
}

#backBtn{
	position: absolute;
	top: 25px;
	right: 25px;
	width: 50px;
	line-height: 20px;
	text-align: center;
	background-color: white;
}

#backBtn a{
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

#contentHeaderTitle h1, #contentHeaderTitle_2 h1{
	font-size: 36px;
	margin: 0px;
	padding: 0px;
}

#contentHeaderTitle{
	margin-bottom: 22px;
	min-height: 84px;
}

#contentHeaderTitle_2{
	margin-bottom: 22px;
	padding-left: 10px;
}

#contentHeaderNumberSpacer{
	float: left;
	width: 128px;
	height: 84px;
}

#contentHeaderNumber
{
	font-size: 2.6em;
	line-height: 0.9em;
	position: absolute;
	top: 25px;
	left: 25px;
}

#backBtnImg{
	float: right;
	width: 50px;
	min-height:84px
}

#contentHeaderImage{
	margin-bottom: 22px;
}

.textBox{
	width: 276px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 24px;
}

div[id^='dynamicColumn_']{
	margin-right: 10px;
	width: 330px;
	float: left;
}

.contentSectionHeader{
	background-color: white;
	padding: 10px;
	margin-bottom: 1px;
	max-height: 60px;
}

.contentSectionHeader h2, .contentSectionTitle{
	padding: 0px;
	margin: 0px;
	font-size: 2.0em;
}

.contentSectionTitleContainer{
	display: inline-block;
	width: 100%;
}

.contentSectionTitle {
	float:left;
}

.safe .contentSectionHeader, .safe .contentSectionTitle, .safe #backBtn a, .safe .detailWrapper, .safe .detailWrapper a, .contentSectionDetail.safe .detailWrapper, .contentSectionDetail.safe .detailWrapper a,
.sitemap #backBtn a{
	color: #0066FF;
}

.safe a, .classroom a, .game a, .public a{
	color: white;
	font-weight: bold;
}

.classroom .contentSectionTitle, .classroom #backBtn a, .classroom .detailWrapper, .classroom .detailWrapper a{
	color: #1D7B3E;
}

.game .contentSectionTitle, .game #backBtn a, .game .detailWrapper, .game .detailWrapper a{
	color: #CF3881;
}

.public .contentSectionTitle, .public #backBtn a, .public .detailWrapper, .public .detailWrapper a{
	color: #825085;
}

.contentSectionDetail.other, .contentSectionDetail.other a{
	color: #000000;
}

.contentSectionDetails{
	padding: 10px;
	margin-bottom: 50px;
}

.contentSectionDetail{
	margin-bottom: 20px;
}

.contentSectionSubTitle h2{
	font-size: 2.0em;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0px;
}

.contentSectionSubTitle h3{
	font-size: 2.0em;
	margin-bottom: 0.3em;
}

.infoTitle h2, .infoTitle h3, .infoTitle h4{
	font-size: 2.0em;
	margin-top: 0px;
	margin-bottom: 5px;
}

.contentSectionInfo_2, .contentSectionInfo{
	width: 100%;
	text-align: justify;
	display:inline-block;
}

.contentSectionInfo > p, .contentSectionInfo > ul{
	margin-top: 30px;
}

.contentSectionInfo > ul > li{
	padding-left: 10px;
}

.contentSectionInfo table{
	margin-top: 16px;
	border-spacing: 0px 10px;
}

.contentSectionInfo td:first-child{
	vertical-align: top;
}

.spacing_1{
	display: block;
	margin-bottom: 20px;
}

.width_100{
	width: 100%;
}

.contentSectionImage_4, .contentSectionImage_3, .contentSectionImage{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.contentSectionImage_2{
	width: 250px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}

.contentSectionImage_4, .contentSectionImage_3{
	text-align: center;
}

.contentSectionImage_3 img{
	width: 90%;
}

.contentSectionImageDesc{
	text-align: center;
	font-size: 1.6em;
}

.contentImageContainer{
	width: 96%;
	margin: 30px 0px;
	float: right;
}

.hasImage .contentSectionInfo{
	width: 50%;
}

.separator_4, .separator_3, .separator_2, .separator{
	background: url(../img/dot_line.png) repeat-x;
	height: 1px;
	width: 96%;
}

.separator_2{
	width: 100%;
	margin-bottom: 15px;
}

.separator_3{
	width: 100%;
}

.separator_4{
	margin-bottom: 15px;
}

.safe .separator_2, .safe .separator, .safe .separator_4, .contentSectionDetail.safe .separator_2{
	background-color: #0066FF;
}

.public .separator_4, .public .separator_2, .public .separator, .contentSectionDetail.public .separator_2{
	background-color: #825085;
}

.contentSectionDetail.game .separator_2{
	background-color: #CF3881;
}

.contentSectionDetail.classroom .separator_2, .classroom .separator_4, .classroom .separator, .classroom .separator_2{
	background-color: #1D7B3E;
}

.contentSectionDetail.other .separator_2{
	background-color: #000000;
}

.contentSectionDetail.safe li, .contentSectionDetail.classroom li, .contentSectionDetail.public li, .contentSectionDetail.game li, .contentSectionDetail.other li{
	margin: 10px 0px;
}

.clear{
	clear:both;
	height: 0px;
}

.detailTop, .detailBottom{
	width: 100%;
	height: 10px;
	position: relative;
	*background-color: white;
}

.detailTop .space, .detailBottom .space{
	margin: 0 10px;
	background-color: white;
}

.detailTop div[class$='Coner'], .detailBottom div[class$='Coner']{
	width: 10px;
	overflow: hidden;
}

.detailTop div, .detailBottom div{
	height: 100%;
}

div[class$='Coner'] img{
	position: relative;
	width: 200%;
	height: 200%;
	*width: 0px;
	*height: 0px;
}

.detailBottom div[class$='Coner'] img{
	top: -100%;
}

.leftConer{
	float: left;
}

.rightConer{
	float: right;
}

.rightConer img{
	right: 100%;
}

.detailWrapper{
	background-color: white;
	padding: 20px 20px;
}
.detailWrapper .infoTitle{
	font-weight: bold;
	width: 96%;
}

.imgTick, .imgCross{
	position:relative;
	top: 3px;
	margin-right: 10px;
	width: 30px;
	height: 30px;
}

.imgTick{
	background: url(../img/tick.png) no-repeat;
}

.imgCross{
	background: url(../img/cross.png) no-repeat;
}

.legendWrapper{
	display: inline-block;
}

.legend{
	width: 240px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 1.2em;
}

.legendImage{
	margin-bottom: 10px;
}

.legendImage_2{
	width: 19px;
	height: 16px;
	float: left;
	margin-right: 20px;
}

.legendText_2{
	line-height: 16px;
}

table.dataTable_1{
	text-align: center;
	width: 96%;
	border-spacing: 0px;
	border-top: 1px solid;
	border-left: 1px solid;
	font-size: 1.6em;
}

.dataTable_1 th{
	width: 50%;
	color: white;
	padding: 10px 0px;
}

.safe .dataTable_1 th:first-child{
	border-right: 1px solid #FFFFFF;
}

.safe .dataTable_1 th{
	border-right: 1px solid #FFFFFF;
}

.classroom .dataTable_1 th{
	border-bottom: 1px solid #1D7B3E;
	border-right: 1px solid #1D7B3E;
	background-color: #1D7B3E;
}

.safe .dataTable_1 th{
	border-bottom: 1px solid #0066FF;
	border-right: 1px solid #0066FF;
	background-color: #0066FF;
}

.dataTable_1 td{
	width: 50%;
	border-bottom: 1px solid;
	border-right: 1px solid;
	padding: 10px 0px;
}

table.dataTable_2{
	text-align: center;
	width: 100%;
	border-spacing: 0px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	font-size: 1.6em;
}

.classroom .dataTable_2 th{
	color: white;
	background-color: #1D7B3E;
	border-left: 1px solid white;
	padding: 10px 0px;
}

.dataTable_2 th:first-child{
	background-color: white;
}

.dataTable_2 td{
	width: 33%;
	border-top: 1px solid;
	border-left: 1px solid;
	padding: 10px 0px;
}

table.dataTable_3{
	width: 100%;
	text-align: center;
	border-spacing: 0px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	font-size: 1.6em;
	word-break: break-all;
}

.dataTable_3 th{
	background-color: #1D7B3E;
	color: white;
	border-left: 1px solid white;
	padding: 10px 0px;
}

.dataTable_3 th:first-child{
	border-left: 1px solid #1D7B3E;
}

.dataTable_3 td{
	width: 25%;
	border-top: 1px solid;
	border-left: 1px solid;
	padding: 10px 0px;
}

td.listData{
	text-align: left;
}

.grayRow{
	background-color: #EEEEEE;
}

.sitemap h1{
	color: #0066FF;
}

a img{
	border: 0px;
}

.font_content{
	font-size: 1.6em;
}

.font_note{
	font-size: 1.2em;
}

.ULStyleNone{
	list-style-type: none;
	padding-left: 0px;
}

#mapLogo{
	width: 132px;
	margin: 0 auto;
}

.spacing_2{
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
}

.spacing_2 a{
	word-wrap: break-word;
}

.font_size_1{
	font-size: 1.3em;
}