html {margin:0;padding:0} /*DO NOT EDIT - removes browser defaults*/
body, td {font:13px/1.231 arial,helvetica,clean,sans-serif;} /*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 { 
	text-decoration: none; 
	color: #8b2942;
	}
a:visited { 
	text-decoration: none; 
	color: #8b2942;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #666666;
	}
	
html {margin:0;padding:0}

body {
	padding:0 0 0 0; 
	margin:auto;
	background: #cbcbcb url(/images/organizations/cms/mps/mshs/images/backgroundTile.png) repeat-x 0 0;
	}

#outerWrap {
	margin:auto;
	height:auto;
	width: 970px;
	background: transparent url(/images/organizations/cms/mps/images/shadow.png) repeat-y 50% 0;}
	
#wrap {
	background: transparent url(/images/organizations/cms/mps/mshs/images/bodyTile.png) repeat-y 0 0;
	}
	
#header {
	background: transparent url(/images/organizations/cms/mps/mshs/images/header.png) no-repeat 0 0;
	width: 970px; 
	height: 41px; 
	position:relative;
	}
	
#header2 {
	background: transparent url(/images/organizations/cms/mps/mshs/images/header2.png) no-repeat 0px 0px;
	width: 970px; 
	height: 219px;
	position:relative;
	}

#rotatorPng {	
	background: transparent url(/images/organizations/cms/mps/mshs/images/rotator.png) no-repeat 0px 0px;
	position:absolute;
	float:right;
	right:31px;
	top:13px;
	width:550px;
	height:200px;
	z-index:999;
	}
	
#slideshow {
	float:right;
	margin:13px 31px 0 0;
	display:inline;
	}	
	
#rssFeed {
	float:left;
	clear:left;
	margin:14px 0px 0px 25px;
	}
	
#logoImage {
	float:left;
	position:relative;
	top:40px;
	left:30px;
	}

#quickLinks {
	float:left;
	position:relative;
	top:12px;
	left:-6px;
	}

#quickLinks a:link, #quickLinks a:visited {
	color:#671e30;
	font-weight:normal;
	text-decoration:none;
	}	

#quickLinks a:hover {
	color:#666666;
	text-decoration:underline;
	}
	
#quickLinks span a {
	background: transparent url(/images/organizations/cms/mps/images/tabRight.png) no-repeat top right;
	padding: 7px 25px 0px 1px;
	margin: 0px -10px 0 0px;
	float:left;	
	height: 30px;
	font-weight:normal;
	}

#quickLinks span {
	background: transparent;
	padding: 0px 0px 0px 10px;
	float:left;	
	height: 30px;
	width: auto;
	margin-right: 0px;
	margin: 0px 0 0 0;
	}
	
#quickLinks .firstQuickLink {
	background: transparent url(/images/organizations/cms/mps/mshs/images/tabFirst.png) no-repeat top left;
	padding: 0px 0px 0px 34px;
	float:left;	
	height: 30px;
	width: auto;
	margin:0px;
	}
#quickLinks .firstQuickLink a {
	background: transparent url(/images/organizations/cms/mps/images/tabRight.png) no-repeat top right;
	padding-right:25px;	
	padding-left:0px;
	}	
#quickLinks .lastQuickLink a{
	background: transparent url(/images/organizations/cms/mps/images/tabLast.png) no-repeat top right;
	}

#search {
	background:transparent url("/images/organizations/cms/noimage/images/search.png") repeat-y 0 0;
	position: relative;
	margin: 0;
	padding: 0px;	
	left: 40px;
	top: 10px;
	height: 20px;
	width: 165px;
	float: left;
	display:inline;
	}
	
#searchInput {
	text-align: left;
	width: 124px;
	font-size: 10px;
	background: transparent;
	border:none;
	margin-right: 2px;
	}
#searchBtn {
	background: transparent url(/images/organizations/cms/blank.gif) no-repeat 0 0px;
	height:20px;
	width: 20px;
	border:none;
	cursor:pointer;
	font-size:0px;
	color:#000;
	text-indent: -9999px;
	margin: 0px 0px 0px 5px;
	padding:0px;
	vertical-align:middle;
	}

#navBar {
	background: transparent url(/images/organizations/cms/mps/mshs/images/navBar.png) no-repeat 0 0px;
	height:35px;
	clear:both;
	}
	
#bar {
	background: transparent;
	clear:both;
	}
	
/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

#topNav {float:right;margin:4px 24px 0 0;width:735px;}
/* remove all list stylings */
#adxmTopNav {float:right;}
#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 {
	visibility: hidden;	/* 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 {
	visibility: visible;	/* 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: 6px 10px 5px 10px;
	display: block;
	position: relative;
	font-weight:normal;
	color:#fff;
	}

#adxmTopNav, #adxmTopNav ul li {
	color: #fff;
	background: transparent;
	}

#adxmTopNav li {
	background: transparent url(/images/organizations/cms/mps/mshs/images/topNavDiv.png) no-repeat 0 0px;
	}

#adxmTopNav ul li {
	color: #fff;
	background: #8b2942;
	}

#adxmTopNav ul {
	width: 13em;
	}
#adxmTopNav li a:hover, #adxmTopNav li .adxmhoverA {  /* targets ie6 */
	color: #fff;
	background:#3d3d3d url(/images/organizations/cms/mps/mshs/images/topNavOver.png) repeat-x bottom left;
	}

#adxmTopNav a:hover, #adxmTopNav li:hover>a {
	color: #fff;
	background:#3d3d3d url(/images/organizations/cms/mps/mshs/images/topNavOver.png) repeat-x bottom left;
	}

#adxmTopNav li li a {
	color:#fff;
	border-bottom:1px solid #4f1726;
	}
#adxmTopNav li li.last a {
	border-bottom:none;
	}
#adxmTopNav li li a:hover, #adxmTopNav li li .adxmhoverA {  /* targets ie6 */
	background-color:#cecece;
	background-image:none;
	color:#8b2942;
	}
#adxmTopNav li li a:hover, #adxmTopNav li li:hover>a {
	background-color:#cecece;
	background-image:none;
	color:#8b2942;
	}
#adxmTopNav li li, #adxmTopNav li li li.first {	/* create borders around each item */
	border: 1px solid #a32f4d;
	}
#adxmTopNav li li.first {	/* create borders around each item */
	border-top:none;
	}
#adxmTopNav ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
	}

#adxmTopNav li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
	}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
/* #adxmTopNav>li:first-child>a, #adxmTopNav li + li + li li:first-child>a {color: #567;} */

/* End top nav */

#sideNav{ width: 180px;margin:0px 0px 0px 0px;}
/* SECONDARY NAVIGATION - vertical navigation */	
#nav-secondary, #nav-secondary li {list-style:none; margin:0; padding:0;}
#nav-secondary {margin:0;}
#nav-secondary a {padding: 4px 0 5px 10px; color:#fff; font-size:12px; font-weight: normal; display:block; height:100%;}
#nav-secondary a, #nav-secondary a:link, #nav-secondary a:visited, #nav-secondary a:hover, #nav-secondary a:active {
	text-decoration:none;
	cursor:pointer;
	} 
/*#nav-secondary li a{border-bottom:1px solid #9dcdec;}*/
#nav-secondary a:link {color:#fff; background: #671e30 url("/images/organizations/cms/mps/mshs/images/sideNavUp.png") no-repeat 0 0; margin: 0 0 0 0px;} 
#nav-secondary a:visited {color:#fff; background: #671e30 url("/images/organizations/cms/mps/mshs/images/sideNavUp.png") no-repeat 0 0; margin: 0 0 0 0px;} 
#nav-secondary li {border-bottom:solid 1px #4f1726;}
#nav-secondary li, #nav-secondary li li { margin: 0 0 0 0px; padding: 0 0px 0 0;}
#nav-secondary li a:hover {color:#8b2942; background:#a9a9a9 url("/images/organizations/cms/mps/mshs/images/sideNavOver.png") no-repeat 0 0;}
#nav-secondary li li a, #nav-secondary li li a:link, #nav-secondary li li a:visited, #nav-secondary li li a:active {font-weight:normal;display:block; padding-left: 15px; color: #fff; background: transparent;}
#nav-secondary li li a:hover{color:#fff;text-decoration:underline;}
#nav-secondary li ul {width:180px;margin-left:0px;padding-left:0px;background:transparent url("/images/organizations/cms/mps/mshs/images/ulBg.gif") repeat-y 0 0;}
#nav-secondary li ul .last {border:none;}
#nav-secondary li.verticalItemOn a  {color:#8b2942; font-weight:normal; background:#a9a9a9 url("/images/organizations/cms/mps/mshs/images/sideNavOver.png") no-repeat 0 0;}

/* SECONDARY NAVIGATION - 2nd TIER */
#nav-secondary li li ul {padding-left:15px;background:none;}
#nav-secondary li li {border-bottom:none}
#nav-secondary ul {margin: 0; padding:0; display:none; visibility:hidden;}
#nav-secondary li.active li {border: none; margin: 0;}

/*3RD TIER */
#nav-secondary li li li a {background: transparent;}
/*END SIDE NAV*/
#nav-secondary li li a:hover{background: transparent; }
#nav-secondary li li{background: transparent; }
#nav-secondary li li li{background: transparent; }
#nav-secondary li li ul {width:158px;}

#cal {
	position: relative;
	margin: 5px 0 5px 0px;
	}
		
#sideColumn {
	float:left;
	width:189px;
	height:100%;
	background: transparent;
	padding:0;
	margin-top:3px;
	margin-left:23px;
	clear:left;
	display:inline;
	}
	
.sponsor {
	float:left;
	width:180px;
}

#login {
	clear:both;
	position: absolute;
	font-size:10px;
	text-align:right;
	background: transparent url(/images/organizations/cms/mps/mshs/images/login.png) no-repeat 0 0;
	top:5px;
	left:38px;
	width:276px;
	height:18px;
	padding:2px 0px 0 9px;
	z-index:999;
	}

#login input{
	background-color:transparent;
	border:none;
	font-size:10px;
	width: 92px;
	height: 12px;
	padding: 1px;
	float:left;
	}

#loginPwField input {
	margin-left:18px;
}
	
input#login_btn {
	height:20px;
	width: 62px;
	margin:0;
	padding:0;
	cursor:pointer;
	position:absolute;
	right:0;
	top:-2px;
	}

#forgotten {
	display:none;
	}

#forgotten a {
	font-size:10px;
	color: #212121;
	text-align:left;
	display:block;
	float:right;
	margin:0px 0 0 0px;
	}

#personal {
	clear:both;
	background: transparent url(/images/organizations/cms/mps/mshs/images/divider.gif) no-repeat 0px 0px;
	margin: 18px 0px 0px 6px;
	font-weight:normal;
	color: #fff;
	}

#whats_happening {
	background: transparent url(/images/organizations/cms/mps/mshs/images/divider.gif) no-repeat 0 0;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	}

#whats_happening .medium_text {color:#fff;}

#whats_happening a {color:#fff;}
#whats_happening a:hover {color:#fff;}

/*  32x32 icons  */
#welcome {padding:0;margin:25px 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;}
#welcome a:link {color:#fff} 
#welcome a:visited {color:#fff} 
#welcome a:hover {color:#fff} 

#bodyWrap {
	height:auto;
	background-color:transparent;
	margin:0px 7px 0px 222px;
	}	
	
#mainBody {
	width: 714px;
	min-height:300px;
	clear: none;
	background-color:transparent;
	overflow: visible;
	margin-top:8px;
	margin-bottom:10px;
	}
		
#foot {
	background: transparent url(/images/organizations/cms/mps/mshs/images/footer.png) no-repeat 0 0;
	height: 42px;
	margin:auto;
	clear:both;
	}
	
#foot div {
	margin:auto;
	color:#fff;
	font-size:9px;
	/*text-align:center;*/
	padding:27px 0 0 23px;
	}	

#disclaimer {
	width:860px;
	text-align:center;
	font-size:9px;
	color:#424242;
	margin:5px auto 5px;
}	

#powered .spaced span{
	font-size:11px;
	text-align:center;
	color:#424242;
	}

#powered {
	height:80px;
	}	

#powered .text_small span{
	font-size:9px;
	text-align:center;
	color:#424242;
	}
