/* ----- scXX and ecXX designations are used by User Interface Feature. Don't remove if you intend to use the User Interface to change colors ---- */

/* ----- Content Wrapper - necessary to keep footer at bottom of browser window  ----- */
#wrapper /* required by Sticky Footer, to keep footer at bottom of page.  */
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.contWidth /* max-width of content in nav, header, main, and footer */
{
	max-width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
}

.contPad /* sets container padding */
{
	padding: 8px;
}


/* -- TOP NAV -- */
nav#topNav
{
	/*sC05*/ background-color: #232021 /*eC05*/;
	position: fixed;
	width: 100%;
	z-index: 2000;
}

#topNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topNav ul#left
{
	float: left;
}

#topNav ul#right
{
	float: right;
}

/* hide mobile menu icon initially */
#menu-icon {
	display: none; 
}

#topNav ul#left li, #topNav ul#right li
{
	float: left;
	margin: 0 8px 0 0; 
	padding: 5px;
	/*sC06*/ color: #fafafa /*eC06*/;
}

#topNav ul#left li a, #topNav ul#right li a
{
	display: block;
	text-decoration: none;
	cursor: pointer;
	/*sC06*/ color: #fafafa /*eC06*/;
}

#topNav ul#left li a span.fa, #topNav ul#right li a span.fa
{
	vertical-align: top;
	margin-right: 5px;
	font-size: 140%;
	/*sC06*/ color: #fafafa /*eC06*/;
}

#topNav ul#left li span.fa-comments
{
	margin-top: -2px;
}

#topNav ul#right li#cart
{
	margin: 0;
	position: relative;
}

#topNav ul#right li#cart .cartNum
{
	/*sC31*/ background-color: #fafafa /*eC31*/;
	/*sC32*/ color: #222222 /*eC32*/;
	padding: 0 2px 1px 2px;
	border-radius: 4px;
}

#topNav ul#right li#cart .cartDollar
{
	padding-left: 2px;
}

#para1 /* Cart Box */
{
	display: block;
	position: absolute;
	right: 0;
	top: 36px;
	width: 260px;
	padding: 8px;
	background-color: #fafafa;
	border: solid 1px #dddddd;
	border-top: none;
	box-shadow: 1px 1px 1px 0px #999999;  
	color: #222222;
	z-index: 2000;
}

.closeBox
{
	float: right;
}

/* --Cart Click Box Styles-- */
#awCartEntries
{	
	width: 250px;
	padding: 5px;
}

#awCartEntries th
{
	text-align: left;
}

#crtEntry
{	
	padding: 0 0 5px 0;
}

#crtEntryAmt
{
	text-align: right;
}

#crtTotLbl
{
	padding: 1px 0 0 0;
	text-align: left;
	font-weight: bold;
	border-top: solid 1px #aaaaaa;
}

#crtTotAmt
{
	padding: 1px 0 0 0;
	text-align: right;
	font-weight: bold;
	border-top: solid 1px #aaaaaa;
}

#cart a.viewCart
{
	text-align: center;
	margin-top: 10px;
	/*sC23*/ background-color: #a02e2e /*eC23*/; 
}


/* -- HEADER -- */
header
{
	/*sC07*/ background-color: #ffffff /*eC07*/;
	/*sC08*/ color: #222222 /*eC08*/;
	padding-top: 45px;
}

/*  logo styles */
.logo
{
	float: left;
	padding-right: 20px;
}

.logo img
{
	height: 155px;
	width: 777px;
}

/* search styles */
.search
{
	float: right;
	padding-top: 23px;
}

.search form
{		
	background-color: #fefefe;
	border: solid 1px #dee2e2;
	border-radius: 8px;
	padding: 7px;
	box-shadow: 0px 0px 20px 1px #e0e0e0 inset;
}

.search form input, .search form button
{
	border: 0;
}

.search input.srchField
{
	float: left;
	width: 250px;
	padding: 0 0 0 4px;
	font-style: italic;
	background-color: transparent;
	-webkit-appearance: none; 
}

.search input.srchField:focus
{
	border: none;
	outline: none;
}

.search button.srchBtn 
{
	float: right;
	overflow: visible;
	background-color: transparent;
	-webkit-appearance:none;
	padding-right: 2px;
}

.search button.srchBtn .fa
{
	text-align: right;
	vertical-align: middle;
	font-size: 1.3em;
	color: #666666;
}

.search p.advSrch
{
	font-size: 80%;
	text-align: right;
	padding: 5px;
}

.search p.advSrch a
{
	text-decoration: none;
}


/* ACEweb Page Heading */
#awPageHeading
{
	/*sC09*/ background-color: #d8dcdc /*eC09*/;
	/*sC10*/ color: #222222 /*eC10*/;
	background: linear-gradient(to bottom, #eef0f0 0%,#d8dcdc 100%);
}

#awPageHeading h1
{
	padding: 5px 0;
	font-size: 180%;
	text-shadow: 1px 1px 0 #999999;
}

/* hides mobile navigation box on desktop view */
nav.mobileNav 
{
	display: none;
}

/* -- MAIN -- */
main
{
	padding: 20px 8px;
}

/* -- SITE NAV -- */
nav#siteNav
{
	width: 20%;
	float: left;
}

#menu
{	
	list-style:none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1000;
	/*sC09*/ background-color: #eef0f0 /*eC09*/;
	border-top: solid 4px #3d4754;
}

#menu li
{
	padding: 0;
	border-bottom: solid 2px #ffffff;
}

#menu li a
{
	display: block;
	padding: 12px 8px; 
	font-family: Arial, sans-serif; 
	text-decoration: none;
	color: #222222;
	letter-spacing: .5px;
}

#menu li:hover > a
{
	/*sC11*/ background-color: #3d4754 /*eC11*/;
	color: #ffffff;
}

/* ACEweb Content Box on standard.htm only */
#awContent
{
	width: 78%;
	float: left;
	padding-left: 2%;
	/*sC12*/ background-color:  #ffffff /*eC12*/;
}

/* -Responsive Boxes- */

.boxRow  /* row of boxes */
{
	clear: both;
	padding-bottom: 30px;
}

.boxRow img
{
	vertical-align: top; 
}

.fifteenpercent, .fifth, .quarter, .thirtypercent, .third, .thirtyfivepercent, .fortypercent, .fortyfivepercent, .half, .fiftyfivepercent, .sixtypercent,  .sixtyfivepercent, .seventypercent, .twothirds, .threequarters, .eightypercent, .eightyfivepercent
{
	float: left;
	box-sizing: border-box; 
}

.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;
	/*sC29*/ background-color: #f9fafb; /*eC29*/ 
	/*sC30*/ color: #222222 /*eC30*/;
	
}

.sideBoxHeader
{
	/*sC27*/ background-color: #3d4754 /*eC27*/;
	/*sC28*/ color: #ffffff /*eC28*/;
	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;
	padding-right: 5px;
}

.sideBoxContent
{
	padding: 8px;
}

.hmH1  /* home page h1 */
{
	text-align: left;
}

.regNow  /*  home page register now */
{
	min-height: 140px;
	box-sizing: border-box; 
	box-shadow: 1px 1px 2px #999999;
	border-radius: 8px;
	padding: 8px;
	/*sC24*/ background-color: #3d4754  /*eC24*/; 
	/*sC25*/ color: #ffffff  /*eC25*/;
}

.regNow h2, .regNow p
{
	color: #ffffff;
	padding: 0 0 5px 0;

}

.regNow > table#upcmgList 
{	
	width: 96%;
	margin: 0 auto;
}

.regNow > table#upcmgList td, .regNow > table#upcmgList td a
{
	color: #ffffff;
	text-decoration: none;
}

.regNow .fa /* heading icon */
{
	vertical-align: top;
	margin: 2px 5px 0 0;
}

.hmboxRow  /* row for link boxes on home */
{
	clear: both;
	padding-bottom: 0px;
}

.hmBoxPad   /* padding between home boxes */
{
	padding: 0 15px;
}

.hmBoxH2
{
	padding: 3px;
	text-align: center;
	/*sC26*/ background-color: #eef0f0 /*eC26*/;
	border-radius: 5px;
	text-shadow: 1px 1px 0 #bbbbbb;
	background: linear-gradient(to bottom, #eef0f0 0%,#d8dcdc 100%);
	border: solid 1px #eeeeee;
}

.hmBox
{
	padding: 5px;
}

 /* Home page Student Logon box styles  */
.hmLogFields
{
	width: 98%;
}

#hmStudents p.hmLogon
{
	padding: 0 0 1px 0;
}

#hmStudents label
{
	font-size: 90%;
}

#hmStudents a#pwdReset
{
	float: right;
	font-size: 80%;
	padding-top: 2px;
}

#hmStudents p.hmLogonBtn
{
	padding: 4px 0 0 0;
}

#hmStudents form.hmNew /* Sign Up Form */
{
	padding-top: 20px;
}

#hmSignUp
{
	padding: 15px 0 0 0;
}

#hmSignUp h3.hmNewH
{
	display: inline;
	font-size: 140%;
	font-weight: bold;
}


/* -- FOOTER --	*/
footer
{	
	/*sC13*/ background-color: #eef0f0 /*eC13*/;
	/*sC14*/ color: #444444 /*eC14*/;
}

footer .contPad
{
	padding: 12px 8px;
}

footer .boxRow
{
	padding-bottom: 10px;
}

footer .boxRow .rightPad
{
	padding: 0 20px 0 0;
}

footer h2
{ 
    font-size: 100%;
    padding: 0 0 4px 0;
	/*sC14*/ color: #444444 /*eC14*/;
	font-weight: bold;
	text-transform: uppercase;
}

footer p
{
	padding: 0 0 4px 0;
}

footer a, footer a:hover, footer a:active, footer a:visited
{
	text-decoration: none;
	/*sC14*/ color: #444444 /*eC14*/;
}


/* ACEweb Link Styles */
#awLink
{
	/*sC15*/ background-color: #232021 /*eC15*/;
	box-sizing: border-box; 
}

#awLink .fa-circle
{
    padding: 0 6px;
    font-size: 40%;
    vertical-align: middle;  
}

#awLink .contPad p
{
	padding: 0;	
}

.social
{
	float: left;
	width: 60%;
	box-sizing: border-box; 
	min-height: 20px;
}

footer .social a
{
	margin: 0 15px 0 0;
	color: #ffffff;
}

.social a span.fa
{
	font-size: 180%;
}

#powerAW
{
	float: right;
	width: 40%;
	font-size: .6em;
	box-sizing: border-box; 
	text-align: right;	
	/*sC16*/ color: #ffffff /*eC16*/;
}

#powerAW a 
{
		/*sC16*/ color: #ffffff /*eC16*/;
}
