/* this is the linked style sheet for Engineering Site, www.foothill.edu/engineering */

.linespace {
line-height : 16px;
}
.twopoints {
line-height : 2px;
}
.threepoints {
line-height : 3px;
}
.fourpoints {
line-height : 4px;
}
.sixpoints {
line-height : 6px;
}


.red {color: #ff0000 }
.teal {color: #008080 }
.purple {color: #663399 }
.burnt {color: #990000 }
.blue {color: #006 }
.ltblue {color: #3366cc}
.white {color:#ffffff;}

.small   { font-size: 10px; }
.small1  { font-size: 11px; }
.big   { color: #660033; font-size: 14px; line-height: 15px; margin: 2px 10px }
.big1  { color: #900; font-size: 14px; font-family: "Comic Sans MS" }
.big2  { color: #660033; font-size: 16px; line-height: 18px}
.big3  { font-size: 18px; line-height: 20px ; color: #ff0000}
.big4  { font-size: 16px; line-height: 18px ; color: #990000}
.big5  { font-size: 14px; line-height: 17px }
.big6  { font-size: 13px; line-height: 15px }
.big7  { color: #660033; font-size: 20px; line-height: 22px; font-family: "Comic Sans MS" }

.colhead_green {
	color: #339900;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	}
.h1		{
		line-height: 26px;
		}
.indent1  { margin: 5px 10px }
.indent2   { line-height: 16px; margin: 6px }

.list	{	line-height: 20px; }

.box1 { /* slide images */
		position: relative;
		float: right;
		background-color: #c0c0c0;
		-moz-border-radius: 6px !important;
		-webkit-border-radius: 6px !important;
		border-left: solid 2px #dFdFdF;
        border-right: solid 2px #afafaf;
        border-top: solid 2px #dFdFdF;
        border-bottom: solid 2px #afafaf;
        padding: 15px;
		width: 200px;
		height: auto;
		margin-left: 20px !important;
		margin-right: 15px;
		margin-bottom: 15px;
		z-index:1;
	}
	.box1text { /* slide images text */
		width: auto;
		text-align: left;
		padding: 10px;
		background-color: #ffffff;
		overflow: visible;
		z-index:1;
	}
.fourpoints { line-height : 4px }

.hr	{
	color: #660033;
	background-color: #660033;
	height: 1px;
}

#search {
	position:absolute;
	top:30px !important;
	left:685px;
	z-index:1;
	height: 40px;
	width: 220px;
	}