@charset "utf-8";

@font-face {
	font-family: 'limerick-serial';
	src: url('site-fonts/ufonts.com_limerick-serial-regular_db.eot');
	src: local('limerick-serial'), url('site-fonts/ufonts.com_limerick-serial-regular-db.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_4410">Text with this font applied</p> */
.limerick {
	font-family: 'limerick-serial' !important;
}

#main {
	position:absolute;
	left:50%;
	top:0px;
	z-index:1;
}
#mainH {
	position:absolute;
	left:50%;
	top:0px;
	z-index:1;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'limerick-serial', sans-serif;
}

h1 {
	font-size: 18pt;
}
.headline h1  {
	font-size: 30pt;
}
h2 {
font-size: 16pt;

}
h3 {
font-size: 16pt;
font-weight: 300;
}

ul p {
margin: 0px;
}

.left-menu {
float: left;
margin-right: 20px;
background-color: #eee;
height: 100%;
width: 30%;
font-family: 'limerick-serial', sans-serif;
 }
 
.left-menu h3 {
color: #0c446f;
padding: 15px;
margin: 0px;
background-color:#cccccc; }

.llyd {
padding: 0px 15px 15px 15px;
  }
  
.llyd li {
list-style-type: none;
margin-top: 12px; 
font-weight: 700;
font-size: 125%;
 }

.llyd ul {
margin-top: 10px;
margin-left: -20px;
 }
 
.llyd ul li {
 font-weight: 500;
 font-size: 120%; }
 
/* CSS Left Menu link states */
.llyd li a:link {
text-decoration: none;
color: #0C446F;
opacity: 1.0;
 }
.llyd li a:visited {
color: #0C446F;
opacity: .8;
 }
.llyd li a:hover {
background-color: #e0e0e0;
padding: 1px;
 } 
.llyd li a:active {
background-color: #cccccc;
 } 
 /* END of CSS Left Menu link states */

 
#background {
	background-color: #FFFFFF;
	width: 1024px;
	background-image: url(images/bkgpic.jpg);
	background-repeat: no-repeat;
	background-position: right 48px;
}

#header {
	background-color: #0c446f;
	height: 41px;
	width: 984px;
	border: 20px solid #0C446F;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #FFFFFF;
	font-variant: small-caps;
	text-align: center;
	padding-top: 45px;
}

#pageBackground {
	background-color: #FFFFFF;
	width: 1024px;
	background-image: url(images/page-bkg.png);
	background-repeat: no-repeat;
	background-position: 0px 100px;
}

#background-intro {
	background-color: #FFFFFF;
	width: 1024px;
	background-image: url(images/bkgpic-intro.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 800px;
}
#lefthome {
	margin-top: 12px;
	width: 600px;
	float: left;
}

#panel {
	color: #5980a2;
	text-decoration: none;
	float: left;
	height: 130px;
	width: 580px;
	margin-bottom: 15px;
	margin-right: 30px;
	padding: 5px;
	border-color: #9fb1ca;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.4);
box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.4);
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(210,219,231,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(210,219,231,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(210,219,231,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(210,219,231,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(210,219,231,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(210,219,231,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2dbe7', GradientType=0 );
}
#panel img {
	float: left;
	margin: 5px;
}
#panel p {
    float: right;
    width: 420px;
	margin-top: 5px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 5px;
}
#panel a {
	text-decoration: none;
}
#panel #btn {
font-size: 12px;
width: 220px;
float: right;
margin: 10px;
}
#panel .button a {
color: #ffffff;
}
.promo {
	font-size: 140%;
	width: 560px;
	color: #000000;
	border: 1px solid #9fb1ca;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#leftBanner {
	margin-top: 50px;
	width: 1000px;
	height: 160px;
}
#righthome {
	width: 400px;
}
#topNav {
	position:absolute;
	top:20px;
	width:auto;
	height:26px;
	z-index:2;
	border: 1px solid #bac4d8;
	left: -220px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-image: url(images/topmenu-bkg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: 'limerick-serial', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#topNav a {
	float: left;
	color: #036;
	text-decoration: none;
	}
#topNav a:hover {
	color: #fff;
	}
#topNav img{
	margin-right: 0px;
	margin-left: 0px;
}
#HtopNav {
	position:absolute;
	top:20px;
	width:auto;
	height:26px;
	z-index:2;
	border: 1px solid #bac4d8;
	left: -220px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-image: url(images/topmenu-bkg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: 'limerick-serial', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#HtopNav a {
	float: left;
	color: #036;
	text-decoration: none;
	}
#HtopNav a:hover {
	color: #fff;
	}
#HtopNav img{
	margin-right: 0px;
	margin-left: 0px;
}
#pageNav {
	font-family: 'limerick-serial', sans-serif;
	font-size: 80%;
	text-transform: uppercase;
	color: #003366;
	position:absolute;
	left:-500px;
	top:20px;
	width: 1000px;
	height:26px;
	z-index:2;
	background-image: url(images/topmenu-bkg.png);
	background-repeat: repeat-x;
	border: 1px solid #bac4d8;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#resourceNav {
	font-size: 80%;
	text-transform: uppercase;
	color: #003366;
	position:absolute;
	left: 250px;
	top:20px;
	width: 180px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	height:16px;
	z-index:2;
	background-image: url(images/topmenu-bkg.png);
	background-repeat: repeat-x;
	border: 1px solid #bac4d8;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#onlineDrop {
	position: absolute;
	left: 275px;
	top: auto;
	width: auto;
	height: auto;
	z-index: 2;
	text-align: left;
	visibility: hidden;
}

#topDrop {
	position: absolute;
	top: 47px;
	z-index: 2;
	border: 1px solid #cccccc;
	width: 184px;
}
#aboutDropH {
	position: absolute;
	left: -50px;
	top: auto;
	width: auto;
	height: auto;
	z-index: 2;
	visibility: hidden;
	text-align: left;
}
#prospectiveDropH {
	position: absolute;
	left: 152px;
	top: auto;
	width: auto;
	height: auto;
	z-index: 2;
	text-align: left;
	visibility: hidden;
}
#admissionsDropH {
	position: absolute;
	left: 310px;
	top: auto;
	width: auto;
	height: auto;
	z-index: 2;
	text-align: left;
	visibility: hidden;
}
#programDropH {
	position: absolute;
	left: 48px;
	top: auto;
	width: auto;
	height: auto;
	z-index: 2;
	text-align: left;
	visibility: hidden;
}
#aboutDrop {
	position: absolute;
	left: -400px;
	top: auto;
	width: auto;
	height: auto;
	z-index: 2;
	visibility: hidden;
	text-align: left;
}

#programDrop {
	position: absolute;
	left: -290px;
	top: auto;
	width: auto;
	height: auto;
	z-index: 2;
	text-align: left;
	visibility: hidden;
}
#prospectiveDrop {
	position: absolute;
	left: -180px;
	top: auto;
	width: auto;
	height: auto;
	z-index: 2;
	text-align: left;
	visibility: hidden;
}
#loginDrop {
	position: absolute;
	left: 110px;
	top: 0px;
	width: auto;
	height: auto;
	z-index: 2;
	text-align: left;
	visibility: hidden;
}

#regulationDrop {
	position: absolute;
	left: 200px;
	top: 0px;
	width: auto;
	height: auto;
	z-index: 2;
	text-align: left;
	visibility: hidden;
}

#admissionsDrop {
	position:absolute;
	left:-8px;
	top:0px;
	width:auto;
	height:auto;
	z-index:2;
	text-align: left;
	visibility: hidden;
}

#sublink {
	font-family: "Trebuchet MS";
	font-size: 10px;
	background-image: url(images/drop-bkg.png);
	height: 18px;
	width: 100%;
	color: #003366;
	padding-top: 2px;
	background-repeat: repeat-x;
	text-indent: 4px;
}
#sublink a{
	color: #003366;
	text-decoration: none;
}
#sublink a:hover{
	color: #0099CC;
	text-decoration: none;
}

#across {
	width: 612px;
}
#hometext {
	font-family: "Trebuchet MS";
	color: #333333;
	margin-top: 12px;
	font-size: small;
}

#homelinks {
	width: 300px;
	float: right;
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999;
}
#homelinks ul {
padding-left: 0;
margin-left: 10px;
margin-top: 5px;
margin-bottom: 5px; }

#homelinks li a{
	color: #999;
    padding-left: 0px;
    margin-left: 0px;
	text-decoration: none;
}
#homelinks li a:hover{
	color: #7f625b;
	text-decoration: none;
}

#homelogo {
	float: left;
	width: 240px;
	margin-bottom: 20px;
}

#footer {
	width: 1024px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#footNav {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-transform: uppercase;
	color: #003366;
	width: 1024px;
	text-align: right;
}

#footNav a{
	color: #003366;
	text-decoration: none;
}
#footNav a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#copyright {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
}
#copyright a{
	color: #333333;
	text-decoration: none;
}

#copyright a:hover{
	color: #333333;
	text-decoration: none;
}
#bottomLogos {
	padding: 10px;
	height: ;
	background-color:#FFFFFF;
}
.iectlogo {
	margin-left: 70px;
}

.rbvtbul {
float: right;
}

#page {
	width: 1000px;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}

#page p a:link {
color: #0C446F;
}

#page p a:visited {
color: #0C446F;
}

#page p a:hover {
color: #325185;
}

.coursebox {
	width: 90%;
	text-align: left;
	line-height: 105%;
	float: right;
	background-image: url(images/black-50.png);
	background-repeat:repeat;
	opacity: 75%;
	font-family: "Trebuchet MS";
	font-size: 75%;
	color: #FFFFFF;
	padding: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#coursebox-top {
	margin-top: 560px;
}
#coursebox-two {
	margin-top: 15px;
}

.coursebox h2 {
	font-size: 100%;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.coursebox h3 { 
    font-size: 120%;
	color: #FFF;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
    }

#coursebox ul {
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 8px;
}

#animation {
	margin-top: 12px;
	height: 239px;
	width: 507px;
	overflow: hidden;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.medCap {
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #000000;
}
.medCap a{
	text-decoration: none;
	color: #000000;
}
.medCap a:hover{
	text-decoration: underline;
	color: #000000;
}

.bigCap {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-variant: small-caps;
}
.subheading {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.lgGrey {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999999;
	text-transform: uppercase;
}
.highlight {
	font-size: 20px;
	color: #0C446F;
}

.textLink {
	color: #0C446F;
}
.textLink a{
	color: #0C446F;
	text-decoration: none;
}
.textLink a:hover{
	color: #0099CC;
}

.link {
	color: #0C446F;
}
.link a{
	color: #0C446F;
	text-decoration: underline;
}
.link a:hover{
	color: #0099CC;
	text-decoration: underline;
}
.leftPhoto {
	display: block;
	float: left;
	margin-right: 12px;
	margin-top: 3px;
	margin-bottom: 12px;
}
.rightPhoto {
	display: block;
	float: right;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 12px;
}

.photoLink {
	height: 56px;
	width: 56px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 22px;
}
.photoLink2 {
	height: 240px;
	width: 240px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 30px;
}

.social {
	height: 60px;
	width: 60px;
	margin: 24px;
	border: 0px;
}
.mini-icon {
    float: left;
    width: 45%;
	margin-left: 5%;
    margin-bottom: 10px;
	color: #0C446F;
	text-align: left;
}
.mini-icon img {
    float: left;
	height: 21px;
    margin-right: 10px;
    margin-top: 10px;
}

.icon {
float: left;
	display: block;
	width: 30%;
	height: 90px;
	margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
	color: #0C446F;
	text-align: center;
}
.icon a:link {
	color: #0C446F;
	text-decoration: none;
}
.icon a:visited {
	color: #0C446F;
	text-decoration: none;
}
.icon a:hover {
	color: #325185;
}

.icon .iconb  {
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;	
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
}
.icon .iconw {
	border: 0;
	margin-bottom: 8px;
}

.photoLgLink {
	height: auto;
	width: 110px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.photoLgLink p {
text-align: center;
}
.calendarDay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
}
#dayBox {
	height: 74px;
	width: 63px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 1px;
}
#calendarBorder {
	border: 1px solid #0C446F;
	width: 497px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.sm {
	font-size: 75%;
	color: #666666;
}

.bookCover {
margin: 15px;
float: left; }
    
.bookCover img {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

#list {
	list-style-type: disc;
}
#btn {
	font-weight: bold;
	font-family: Limerick-Regular, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #0C446F;
	padding: 10px;
	width: 355px;
	height: auto;
	border: 1px solid #bac4d8;
	left: 10px;
	-moz-border-radius: 8px;
	border-radius: 8px;
background: #cedce7; /* Old browsers */
	background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
	margin: 20px;
}

#btn a{
	color: #0C446F;
	text-decoration: none;
}
#btn a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.section {
	border-top-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	margin-bottom: 20px;
	padding: 0 12px;
}
.section h3, .section h4, .section p {
text-align: left;
}


#nic2004 {
width: 976px;
padding: 1px 12px 12px 12px;
background-image:url(images/bkg-NIC-2004.jpg);
background-repeat: no-repeat;
}

.hidden { display: none; }
.unhidden { display: block; }

.student-list {
	
}
.studentid {
	float: left;
	width: 260px;
	height: 154px;
	padding: 20px;
	margin: 15px;
	background-image: url(images/student-id-bkg2.png);
	background-repeat: no-repeat;
    background-position: center center;
	font-family: 'limerick-serial', sans-serif;
	font-size: 14px;
	border: 1px solid #cccccc;
}
.studentid a {
	text-decoration: none;
}
.studentid .name {
	float: right;
    align: left;
	margin-top: 3px;
	clear: both;
}
.studentid img {
	float: right;
	margin-right: 4px;
	clear: both;
	border: 0;
    width: 94px;
    height: 124px;
    object-fit: cover;
}
.studentid a {
text-decoration: none;
}
p.clear {
    clear: both;
}
.resume img {
border: 0;
float: left;
margin-right: 20px;
margin-bottom: 20px;
}
.resume .education p {
margin-bottom: 20px;
}
.resume .education img {
margin: 0;
}

#list img {
float: left;
margin-right: 20px;
margin-bottom: 10px;
margin-top: 10px;
border: 1px solid #ccc;
}
#list li{
	margin-left: 330px;	
}
.toc {
margin-left: 30px;
}
.toc-pg::before {
letter-spacing: 1px;
content: "............................................";
margin-left: 2px;
}
.toc-pg {
}
.table-of-contents {
width: 85%
}
.chart {
font-size: 12px;
}
.chart td {
text-align: center;
vertical-align: top;
}
.chart .blue {
background-color: #006699;
color: #fff;
font-weight: 500;
font-size: 120%;
}
.narrow  {
padding-left: 22%;
padding-right: 22%;
text-align: left;
}
.narrowC {
padding-left: 22%;
padding-right: 22%;
text-align: center;
}
.invite {
width: 760px;
margin: 50px 120px 50px 120px;
border: 1px solid #cccccc;
background-color:#FFFFFF;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
}
.invite img {
margin-top: 25px;
}
.invite p {
padding: 0 90px 0 90px;
text-align: center;
}
.invite ul {
padding: 0 80px 0 110px;
text-align: left;
}

.news-box {
width: 80%;
padding: 30px;
border-top:1px solid #0C446F;
border-bottom:1px solid #0C446F;
 }
 
.formblack td {
    padding: 7px;
  }
  
.panel {
	color: #333333;
    font-size: 90%;
	width: 90%;
	padding: 10px;
	border: 1px solid #006699;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
background: #eeeeee;
}
.stack {
margin-left: 7%; 
margin-right: 7%; 
margin-top: 3%;
margin-bottom: 3%;
border: #CCCCCC solid 1px;
padding: 3%;
display: inline-block;}

.stack a li {
float: left;
width: 212px;
height: 70px;
background-color: #4279b5;
border: #006699 solid 1px;
margin: 5px;
padding: 20px;
color: #ffffff;
font-family: 'limerick-serial', sans-serif; 
font-size: 115%;
list-style-type: none;
display: inline-block;
text-align: center;
vertical-align: 50%; 
}
.stack a li {
text-decoration: none; }

 .stack a li:hover {
color: #006699;
background-color: #c9d8e8;
border: #006699 solid 1px;
 }
 
.covid {
width: 100%;
background-color: #f4d9be;
color: #666666; 
padding: 15px; 
border: 2px dashed #999999;
z-index:1;
}
