/* CSS Document
 *
 * cccsubsec.css
 * Subsection specific styles for CCC site
*/

#lyrTabs {
  position:absolute;
	left:235px;
	top:0px;
	width:520px;
	height:30px;
	z-index:99;
  background-color: white;
}

#lyrCCCBox {
  position:absolute;
	left:0px;
	top:0px;
	width:234px;
	height:237px;
	z-index:90;
}

#lyrLinks {
	position:absolute;
	left:0px;
	top:250px;
	width:234px;
	height:170px;
	z-index:10;
}
#lyrLinks ul {
	padding-top: 0;
	margin-top: 0;
}
#lyrBody {
  position:absolute;
	left:246px;
	top:40px;
	width:500px;
	height:380px;
	z-index:1;
}
#searchlink {
	display: block;
	position: relative;
	top: -12px;
	height: 18px;
	margin-left: 121px;
	padding-bottom: 0;
	margin-bottom: 0;
}
