.about { 
	position: absolute;
	width: 200px;
	z-index: 8;
	left: 5px;
	top: 124px;
	background-color: #830330;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	visibility: hidden;
}

.apply { 
	position: absolute;
	width: 200px;
	z-index: 8;
	left: 160px;
	top: 124px;
	background-color: #830330;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	visibility: hidden;
}

.adinfo { 
	position: absolute;
	width: 200px;
	z-index: 8;
	left: 325px;
	top: 131px;
	background-color: #830330;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	visibility: hidden;
}

.reginfo { 
	position: absolute;
	width: 200px;
	z-index: 8;
	left: 325px;
	top: 146px;
	background-color: #830330;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	visibility: hidden;
}
 
.clas { 
	position: absolute;
	width: 200px;
	z-index: 8;
	left: 385px;
	top: 124px;
	background-color: #830330;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	visibility: hidden;
}

.divdepts { 
	position: absolute;
	width: 200px;
	z-index: 8;
	left: 560px;
	top: 131px;
	background-color: #830330;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	visibility: hidden;
}

.stuser { 
	position: absolute;
	width: 200px;
	z-index: 8;
	left: 600px;
	top: 124px;
	background-color: #830330;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	visibility: hidden;
}


.toplinks { 
	font-size: 90%;
    font-weight: bold;
	}

    
.homeground {
 	z-index: 0;
	}
	
div#container { 
    position: relative;
	top: 0px;
	width: 782px;
	padding: 0 0 0 0; 
	z-index: 1;
	}
	
/*sticky notes */

#stickydiv {
  position: relative;
  width: 782px;
  height: 225px;
  z-index: 5;  /* Must be greater than main z-index for the student 
                  graphic to overlap the top edge of the main area */
}

div#stickysquares {
  position: absolute;
  top: 0;
  left: 0;
  width: 782px;
  height: 225px;
  z-index: 1;
}

.stickyleft {
	position: absolute;
	left: 10px;
	width: 188px;
	height: 188px;
	background-color: #fdf9a2;
	z-index: 1;
	}

.sticky2 {
	position: absolute;
	/* top: 135px; */
	left: 207px;
	width: 188px;
	height: 188px;
	background-color: #fdf9a2;
	z-index: 1;
	}
	

.stickyright { 
	position: absolute;
	/* top: 135px; */
	left: 604px;
	width: 195px;
	height: 188px;
	background-color: #fdf9a2;
	z-index: 1;
	}

/* photo of student between sticky notes */
.studentpic {
    position: absolute;
    top: 15px;
    left: 358px;
    z-index: 2;  /* greater than the sticky note squares */
	}	


#stickyheadcontent {
  position: absolute;
  top: 0;
  left: 0;
  width: 782px;
  height: 225px;
  z-index: 5;
}

/* sticky note headings */  
.newshead {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 3;
	}

.spothead {
	position: absolute;
	top: 10px;
	left: 217px;
	z-index: 3;
	}

	
.eventshead {
	position: absolute;
    top: 10px;
    left: 614px;
    z-index: 3;
	}  

/* sticky note text */

.notices {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 170px;
	height: 143px;
	font-size: 9pt;
	z-index: 3;
	}

.spotlight {
	position: absolute;
	top: 40px;
	left: 217px;
	width: 180px;
	height: 146px;
	font-size: 9pt;
	z-index: 3;
	}

.events {
    position: absolute;
    top: 40px;
    left: 614px;
    width: 180px;
    height: 146px;
    font-size: 9pt;
    z-index: 3;
	}

.thisweek { 
	text-indent: 25px;
	font-size: 9pt;
	}
	
	
/* center notices */
#boxtop { 
    position: absolute;
    top: 335px;
    left: 110px;
	/* background: #e7d3d5; */
	background: transparent;
	width: 75%;
	text-align: left;
	margin: 0;
	padding: 0;
	z-index: 7; /* Greater than z-index for stickydiv */
	}
/* end center notices */


/* main box */
			  

	
#main {
    position: relative;
    top: 5px;
    left: 10px;
	width: 782px;
	background: #e7d3d5;
	margin: 0;
	padding: 0;
	z-index: 3;
	}
		

#tagline  { 
	background: #e7d3d5;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;          
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	color: white;
	}

#content {  
	float: left;
	width: 375px;
	padding: 10px 0 10px 18px;
	}

#newstudent { 
	position: absolute;
	top: -30px;
	
    z-index: 1;
	left: 0px;
	width: 188px;
	}

#newstudenttext { 
	position: relative;
	float: left;
	width: 188px;
	margin-top: 25px;
	padding: 0 0 0 10px;
	}
	
div.clearfloats {
	clear: both;
	}
 
#footer {
	clear: both;
	/* Commented out 01/02/08 Larry Ching
	Adding new padding and margin control
	position: absolute;
	top: 732px;
	padding: 25px 0 0 0;
	*/
	position: relative;
	padding: 0;
	margin: 25px 0 0 0;
	width: 782px;
	text-align: center;
	background-color: #ffffff;
	/* z-index added 01/02/08 Larry Ching */
	z-index: 3; /* Same as value for #main */
	}


/* My De Anza login */

/* css-link-home.css (line 330) */

.myda { 
-moz-border-radius:10px;
border-radius:10px;
-webkit-border-radius: 10px;
background:#FDF9D8 none repeat scroll 0 0;
float:right;
font-size:10pt;
margin-right:10px;
padding:10px;
text-align:left;
width:135px;
}
	
		
.award {  
	float: right;
	width: 175px;
	height: 230px;
	border-right: solid 5px #e7d3d5;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 0px; 
	margin-right:6px;
	background: #e7d3d5; 
	padding-left: 0px;
	font-size: 9pt;
	text-align: left;
	
	} 

 
.ulclass {
	list-style-image: url("/images/listarrow.gif");
	}
	
.ulsqclass {
	list-style-image: url("/images/arrow-yellow-sm.gif");
	}
