a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000cc;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #551A8B;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #0000cc;
	}

html {margin:0;padding:0}

body {
	padding:0 0 0 0; 
	margin:auto;
	background: transparent url(/images/organizations/cms/aspen/images/background_tile.gif) repeat-x 0 90px;
	}
	
#wrap {
	margin:auto;
	height:auto;
	width:770px;
	background: #fff url(/images/organizations/cms/aspen/images/body_sub_tile.gif) repeat-y 0% 100%;
	}
	
#header {
	background: url(/images/organizations/cms/aspen/images/header.gif) no-repeat top left;
	margin-bottom: 0px; 
	margin-top: 0px; 
	width: auto; 
	height: 90px; 
	float: none;
	clear:both;
	text-align:right;
	}
	
#header a {
	float:left;
	}	
	
#header2 {
	background: url(/images/organizations/cms/aspen/images/header_sub.jpg) no-repeat 0 0;
	background-color:transparent;
	width: 770px; 
	height: 185px; 
	position:relative;
	}
	
#bar {
	width:770px;
	background-color:transparent;
	float:right;
	position:relative;
	top:1px;
	margin-right:5px;
	clear:both;
	}
/* NAV - top horizontal nav */
#nav, #nav ul {padding: 0;margin: 0;list-style: none;}
#nav {float:right;font: 12px Helvetica,sans-serif;margin: -1px 0 0 10px;}
#nav li {line-height:15px;position:relative;float: left;width: 10em;display:block;margin: 0;padding-right:20px;background: transparent url(/images/organizations/cms/aspen/images/arrow.gif) no-repeat 0px 8px;}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {font-weight:normal;text-decoration:none;cursor:pointer;color:#fff;display: block;padding: 4px 10px 2px}
#nav a:hover {color:#c60000}
#nav li ul {border:1px solid #212121;background: #f6f6f6 url(/images/organizations/cms/aspen/images/featurebox_bg.jpg) no-repeat 100% 100%;;width:15.8em;font-size:90%;position: absolute;font-weight:normal;left: -999em}
#nav li:hover ul, #nav li.sfhover ul {left: 0;z-index:99000}
#nav li:hover li ul, #nav li.sfhover ul ul{left: -999em}
#nav li:hover li:hover ul, #nav li.sfhover li.sfhover ul{left:100%;top:0em;z-index:99999;font-size:100%}
#nav li li {background:none;float:none;border-bottom: 1px solid #666;border-top: 1px solid #212121;padding-left:0;padding-right:0;}
#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {color:#fff;padding: 3px 8px 2px 8px;width:14em}
#nav li li a:hover {color:#c60000;background: #191919;border-left: 3px solid #c60000;}
#nav li ul .first {border-top:none;}
#nav li ul .last {border-bottom:none;}
#nav ul li {line-height:14px;}



/* hide from IE mac \*/
#nav li {width:auto}
/* end hiding from IE5 mac */

/*IE7 SUCKERFISH DROPDOWN MENU FIX*/
*:first-child+html #nav {
height: 1%;
}
*:first-child+html #nav li {
height: 1%;
} 
/*END IE7 FIX*/

#menu li:hover, #menu li.over {
position: static; /* make menus not sticky in ie7 */
} 

#bar {
	background-color:transparent;
	margin-top:-2px;
	clear:both;
	}

/*begin sideNav*/
#sideNav{
	width: 146px;
	margin:0px 0px 0px 0px;
}

#adxmSideNav {
	width: 146px;/* 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/blank.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 -20px;
	/*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 a {
	text-decoration: none;
	font-weight:normal;
	color: #212121;
	padding:5px 8px 6px;
	display: block;
	font-size:12px;
	}
	
#adxmSideNav li { 
	border-bottom: 1px solid #eaeaea;
}

/*   makes hover color/background work correctly in ie6  ***MUST BE IN MAIN CSS NOT IE6 SPECIFIC***   */
#adxmSideNav a:hover /* hover state */, #adxmSideNav .adxmhoverA /* active state */{		/* li:hover>a selector */
	  color:#fff;
	  background: #212121;
	  border-left: 3px solid #c60000;
}
/*   end ie6 fix   */

#adxmSideNav a:hover, #adxmSideNav li:hover>a {
	  color:#fff;
	  background: #212121;
	  border-left: 3px solid #c60000;
}

#adxmSideNav li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 100%;	
}
	
#adxmSideNav li li a {
	color:#fff;
}

#adxmSideNav li li {
	background-color:#242424;
}

#adxmSideNav li li {	/* create borders around each item */
	color:#c60000;
	border-bottom: 1px solid #666;
	border-top: 1px solid #212121;
}

#adxmSideNav li li a:hover /* hover state */, #adxmSideNav li li .adxmhoverA {
	color:#c60000;
	background: #212121;
	border-left: 3px solid #c60000;
}

#adxmSideNav li li a:hover, #adxmSideNav li li:hover>a {
	background: #212121;
	border-left: 3px solid #c60000;
}

#adxmSideNav li:hover>ul li ul {
	left:90%;
}
/*end sideNav*/

#cal {
	float:right;
	margin:8px 15px 0px 5px;
	border: 2px solid white;
	}
		
#sideColumn {
	float:left;
	width:146px;
	height:100%;
	background: transparent;
	padding-left:4px;
	}

#search {
	background: transparent url(/images/organizations/cms/aspen/images/divider.gif) no-repeat 0px 0px;
	padding: 15px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	font:bold 12px arial;
	color:#212121;
	text-align:center;
	}
	
#search {
	text-align:left;
	}
#searchInput {
	text-align:left;
	}
#searchBtn {
	background: transparent url(/images/organizations/cms/aspen/images/go_btn.gif) no-repeat 0px 0px;
	height: 20px;
	width: 30px;
	border:none;
	vertical-align:middle;
	cursor:pointer;
	}
#login {
background: transparent;
text-align:right;
color:#212121;
float:right;
margin-top:10px;
height:35px;
padding:5px;
}

#login input[type='text'], #login input[type='password']{font-size:9pt; font-family:sans-serif; background-color:#aeaeae;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/aspen/images/login_btn.gif) no-repeat 0 0px;
height:22px;
width:82px;
margin:auto;
border:0;
}

#forgotten a {
font:10px arial;
color: #212121;
text-align:center;
display:block;
float:right;
margin:0px 0 0 0px;
}

#personal {
clear:both;
background: transparent url(/images/organizations/cms/aspen/images/divider.gif) no-repeat 0px 0px;
padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font:bold 12px arial;
color:#212121;
text-align:center;
}
#personal a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #212121;
	}
#personal a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #696969;
	}
#personal a:hover, a:active { 
	text-decoration: underline; 
	color: #c60000;
	}
#whats_happening {
background: transparent url(/images/organizations/cms/aspen/images/divider.gif) no-repeat 0 0;
padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 0px;
color:#212121;
}

#welcome li {
text-align:left;
list-style-type: none;
background-repeat: no-repeat;
background-position: 0 0;
padding: 5px 0px 0px 33px;
margin: 0px 0px 0px -37px;
height:32px;
}

#wel_cal {background-image: url("/images/organizations/cms/aspen/images/cal_icon.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_files {background-image: url("/images/organizations/cms/aspen/images/files_icon.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_pers {background-image: url("/images/organizations/cms/aspen/images/pers_icon.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_admin {background-image: url("/images/organizations/cms/aspen/images/admin_icon.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_help {background-image: url("/images/organizations/cms/aspen/images/help_icon.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_log {background-image: url("/images/organizations/cms/aspen/images/logout_icon.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_mychildren {background-image: url("/images/organizations/cms/aspen/images/fam_icon.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_lesson {background-image: url("/images/organizations/cms/aspen/images/lesson_icon.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_onlinegrades {background-image: url("/images/organizations/cms/aspen/images/grades_icon.gif");background-repeat: no-repeat;background-position: 0 0;}

#welcome a {font:11px arial;}
#welcome a:link {color:#212121} 
#welcome a:visited {color:#696969} 
#welcome a:hover {color:#c60000} 

	
#bodyWrap {
height:auto;
background-color:transparent;
margin:3px 10px 0px 160px;
}	

	
#mainBody {
	width: 595px;
	min-height:300px;
	clear: none;
	background-color:transparent;
	padding:0px;
	list-style-position: inside;
	overflow:hidden;
	}
	
	
/*this is for weird lipsum text on beta site. delete once live*/
#lipsum p {
	padding:none;
	margin:0;
	}
	
	
#foot {
	background: transparent url(/images/organizations/cms/aspen/images/footer_sub.gif) no-repeat top center;
	height:50px;
	margin:auto;
	clear:both;
	}
	
#foot div {
	margin:auto;
	color:#fff;
	text-align:center;
	padding:27px 0 0 53px;
	}	
	
#powered .spaced span{
font:12px arial;
text-align:center;
color:#212121;
}
