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*/




/***************************************/
/*******BEGIN GLOBAL TEXT STYLES********/
/***************************************/
table {font-size:inherit;font:100%;}
a:link {text-decoration: none; color:#6b0021;}
a:visited {text-decoration:none; color:#6b0021;}
a:focus, a:hover, a:active {text-decoration:underline; color:#6b0021;}
/***************************************/
/************END TEXT STYLES************/
/***************************************/





/****************************************/
/**********BEGIN PAGE STRUCTURE**********/
/****************************************/
body {
	background: #6b0021 url(/images/organizations/cms/woodward/images/backgroundTile.gif) repeat-x 3px -5px;
	margin:0; /*DO NOT EDIT - removes browser defaults*/
	padding:0; /*DO NOT EDIT - removes browser defaults*/
}
#wrap {
	margin:0 auto; /*centers the page*/
	width:960px; /*set site width here*/
	background: transparent url(/images/organizations/cms/woodward/images/tile.png) repeat-y 0 0;
}
#header {
	background: url(/images/organizations/cms/woodward/images/header.jpg) no-repeat top right; 
	height: 227px;
	position:relative; 
}
#header1 {
	background: url(/images/organizations/cms/woodward/images/header1.gif) no-repeat top right; 
	height: 48px; 
}
#sideColumn {
	float:left;
	width:221px;
	background:transparent url("/images/organizations/cms/woodward/images/sideNavBkgd.gif") repeat-y 0 0;
	margin:0px 0 0 9px;
}
#bodyWrap {
	margin:12px 0px 0px 242px;
}	
#mainBody {
	width:705px;
	overflow:visible;
}
#foot {
	background: transparent url(/images/organizations/cms/woodward/images/footer.png) no-repeat 0 0;
	height:94px;
	margin:0 auto; 
	clear:both; /*DO NOT EDIT - needed for functionality*/
}
#powered {
	margin:0px auto 0 auto;
	width:920px;
	height:50px;
}	
/**************************************/
/**********END PAGE STRUCTURE**********/
/**************************************/
	
	
	
	
	
/****************************************/
/************BEGIN NAVIGATION************/
/****************************************/

/***********************/
/*****BEGIN TOPNAV******/
/***********************/
#bar{}
#nav, #nav ul {padding:0;margin:0;list-style:none;}/*removes browser defaults.*/
#nav {
	background: transparent url("/images/organizations/cms/monett/images/topNavTile.gif") repeat-x top right;
	float:right;
	clear:both;
	font-size: 108%;
	margin:40px 0 0 0px;
}	
#nav li {
	position:relative;
	line-height:27px;
	float: left;
	width: 100%;
	background: transparent;
}
#nav a, #nav a:link, #nav a:visited, #nav a:focus, #nav a:hover, #nav a:active {
	text-decoration:none;
	color:#fff;
	display: block; /*DO NOT EDIT - needed for functionality*/
	padding: 0px 12px 0px 12px; /*creates spacing between list items*/
}
#nav a:hover {
	color:#fff;
}
#nav li ul {
	font-size:100%;
	width:auto; /*IE6 needs a specific width here - property set in IE6fix.css*/
	background: #6b0021; /*dropdown background color*/
	position: absolute; /*DO NOT EDIT - needed for functionality*/
	left: -999em; /*DO NOT EDIT - needed for functionality*/
		border-right: solid 1px #6b0021;
		border-left: solid 1px #6b0021;
				border-bottom: solid 1px #6b0021;

}
#nav li:hover ul, #nav li.sfhover ul {
	left: 0; /*DO NOT EDIT - needed for functionality*/
	z-index:99999; /*DO NOT EDIT - needed for functionality*/
}
#nav li:hover li ul, #nav li.sfhover ul ul{
	left: -999em; /*DO NOT EDIT - needed for functionality*/
}
#nav li:hover li:hover ul, #nav li.sfhover li.sfhover ul{
	left:100%; /*DO NOT EDIT - needed for functionality*/
	top:0em; /*DO NOT EDIT - needed for functionality*/
	z-index:99999; /*DO NOT EDIT - needed for functionality*/
}
#nav li li {
	background:none;
	border-bottom: 1px solid #fff;
}
#nav li li.last {
	border-bottom:none;
}
#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {
	color:#fff;
	width:14em;
	height:auto;
	padding-top:0.2em;
	padding-bottom:0.2em;
}
#nav li li a:hover {
	color:#6b0021;
	background:#fff;


}
/* hide from IE mac \*/
#nav li {width:auto;} /*DO NOT EDIT - needed for functionality*/
/* end hiding from IE5 mac */

/***********************/
/******END TOPNAV*******/
/***********************/


/***********************/
/*****BEGIN SIDENAV*****/
/***********************/
/*begin sideNav*/
#liquidSideNav .liquidBox .bd .c .s  {padding:0;}
#sideNav {padding-left:0px;}
#adxmSideNav {
	width: 180px;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
	text-align:left; /*this overrides the setting from yui grids*/
	}
	
#adxmSideNav ul {
	width: 170px;
}

#adxmSideNav, #adxmSideNav ul {	/* remove all list stylings */
	margin:-48px 0px 0px 11px;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

#adxmSideNav li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

#adxmSideNav 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 */
}

#adxmSideNav 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 */
}

#adxmSideNav li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
#adxmSideNav:after, #adxmSideNav ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#adxmSideNav, #adxmSideNav 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 "#adxmSideNav UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
#adxmSideNav ul {
	background-image: url(/images/organizations/cms/exp/images/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

#adxmSideNav, #adxmSideNav ul li {
	background: transparent;
	}
#adxmSideNav ul li {
	background:#fff;
	}
#adxmSideNav a {
	text-decoration: none;
	font-weight:bold;
	color: #6b0021;
	padding: .4em 0em .4em .5em;
	display: block;
	font-size:12px;
	}

#adxmSideNav a:hover, #adxmSideNav li:hover>a {
	color: #fff;
	background: #6b0021;
}

#adxmSideNav li {	/* create borders around each item */
	border-bottom: 1px solid #6b0021;
}
#adxmSideNav>li + li, #adxmSideNav ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

#adxmSideNav li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 100%;	
}

#adxmSideNav li ul li {border:1px solid #6b0021;border-bottom:none;}
#adxmSideNav li ul .last {border-bottom:1px solid #6b0021;}
#adxmSideNav li:hover>ul li ul {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 
#adxmSideNav>li:first-child>a, #adxmSideNav li + li + li li:first-child>a {
	color: #fff;
}
*/

/*end sideNav*/
/*****END SIDENAV*******/
/***********************/

/****************************************/
/*************END NAVIGATION*************/
/****************************************/
	
	
	
	
	

/****************************************/
/**********BEGIN HEADER CONTENT**********/
/****************************************/
#logoImage {
	float:left;
	position:relative;
	top:18px;
	clear:both;
}
#rotatorPng {	
	background: transparent url("/images/organizations/cms/woodward/images/rotator.png") no-repeat 0px 0px;
	position:absolute;
	float:right;
	right:0px;
	top:33px;
	width:346px;
	height:169px;
	z-index:999;
	}
#slideshow {
	float:right;
	position:relative;
	margin-top:-194px;
	clear:both;
	left:0px;
}
#rssFeed {
	clear:left;
	float:left;
	height:22px;
	left:-1px;
	position:relative;
	top:63px;
	width:52px;	
	}
	#spanish {
	clear:left;
	float:left;
	height:22px;
	left:63px;
	position:relative;
	top:1px;
	width:52px;
	}
	
#tabNav {
	background-color: transparent;
	float: left;
	position: relative;
	height: 42px;
	top: 0px;
	left: 0px;
	clear: right;
	padding: -10px 0 0 0;
	margin: -10px 0 0 0;
	}
	
#tabNav, #tabNav a , #tabNav img{
	margin:0px;
	padding:0px 15px 0px 0px;
	border:none;
	color:#FFFFFF;
	position:relative;
	top:12px;
}
/****************************************/
/***********END HEADER CONTENT***********/
/****************************************/




/****************************************/
/*******BEGIN SIDE COLUMN CONTENT********/
/****************************************/
#weather {margin:-33px 0px 5px 14px;}


.liquidSideWrap {width:29%;}
#weatherTest {margin-left:-6px;}


#cal {margin:12px 0 12px 11px;}	
/****************************************/
/********END SIDE COLUMN CONTENT*********/
/****************************************/



/****************************************/
/********BEGIN MAINBODY CONTENT**********/
/****************************************/
#eventsWrap {width:180px; border:1px solid #bfbfbf; overflow:visible}
#liquidWrapper0 {min-width:0;} /*DO NOT EDIT - this overrides the min-width from the liquidBox common css. needed to get liquid announcements correct*/
/****************************************/
/*********END MAINBODY CONTENT***********/
/****************************************/












	
#search {
	background: transparent url("/images/organizations/cms/woodward/images/search.png") no-repeat 0 0;
	width:221px;
	height:71px;
	margin: 0 0 0 -9px;
	padding:25px 0pt 0pt 3px;	
	}

#search form {margin-top:-4px;}
	
#searchInput {
	text-align: center;
	width: 141px;
	background: #e2e0e0;
	margin:-6pt 0pt 7pt 21px;
	color:#00163b;
	}
#searchBtn {
	background:transparent url("/images/organizations/cms/woodward/images/blank.gif") no-repeat 0 0;
	height: 25px;
	width: 32px;
	border:none;
	padding: 1px 0 0px 0px;
	margin-right:13px;
	margin-top:0px;
	vertical-align:middle;
	cursor:pointer;
	font:0px Verdana, Arial, Helvetica, sans-serif;
	}
	
#login {
	background:transparent url("/images/organizations/cms/woodward/images/login.gif") no-repeat 0 0;	
	text-align:right;
	width:201px;
	height:119px;
	margin-top:-38px;
	padding-right:9px;
	padding-top:35px;
	margin-left:-5px;
	color:#000;
}
#login input {color:#00163b;}
#login input[type='text'], #login input[type='password']{width:95px;margin-right:15px;margin-top:4px; background-color:#fff;border-top:1px solid #666666;border-left:1px solid #666666;border-bottom:1px solid #eaeaea;border-right:1px solid #eaeaea;}
#login input[type='image'], #login input[type='submit']{border:0;}
#login_btn {background: transparent url(/images/organizations/cms/woodward/images/loginBtn.png) no-repeat 0 0px;
	height:21px;
	width:51px;
	border:0;
	margin-top:2px;
	margin-right:13px;
	padding-bottom:0px;
	cursor:pointer;
	}


#forgotten a {
	font-size:10px;
	color: #fff;
	text-align:center;
	display:none;
	float:right;
	margin:0px 20px 0 0px;
	}



#personal {
	clear:both;
	background: transparent url(/images/organizations/cms/woodward/images/divider.png) no-repeat 2px 0px;
	border-top:dashed 1px #fff;
	margin: 5px 0px 0px 22px;
	padding-top:18px;
	color:#000;
	position:relative;
	width:173px;
	}

#whats_happening {
	background: transparent url(/images/organizations/cms/woodward/images/divider.png) no-repeat 2px 0px;
	border-top:dashed 1px #fff;
	padding: 18px 0px 32px 9px;
	margin-left:0px;
	color:#000;
	width:160px;	
}
#welcomeMsg {font-weight:600}

#welcome li {
	text-align:left;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px 0px 0px 33px;
	margin: 0px 0px -4px -42px;
	height:32px;
}


/*  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:link, #welcome a:visited {color:#000; text-decoration:none;} /*controls the link color in the personal dashboard*/
#welcome a:hover {color:#6b0021;text-decoration:underline;} /*controls the link hover color in the personal dashboard*/
#whats_happening a  {color:#00} /*this overides the font color from main php color settings for the whats happening div*/
#whats_happening a:hover {color:#6b0021;text-decoration:underline;}
#whats_happening a font {color:#000} /*this overides the font color from main php color settings for the category abbreviation for the whats happening div*/
#whats_happening .medium_text {color:#000;} /*this controls the font color for "my upcoming events" and "my classrooms" in the whats happening div*/
#whats_happening span.text_light {color:#000;} /*this controls the font color for the event day and time in the whats happening div*/

	

#powered .spaced span{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
}
#powered .text_small span{
	font:9px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
}
