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: #1e2752;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #1e2752;
}
	
/****************************************/
/********  BEGIN PAGE STRUCTURE  ********/
/****************************************/
body {
	padding:0 0 0 0; 
	margin:auto;
	background: #283656 url(/images/organizations/cms/fortleavenworth/images/backgroundTile.png) repeat-x 0 0;
}


#outerWrap {
	background: transparent url(/images/organizations/cms/fortleavenworth/images/outerTile.png) repeat-y 0px 0;
	width:964px;
	margin:auto;
}

#wrap {
	background: transparent url(/images/organizations/cms/fortleavenworth/images/bodyTile.png) repeat-y 7px 0;
	margin:auto;
	
}
	
#header {
	background: transparent url(/images/organizations/cms/fortleavenworth/images/header.png) no-repeat 0 0;
	width: 964px; 
	height: 59px; 
	position:relative;
}

#header2 {
	background: transparent url(/images/organizations/cms/fortleavenworth/images/header2.png) no-repeat 0 0;
	width: 964px; 
	height: 173px; 
	position:relative;
}

#navBar {
	background: transparent url(/images/organizations/cms/fortleavenworth/images/navBar.png) no-repeat 0 0px;
	height:54px;
	clear:both;
}
	
#sideColumn {
	float:left;
	width:190px;
	height:100%;
	background: transparent;
	padding:0;
	margin-top:0px;
	margin-left:13px;
	clear:left;
	display:inline;
}

#bodyWrap {
	height:auto;
	background-color:transparent;
	margin:0 0 0 220px;
}	
	
#mainBody {
	width: 716px;
	min-height:650px;
	clear: none;
	background-color:transparent;
	overflow: visible;
	margin-top:10px;
}

#foot {
	background: transparent url(/images/organizations/cms/fortleavenworth/images/footer.png) no-repeat 0 0;
	height: 65px;
	margin:auto;
	clear:both;
}
/**************************************/
/********  END PAGE STRUCTURE  ********/
/**************************************/



/**************************************/
/*********  BEGIN NAVIGATION  *********/
/**************************************/

/***********************/
/***** BEGIN TOPNAV ****/
/***********************/
#topNav {
	float:right;
	margin:0px 175px 0 0px;
	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 {
	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: 8px 10px;
	display: block;
	position: relative;
	font-weight:bold;
	color:#fff;
}

#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/fortleavenworth/images/topNavDivider.png) no-repeat 0 0px;
}

#adxmTopNav ul li {
	color: #fff;
	background-color: #263169;
}

#adxmTopNav ul {
	width: 13em;
}

#adxmTopNav li a:hover, #adxmTopNav li .adxmhoverA {  /* targets ie6 */
	color: #fff;
	background: #263169 url(/images/organizations/cms/fortleavenworth/images/topNavDivider.png) no-repeat 0 0px;
}

#adxmTopNav a:hover, #adxmTopNav li:hover>a {
	color: #fff;
	background: #263169 url(/images/organizations/cms/fortleavenworth/images/topNavDivider.png) no-repeat 0 0px;
}

#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:#8d3333;
	color:#fff;
}

#adxmTopNav li li a:hover, #adxmTopNav li li:hover>a {
	background-image:none;
	background-color:#8d3333;
	color:#fff;
}

#adxmTopNav li li {	/* create borders around each item */
	border-top: 1px solid #2f3c7f;
	border-bottom: 1px solid #1f2856;
}

#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 TOPNAV *****/
/***********************/

/***********************/
/**** BEGIN SIDENAV  ***/
/***********************/
#sideNav{
	width: 190px;
	margin-left:1px;
	clear:both;
}

#nav-secondary, #nav-secondary li {
	list-style:none;
	margin:0;
	padding:0;
}

#nav-secondary a {
	padding:6px 15px 5px 10px;
	color:#fff;
	font-weight:bold;
	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 a {
	background: transparent url("/images/organizations/cms/fortleavenworth/images/sideNavSprite.png") no-repeat 0 0;
}

#nav-secondary a:link, #nav-secondary a:visited {
	color:#fff;
	background-position:0 0;
	margin:2px 0 0 0px;
} 

#nav-secondary li {
	margin:0px;
	padding:0;
}

#nav-secondary a:hover {
	color:#fff;
	background-position:0 -55px;
}

#nav-secondary li li a:link, #nav-secondary li li a:visited {
	font-weight:normal;
	display:block;
	padding-left:15px;
	color:#2c3a7b;
	background:transparent;
}

#nav-secondary li li a:hover, #nav-secondary li li a:active {
	color:#2c3a7b;
	text-decoration:underline;
}

#nav-secondary li ul {
	background: transparent url(/images/organizations/cms/fortleavenworth/images/ulTile.png) repeat-y 0 0;
	width:190px;
	margin-left:2px;
	padding:2px 0;
}
#nav-secondary li.verticalItemOn a {
	color:#fff;
	background: transparent url("/images/organizations/cms/fortleavenworth/images/sideNavActive.png") no-repeat -1px 0;
}

/* SECONDARY NAVIGATION - 2nd TIER */

#nav-secondary li li.first a {
	background: transparent url(/images/organizations/cms/fortleavenworth/images/sideNavFirst.png) no-repeat -3px 0;
	margin-top:-8px;
	margin-left:0px;
	
}

#nav-secondary li li.first a:hover {
	background: transparent url(/images/organizations/cms/fortleavenworth/images/sideNavFirst.png) no-repeat -3px 0;
	margin-top:-8px;
	margin-left:0px;
	
}

#nav-secondary li li ul {
	padding-left:15px;
	background:none;
}

#nav-secondary ul {
	margin:0;
	padding:0;
	display:none;
	visibility:hidden;
}

#nav-secondary li.active li {
	border:none;
	margin: 0;
}

#nav-secondary li li li a {
	background:transparent;
}

#nav-secondary li li ul {
}
/***********************/
/***** END SIDENAV *****/
/***********************/

/***********************/
/** BEGIN QUICKLINKS ***/
/***********************/
#quickLinks {
	position:relative;
	float:left;
	left:18px;
	top:28px;
	z-index:0;
}

#quickLinks a:link, #quickLinks a:visited {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}	

#quickLinks a:hover {
	color:#fff;
	text-decoration:underline;
}
	
#quickLinks span a {
	background: transparent url(/images/organizations/cms/fortleavenworth/images/tabRight.png) no-repeat top right;
	padding: 10px 25px 0px 3px;
	margin: 0px -8px 0 0px;
	float:left;	
	height: 32px;
	font-weight:normal;
}

#quickLinks span {
	background: transparent;
	padding: 0px 0px 0px 8px;
	float:left;	
	height: 32px;
	width: auto;
	margin-right: 0px;
	margin: 0px 0 0 0;
	position:relative;
}
	
#quickLinks .firstQuickLink {
	background: transparent url(/images/organizations/cms/fortleavenworth/images/tabFirst.png) no-repeat 0px 0px;
	padding: 0px 0px 0px 11px;
	float:left;	
	height: 32px;
	width: auto;
	margin: 0px 0 0 1px;
}

#quickLinks .firstQuickLink a {
	background: transparent url(/images/organizations/cms/fortleavenworth/images/tabRight.png) no-repeat top right;
	padding-right:21px;	
}	

#quickLinks .lastQuickLink a{
	background: transparent url(/images/organizations/cms/fortleavenworth/images/tabRight.png) no-repeat top right;
}
/***********************/
/*** END QUICKLINKS ****/
/***********************/


/**************************************/
/**********  END NAVIGATION  **********/
/**************************************/



/**************************************/
/*******  BEGIN HEADER CONTENT  *******/
/**************************************/
#randomImg {
	float:right;
	position:relative;
	top:0px;
	right:9px;
}	

#rotatorPng {	
	background: transparent url(/images/organizations/cms/fortleavenworth/images/rotator.png) no-repeat 0px 0px;
	position:absolute;
	float:right;
	right:9px;
	top:0px;
	width:491px;
	height:173px;
	z-index:999;
	}
	
#logoImage {
	float:left;
	position:relative;
	top:30px;
	left:20px;
}

#rssFeed {
	background: transparent url(/images/organizations/cms/fortleavenworth/images/rssFeed.png) no-repeat 0px 0px;
	float:left;
	margin:0px 0px 0 0;
	position:relative;
	top:28px;
	right:-25px;
}
/**************************************/
/********  END HEADER CONTENT  ********/
/**************************************/



/**************************************/
/*****  BEGIN SIDE COLUMN CONTENT *****/
/**************************************/
#weather {
	float:left;
	clear:both;
	margin-left:7px;
	margin-top:10px;
}

#cal {
	float:left;
	margin: 5px 0 5px 4px;
	display:inline;
}
		
#personal {
	clear:both;
	margin: 4px 0px 0px 0px;
	font-weight:bold;
	color: #fff;
	float:left;
	width:192px;
	display:inline;
	padding-left: 4px;
}

#whats_happening {
	padding: 10px 0 0 0;
	margin:0;
	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:15px 2px 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  */

#welcomeMsg {
	margin-left:5px;
}
#welcome a {
	font-size:11px;
}

#welcome a:link, #welcome a:visited {
	color:#fff;
} 

#welcome a:hover {
	color:#fff;
} 
/**************************************/
/******  END SIDE COLUMN CONTENT ******/
/**************************************/



/**************************************/
/*******  BEGIN FOOTER CONTENT  *******/
/**************************************/
#powered .spaced span{
	font-size:11px;
	text-align:center;
	color:#fff;
}

#powered {
	height:50px;
}	

#powered .text_small span{
	font-size:9px;
	text-align:center;
	color:#fff;
}
/**************************************/
/********  END FOOTER CONTENT  ********/
/**************************************/



/**************************************/
/********  BEGIN FORM ELEMENTS ********/
/**************************************/
#login {
	float:right;
	clear:both;
	position: absolute;
	background: transparent url(/images/organizations/cms/fortleavenworth/images/login.png) no-repeat 0 0;
	top:-1px;
	right:16px;
	width: 279px;
	height:37px;
	padding:6px 0px 0 22px;
	z-index:999;
}

#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: 90px;
	height: 12px;
	padding: 1px;
	margin: 3px 8px 0px 0px;
}

input#login_btn {
	background: transparent url(/images/organizations/cms/blank.gif) no-repeat 0 0px;
	border:0;
	height:21px;
	width:50px;
	position:absolute;
	top:7px;
	right:20px;
	cursor:pointer;
	margin:0;
}

#forgotten {
	position:absolute;
	bottom:12px;
	left:5px;
	visibility:hidden;
}

#forgotten a {
	color:#fff;
}
#search {
	background: transparent url(/images/organizations/cms/fortleavenworth/images/search.png) no-repeat -21px 3px;
	margin: -4px 0 0 19px;
	padding-bottom:9px;	
	width: 190px;
	height:22px;
	float: left;
	display:inline;
	padding-top:5px;
}
	
#searchInput {
	text-align: left;
	width: 120px;
	font-size: 10px;
	vertical-align:baseline;
}

#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:#fff;
	text-indent: -9999px;
	margin:0 0 0 3px;
	padding:0;
	vertical-align:top;
}
/**************************************/
/*********  END FORM ELEMENTS *********/
/**************************************/

#weatherToggle {
	background: transparent url("/images/organizations/cms/fortleavenworth/images/weather.png") no-repeat;
	width: 190px;
	height:61px;
	clear:both;
	margin-top:10px;
	position:relative;
	z-index:9999;
	cursor:pointer;
}


#weatherToggle.collapsed {
	background: transparent url("/images/organizations/cms/fortleavenworth/images/weather.png") no-repeat ;
	width: 190px;
	height:61px;
	clear:both;
}

#weatherToggle:hover {
	background: transparent url("/images/organizations/cms/fortleavenworth/images/weather.png") no-repeat;
	width: 190px;
	height:61px;
	clear:both;
}

#weatherToggle.expanded {
	background: transparent url("/images/organizations/cms/fortleavenworth/images/weatherOn.png") no-repeat ;
	width: 190px;
	height:46px;

	clear:both;
}

#weatherWrap {
	background: transparent url("/images/organizations/cms/fortleavenworth/images/weatherDD.png") no-repeat 0 0;
	height:200px;
	display:block;
	clear:both;
	border:none;
	float:left;
	position:relative;
	top:0;
	left:0px;
	overflow:hidden;
	top:-15px;
width:189px;
z-index:999999;
}
#weatherWrap .wAddress {
	font-size:12px;
	position:absolute;
	text-align:center;
	top:167px;
	width:190px;
}

#ww_main {
	background:url("/images/organizations/cms/fortleavenworth/images/weatherBg.png") no-repeat ;
	color:#474747;
	font-size:12px;
	font-weight:bold;
	height:192px;
	width:202px;}






#ww_Main .ww_forcast {
	display:none;
}

#ww_Main .ww_icon{
	height:96px;
	left:50px;
	position:absolute;
	top:23px;
	width:96px;
}

#ww_Main .ww_city {
	position:absolute;
	text-align:center;
	top:0px;
	width:190px;
}

#ww_Main .ww_condition{
	position:absolute;
	text-align:center;
	top:142px;
	width:190px;
}

#ww_Main .ww_temp {
	text-align:center;
	width:190px;
	top:122px;
	position:absolute

}
#wwSmall .ww_icon {
	height:48px;
	left:15px;
	position:absolute;
	top:-3px;
	width:48px;
}
#wwSmall .ww_forcast {
	display:none;
}

#wwSmall .ww_condition {
	display:inline;
float:left;
font-size:11px;
font-weight:bold;
height:16px;
margin:43px 0 0 30px;
overflow:hidden;
text-align:center;
width:110px;}

#wwSmall .ww_city {
	display:none;
}
#wwSmall .ww_temp {
display:inline;
float:left;
font-size:11px;
font-weight:bold;
margin:43px 0 0 2px;
}

