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


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

.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" }


.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;
	}
	
.space { margin-bottom: .5em; }
.closespace { margin-bottom: -0.5em; }
.hr	{
	color: #660033;
	background-color: #660033;
}
