  /* styles Local to Financial Aid only */

div.ofcbutton {
	min-width: 25%;
	padding: 0.5em 1em;
	border: 0px solid #ccc !important;
	border-radius: 6px;
	opacity: 1.0;
	background-color: rgba(144, 104, 183, 1); }

.newbutton {
	padding: 0.15em 0.3em;
	border: 0px solid #ccc !important;
	border-radius: 4px;
	opacity: 1.0;
	color: white !important;
	background-color: rgba(144, 104, 183, 1) !important; }

.ordnum {
	font-size: 12px; }

.addshadow {
	padding: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: #000000 3px 3px 4px;
	box-shadow: #000000 3px 3px 4px;
	margin: 10px 20px 10px 20px; }

div.linkshead {
	width:98%;
	overflow:hidden;
	padding: 0% 1% 0% 1%;
	clear: both;
	display: inline-block;
	background: #639; }

#links {
	width:98%;
	overflow:hidden;
	padding: 0% 1% 0% 1%;
	margin: 0 0 0.5em 0;
	clear: both;
	display: inline-block; }

div.linkshead > h4, div.linkshead > h3, #links > h4 {
	text-align: left;
	color: white !important; }

li.faList {
	list-style: none !important;
	line-height: 100% !important; }

ul.faList {
	margin-top: 0.5em; }

li.faListTop {
	list-style: none !important;
	line-height: 100% !important;
	margin-bottom: 0.5em; }

.leftcol { 
	float: left;
	width: 32.3333333%;
	margin: 0 1% 0 0; }

.middlecol {
	float: left;
	width: 32.3333333%;
	margin: 0 0.5%; }

.rightcol {
	float: left;
	width: 32.3333333%;
	margin: 0 0 0 1%; }

.leftcol ul, .middlecol ul, .rightcol ul {
	font-size:1.3em; }

.leftcol ul > li, .middlecol ul > li, .rightcol ul > li {
	margin-left: 1.25em; }

.leftcol h4, .middlecol h4, .rightcol h4 {
	font-size: 1.6em;
	color: white !important;
	background: #333;
	margin: 0.5em 0;
	text-align: center; }

#offices {
	width:98%;
	overflow:hidden;
	padding: 1% 1% 1% 1%;
	clear: both;
	display: inline-block; }
	
#offices ul {
	list-style: none;
	position: relative;
	float: left;
	display: block;
	left: 20%; }
	
#offices a {
	text-align: center;
	font-size: 1.2em;
	color: white;
	font-weight:bold; }

#connect {
	background: #639;
	color:white;
	width:98%;
	padding: 0.5em 1%;
	clear:both;
	margin: 0.5em 0;
	overflow: hidden; }
	
#connect h4 {
	color:white;
	text-align:center;
	font-size: 1.6em; }
	
#connect a {
	color:white;
	text-decoration:underline; }
	
#connect ul {
	text-align:center; }
	
#connect ul li {
	display:inline-block;
	font-size:1.2em; }
	
p.social {
	text-align:center; }

p.social a {
	text-decoration:none !important; }

p.social img {
	height:3em;
	padding: .5em !important; }

#contact h4 {
	background-color:#639;
	text-decoration:underline; }