@charset "UTF-8";
/* CSS Document for new Admissions and Records pages April 2008 */
/* Cabrillo College Information Technology */


/* adjusting bold tag to make it even darker*/

strong {
	color:#333333;	
	
}


/* ----- Wrappers to define page regions ----- */



#wrap-middle { 	/* this ensures that the middle horiz section of the page 
					expands to push any footer section below any divs it contains.
					This avoids the footer overlapping content problem. */
	padding: 0;
	margin: 8px 0;	
}

#wrap-middle-inner { /*empty div to keep floats from escaping the middle section? */
	float: left;
}



#wrap-maincol {
	width: 100%;
	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* ----- Grouping that usually contains two items, one floated, but sometimes just one item ----- */

.grouping-fit { width: 95%; }

.grouping-narrow {
	width: 270px;
}

.grouping-medium { width: 475px; }

.grouping-medium p { width: 280px; }

.grouping-wide { 

}

.grouping-wide p { width: 375px; }



.grouping-wide p.callout-right {	/* a class to isolate via a float */
	float: right;
	width: 215px;
	padding: 0;
	margin: 0;
}

.grouping-medium p.callout-right {
	float: right;
	width: 190px;
	padding: 0;
	margin: 0;
}

.grouping-wide p.callout-right a, .grouping-medium p.callout-right a { 
	color: #007a94; 
	font-weight: bold; 
	text-decoration: none; 
	padding: 4px 4px 6px 4px;
	margin-left:11px;
	display: block;
	
background-color:#F3F1F4;
border:1px dotted #CECBCB;

}

.grouping-wide p.callout-right a:hover, .grouping-medium p.callout-right a:hover {
	
}

.callout-left {
	float: left;
	width: 180px;
}





.wrap-footer, .wrap-copyright {
	margin-top: 36px;
	border-top: 1px dotted #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#F2F9FC;
}

.wrap-copyright {
	margin-top: 0px;
	margin-bottom: 24px;
	background-color:#FFFFFF;
}



/* ----- Heading and textual styles ----- */

legend, .sectiontitle {
	font-weight: bold;
	color: #849635;
}




/*

.buttonlike { color: #666666; font-weight: bold; }

.buttonlike a { color: #0099FF; text-decoration: none; padding: 4px 4px 6px 4px; }

.buttonlike a:hover { background-color: #0099FF; color: #FFF; }
*/
.credit-link {

	font-weight: bold;
	text-decoration: none;
	color:#666666;
	
}


/* ----- Deadline Styles for RSS Feeds and calendar reminders -- not used ----- */

#deadlines {

	width: 145px;
	float: right;
	padding: 0;
	margin: 0;
	display: inline;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	
	line-height: 100%;
	

}


/* this section tries to bend a definition list into  date-event display standard */

deadlines dl.event {
	margin: 2em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.event dt {
	position: relative;
	left: 0;
	top: 1.1em;
	width: 18px;
	font-weight: bold;
}

.event dd {
	margin: 0 0 0 24px;
	padding: 0 0 .5em 3px;
	color: #669933;
}


/* ----- Section 508 and Accessibility-related style definitions ----- */

.accessibility {

	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;

}


/* This declares that all subnavigation/sublinks will not be displayed by default. To make them visible, another css declaration must be made on each individual page for the respective subnavigation  to appear*/


div#contentLeftNav ul ul{

display:none;
	
}




/*footer*/

.wrap-footer, .wrap-copyright {
	margin-top: 36px;
	border-top: 1px dotted #CCC;
	background-color:#F2F9FC;
}





