﻿@charset "UTF-8";
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

body {
	
	margin:0 auto;
	padding:0;
	}


#intro {
	background-image: url(../images/topbar02.jpg);
	background-color: #14267F;
	background-repeat: no-repeat;
	display: block;
	height: 70px;
}
	
#homelink a {
	width: 199px;
	height: 68px;
	text-decoration: none;
	position: fixed;
	left: 0px;
	top: 0px;
	}
	#homelink a i {
	visibility: hidden;
}
#musicHome {
	
	float: left;
	/*background-color: #e0e0e1;*/
	width: 10.8em;
	height: 5.1em;
	/*  background-image: url('../images/DepartmentOfMusicMobile.png');
	background-position: bottom;
	background-repeat: repeat-x;*/
	
}
#musicHome img {
	padding-left:1em;
	padding-top:1em;
}

#musicHome a {
	text-decoration: none;
	width: 200px;
	height: 100px;
}
#musicHome a i {
	visibility: hidden;
}
#pageHeader {
	float:left;
	color: #3393f7; 
	background-image: url('../images/topDrop.png');
	background-repeat: repeat-x;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/*padding-left: 0px;*/
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	height: 5em;
	width: 100%;
	line-height: 3em;
	background-color: #FFF4DD;
}
	
	
#pageHeader h1 {
color: #3393f7;
font-family: Arial, Helvetica, sans-serif;
font-size: 3em;
vertical-align: top;
padding-left:4.35em;
}

#pageHeader ul {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: -30px;
}

#pageHeader ul li{
	display: inline;
	color: #FFF;
	/* padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0; */
	
}

#pageHeader ul li a{
	color: #111;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	height: 2em;
	line-height: 2em;
	background-color: #069;
	text-align: center;
}

#pageHeader ul li a:hover{
text-decoration:none;
background: #dcab40;
}



#container {
	width: 100%;
	/*	max-width:480px;
	min-width:320px; */
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	background-image: url(../images/leftNavBacMobile01.gif);
	background-repeat: repeat-y;
	background-position: -15px 0px;
}


#wrapper {
	background-image: url('../images/rightNavBacMobile01.png');
	background-repeat: repeat-y;
	background-position: right;
}	

#wrapperHomePage {
	background-image: url(../images/rightHomePageFeatureBac03.png);
	background-repeat: repeat-y;
	background-position: right;
}

#mcontainer {
	width:980px;
	margin: 0 auto;
	padding: 0;
	background-color:white;
	background-image: url(../images/leftNavBac01.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}


/* GLOBAL */

#isuglobal {
	padding: 0;
	text-align: right;
    float:left;
    width: 759px;
	background:#1F2081;
    }

#isuglobal ul {
	font-size:.65em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-right:1em;
	list-style-type: none;
	float: right;
	
	}
	
#isuglobal ul li { 
	display: inline;
	}

#isuglobal ul li a {
	background: transparent;
	padding: 8px 7px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	}

#isuglobal ul li a:hover {
	background: transparent;
	text-decoration:underline;
	}
#logobar {
	background-color:#1F2081;
	
}

/*	
#isuglobal
{
	padding: 0;
	width: 48em;
	height: 4em;
	background-color:#0032aa;
		
}


#isuglobal ul li
{
	display: inline;
	float: left;
	margin-top: -40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -2.5em;
	width: 13.5em;
}

#isuglobal ul li a
{
	color: white;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif, 1em;
	font-size: 1.5em;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #00267e;
	height: 4em;
	line-height: 4em;
	/*background-color: #F0BD3F;*/
	text-align: center;
	padding-left: .5em;
}

#isuglobal ul li a:hover
{
text-decoration:none;
background: #dcab40;
}

#isuglobal li#myisu a {
	width: 1em;
}

#isuglobal li#az a {
	width: 1em;
}*/



/* NAVIGATION - main navigation */

#main_nav {
	width: 1000px;
	padding: 0 0 0;
	margin: 0 auto;
	background: #18225f;
    }

#main_nav ul {
	/*font-size: 13px;*/
	font-size:1em;
	font-family: "Lucida Grande", Tahoma, Verdana, Lucida, Arial, Helvetica, sans-serif;	
	font-weight:bold;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#main_nav ul li { 
	display: inline;
	padding: 0;
	margin: 0;
	}

#main_nav ul li a {
    background: #f1bb46 url("/images/nav_bg.jpg") repeat-x;
	padding: 4px 0;
	margin: 0;
	text-decoration: none;
	text-align: center;
	color: #111;
	float: left;
	}

#main_nav ul li a:hover {
	text-decoration:none;
	}


#leftsitenav { /* Based on #sitenav from localsite.css from CIRT */
	/* padding-left: 0.1em; */
	/*background-color: #336699;*/
	width: 9.5em;
	float: left;
}

/* leftSiteNav */
/* position for leftsitenav list styles.*/

ul#menu {
	width: 11em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color:white
}

ul#menu ol {
	display: none;
	text-align: left;
	text-indent: 5px;
	list-style-type: none;
	margin: -2px;
	padding: 1px;
	
}

ul#menu li, 
  ul#menu a {
	font-family: verdana, sans-serif;
	font-size: 1.2em;
	 color:white;
}

ul#menu li {
	line-height: 1.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top:.5em;
	padding-bottom:.5em;
	padding-left:.25em;
		
}

ul#menu ol li {
	border-bottom: none;
	font-family:"Times New Roman", Times, serif;
	color:#0F0;
	font-size:95%;
}



ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
	color: #ddf;
	/*  font-weight: bolder;*/}

ul#menu a.active {
	color: #FFCC00
;
	font-weight: bolder;
}


#rightSiteNav {
	/* Based on #sitenav from localsite.css from CIRT */
	background-position: 0px opx;
	float: right;
	width: 168px;
	font: 11px/14px arial, helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 0.1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00C;
	/* background-color: #102E5F; */
	margin-left: 1.8em;
	background-image: url('../images/leftDrop01.png');
	background-repeat: repeat-y;
}

#rightSiteNav ul {
	margin-left:3.5em;
	padding-left: 0.1em;
	margin-top: 1px;
}

#rightSiteNav li {
	list-style-type: none;
	/* background: #369; */
	display: block;
	font:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	/*font: bold 12px/16px arial, helvetica, sans-serif;*/
!important;			font /**/: 12px/16px arial, helvetica, sans-serif;
	color: #D9ECFF;
	margin-left:-35px;
	line-height: 18px;
	padding-top:10px;
}

#rightSiteNav #section {
	/* background: #01267F; */
	background:lime;
	border-bottom: 1px solid #fff;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 1px;
	}

#rightSiteNav li a {
	display: block;
/* padding: 5px 0 5px 20px; */
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration:none;
	 /*  background-color: #DCD683; */
	 width:11.5em;
	}

#rightSiteNav li a:hover, li a:active {
	text-decoration: none;
	/*  background-color: #000066;*/
	color : #FFCC00
}

#rightSiteNav #rlast {
	border-bottom: 0px #fff solid;
		}

/*begin contactInfo*/
#contactInfo {
	/* Based on #sitenav from localsite.css from CIRT */
	color:#fff;
	background-position: 0px 0px;
	float: right;
	width: 12.75em;
	margin-right:.25em;	
	
}
#contactInfo img {
	margin-left:3.125em;
}

#contactInfo ul {
	padding: 0px;
	margin-top: 1em;
	margin-left:2em;
}
#contactInfo li {
	list-style-type: none;
	/* background: #369; */
	display: block;
	!important;
	margin-left:0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

#contactInfo li a {
	display: block;
	
	color: #fff;
	text-decoration:none;
	 width:11.5em;
	}

#contactInfo li a:hover, li a:active {
	text-decoration: none;
	/*  background-color: #000066;*/
	color : #FFCC00
}

#contactInfo #rlast {
	border-bottom: 0px #fff solid;
}
/*end contactInfo*/



ul#contactUs {
	font-family:Arial, Helvetica, sans-serif;
	/*padding-left:.25em;*/
  width: 150px;
  list-style-type: none;
  margin-top:1em;
  margin-bottom:10em;
  margin-left:-1.75em;
 color:white;
 
}
ul#contactUs a {
	text-decoration:none;
	color:yellow;
	font-size:82%;
	font-weight:bolder;
}
		
		
/* Begin Right side navigation */
#rightSiteNav {
	/* Based on #sitenav from localsite.css from CIRT */
	background-position: 0px opx;
	float: right;
	width: 150px;
	font: 11px/14px arial, helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 0.1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00C;
	/* background-color: #102E5F; */
	margin-right: -2px;
	background-image: url('../images/leftDrop01.png');
	background-repeat: repeat-y;
}
#rightSiteNav h2 {
	color: white;
	font-size: 2em;
}

rightSiteNav ul {
	padding: 0px;
	margin-top: -10px;
}

#rightSiteNav li {
	list-style-type: none; /* background: #369; */;
	display: block;
	width: 11em;
	color: #D9ECFF;
	line-height: 2em;
	margin-left: -5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.65em;
	/*  background-color: lime;*/ 
}

#rightSiteNav #section {
	/* background: #01267F; */
	background:lime;
	border-bottom: 1px solid #fff;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 1px;
	}

#rightSiteNav li a {
	display: block;
	
	/* padding: 5px 0 5px 20px; */
	border-bottom: 1px solid #fff;
	color: #fff;
	/* background-color: #DCD683; */
	}

#rightSiteNav li a:hover, li a:active {
	text-decoration: none;
	/* background-color: #000066 */
	color : #FFCC00
}
#rightSiteNav #rlast {
	border-bottom: 0px #fff solid;
		}
		


#rightFeatureNav {
	/* Based on #sitenav from localsite.css from CIRT */
	background-position: 0px opx;
	float: right;
	width: 200px;
	font: 11px/14px arial, helvetica, sans-serif;
	padding-top: 0px;
	padding-left: 0.1em;
	
	/* background-color: #102E5F; */
	margin-right: -2px;
	background-image: url('../images/leftDrop01.png');
	background-repeat: repeat-y;
}



#rightFeatureOne {
	width: 200px;
	margin-left: 0px;
	text-align: center;
	background-image: url('../images/rightFeatureBac01.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top:5px;
	padding-bottom:15px;
}
#rightFeatureOne p {
	color:#fff;
}

#rightFeatureTwo {
	background-color: #C0C0C0;
	text-align: center;
	width: 95%;
	margin-left: 0px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #900;
	border-bottom-color: #9B000C;
}

	#rightFeatureTwo h1 {
		color:#FFCC00;
}

	#rightFeatureTwo p {
	color:white;
}

#rightFeatureThree {
	background-color: #FFFFFF;
	margin-left: 0px;
	text-align: left;
	color:white;
	width: 95%;
}
#rightFeatureThree ul li{
	list-style-type: none;
	text-align: left;
	line-height: 1.5em;	
}
#rightFeatureThree p{
	width:55%;
	color:white;
}

#rightFeatureOne {
	background-position: 0px 0px;
	width: 100%;
	margin-left: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #002275;
	background-image: url('../images/topDrop03.png');
	background-repeat: repeat-x;
}

#rightFeatureOne h2 {
	color:white;
}

#rightFeatureOne p {
	color:#fff;
}

#rightFeatureTwo {
	background-position: 0px 0px;
	width: 100%;
	margin-left: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #002275;
	background-image: url('../images/topDrop03.png');
	background-repeat: repeat-x;
}
	#rightFeatureTwo h2 {
		color:white;
}
	#rightFeatureTwo p {
	color:white;
}

#rightFeatureThree {
	background-position: 0px 0px;
	width: 100%;
	margin-left: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #002275;
	background-image: url('../images/topDrop03.png');
	background-repeat: repeat-x;
}

#rightFeatureThree h2 {
		color:white;
}

#rightFeatureThree p{
	width:55%;
	color:white;
}


		
/* Begin mainContent styling */	
#mainContent {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 10em;
	padding-left: 1em;
	padding-top:25px;	
	}

#mainContent h1 {
	color: #006;
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	padding-top: 0px;
}

#mainContent  img {
	margin-top: 1em;
}


#firstMainFeature {
	/*  width: 95%;*/
	width:590px;
	margin-left: 1px;
	text-align: center;
	 background-image: url(../images/f1bac01.png); 
	background-image: url('../images/topDrop02.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 25px;
	background-color: #365396;
}
#firstMainFeature img {
	width:95%;
}
	

#secondMainFeature {
	width: 590px;
	margin-left: 0px;
	text-align:left;
	/*background-image: url('../images/topDrop02.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;*/
	padding-top: 7px;
	padding-bottom: 25px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

	#secondMainFeature h1 {
		/* color:#FFCC00; */
}

	#secondMainFeature p {
	color: #000000;
	padding-left:.25em;
}

#thirdMainFeature {
	background-color: #09F;
	margin-left:1px;
	text-align: center;
	width:590px;
}
#thirdMainFeature p{
	text-align: left;
	color: #000000;
}



#secondContent {
	margin-bottom: 0;
	background-color: #CCC;
	margin-left: 11em;
	padding-left: 0.4em;
	padding-right: 0.5em;
	width: 61%;
	border: medium solid #333;
}
#secondContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #37649A;
	font-size: 2em;
}
#sectionHeaderLevelTwo {
	margin-top: -135px;
	margin-bottom: 0px;
	margin-left: 11em;
	width: 61%;
	background-color: #BCD2ED;
	padding-left: 0.75em;
	padding-right: 0.25em;
	height: 6em;
	line-height: 6em;
}
#secondContent p {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
#sectionHeaderLevelTwo h1 {
	color: #006;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 3em;
	padding-top: 0px;
}
#mainContentLevelOne {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 10.5em;
	background-color: #FFF;
	padding-left: 25px;
	padding-right: 0.25em;
	width: 65%;
}

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #006;
}
#mainContentLevelOne h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.75em;
	color: #006;
}

#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
}

#mainContentLevelOne p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
}

#mainContentLevelTwo {
	background-position: top;
	margin-bottom: 0;
	padding-top:.5em;
	padding-left: 10px;
	padding-right: 0.5em;
	width: 598px;
	margin-left: 10.6em;
	margin-top: -1.5em;
	background-image: url('../images/topDrop02.png');
	background-repeat: repeat-x;

}

#mainContentLevelTwo h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	color: #3366CC;
	padding-left:10px;
}

#mainContentLevelTwo h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.25em;
	color: #000066;
}

#mainContentLevelTwo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000;
/* 	padding:15px; */
	padding-left: 15px;
	padding-right: 15px;
}


#mainContentLevelTwo ul {
	padding-top:1.65em;
	list-style-type: none;
	margin-top: 0em;
	margin-left:.5em;
	font-size:1em;
}

#mainContentLevelTwo li {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:0.4em;
	padding-top:0.4em;
}

#footer {
	clear: both;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #009;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color:#003399;
	margin-top: -35px;
}
#footer a {
	color:yellow;
	text-decoration:none;
	font-weight:bolder;
}
.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: 4px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 4px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.leftCol {
	float: left;
	width: 31%;
	padding: 4px;
	text-align: center;
	margin-bottom: 10px;
	background-image: url(../images/bebac01.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.leftCol p {
	font-size: .25em;
	margin-bottom: 25px;
}
.leftCol img {
	margin-top: 30px;
}

.midCol {
	width: 31%;
	margin-left: 34%;
	padding: 4px;
	text-align: center;
	margin-bottom: 10px;
	background-image: url(../images/bebac01.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.midCol p {
	font-size: 1em;
}
.midCol img {
	margin-top: 30px;
}

.rightCol {
	width:31%;
	float: right;
	padding: 4px;
	text-align: center;
	background-image: url(../images/bebac01.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.rightCol p {
	font-size: 1em;
}

.rightCol img {
	margin-top: 30px;
}
