  	@charset "utf-8";
/* CSS Document */

/*  General Styles  */
html {font-weight: normal;
	font-family: "myriad-pro",sans-serif;
	color: #333;
}

html { overflow-y:scroll; height: 100%; }

body {	
	padding: 0px;
	margin: 0px;
	height: 100%;
	
}

a img {
	border: none;
}

.clear {
	clear: both;
}

h1, h2, h3 {
	font-family: museo-slab,serif;
}

a{
	text-decoration: none;
}

p a {
	color: #61b3e7;
}

p a:hover {
	text-decoration: underline;
}

.hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
   }


/*  Homepage Header  */

#headerbg {
	min-width: 1000px;
	min-height: 115px;

}

.header_wrapper {
	margin: 0 auto;
	width: 982px;
	
	
}



.wholepagewrapper {
	
	margin: 0 auto;
	width: 1022px;
	}

.mainbodywrapper {
	margin: 0 auto;
	width: 941px;
	padding: 0;
	padding-top: 15px;
	
	
}

#headertophits {
	float: right;
	margin-right: 10px;
	color: white;
	margin-top: 31px;	
}

#headertophits a, #headertophits a:visited{
	color: white;	
	font-size: 14px;
}

#headertophits ul {
	list-style: none;
}

#headertophits ul li {
	display: block;
	float: left;
	padding-right: 10px;	
	padding-left: 10px;
	border-right: 1px white dotted;
}

#headertophits ul li.last{
	border: none;
}

/* Top Navigation */
#search {
	width: 200px;
	height: 23px;
	background: transparent url(https://www.eiu.edu/images12/search_bg.png) left top no-repeat;
	display: block;
	float: right;
	margin-top: 15px;
	margin-right: 14px;
	
}

#search fieldset {
	border:none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
	
}

#search input#q {
	background-color: #e7e7e8;
	border: none;
	outline: none;
	display: block;
	float: left;
	font-size: 11px;
	width:160px;
	margin-top: 4px;
	margin-left: 2px;
	
}

#search input#go {
	cursor: pointer;
	background: transparent url(https://www.eiu.edu/images12/search_button.png) left top no-repeat;
	width: 28px;
	height: 23px;
	border: none;
	vertical-align: top;
	float: left;
}

#topnav {
	
	margin-top: 25px;
	width: 982px;
	background-color: black;
	height: 55px;
	
}





/* Some fun things (js) to get everything to work and be accessible.  Should work without javascript being turned on.  */

ul.eiumega li a{
	display: block;
	float: left;
	/*width: 100%;*/	
	margin: 0 auto;
	padding-top: 19px;
	height: 36px;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 18px;
	padding-right: 18px;	
}

.js ul.eiumega li a {
	width: 100%;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;
}

ul.eiumega li a.selected {
	color: #258fc9 !important;
}

ul.eiumega {
  	height: 40px;
	float: left;
	width:740px;
	list-style: none;
	padding: 0;
	margin: 0;
 
}

.js ul.eiumega li {
  padding-left: 14px;
	padding-right: 14px;
	
}

.js ul.eiumega {
	 display: none;
}

ul.eiumega li.mm-item {
}



ul.eiumega li:hover {
  cursor: pointer;
}

ul.eiumega li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

ul.eiumega a.mm-item-link:link, ul.eiumega a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  z-index: 10;
  width: 100%;
  

}
/*
*html ul.eiumega a.mm-item-link:link, *html ul.eiumega a.mm-item-link:visited {
  border-color: pink;
  filter: chroma(color=pink);
}
*/ 
ul.eiumega a.mm-item-link-hover:link, ul.eiumega a.mm-item-link-hover:visited {
  color: #258fc9;
  background: black url(https://www.eiu.edu/images12/menu_arrow.gif) center bottom no-repeat;
  

}

ul.eiumega div.mm-item-content {
  color: white;
  padding: 0px;
  position: absolute;
  z-index: 9;
  cursor: default;
}

.mm-content-base {
  
  position: relative;
  z-index: 11;
  padding: 10px;
}
.mm-js-shadow {
  background: none;
  position: absolute;
  z-index: 10;
}

.megabox {
 	display:none;
	margin-left: -15px;
	
	background-color: #258fc9;
	margin-top: 1px;
	min-height: 200px;
	background: #808080 url(https://www.eiu.edu/images12/menu_bg.jpg) left bottom repeat-x;
	padding: 0;
	outline: none;
}

.js .megabox {
	display: block;
}

.megabox ul {
	width: 300px;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
	/*border-right: 1px solid white;*/
	
	font-family: "myriad-pro",sans-serif;
	margin-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	display: block;
	float: left;
	
}

.megabox ul li{
	
	height: inherit;
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: 100;

}

.megabox ul li a {
	float: none;
	display: inline;
	text-transform: none;
	font-size: 13px;
	font-weight: 100;
	padding: 0px;
	width: inherit;
	
	
}

.megabox ul li a:hover {
	text-decoration: underline;
}

.megamenuright {
	float: left;
	width: 220px;
	padding-left: 20px;
	border-left: 1px solid white;
	margin-top: 15px;
}

.megamenuright p{
	font-size: 13px;
	margin-top: 0;
	padding-top: 0;
}

.megamenuright h3 {
	margin-bottom: 0;
	padding-bottom: 5px;
	font-weight: normal;
}

.megamenuright p a {
	display: inline !important;
	color: #1d81ce !important;
	float: none !important;
	font-weight: bold;
	text-transform: none !important;
}
.admissions_box ul{
	border-right: none;
	height: 100%;
}

.admission_types {
	width: 320px;
	float: left;
	display: block;
	height: 100%;
	margin-top: 20px;
	 
}

.admission_types h3{
	margin: 0;
	padding: 0;
	font-size: 16px;
	width: 290px;
	text-align: center;
}

.admission_types ul li {
	width: 240px;
	background-color: #00acef;
	height: 10px;
	text-align: center;
	margin-bottom: 16px;
	padding-top: 6px;
	padding-bottom: 14px;
	font-size: 14px;
	border-radius: 15px;
}

.admission_types ul li a {
	font-size: 14px;
}

.admission_types ul li:hover {
	background-color: #3a3a3a;
	
}

.admissions_box {
	margin-left: 147px;
	width: 890px;
}

.megamyeiu {
	display: block;
	float: left;
	width: 230px;
}

.megamyeiu p{
	font-size: 12px;
	margin-top: 35px;
	display: block;
	float: left;
}

.megamyeiu p a{
	display: inline !important;
	float: none !important;
	text-transform: none !important;
	font-size: 12px !important;
	text-decoration: underline;
}

.academics_box {
	width: 250px;
}

.staff_box {
	width: 300px;
	
}

.students_box {
	width:600px;
	margin-left: 80px;	
}

.campus_box {
	width: 600px;
	margin-left: 240px;
}

.alumni_box {	
	width: 240px;
	margin-left: 60px;
	
}

.alumni_box ul {
	border: none;
	margin-bottom: 15px;
}




/*Homepage Rotation */

#rotate {
	clear: both;
	position: relative;
	height:535px;
	background: white url(https://www.eiu.edu/images12/loading.gif) center center no-repeat;
}

#rotate .slide {
	width:982px;
	height:535px;
	
}

.slides_container {
	width:982px;
	height:535px;
	overflow:hidden;
	position:relative;
	display:none;
}

.prev {
	position: absolute;
	top:225px;
	left: 10px;
	display: none;
	z-index: 10000;
	width: 40px;
	height: 40px;
}

.next {
	position: absolute;
	top:225px;
	right: 10px;
	z-index: 10000;
	display: none;
	width: 40px;
	height: 40px;
}

.pagination {
	margin:26px auto 0;
	width:200px;
	position: absolute;
	top: 457px;
	left: 5px;
	z-index: 1000000000;
	
}

.pagination li {
	float:left;
	margin:0;
	list-style:none;
	
}

.pagination li a {
	display:block;
	width:33px;
	height:0;
	padding-top:25px;
	background-image:url(https://www.eiu.edu/images12/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	
}

.pagination li.current a {
	background-position:0 -25px;
}


/*Second Page Rotations */

#secondrotate {
	clear: both;
	position: relative;
	background: white url(https://www.eiu.edu/images12/loading.gif) center center no-repeat;
}

#secondrotate .slide {
	
	height:330px;
	width: 0 auto;
	
}

#secondrotate .caption {
	z-index:500;
	position:absolute;
	bottom:0px;
	left:0;
	padding:10px 20px 10px 20px;
	background:#000;
	background:rgba(0,0,0,.8);
	width:901px;
	font-size:14px;
	line-height:22px;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;

}

/*Second Page Rotations */

#secondrotate {
	clear: both;
	position: relative;
	background: white url(https://www.eiu.edu/images12/loading.gif) center center no-repeat;
	width: 942px;
	
}

#secondrotate .slides_container .slide {	
	height:330px;
	width: 941px;	
	margin: 0 auto;
}

#secondrotate .slides_container {
	width: 941px;	
	height:330px;
	overflow:hidden;
	position:relative;
	display:none;
	margin: 0 auto;
	
}

#secondrotate .pagination {
	margin:26px auto 0;
	width:100px;
	position: absolute;
	top: 372px;
	left: 20px;
	z-index: 10000;
	
}

#secondrotate .pagination li {
	float:left;
	margin:0;
	list-style:none;
	
}

#secondrotate .pagination li a {
	display:block;
	width:33px;
	height:0;
	padding-top:25px;
	background-image:url(https://www.eiu.edu/images12/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	
}

#secondrotate .pagination li.current a {
	background-position:0 -25px;
}



/* Main Section */

.mainsection {
	background: transparent url(https://www.eiu.edu/images12/main_bg_big.png) left top no-repeat;
	
	width: 1022px;
	margin: 0 auto;
	
	min-height: 870px;
}

.mainsection a{
	color: #61B3E7;
}

.largerotator {
	margin-top: -212px;
}

.mediumrotator {
	margin-top: -108px;
	padding-top: 90px;
}

.norotator {
		
}

#whyeiu {
	
	margin: 0 auto;
	width: 700px;
	font-family: "myriad-pro",sans-serif;
	color: #1d1d1d;
	text-align: center;
	font-size: 19px;
	line-height: 22px;
	font-weight: 500;
	
	
}

.whylead {
	color: #6f6f6f;	
}

.applynow {
	position: absolute;
	top: 426px;
	left:360px;
	z-index: 1011101010;
	padding: 0;
	margin: 0;
}

.applynow2 {
	position: absolute;
	top: 445px;
	left:492px;
	z-index: 1011101010;
	padding: 0;
	margin: 0;
}

.visitnow {
	position: absolute;
	top: 445px;
	left:360px;
	z-index: 1011101010;
}

#shadow {
	background: transparent url(https://www.eiu.edu/images12/shadow_seperator.jpg) left top no-repeat;
	width: 982px;
	margin: 0 auto;
	height: 31px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;
	
}

.mainbodywrapper #shadow {
	width: 941px;
	background: transparent url(https://www.eiu.edu/images12/shadow_shorter.jpg) left top no-repeat;
	margin: 0 auto;
	height: 20px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;
}

#homepageleft {
	float: left;
	width: 606px;
	padding-left: 35px;
	padding-right: 7px;
	border-right: 1px solid grey;
}

#homepageright {
	float: left;
	width: 275px;
	padding-left: 21px;
	padding-right: 15px;	
}

.featurestory {
	background: transparent url(https://www.eiu.edu/images12/story_bg.png) left top no-repeat;
	width: 275px;
	height: 308px;
	display: block;
	float: left;
	padding-left:23px;	
	position: relative;
}

.mainbodywrapper .featurestory {
	margin-left:13px;
}

.featurestory img {	
	margin-top: 13px;
}

.featurestory p {
	color: #333;
	font-size: 14px;
	width: 243px;
	display: block;
	float: left;
	line-height: 20px;
	font-weight: 400;
}

.featurestory h3 {
	padding:11px 0 15px 0px;
	margin:0;
	color: #373737;
	font-size: 15px;	
}

.featurestory .morebutton {
	background-color: #00acef;
	width: 246px;
	height: 20px;
	display: block;
	color: white;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 8px;
	border-radius: 15px;
	position: absolute;
	top: 230px;
	left: 20px;
}

.featurestory .morebutton:hover {
	background-color: #3a3a3a;
	
}

.featurestory ul {
	font-size: 14px;
	clear: both;
	color: #454545;
	padding-left: 20px;
	padding-right: 20px;
	
}

.featurestory ul li a {
	color: #61b3e7;
	font-weight: 400;
	
}

.featurestory ul li {
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

.featurestory ul li a:hover {
	text-decoration: underline;
}

.secondstory {
	margin-left: 10px;
}



.eiutoday {
	background: transparent url(https://www.eiu.edu/images12/eiu_today.png) left top no-repeat;
	margin-top: 0px;
	color: #d8d8d8;
	height: 96px;
	width: 235px;
	margin-left: 5px;
}

.eiutoday_facebook {
	background: transparent url(https://www.eiu.edu/images12/facebook_icon.jpg) left top no-repeat;
	padding-left: 55px;
	margin-left: 2px;
	margin-bottom: 20px;
}

.eiutoday_news {
	background: transparent url(https://www.eiu.edu/images12/news_icon.jpg) left top no-repeat;
	padding-left: 55px;
	margin-left: 2px;
	margin-bottom: 20px;
}

.eiutoday_twitter {
	background: transparent url(https://www.eiu.edu/images12/twitter_icon.jpg) left top no-repeat;
	padding-left: 55px;
	margin-left: 2px;
	margin-bottom: 20px;
}

.eiutoday_flickr {
	background: transparent url(https://www.eiu.edu/images12/social/flickr_icon.png) left top no-repeat;
	padding-left: 55px;
	margin-left: 2px;
	margin-bottom: 20px;
}

.eiutoday_instagram {
	background: transparent url(https://www.eiu.edu/images12/social/instagram_icon.png) left top no-repeat;
	padding-left: 55px;
	margin-left: 2px;
	margin-bottom: 20px;
}

#homepageright p {
	font-size: 13px;
	line-height: 18px;
}

#homepageright img {
	margin-left: 55px;
}

/*Homepage Calendar */

.events {
	color: #25aae1;
	font-weight: normal;
	margin-left: 2px;
	padding-top: 20px;
	clear: both;
}

.calicon {
	display: block;
	float: left;
	width: 40px;
	margin-left: 3px;
	position: relative;
	clear: both;
	margin-bottom: 15px;
}

.calicon_box {
	display: block;
	float: left;
	width: 40px;
	margin-left: 3px;
	position: relative;
	clear: both;
	margin-bottom: 10px;
}

.orangeicon {
	background: transparent url(https://www.eiu.edu/images12/cal_orange.jpg) left top no-repeat;
	height: 55px;
	width: 39px;
}

.bloggericon {
	background: transparent url(http://www.eiu.edu/images12/blogger_icon.png) left top no-repeat;
	height: 55px;
	width: 41px;
}

.blueicon {
	background: transparent url(https://www.eiu.edu/images12/cal_blue.jpg) left top no-repeat;
	height: 55px;
	width: 39px;
}

.greenicon {
	background: transparent url(https://www.eiu.edu/images12/cal_green.jpg) left top no-repeat;
	height: 55px;
	width: 39px;
}

.month {
	display: block;
	color: white;
	font-family: "myriad-pro",sans-serif;
	font-size: 12px;
	font-weight: bold;
	width:39px;
	text-align: center;
}

.day {
	top:14px;
	left:8px;
	color: black;
	position: absolute;
	font-family: "myriad-pro",sans-serif;
	font-size: 22px;
	font-weight: 900;
	color: #545454;
}

.calinfo {
	display: block;
	float: left;
	width: 240px;
	margin-left: 8px;

}

.calinfo h3, .calinfo p{
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 14px;
	font-family: "myriad-pro",sans-serif;
}

.calinfo h3 a {
	color: #333;
	text-decoration: none;
}

.left {
	width: 50%;
	display: block;
	float: left;
}

.right {
	width: 49%;
	display: block;
	float: left;
	margin-left: 1%;
}

#greyspacer {
	clear: both;
	background-color: #9a9a9a;
	width:100%;
	height: 40px;	
}

#whitespacer {
	clear: both;
	
	width:100%;
	height: 30px;	
}

#footer {
	clear: both;
	background-color: #151515;
	width:100%;
	height: 200px;
	min-width: 1022px;
}

#semibread {
	background-color: #61b3e7;
	width: 926px;
	height: 35px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-family: museo-slab,serif;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 15px;
	font-size: 30px;
}

#semibread .topbread {
	color: #aad3ed;
	display: inline;
}

#semibread h1 {
	font-size: 30px;
	color: white;
	display: inline;
	font-weight: 400;
}

#lefthandmenu {
	width: 235px;
	display: block;
	float: left;
	margin-left: 20px;
	/*border-bottom: 1px dotted black;*/
}

#lefthandmenu h2, #lefthandmenu h2 a {
	font-weight: bold;
	font-size: 15px;
	color: #2c2c2c;
	margin: 0;
	padding: 0;
	font-family: "myriad-pro",sans-serif;
	border-top: 1px dotted black;
	padding: 10px 0;
	clear: both;
	padding: 8px 0px;
}

#lefthandmenu p {
	margin-top: 2px;
	padding-top: 0;
	color: #787878;
	
	font-size: 13px;
}

#lefthandmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 10px;
	
}

#lefthandmenu ul li {
	margin: 4px 0;
}
#lefthandmenu ul li.first {
	margin-top: 0px;
}

#lefthandmenu h2 a{
	display: block;
	width: auto;
	float: left;
	border: none;
}

#lefthandmenu h2 {
	clear: both;
	padding: 5px 0px;
}

#lefthandmenu ul {
	clear: both;
}

#lefthandmenu h2.first,  #lefthandmenu h2.first a{
	border-top: none;
}

.js .subleftmenu {display: none;}


#lefthandmenu ul li a{
	color: #787878;
}

#lefthandmenu ul li a:hover{
	color: #00acef;
}

#lefthandmenu ul:focus, #lefthandmenu h2 a:focus{
	outline: none;
}

#righthandcontent {
	width: 645px;
	margin-left: 40px;
	float: left;
	display: block;
}

#righthandcontent h2 {
	margin: 0;
	padding: 0;
}

#righthandcontent p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}


.graybg {
	background-color: #efefef;
}

.atoz {
	width: 631px;
	padding:6px;
	
}

.atoz ul {
	color: #4b4b4b;
	font-size: 14px;
}

.atoz ul li {
margin-top: 5px;
}

.atoz ul li a{
	color: #4b4b4b;
}

.atoz ul li a:hover {
	color: #61b3e7;
}

.atozbox {
	
	margin-bottom: 10px;
	padding-left: 4px;
	padding-top: 2px;
	margin-top: 5px;
}

.atozbox a, .atozbox a:visited {
	color: #61b3e7;
}

.boldtext {
	font-weight: bold;
}

.moreinfobox{
	width: 910px;
	background-color: #e5e5e5;
	color: #252424;
	
	padding-top: 20px;
	margin: 0 auto;
	font-size: 14px;
}

.moreinfobox h2 {
	margin: 0;
	padding: 0;
}

.moreinfobox ul {
	color: #252424;
	padding-left:0;
	margin-left: 22px;
	margin-top: 3px;
	padding-top: 0;
	font-size: 14px;
	
	
	
}

.moreinfobox ul li {
	padding-left: 0;
	margin-left: 0px;
	margin-top: 2px;
		
}

.moreinfobox ul li a {
	color: #252424;
	font-size: 13px;
	
}

.moreinfobox ul li a:hover {
	text-decoration: underline;
}

.leftlist {
	width: 250px;
	float: left;
	display: block;
	margin-left: 50px;
}

#search-results {
	float: left;
	width: 625px;
	display: block;
	padding-left: 15px;
	height: 100%;
	
}

#directory-results {
	float: left;
	width: 280px;
	display: block;
	padding-left: 20px;
	font-size: 14px;
	
}

#directory-results a {
	color: #252424;
}

#directory ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.rightdirname {
	font-weight: bold;
	color: #252424;
	font-size: 18px;
}

.footershadow {
	display: block;
	margin: 0 auto;
	width: 934px;
	background: transparent url(https://www.eiu.edu/images12/shadow_footer.png) left top no-repeat;
	height: 28px;
	padding-bottom: 15px;
}
.footerwrapper {
	margin: 0 auto;
	width: 981px;
	padding: 0;
	padding-top: 20px;
}

#footersocial {
	margin-top: 20px;
	float:right;
	margin-left: 100px;
}

#footersocial img {
	margin-right: 8px;
}

#leftfooter {
	float: left;
	display: block;
	width: 340px;
}

#rightfooter {
	float: left;
	display: block;
	width: 600px;
	color: white;
	font-style: normal;
	margin-left: 35px;
	margin-top: 34px;
	font-size: 16px;
	font-weight:100;
}

#rightfooter a {
	color: white;
}

#rightfooter a:hover {
	text-decoration: underline;
}

.moreinfofooter {
	display: block;
	color: #a8a8a8;
	font-size: 13px;
	font-style: normal;
	margin-top: 15px;
}

.moreinfofooter a {
	color: #a8a8a8;
}

.moreinfofooter a:hover {
	text-decoration: underline;
}

.footermand {
	color: #d2d2d2;
	font-size: 10px;
	margin-top: 20px;
	display: block;
	font-style: normal;
}

.smallspacer {
	
	height: 5px;
}

.mediumspacer {
	
	height: 10px;
}

.largespacer {
	
	height: 15px;
}

.errorbox{width: 625px;
	display: block;
	padding: 10px;
	background-color: #FFE7E4;
	border:2px solid #CC0000;
	color: #000000;
	
}

.goodtable td {
padding: 8px 4px;
text-align:left;
border-right: 1px #ffffff solid;
}
#righthandcontent .greybgtable {
background-color: #dddddd;
}
.goodtable thead tr {
color: #ffffff;
background-color: #3e3e3e;
padding: 8px 4px;
}
.goodtable th {
padding: 8px 4px;
border-right: 1px #ffffff solid;
}


ul.eiuou li a{
	display: block;
	float: left;
	margin: 0 auto;
	padding-top: 19px;
	height: 36px;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 18px;
	padding-right: 18px;	
}


ul.eiuou {
  	height: 40px;
	float: left;
	width:740px;
	list-style: none;
	padding: 0;
	margin: 0;
 
}

.alert{
	width: 920px;
	display: block;
	padding: 10px;
	font-size: 13px;
	margin: 0 auto;
	background: #e7edff;
	
}

.greenalert{
	border: 1px solid #999;
	color: black;
	text-align: center;
}

.orangealert {
	
}

.redalert {
	border: 1px solid #d00000;
	color: black;
}

.weather h2{
	background: #4fa50a url(https://www.eiu.edu/images08/homepage/snow.jpg) 4px 3px no-repeat;
	color: white;
	 
}

.greenalert h2{
	background: #4fa50a 4px 3px no-repeat;
	color: white;
	padding-left: 10px;
	 
}

.cancelclass h2{
	background: #d00000 url(https://www.eiu.edu/images08/homepage/snowcancelred.jpg)  no-repeat;
	color: white;
	font-family: Arial;
	font-weight: bold;
}

.alert h2{
	display: block;
	font-weight: normal; 
	font-variant: small-caps; 
	font-size: 18px; 
	padding: 5px 10px 5px 35px;
	margin:-10px -10px 5px -10px;
}


/*FOR EXPANDABLE MENUS */
.closed{
	background: transparent url('https://www.eiu.edu/images12/menu/arrows.jpg') -12px top no-repeat;
	width:12px;
	height: 11px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-left: 5px;		
}

.open{
	background: transparent url('https://www.eiu.edu/images12/menu/arrows.jpg') left top no-repeat;
	width:12px;
	height: 11px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-left: 5px;		
}