/***************************/
/* Mt. San Antonio College */
/*						   */
/* Custom CSS File         */
/* Culinary Arts           */
/***************************/

.mtsac-hr-line {
    height: 6px;
    border:none;
	margin-left: 30px;
	margin-bottom: 10px;
    background: #953735; 
	box-shadow: -5px 7px 13px 1px #dad2d2;
    -moz-box-shadow: -5px 7px 13px 1px #dad2d2;
    -webkit-box-shadow: -5px 7px 13px 1px #dad2d2;
    width:640px;
}

.ca-title {
	color:#365F91;
	/*font-family:"Georgia", serif;*/
	font-size:2rem;
	font-weight:bold;
	letter-spacing:3px;
	margin-top:1rem;
	margin-bottom:1rem;
}
.ca-sub-title {
	color:#365F91;
	font-weight:bold;
}
.ca-sub-title-small {
	color:#9BBB59;
	font-weight:bold;
	font-size: 90%;
}
.ca-text {
	/*font-family:"Georgia", serif;*/
	line-height:1.83rem;
	letter-spacing:1px;
}
.course-title {
	color:#4f81bc;
	font-weight:bold;
	margin-top:.5rem;
	margin-bottom:.5rem;
}
.ca-sub-title-med {
	color:#365F91;
	font-weight:bold;
	padding-top:8px;
	margin-left:34px;
}
.ca-text-med {
	padding-left:8px;

}	
.ital {
	font-style:italic;
}
.salmon {
	color: #C0504D;
	font-weight:bold;
}
.hide-text {
	text-indent:-99999px;
}
	
.center {
	text-align:center;
}
.container {
	width: 640px;
	margin:0;
}

.ca-col-1 {
	background: #365F91;		
}
.ca-col-2 {
	background: #5F497A;
}
.ca-col-3 {
	background:#9BBB59;
}
.align-right
	text-indent: right;
}	
.ca-col-title {
	color:white;
	background: #365F91;
}	
.green {background: #9bbb58;}
.blue {background: #4f81bc;padding:0;margin:0;border: 1px solid #fff;}
.purple {background: #5F497A;padding:0;margin:0;border: 1px solid #fff;}
.pad1 {border-bottom:1px solid #4f81bc;}
.pad2 {border-top: 1px solid #4f81bc;}
.hide-text {text-indent:-99999px;}
.orange {background: #943634;padding:0;margin:0;border: 1px solid #fff;}
.light-purple {background: #CCC0D9;padding:0;margin:0;border: 1px solid #fff;}
.bk-text {color: #000;}
.circles {list-style-type:disc;}		
