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

body{
	font: 100% Verdana, Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

a:link {color: #18453b; }
a:visited {color: #00723f; }
a:hover {color: #00723f; }
a:active {color: #18453b; }

/*LAYOUT STYLES*/

div#header{
	
	position: relative;	
}


div#skip  { 
  position:absolute; 
  left:0px; 
  top:-500px; 
  width:1px; 
  height:1px; 
  overflow:hidden;
  } 
div#bodyMain, div#bodyFooter{
	position: relative;
	clear: both;
	overflow:hidden;
	
	}


div.window{
	width: 66em;
	margin: 0 auto 0;
	clear: both;
	overflow:hidden;
}

div#bodyMain{
	margin-top: .25em;
	
	}

div#content {
	float: left;
	width: 100%;
	padding: 0 0 0 0;
	margin-left: 0;
	font-size: .90em;
}



div#banner   {
	margin: 0; 
	padding: 0;
	margin-bottom:0px;
	margin-top:0px;	
	float: left;
	padding: 0;
	width: 100%;
	 }

div#bannerbottom   {
	margin: 0; 
	padding: 0;
	margin-bottom:0px;
	margin-top:0px;	
	float: left;
	padding: 0;
	width: 100%;
	 }



div#pageback{
	margin: 0 auto;
	font-size: 0.72em; 
	text-align: right; 
	float: right;
	width: 95%;
	padding: .25em;
}

div#crumbs{
	margin: 0 auto; 
	float: left;
	width: 95%;
	padding: .25em;
	font-size: .7em;
}

div#lefthome{
	float: left;
	width: 40%;
	padding: .25em;
	margin-right:3px;
	margin-left: 1em;
	font-size: .85em;
}

div#middle {
	float: left;
	width: 100%;
	padding: 0 1em 2em 0em;
	margin-left: 0;
	z-index: 1;
	}

div#lefthome p  {
	background: white;	
}

div#lefthome h3  {
	color: #18453b;	
	line-height: 0pt;
	font-weight: bold;
	font-size: .9em;
	margin-left: 1em;
}

div#righthome{
	float: right;
	width: 40%;
	padding: .25em;
	margin-right:11px;
	font-size: .85em;
	}

div#righthome p  {
	background: white;	
}

div#righthome h3  {
	color: #18453b;	
	line-height: 0pt;
	font-weight: bold;
	font-size: .9em;
}


	
div#fullwidthsecond{
	float: left;
	width: 98%;
	padding: .1em;
	margin-left: 0;
	
	}

div#leftsecond{
	float: left;
	width: 45%;
	padding: .25em;
	margin-right:20px;
}



div#rightsecond{
	float: left;
	width: 45%;
	padding: .25em;
}


div#bodyFooter div.window{
	background: #E4E8DE;
	display: block;
	height: 80px;
	width: 100%;
	z-index: 1;
}
div.footer_logo{
	float: left;
	width: 200px;
	margin: 0 0 0 .5em;
}
div.footer_text{
	float: left;
	font-size: 0.68em;
	color: #686964;
	padding: 0.4em 0 0.4em 0;
	line-height: 1.3em;
}
div.footer_text a{ color: #686964; }
div#utility ul li{ 
	display: inline;
	padding: 0 0.4em 0 0;
	border-right: 1px solid #686964;
}
div#utility ul li.last{
	border-right: none;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*TEXT STYLES*/

h1{
	color: #548654;
	font-weight: bold;
	font-size: 1.2em;
	
}
h2{
	color: #6e344d;
	font-weight: bold;
	font-size: 1em;
	
}
h3{
	color: #6e344d;
	font-weight: bold;
	font-size: .875em;
}
h4{
	color: #000;
	font-size: .85em;
	font-weight: bold;
	
}

a, a:visited{
	color: #00723f;
}
a:hover{
	text-decoration: none;
}

/*NAVIGATION STYLES*/
div#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#navigation ul li a{
	display: block;
	color: #99764b;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.4em 0 0.4em 0;
	text-decoration: none;
}
div#navigation ul li a:hover{
	text-decoration: none;
	color: #99764b;
}
div#navigation ul li ul{
	padding-left: 2em;
		
}
div#navigation ul li ul li a{
	display: block;
	color: #99764B;
	font-size: 0.8em;
	font-weight: normal;
}

/*SPECIAL STYLES*/
.hide{
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}

.image-right{
	position: relative;
	float: right;
	margin: 0 0 1em 1em;
}
.image-left{
	position: relative;
	float: right;
	margin: 0 1em 1em 0em;
}

/*Menu Styles*/

/*CSS Menu Styles*/


#cssmenu ul { margin: 0; padding: 0;}
#cssmenu li { margin: 0; padding: 0;}
#cssmenu a { margin: 0; padding: 0;}
#cssmenu ul { list-style: none;}
#cssmenu a {text-decoration: none;}
#cssmenu {
	height: 35px;
	background-color: rgb(232,217,181);
	box-shadow: 0px 2px 3px rgba(0,0,0,.4);
	z-index: 2;
}


#cssmenu > ul > li {
	float: left;
	margin-left: 28px;
	position: relative;
	z-index: 2;
}

#cssmenu > ul > li > a {
    color: rgb(24,69,59);
    font-family: Verdana, 'Lucida Grande';
    font-size: .8em;
    line-height: 35px;
     padding: 2px 2px;
	z-index: 2;
-webkit-transition: color .15s;
   -moz-transition: color .15s;
     -o-transition: color .15s;
        transition: color .15s;
}

#cssmenu > ul > li > a:hover {color: rgb(124,23,70); }


#cssmenu > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    padding: 8px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
	z-index: 2;
-webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}

#cssmenu > ul > li:hover > ul {
    opacity: 1;
    top: 35px;
    visibility: visible;
	z-index: 2;
}

#cssmenu > ul > li > ul:before{
    content: '';
    display: block;
    border-color: transparent transparent rgb(250,250,250) transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
	z-index: 2;
}

#cssmenu > ul ul > li { position: relative;}

#cssmenu ul ul a{
    color: rgb(50,50,50);
    font-family: Verdana, 'Lucida Grande';
    font-size: .72em;
    background-color: rgb(250,250,250);
    padding: 5px 8px 7px 16px;
    display: block;
	z-index: 2;
-webkit-transition: background-color .1s;
   -moz-transition: background-color .1s;
     -o-transition: background-color .1s;
        transition: background-color .1s;
}

#cssmenu ul ul a:hover {background-color: rgb(240,240,240);}


#cssmenu ul ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -16px;
    left: 206px;
    padding: 16px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;
    width: 160px;
	z-index: 2;
-webkit-transition: all .3s;
   -moz-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}


#cssmenu ul ul > li:hover > ul { opacity: 1; left: 196px; visibility: visible;}


#cssmenu ul ul a:hover{
    background-color: rgb(24,69,59);
    color: rgb(240,240,240);
}

/*Simplenav Menu Styles*/

#simplenav > a 
	{color: #18453b;
	font-family: Verdana, 'Lucida Grande';
	font-size: .75em;
	z-index:1;
		}



/*Right side quicklinks */


#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 220px; /* top and bottom padding create visual space within this div  */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: auto;
	white-space: nowrap;
	font-size: .80em;
	

}
#sidebar2 h3 > p 
	{margin-left: 10px; 
	margin-right: 10px;
	}
#contentQL {
	margin: 0 230px 0 0; 
	background-color: #FFFFFF;
	font-size: .80em;
	padding-top: 10px;
}


/*ee shortcuts styles*/
#employeeshortcuts {
	
	padding-top:.2em;
	margin-top:0;
	width:100%;
	margin-left:230px;
	
}




#content .employeeshortcuts h3 {
	font-size:.8em;
	color: #990000;
	float:left;
	font-weight:normal;
}
#content .employeeshortcuts-image {
	/*width:30%;*/
	float:left;
	margin-left:.25em;
	}
#content .employeeshortcuts-text {
	/*width:67%;*/
	float:left;
	margin-left:10px;
	}
#content .employeeshortcuts-text * {
	margin-top:0;
	padding-top:0;
	}
#content .employeeshortcuts .readmore a {
	float: right;
	color: #990000;
	padding-bottom: 20px;
	}
#content .employeeshortcuts .readmore a:hover {
	color: #990000;
	text-decoration: underline;
	}	
#content .employeeshortcuts ul {
	padding:0 0 0 12px;
	list-style:	none;
	text-transform:none;
	}
#content .employeeshortcuts li {
	margin: 0;
	display:inline;	/* resolve IE extra spacing */
	}
#content .employeeshortcuts ul a { 
/*	padding: .1em 1.5em .1em .5em;
*/	text-decoration:none;	
	display: block;
	color:#666;
	}
#content .employeeshortcuts a:focus, #content .employeeshortcuts a:hover, #content .employeeshortcuts a:active {
	color:#990000;
	text-decoration:underline;
	}	
	
/* --- Home employeeshortcutsd items LEFT ----*/
#content .employeeshortcutsL {
	/*border-top:1px solid #CCC;*/	
	padding-top:1em;
	overflow:hidden;
	width: 42%;
	float: left;
	margin-top: 20px;
}
#content .employeeshortcutsL h3 {
	font-size:16px;
	color: #990000;
	float:left;
	font-weight: normal;
}
#content .employeeshortcuts-imageleft {
	/*width:30%;*/
	float:left;
	margin-left: 0;
	}
#content .employeeshortcutsl img {
	border: 1px solid #CCCCCC;
    margin: 0 5px 15px 0px;
    padding: 5px;
}
#content .employeeshortcuts-textleft {
	/*width:67%;*/
	float:left;
	margin-left:6px;
	}
#content .employeeshortcuts-textleft * {
	margin-top:0;
	padding-top:0;
	}
	

#content .employeeshortcutsl ul {
	/*font-size:1.3em;*/
	/*margin-top: -12px;*/
	padding:0 0 0 12px;
	list-style:	none;
	text-transform:none;
	}
#content .employeeshortcutsl li {
	margin: 0;
	display:inline;	/* resolve IE extra spacing */
	}
#content .employeeshortcutsl ul a { 
/*	padding: .1em 1.5em .1em .5em;
*/	text-decoration:none;	
	display: block;
	color:#666;
	}
#content .employeeshortcutsl a:focus, #content .employeeshortcutsl a:hover, #content .employeeshortcutsl a:active {
	color:#990000;
	text-decoration:underline;
	}	

/********Featured Right **********/
#content .employeeshortcutsr {
	/*border-top:1px solid #CCC;*/	
	padding-top:1em;
	margin-top:20px;
	margin-left: 30px;
	overflow:hidden;
	width: 42%;
	float: left;
}
#content .employeeshortcutsr h3 {
	font-size:16px;
	color: #990000;
	float:left;
	font-weight: normal;
}
#content .employeeshortcuts-imageright {
	/*width:30%;*/
	float:left;
	margin-left: 0;
	}
#content .employeeshortcutsr img {
	border: 1px solid #CCCCCC;
    margin: 0 5px 15px 0px;
    padding: 5px;
}
#content .employeeshortcuts-textright {
	/*width:67%;*/
	float:left;
	margin-left:6px;
	}
#content .employeeshortcuts-textright * {
	margin-top:0;
	padding-top:0;
	}


#content .employeeshortcutsr ul {
	/*font-size:1.3em;*/
	/*margin-top: -12px;*/
	padding:0 0 0 12px;
	list-style:	none;
	text-transform:none;
	}
#content .employeeshortcutsr li {
	margin: 0;
	display:inline;	/* resolve IE extra spacing */
	}
#content .employeeshortcutsr ul a { 
/*	padding: .1em 1.5em .1em .5em;
*/	text-decoration:none;	
	display: block;
	color:#666;
	}
#content .employeeshortcutsr a:focus, #content .employeeshortcutsr a:hover, #content .employeeshortcutsr a:active {
	color:#990000;
	text-decoration:underline;
	}	

/* MSU footer */

.MSUwrapper{ width: 100%; max-width: 1056px; min-width: 1056px; margin: 0 auto; clear: both;}


/* #MSU Footer 
================================================== */
#MSUstandardFooter {
	height: 170px;
	font-family: 100% Verdana, Verdana, Arial, Helvetica, sans-serif;
}

#MSUstandardFooter .wordmark {
	width: 221px;
	float: left;
	position: relative;
	margin-right: 18px;
}


#MSUstandardFooter .wordmark img {
	width: 221px;
	margin-top: 13px;
}

#MSUstandardFooter .footerlinksection {   
	width: 700px;
	float: left;
	position: relative; 
	margin: 5px 0px 0px 0px;

}



#MSUstandardFooter #standard-footer-site-links ul {
	margin: 0px;
	padding: 0px;
	height: 26px;
	border-bottom: 1px dotted #808080;
	float: left;
	clear: right;
}

#MSUstandardFooter #standard-footer-site-links ul li {
	display: inline-block;
	padding-left: 4px;
	font-size: .8em;
}

#MSUstandardFooter #standard-footer-site-links ul li:first-child {
	padding: 0px;
}

#MSUstandardFooter #standard-footer-site-links ul li:nth-child(2) a {
	padding: 0px 8px 0px 8px;
	
}

#MSUstandardFooter #standard-footer-site-links ul li:last-child a {
	border-right: none;
}

#MSUstandardFooter #standard-footer-site-links ul li a {
	text-decoration: none;
	padding-right: 8px;
	
}

#MSUstandardFooter #standard-footer-site-links ul li a:hover {
	text-decoration: underline;
}

#MSUstandardFooter.light-background #standard-footer-site-links {
	color: #18453b;
}

#MSUstandardFooter.light-background #standard-footer-site-links a {
	color: #18453b;
	border-right: 1px solid #18453b;
}

#MSUstandardFooter.light-background #standard-footer-site-links ul li:nth-child(2) a {
	border-left: 1px solid #18354b;
}

#MSUstandardFooter.dark-background #standard-footer-site-links{
	color: #fff;
}


#MSUstandardFooter.dark-background #standard-footer-site-links ul li:nth-child(2) a {
	border-left: 1px solid #737373;
}

#MSUstandardFooter.dark-background #standard-footer-site-links a {
	color: #fff;
	border-right: 1px solid #737373;
}






#MSUstandardFooter #standard-footer-MSU-info {
	font-size: 9px;
	margin-top: -2px;
	padding-top: 4px;
	float: left;
	clear: right;
}

#MSUstandardFooter #standard-footer-MSU-info ul {
	margin: 0px;
	padding: 0px;
	height: 16px;
}

#MSUstandardFooter #standard-footer-MSU-info ul li {
	margin-bottom: 0px;
	line-height: 10px;
	display: inline;
	border-right: 1px solid #999;
	padding: 0px 8px 0px 4px;
}

#MSUstandardFooter #standard-footer-MSU-info ul li.spartans-will {
	text-transform: uppercase;
	font-weight: 600;
}



#MSUstandardFooter #standard-footer-MSU-info ul li:first-child {
	padding-left: 0px;
}

#MSUstandardFooter #standard-footer-MSU-info ul li:last-child {
	border-right: 0px;
}	

#MSUstandardFooter #standard-footer-MSU-info ul li a {
	text-decoration: none;
}

#MSUstandardFooter #standard-footer-MSU-info ul li a:hover {
	text-decoration: underline;
}

#MSUstandardFooter.light-background #standard-footer-MSU-info{
	color: #18453b;
}
#MSUstandardFooter.light-background #standard-footer-MSU-info a, #MSUstandardFooter.light-background #standard-footer-MSU-info .msu-phone {
	color: #4c7e00;
}


#MSUstandardFooter.dark-background #standard-footer-MSU-info{
	color: #fff;
}

#MSUstandardFooter.dark-background #standard-footer-MSU-info a, #MSUstandardFooter.dark-background #standard-footer-MSU-info .msu-phone {
	color: #84d123;
}







#standard-footer-MSU-wordmark img.print-msuwordmark {
	display: none;
}




/* #Print Styles
================================================== */
@media print {

	#MSUmasthead img.print-msugraphic, #standard-footer-MSU-wordmark img.print-msuwordmark {
		display: block;
	}

	#MSUmasthead img.screen-msugraphic, #standard-footer-MSU-wordmark img.screen-msuwordmark {
		display: none;
	}

	#MSUSearchTool #search-tool-box{

		margin-right: 12px;
	}

}
