  #content h3 {
color:#639;
}

/*
#content h4 {
font-weight:normal;
color:#c90; 
}
*/

#content h5 {
color:#639;
font-weight:normal;
text-transform:uppercase;
}

#content h6 {
color:#639;
}

#content p {
color:#252525;
line-height:1.2em;
}

#content a{
color:#639; /*was #639*/
}

#content a:hover{
color:#000;
text-decoration:underline;
}

#content ul li, #content ol li {
color:#252525;

}

#content ol li ol li, #content ol li ul li, #content ul li ol li, #content ul li ul li {
	font-size:inherit;
	line-height: inherit;
}

hr.style-purple {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #d5c7e3, #663399, #d5c7e3); 
    background-image:    -moz-linear-gradient(left, #d5c7e3, #663399, #d5c7e3); 
    background-image:     -ms-linear-gradient(left, #d5c7e3, #663399, #d5c7e3); 
    background-image:      -o-linear-gradient(left, #d5c7e3, #663399, #d5c7e3); 
}

.careerButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8460a7), color-stop(1, #663399) );
	background:-moz-linear-gradient( center top, #8460a7 5%, #663399 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8460a7', endColorstr='#663399');
	background-color:#8460a7;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0px;
	border:1px solid #ffffff;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	font-style:normal;
	height:45px;
	line-height:45px;
	width:180px;
	text-decoration:none;
	text-align:center;
}
.careerButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #663399), color-stop(1, #8460a7) );
	background:-moz-linear-gradient( center top, #663399 5%, #8460a7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#663399', endColorstr='#8460a7');
	background-color:#663399;
}
.careerButton:active {
	position:relative;
	top:1px;
}

#sideNav li.cbtgiving {
background: #639;
box-shadow: 2px 2px 5px #888888;
border-bottom: none;
padding-left: 5%;
padding-right: 5%;
}

#sideNav li.cbtgiving a {
    color: #f7b40b;
    width: 100%;
    padding: 0;
    text-align: center;
}

.caption {
	font-style: italic;
	font-size: 0.8em;
	}

/*for faculty page photos*/
.faculty {
float:right;
margin: 1em;
}

#footer #social_media a img {
	opacity: 0.5;
}

#footer #social_media a:hover img, #footer #social_media a:focus img {
	opacity: 0.9;
}

/*for dept home page tuition decrease ad Jan 2016 */
#tuition {
width: 38%;
float:right;
margin:1em 0 1em 2em;
}


@media only screen and (max-width: 1024px){
#tuition {
width: 90%;
float:left;
margin-left:0;
}
	
.faculty{
float:none;
}
}
