

/* -------------------------------------------------------- */
/* ----- SAN JUAN COLLEGE GLOBAL CSS ---------------------- */
/* -------------------------------------------------------- */
.website {
font-size: x-small;
}

body {
	font-size:62.5%	;
	font-family:Arial, Verdana;
	line-height:1.4;
	font-size:10pt;
	color:#000;
        border-top:2px solid #574990;

}
p {
	margin-bottom:15px;
	line-height:1.4;
	color:#2d2d2d;
}
a {
	color:#574990;
	text-decoration:underline;
}
a:hover {
	color:#fcaf17;
}
h1, h2, h3, h4, h5, h6 {
	color:#b95630;
        font-family:"Trebuchet MS", Arial, Verdana;
	font-weight:bold;
	font-size:14pt;
	margin-bottom:10px;
}
h1 { 
	text-transform:uppercase;
}
h2 {
	color:#b95630;
	font-size:12pt;
}
h3 {}
h4 {}
h5 {}
h6 {}

.printonly {
	 display:none;
}

#sitelogo {
	float:left;
	margin:7px 0 0 4px;
}
.toolkiticons { /* block that contains toolkit icons */
        width:920px;
        margin:0 auto;
}
/* -- for spotlight quotes -- */
	span.left-quote {
		background: url('/images/system/small-lquote.gif') no-repeat 0 2px;
                padding:0 0 0 12px;
	}
	span.right-quote {
		background: url('/images/system/small-rquote.gif') no-repeat 100% 2px;
                padding:0 0 0 12px;
	}

/* ------------------------------------------- */
/* -- general layout styles for containers -- */

table.PageBoundingBox {	
	width:100%;
	background:#fff url('/images/system/body-bg.jpg') no-repeat 50% 0;
}
#header, table.ContentBoundingBox, td.MainContent, #footer {
	width:920px;
	margin:0 auto;
	clear:both;
}
/* ------------------------------------------- */
/* -- HEADER STUFF --- */

#header {}

/* --- top navigation ---*/
#top-navigation {
	float:right;
	height:22px;width:auto;
	background: url('/images/system/top-nav-left-cap.gif') no-repeat 0 0;
	margin-bottom:19px;
}
	#top-navigation ul {
		list-style:none;
		height:22px;	
		width:300px;
		margin:0 0 0 11px;
		padding:0 0 0 11px; /* spacing links away from edges */
		background: url('/images/system/top-nav-right-stretch.gif') no-repeat 100% 0;
	}
		#top-navigation li {
			float:left;
			padding:0 10px;
		}
			#top-navigation a {
				text-decoration:none;
				color:#fff;
				font-size:8pt;
				font-weight:bold;
				display:block;
				padding-top:1px;
			}
			#top-navigation a#mySJC span {
				color:#aed137;
			}
			#top-navigation a#mySJC {
				color:#fcaf17;
			}
			#top-navigation a:hover {
				text-decoration:underline;
			}


/* ------------------------------------------- */
/* ----- search area ------*/

#search-area {
	float:right;
	clear:right;
	background:url('/images/system/search-box-bg.gif') no-repeat 0 0;
	width:175px;
	height:29px;
	padding:0 26px 0 10px;
}
	input#search-input {
		width:135px;
		font-size:8pt;
		color:#666666;
		border:1px solid #fff;
		float:left;
		margin-top:5px;
	}
	#search-button {
		width:19px;
		height:19px;
		margin:4px 0 0 6px;
	}
/* ------------------------------------------- */
/* ----- global nav ------ */
#main-navigation {
	clear:both;
	float:left;
        width:920px;
        height:37px;
        background:url('/images/system/global-nav-bg.gif') no-repeat 0 0;
        margin-top:10px;
        position:relative;
	z-index:50;
}
	#main-navigation ul {
		list-style:none;
		padding:0 10px 0 0;		
	}
		#main-navigation li {
			float:left;                       
			background:url('/images/system/global-nav-sep.gif') no-repeat 100% 9px;
		}
		#main-navigation li#quick-links {
			padding:0 0 0 20px;
			background:none;
			position:relative;			
		}
			#main-navigation a {
				font-weight:bold;
				font-family:Arial, Verdana;
				color:#fff;
				text-decoration:none;
				display:block;    
				float:left;
				height:29px;
				padding:8px 17px 0 17px;       
			}
			#main-navigation a:hover,
                        #main-navigation li.Active a {
				background:url('/images/system/global-nav-button-bg.gif') repeat-x 0 -37px;
			}
			#main-navigation a#nav-first  {
				padding-left:30px;
			}
			#main-navigation a:hover#nav-first,
                        #main-navigation li.Active a#nav-first {

				background:url('/images/system/global-nav-first-bg.gif') repeat-x 0 -37px;
			}
			#main-navigation li#quick-links a {
				background:url('/images/system/quicklink-back-tile.gif') repeat-x 100% 0;
				width:140px;
			}
			#main-navigation li#quick-links a:hover,
                        #main-navigation li#quick-links:hover a { /* this specific style will keep the root level nav element highlighted when you are browsing the drop-downs */
				background:url('/images/system/quicklink-back-tile.gif') repeat-x 100% -37px;
				width:140px;
			}
			/* ---- drop-down quicklinks style ------ */
				#main-navigation li#quick-links ul {					
					position:absolute;						
					left:-9999em;	
					display:none;
					clear:left; /* gets IE to position item below */
					margin:0;
					background:#574990;
					padding:0 20px 20px 20px;
					border-right:3px solid #fff;
					border-left:3px solid #fff;
					border-bottom:3px solid #fff;
                                        width:140px;	
				}
				#main-navigation li:hover#quick-links ul { /* unhides submenu on hover */    
					left:auto;
					top:33px;
					display:block;
				}
				#main-navigation li#quick-links li {
					background-image:none;				
				        float:left;
                                        display:block;
					padding:0;
				}
				#main-navigation li:hover#quick-links li a {
					background-image:none;
					font-size:8pt;					
					padding:1px 0;                                       					
					width:150px;					
					display:block;
					font-weight:normal;
					text-indent:0;
                                        height:auto;
				}

				#main-navigation li:hover#quick-links li a:hover {
					width:150px;		
					color:#fcaf17;
				}
/* ------------------------------------------- */
/* ----- footer ------ */

#footer {
	width:921px;
	height:160px;
	margin:50px auto 10px auto;
	background:url('/images/system/sjc-footer-range-fall.jpg') no-repeat 0 0;
}
	#footer-left p {
		float:left;
		color:#fff;
		margin:110px 0 0 15px;
	}
	#footer-right {
		float:right;
	}
		#footer-links {
			list-style:none;
			color:#fff;
			margin:125px 15px 0 0;
		}
		#footer-links li {
			display:inline;
		}
		#footer-links a {
			color:#fff;
		}
		#footer-links a:hover {
			color:#fcaf17;
		}

/* ----- For pages with two columns created by divs Ex:Current Students ------ */
.col {
float:left;
width:48%;
vertical-align:top;
}

/* ----- For pages with right floating box ------ */

.pathBoxTitle {
padding:4px 0 4px 0px;	
text-align: center;
color:#fff;
display:block;		
background-color:#65589c;
}
.pathBoxBody {
margin-top: -15px;
padding-left: 10px;
background:#eeebf8;
}
.pathBox {
float:right;
width:235px;
}

