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:#167e3c;}
a:visited {text-decoration:none; color:#167e3c;}
a:focus, a:hover, a:active {text-decoration:underline; color:#167e3c;}
/***************************************/
/************END TEXT STYLES************/
/***************************************/





/****************************************/
/**********BEGIN PAGE STRUCTURE**********/
/****************************************/
body {
	background: #c1c3c5 url(/images/organizations/cms/sutton/images/backgroundTile.gif) repeat-x 0 0;
	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/sutton/images/bodyTile.gif) repeat-y 0 0;
}
#header {
	background: url(/images/organizations/cms/sutton/images/header.jpg) no-repeat top right; 
	height: 229px; 
}
#sideColumn {
	float:left;
	width:221px;
	background:transparent url("/images/organizations/cms/sutton/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/sutton/images/footer.gif) no-repeat 0 0;
	height:99px;
	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/marietta/images/topNavTile.gif") repeat-x top right;
	float:right;
	clear:both;
	font-size: 108%;
	margin:-3px 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: #0d682f; /*dropdown background color*/
	position: absolute; /*DO NOT EDIT - needed for functionality*/
	left: -999em; /*DO NOT EDIT - needed for functionality*/
}
#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 #ebebeb;
}
#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:#0d682f;
	background:#ebebeb;
}
/* 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 {margin-top:-38px; padding-left:7px;}
#adxmSideNav {
	width: 207px;/* 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: 0;
	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 -9px;
	/*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: #fff;
	padding: .5em 0em .5em .5em;
	display: block;
	font-size:12px;
	}

/*   start ie6 fix     ***MUST BE IN MAIN CSS NOT IE6 SPECIFIC***      */ 
	/* makes hover color/background work correctly in ie6 */
#adxmSideNav a:hover /* hover state */, #adxmSideNav .adxmhoverA /* active state */{		/* li:hover>a selector */
	color: #000;
	background: #f5f5f5 url("/images/organizations/cms/sutton/images/sideNavhov.gif") no-repeat 0 0;
}
	/* removes hover background in ie 6 */  
#adxmSideNav li li a:hover /* hover state */, #adxmSideNav li li .adxmhoverA /* active state */{		/* li:hover>a selector */
	color: #000;
	background: #ebebeb;
}
/*   end ie6 fix   */
#adxmSideNav li li a { color:#000000;}

#adxmSideNav a:hover, #adxmSideNav li:hover>a {
	color: #000;
	background: #f5f5f5 url("/images/organizations/cms/sutton/images/sideNavhov.gif") no-repeat 0 0;
	}

#adxmSideNav li {	/* create borders around each item */
	background: #000 url("/images/organizations/cms/sutton/images/sideNav.gif") no-repeat 0 0;
	}
#adxmSideNav>li + li, #adxmSideNav ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top:none;
	}
#adxmSideNav li ul li {border-top:1px solid #ddd}
#adxmSideNav li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 100%;	
	}
	
#adxmSideNav li ul li {background: #ebebeb;}
#adxmSideNav li ul li a:hover, #adxmSideNav li li:hover>a {background: #ebebeb;}
#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 NAVIGATION*************/
/****************************************/
	
	
	
	
	

/****************************************/
/**********BEGIN HEADER CONTENT**********/
/****************************************/
#logoImage {
	float:left;
	position:relative;
	top:18px;
}
#slideshow {
	float:right;
	position:relative;
	margin-top:-229px;
	clear:both;
}
#rssFeed {
	width:52px;
	height:22px;
	clear:left;
	float:left;
	position:relative;
	top:20px;
	left:6px;
	}
/****************************************/
/***********END HEADER CONTENT***********/
/****************************************/




/****************************************/
/*******BEGIN SIDE COLUMN CONTENT********/
/****************************************/
#weather {margin:5px 0px 5px 23px;}


.liquidSideWrap {width:29%;}
#weatherTest {margin-left:-6px;}


#cal {margin:12px 0 12px 20px;}	
/****************************************/
/********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/sutton/images/search.gif") no-repeat 0 0;
	width:221px;
	height:71px;
	margin: 0 0 0 0px;
	padding:13px 0 0 15px;
	}

#search form {margin-top:-4px;}
	
#searchInput {
	text-align: center;
	width: 150px;
	background: #e2e0e0;
	margin:0 0 0 8px;
	color:#00163b;
	}
#searchBtn {
	background:transparent url("/images/organizations/cms/sutton/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/sutton/images/login.gif") no-repeat 0 0;	
	text-align:right;
	width:201px;
	height:119px;
	margin-top:5px;
	padding-right:6px;
	padding-top:35px;
	margin-left:7px;
	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/sutton/images/blank.gif) 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: #000;
	text-align:center;
	display:block;
	float:right;
	margin:0px 20px 0 0px;
	}



#personal {
	clear:both;
	background: transparent url(/images/organizations/cms/sutton/images/divider.png) no-repeat 2px 0px;
	border-top:dashed 1px #fff;
	margin: 5px 0px 0px 22px;
	padding-top:18px;
	color:#fff;
	position:relative;
	width:173px;
	}

#whats_happening {
	background: transparent url(/images/organizations/cms/sutton/images/divider.png) no-repeat 2px 0px;
	border-top:dashed 1px #fff;
	padding: 18px 0px 10px 9px;
	margin-left:0px;
	color:#fff;
	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;
}


#wel_cal {background-image: url("/images/organizations/cms/sutton/images/cal.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_files {background-image: url("/images/organizations/cms/sutton/images/files.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_pers {background-image: url("/images/organizations/cms/sutton/images/pers.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_admin {background-image: url("/images/organizations/cms/sutton/images/admin.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_help {background-image: url("/images/organizations/cms/sutton/images/help.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_log {background-image: url("/images/organizations/cms/sutton/images/logout.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_mychildren {background-image: url("/images/organizations/cms/sutton/images/fam.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_lesson {background-image: url("/images/organizations/cms/sutton/images/lesson.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_onlinegrades {background-image: url("/images/organizations/cms/sutton/images/grades.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_email {background-image: url("/images/organizations/cms/sutton/images/email.gif");background-repeat: no-repeat;background-position: 0 0;}

#welcome a:link, #welcome a:visited {color:#fff; text-decoration:none;} /*controls the link color in the personal dashboard*/
#welcome a:hover {color:#ccd6f5;text-decoration:underline;} /*controls the link hover color in the personal dashboard*/
#whats_happening a  {color:#fff} /*this overides the font color from main php color settings for the whats happening div*/
#whats_happening a:hover {color:#ccd6f5;text-decoration:underline;}
#whats_happening a font {color:#fff} /*this overides the font color from main php color settings for the category abbreviation for the whats happening div*/
#whats_happening .medium_text {color:#fff;} /*this controls the font color for "my upcoming events" and "my classrooms" in the whats happening div*/
#whats_happening span.text_light {color:#fff;} /*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;
}
