@charset "UTF-8";
/* CSS Document */

#nestednavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;  /* light grey */
	background-color: #FEF8E9; /* beige *//* newly added for nested tempaltes */
	float: right;
	padding-top: 20px; /* was 90, reduced to allow for LHS/UCB & sepup image maps (21+70) */
	margin-right: 20px;
}
#nestedcontent { /* for nested templates */
	display: block;
	color: #666666;
	margin-left: 0px;   /* was 8 */
	margin-right: 2px;  /* was 18, changed for nested templates  */
	margin-top: 0px; /* was 5, changed for nested templates */  
	height: auto;
	width: 875px; /* 875=full width, was 890 incl margin. changed for nested templates */
	padding-left:0px; /* diff split in +28 width */
	padding-right:0px;
	padding-bottom: 10px;
}
#nestedleft { /*left side of nested templates */
	display: block;
	margin-right: 40px;  /* force main body text under linklist on student nested templates  */
	margin-top: 0px; /* was 5, changed for nested templates */
	height: auto;
	width: 300px; /* 875=full width, was 890 incl margin. changed for nested templates */
	padding-left:0px; /* diff split in +28 width */
	padding-right:0px;
	padding-bottom:10px;
	padding-top:0;
	float:left;
	vertical-align:top;
}
#nestedright { /*left side of nested templates */
	display: block;
	margin-right: 10px;  
	margin-top: 35px; /* to align with book img top on nested templates */
	height: auto;
	width: 520px; /* 875=full width, was 890 incl margin. changed for nested templates */
	padding-right:4px;
	padding-bottom: 10px;
	float:right;
	vertical-align:top;
}
#nestedcontent img {
	display: block;
	width: auto; /* student, teachers buttons = 167 */
	float:left;
}	
#nestedleft img {
	display: block;
	padding-right:10px;
	padding-bottom:10px;
	margin-right:0px;
	width:325; /* added 10/31 */
	float:left;
}	
#header2 {
	background-image: url(../images/main_02.jpg);
	height: 108px;
	width: 900px; /* was 918 */
}
#stuaccord { /*move accordion right on wide main student body */
	display: block;
	margin-right: 8px;  /* changed from 18 for nested  */
	margin-top: 5px;
	height: auto;
	width: 550px; 
	padding-top: 5px; /* match  info box align */
	float:right;
}
#studentdata { /*for SALI & IAPS student data display */
	display: block;
	margin-right: 10px;  
	/*margin-top: 5px; */
	height: auto;
	width: 825px; /* 875=full width */
	padding-right:4px;
	padding-bottom:5px;
	float:right;
	vertical-align:top;
	clear:both;/* below course title */
}
