
p{
font-family:inherit;
line-height:1.5;
padding: 5px 0;
text-rendering:optimizeLegibility;
}

#awNav
{
	padding-left: 5px;
}

#awNav h2
{
	padding: 0;
}

#hmLogon p
{
	margin: 0;
	padding: 5px 0 0 0;
}

#hmPwdLinks
{
	padding-top: 10px;
}

#pwdRqst
{
	font-size: 100%;
	font-weight: bold;
}

#hmSignUp, #hmOtherLnks
{
	padding-top: 15px;
}

#hmPwdLinks p , #hmOtherLnks p 
{
	line-height: 1.2;
}

/* ACEweb Link Styles */
#awsLink
{
	font-size: 70%;
	padding-top: 25px;
}

#deptcontent .columns
{
	padding: 0 0 0 15px;
}

.search
{
	padding-bottom: 15px;
}

.srchBox input
{
	display: inline-block;
	width: auto;
	line-height: 16px;
}

.srchBtn
{
	font-family: FontAwesome;
}

#awSTNav h2
{
	padding: 0 0 5px 0;
}

#awSTNav h2.nextH2
{
	padding: 5px 0;
}

#awSTNav p
{
	padding: 0;
}   

#awSTNav li ul li
{
 padding: 3px 0 0 15px;
}

li#STSrch
{
	padding: 10px 0 0 15px !important;
}

#awSTCont
{
	min-height: 510px;
}

#awMNCont
{
	padding: 8px;
}

#awContent li
{
	padding-bottom: 5px;
}

/* -Responsive Boxes- */

.boxRow  /* row of boxes */
{
	clear: both;
	padding-bottom: 40px;
}

.boxRow img
{
	vertical-align: top; 
}

.tenpercent, .fifteenpercent, .fifth, .quarter, .thirtypercent, .third, .thirtyfivepercent, .fortypercent, .fortyfivepercent, .half, .fiftyfivepercent, .sixtypercent,  .sixtyfivepercent, .seventypercent, .twothirds, .threequarters, .eightypercent, .eightyfivepercent
{
	float: left;
	box-sizing: border-box; 
}

.tenpercent
{
	width: 10%;
}

.fifteenpercent
{
	width: 15%;
}

.fifth
{
	width: 20%;
}

.quarter
{
	width: 25%;
}

.thirtypercent
{
	width: 30%;
}

.third
{
	width: 33.33%;
}

.thirtyfivepercent
{
	width: 35%;
}

.fortypercent
{
	width: 40%;
}

.fortyfivepercent
{
	width: 45%;
}

.half
{
	width: 50%;
}

.fiftyfivepercent
{
	width: 55%;
}

.sixtypercent
{
	width: 60%;
}

.sixtyfivepercent
{
	width: 65%;
}

.twothirds 
{
	width:66.67%;
}

.seventypercent
{
	width: 70%;
}

.threequarters
{
	width: 75%;
}

.eightypercent
{
	width: 80%;
}

.eightyfivepercent
{
	width: 85%;
}

.leftPad  /* left padding */
{
	padding: 0 0 0 15px;
}

.rightPad  /* right padding */
{
	padding: 0 15px 0 0;
}

.rlPad  /* left and right padding */
{
	padding: 0 8px;
}

.sideBox
{	
	box-sizing: border-box; 
	box-shadow: 1px 1px 2px #999999;
	border-radius: 2px;
	background-color: #f9fbf7; 
}

.sideBoxHeader
{
	/*sC05*/ background-color: #282425 /*eC05*/;
	/*sC06*/ color: #ffffff /*eC06*/;
	padding: 8px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	text-shadow: 1px 1px 1px #666666;
}

.sideBoxHeader .fa /* heading icon */
{
	vertical-align: top;
	margin: 2px 5px 0 0;
}

.sideBoxContent
{
	padding: 8px;
}


