html {margin:0;padding:0} /*DO NOT EDIT - removes browser defaults*/
body, td {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;} /*DO NOT EDIT - sets global font size and line height*/
table {font-size:inherit;font:100%;} /*DO NOT EDIT - sets global font size*/
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;} /*DO NOT EDIT - sets global font size*/

a:link, a:visited { 
	text-decoration: none; 
	color: #0911ab;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #0c17e7;
}
	
/****************************************/
/********  BEGIN PAGE STRUCTURE  ********/
/****************************************/
body {
	padding:0 0 0 0; 
	margin:auto;
	background: #efefef url(/images/organizations/cms/rogersSD/images/backgroundLand.png) repeat-x 0 0;
}

#outerWrap {
	background: transparent url(/images/organizations/cms/rogersSD/images/headerBGImageLand.png) no-repeat 50% 106px;
	margin:auto;
}

#wrap {
	background: transparent url(/images/organizations/cms/rogersSD/images/bodyTileLand.png) repeat-y 0 0;
	width:970px;
	margin:auto;

}
	
#header {
	background: transparent url(/images/organizations/cms/rogersSD/images/headerLand.png) no-repeat 0 0;
	width: 970px; 
	height: 106px; 
	position:relative;
	z-index:999;
}

#header2 {
	background: transparent url(/images/organizations/cms/rogersSD/images/header2Land.png) no-repeat 0 0;
	width: 970px; 
	height: 445px; 
	position:relative;
}

#sliderCorners {
	background: transparent url(/images/organizations/cms/rogersSD/images/sliderCorners.png) no-repeat 0 0;
	width: 816px; 
	height: 368px; 
	position:absolute;
	z-index:999;
}

#sliderCornersBottom {
	background: transparent url(/images/organizations/cms/rogersSD/images/sliderCorners.png) no-repeat center bottom;
	width: 816px; 
	height: 10px; 
	position:absolute;
	z-index:99999;
	margin-top:358px;
	}

#navBar {
	background: transparent url(/images/organizations/cms/rogersSD/images/navBarLand.png) no-repeat 0 0px;
	height:76px;
	clear:both;
}
	
#bodyWrap {
	height:auto;
	background-color:transparent;
	margin:0;
}	
	
#mainBody {
	width: 870px;
	min-height:300px;
	clear: none;
	background-color:transparent;
	overflow: visible;
	margin-top:10px;
	margin-left:50px;
}

#footerTile {
	background: transparent url(/images/organizations/cms/rogersSD/images/footerTileLand.png) repeat-x 50% bottom;
	height:129px;
	width:100%;
	margin:auto;
	position:relative;
	clear:both;
	margin-top:-129px;
}

#foot {
	background: transparent url(/images/organizations/cms/rogersSD/images/footerLand.png) no-repeat 50% 0px;
	height: 129px;
	margin:auto;
	clear:both;
	position:relative;
	z-index:999;
}

#translateicon {
	vertical-align:bottom;
}
/**************************************/
/********  END PAGE STRUCTURE  ********/
/**************************************/

/**************************************/
/*******  BEGIN HEADER CONTENT  *******/
/**************************************/
#topItems {
	float:right;
	position:relative;
	margin:-1px 31px 0 0;
	display:inline;
	width:342px;
}

.topItemBtn {
	background: transparent url(/images/organizations/cms/rogersSD/images/topItemSprite.png) no-repeat 0 0;	
	float:left;
	cursor:pointer;
	height:32px;
}

.topItemBtn a:hover {
	text-decoration:underline;
}

#topItems a {
	display:block;
	z-index:999;
	font-size:11px;
	color:#4b4b4b;
	float:left;
	padding:10px 0px 12px 37px;
}

.dropdown {
	display:none;
}

.topItemBtn:hover .dropdown {
	display:block;
}

.topItemBtn#dropdownQuicklinkBtn a, .topItemBtn#dropdownLoginBtn a {
	padding-right:24px;
}

.topItemBtn#rssFeed a, .topItemBtn#logoutBtn a {
	padding-right:10px;
}

.topItemBtn#dropdownQuicklinkBtn {
	background-position:-64px 0px;
}

.topItemBtn#dropdownQuicklinkBtn:hover {
	background-position:-64px -39px;
}

.topItemBtn#logoutBtn {
	background-position:-326px 0px;
	z-index:1;
}

.topItemBtn#logoutBtn:hover {
	background-position:-326px -39px;
}

.topItemBtn#dropdownLoginBtn {
	background-position:-144px 0px;
	z-index:999;
	margin-left:-80px;
}

.topItemBtn#dropdownLoginBtn:hover {
	background-position:-144px -39px;
}

.topItemBtn#rssFeed {
	background-position:-62px 0px;
	width:80px;
}

.topItemBtn#rssFeed:hover {
	background-position:-62px -39px;
}

#dropdownLogin {
	position:absolute;
	top:33px;
	left:-32px;
	float:left;
	padding:0 30px 30px 30px;
	width:182px;
	height:82px;
	cursor:default;
}

#login {
	background: transparent url(/images/organizations/cms/rogersSD/images/login.png) no-repeat 0 0;
	text-align:right;
	font-size:10px;
	color:#fff;
	width:170px;
	height:72px;
	padding:12px 8px 8px 8px;
	cursor:default;
	position:relative;
	z-index:9999;
}

#dropdownLogin li:hover {
	text-decoration:none;
}

#login input {
	background-color:#d6d6d6;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid #eaeaea;
	border-right:1px solid #eaeaea;	
	width: 100px;
	height: 12px;
	padding: 1px;
	margin: 3px 8px 1px 0px;
}

input#login_btn {
	background: transparent url(/images/organizations/cms/rogersSD/images/topItemSprite.png) no-repeat -1px -9px;
	border:0;
	height:20px;
	width:50px;
	cursor:pointer;
	margin:5px 5px 0;
}

#forgotten {
	display:none;
}
/**************************************/
/*******  BEGIN HEADER CONTENT  *******/
/**************************************/

#logoImage {
	float:left;
	position:relative;
	top:30px;
	left:20px;
}

#rssFeed {
	float:left;
	margin:0px 0px 0 0;
}
/**************************************/
/********  END HEADER CONTENT  ********/
/**************************************/



/**************************************/
/*****  BEGIN SIDE COLUMN CONTENT *****/
/**************************************/
#personal {
	clear:both;
	margin: 15px 0px 0px 11px;
	font-weight:bold;
	color: #333;
	float:left;
	width:192px;
	display:inline;
}

#whats_happening {
	padding: 10px 0 0 0;
	margin:0;
	color: #333;
}

#whats_happening .medium_text {
	color:#333;
}


/*  32x32 icons  */
#welcome {padding:0;margin:15px 0 0;}
#welcome li {height:36px;text-align:left;list-style-type: none;}
#welcome a {background: url("/images/organizations/cms/icons/colorIcons.png") no-repeat 0 0;padding:9px 0 9px 40px;display:block}
#wel_lesson a{background-position: 0px 0px;}
#wel_email a {background-position: 0px -32px;}
#wel_cal a {background-position: 0px -64px;}
#wel_files a {background-position: 0px -96px;}
#wel_pers a {background-position: 0px -128px;}
#wel_admin a {background-position: 0px -160px;}
#wel_help a {background-position: 0px -192px;}
#wel_log a {background-position: 0px -224px;}
#wel_onlinegrades a {background-position: 0px -256px;}
#wel_mychildren a {background-position: 0px -288px;}
/*  end icons  */

#welcome a {
	font-size:11px;
}


/**************************************/
/******  END SIDE COLUMN CONTENT ******/
/**************************************/



/**************************************/
/*******  BEGIN FOOTER CONTENT  *******/
/**************************************/
.footerColumn {
	float:left;
	width:180px;
	margin:10px 10px 0 0;
}
#powered .spaced span{
	font-size:11px;
	text-align:center;
	color:#fff;
}

#powered {
	height:40px;
	margin-top:70px;
	margin-left:10px;
	position:absolute;
	width:950px;
}	

#powered .text_small span{
	font-size:9px;
	text-align:center;
	color:#fff;
}

#languagemenu {
	position:absolute;
	visibility:hidden;
	z-index:9999;
}
/**************************************/
/********  END FOOTER CONTENT  ********/
/**************************************/



/**************************************/
/*********  BEGIN NAVIGATION  *********/
/**************************************/


/***********************/
/***** BEGIN TOPNAV ****/
/***********************/

#quickLinks {
	background: transparent url(/images/organizations/cms/rogersSD/images/quicklinkBg.png) no-repeat 0 0;
	height:24px;
	color:#fff;
	float:right;
	padding:6px 5px 0 15px;
}

#quickLinks a {
	color:#fff;
	font-size:12px;
}
/***********************/
/****** END TOPNAV *****/
/***********************/

/* end lavalamp jquery test */


/***********************/
/***** BEGIN TOPNAV ****/
/***********************/

#bar {
	width:900px;
	margin:0 auto;
	position:relative;
	top:1px;
	}

#topNav {
	float:left;
	margin:1px 8px 0 100px;
	display:inline;
}

/* remove all list stylings */
#adxmTopNav, #adxmTopNav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

#adxmTopNav li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

#adxmTopNav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

#adxmTopNav li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

#adxmTopNav ul {
	display: none;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

#adxmTopNav li:hover>ul {
	display: block;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

#adxmTopNav li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
#adxmTopNav:after, #adxmTopNav ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

#adxmTopNav, #adxmTopNav ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the "#adxmTopNav UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
#adxmTopNav ul {
	background-image: url(/images/organizations/cms/blank.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 0px 30px 30px 30px; /* top used to be 10px - removed to stop bouncing while fixed postion on top*/
	margin: 0px 0 0 -30px; /* top used to be -10px - removed to stop bouncing while fixed postion on top*/
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}

#adxmTopNav ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

#adxmTopNav a {
	text-decoration: none;
	padding: 7px 10px;
	display: block;
	position: relative;
	font-weight:bold;
	color:#185d84;
}

#adxmTopNav li li a {
	padding:5px 5px 5px 10px;
}

#adxmTopNav, #adxmTopNav ul li {
	color: #fff;
	background: transparent;
}

#adxmTopNav li {
	background: transparent url(/images/organizations/cms/rogersSD/images/topNavDivider.png) no-repeat 0 0px;
}

#adxmTopNav ul li {
	color: #fff;
	background-color: #0e66a6;
}

#adxmTopNav ul {
	width: 13em;
}

#adxmTopNav li a:hover, #adxmTopNav li .adxmhoverA {  /* targets ie6 */
	color:#e51b24;
	background: transparent url(/images/organizations/cms/rogersSD/images/lavaArrow.png) no-repeat center top;
}

#adxmTopNav a:hover, #adxmTopNav li:hover>a {
	color:#e51b24;
	background: transparent url(/images/organizations/cms/rogersSD/images/lavaArrow.png) no-repeat center top;
}

#adxmTopNav li li a {
	color:#fff;
}

#adxmTopNav li li.last a {
	border-bottom:none;
}

#adxmTopNav li li a:hover, #adxmTopNav li li .adxmhoverA {  /* targets ie6 */
	background-image:none;
	background-color:#258fcb;
	color:#fff;
}

#adxmTopNav li li a:hover, #adxmTopNav li li:hover>a {
	background-image:none;
	background-color:#258fcb;
	color:#fff;
}

#adxmTopNav li li {	/* create borders around each item */
	border-top: 1px solid #157ccd;
	border-bottom: 1px solid #0e5186;
}

#adxmTopNav li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}


/***********************/
/****** END TOPNAV *****/
/***********************/

/***********************/
/** BEGIN QUICKLINKS ***/
/***********************/
#quickLinks {
	color:#fff;
	float:right;
	position:relative;
	top:5px;
	right:80px;
}

#quickLinks a {
	color:#fff;
}
/***********************/
/*** END QUICKLINKS ****/
/***********************/

/*EVENTS*/


#eventsWrap .liquidBox .hd {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/organizations/cms/rogersSD/images/LQWide.png) no-repeat scroll 0 0;
}

#eventsWrap .liquidBox .hd .c {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/organizations/cms/rogersSD/images/LQTall.png) no-repeat scroll right 0;
}

#eventsWrap .liquidBox .bd {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/organizations/cms/rogersSD/images/LQWide.png) no-repeat scroll 0 -30px;
}

#eventsWrap .liquidBox .bd .c {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/organizations/cms/rogersSD/images/LQTall.png) no-repeat scroll right -30px;
}

#eventsWrap .liquidBox .ft {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/organizations/cms/rogersSD/images/LQWide.png) no-repeat scroll left bottom;
}

#eventsWrap .liquidBox .ft .c {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/organizations/cms/rogersSD/images/LQTall.png) no-repeat scroll right bottom;
}

#eventsWrap .liquidBox .hd .c .cHeaderTxt {
color:#FFFFFF;
}

#eventsWrap .dateHeader {
border-bottom:1px solid #595959;
font-weight:bold;
padding:15px 0 0;
}

#schoolEvents {
margin-top:0;
padding-left:14px;
padding-right:5px;
}

#eventsTop {
	background: transparent url("/images/organizations/cms/rogersSD/images/events.gif") no-repeat 0 0;
	width:133px;
	height:66px;
	padding:14px 0px 16px 64px;
	font:bold 15px Verdana, Arial, Helvetica, sans-serif;
	color:#595959;
	}
#eventsWrap {
	background: transparent url("/images/organizations/cms/rogersSD/images/eventsTile.gif") repeat-y 0 0;
	padding-right: 5px;
	float:right;
	margin-top:5px;	
	margin-left:0px;
	}
#eventsWrap .liquidBox .bd .c .s {
	padding: 10px 8px 9px 5px;
	}
#eventsBottom {
	background: transparent url("/images/organizations/cms/rogersSD/images/eventsBottom.gif") no-repeat bottom center;
	width:175px;
	height:11px;
	}
#schoolEvents {
	padding-left:20px;
	margin-top:0px;
	}
.dateHeader {
	background: transparent url("/images/organizations/cms/rogersSD/images/eventsDate.gif") no-repeat 0px 0;
	height:21px;
	margin:0 0 0 -7px;
	padding:3px 0 0 10px;
	color:#595959;
	font-weight:bold;
	font-size:1.0em;
	}
	
	
.indivEvent {
	margin: 0 0 0 12px;
	padding: 0 5px 5px 5px;
	}
	
.indivEvent span:before {content:"Time:"}

/*EVENTS END*/

#announceWrap {
	
	float:right;
	width:65%;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}
#announceAndEvents {
	float: left;
	margin-top:-14px;
	margin-left:11px;
}
#announceDistHdr, #announceSchooHdr {
	font-weight:bold;
	padding:5px;
	color: #258fcb;
	margin-top: 20px;
	font-weight:bold;
	font-family:sarif;
	font-size:18px;
	font-style:italic;
	clear: left;
}

.announcement {
	margin:0px 10px 0px 10px;
	}
.clearAnn {
	clear: left;
}

.announcementTitle{font-weight:bold; font-size:10pt; 	}

.announcementDate{ font-weight:bold; color: #999; }

.announceAlt0, .announceAlt1 {margin-top:10px;padding-bottom:18px;}

.announcementPic img{float:left;padding-right:5px;margin:3px 5px 0px 0px;}


/**************************************/
/**********  END NAVIGATION  **********/
/**************************************/



/**************************************/
/********  BEGIN FORM ELEMENTS ********/
/**************************************/


#search {
	float:left;
	margin:5px 0px 0 4px;
	padding:0;	
	width: 168px;
	height:20px;
	display:inline;
}
	
#searchInput {
	text-align: left;
	width: 105px;
	font-size: 10px;
	vertical-align:baseline;
	margin:4px 0 0;
	background-color:transparent;
	border:none;
}

#searchBtn {
	background: transparent url(/images/organizations/cms/blank.gif) no-repeat 0 0px;
	height:21px;
	width: 46px;
	border:none;
	cursor:pointer;
	font-size:0px;
	color:#fff;
	text-indent: -9999px;
	margin:1px 0 0 3px;
	padding:0;
	vertical-align:top;
}
/**************************************/
/*********  END FORM ELEMENTS *********/
/**************************************/

/**************************************/
/*********  BEGING SLIDER GALLERY *****/
/**************************************/

#sliderWrap {
	position:relative;
	width:816px;
	height:368px;
	top:42px;
	left:80px;
}

#mediaGalleryWrap {
	position:absolute !important;
	width:816px;
	height:368px;
}

#textGalleryWrap {
	position:absolute !important;
	width:816px;
	height:100px;
	z-index:9999;
	top: 268px;
}

.textSlide h2 {
	color:#fff;
	margin-top:5px;
}

.textSlide p {
	color:#ccc;
	margin-top:0px;
	width:800px;
	}

.textSlide a {
	color:#fff;
	margin: 0 0 0 10px;
}

#sliderWrap ul, #sliderWrap li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0px 0 0 0px !important;
}

.textGallery {
	background: transparent url(/images/organizations/cms/rogersSD/images/80BGTile.png) repeat 0 0;
	width:816px;
	height:100px;
	overflow:hidden;
	float:left;
	display:inline;
	top:268px;
}

.galleryTitle, .galleryText{
	padding-left:10px;	
}

.textGallery li {
	width:816px;
	height:100px;
	padding-left:12px;
}

.mediaGallery {
	width:816px;
	height:368px;
	overflow:hidden;
}

.previousBtn a {
	height:75px;
	overflow:hidden;
	position:absolute;
	right:825px;
	text-indent:-9999em;
	top:153px;
	width:40px;
}

.nextBtn a {
	height:75px;
	overflow:hidden;
	position:absolute;
	right:-49px;
	text-indent:-9999em;
	top:153px;
	width:40px;
}

.sliderControls {
	position:absolute;
	bottom:5px;
	left:10px;
	z-index:99999;
	top:5px;
	left:600px;
}

.sliderControls .prev {
	background: transparent url(/images/organizations/cms/rogersSD/images/sliderControlBtns.png) no-repeat left top;
	border:none;
	height:50px;
	width:50px;
	cursor:pointer;
}

.sliderControls .playBtn {
	background: transparent url(/images/organizations/cms/rogersSD/images/sliderControlBtns.png) no-repeat -50px top;
	border:none;
	height:50px;
	width:50px;
	cursor:pointer;
}

.sliderControls .pauseBtn {
	background: transparent url(/images/organizations/cms/rogersSD/images/sliderControlBtns.png) no-repeat -100px top;
	border:none;
	height:50px;
	width:50px;
	cursor:pointer;
}

.sliderControls .next {
	background: transparent url(/images/organizations/cms/rogersSD/images/sliderControlBtns.png) no-repeat -150px top;
	border:none;
	height:50px;
	width:50px;
	cursor:pointer;
}
/**************************************/
/*********  END SLIDER GALLERY ********/
/**************************************/


