﻿@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, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, blockquote, div {
	padding:0;
	margin:0;
}



#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;
}	
	
#wrapper {
	background-image: url(../images/rightNavBac01.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#wrapperCalendar {
	
}

#wrapperHomePage {
	background-image: url(../images/rightHomePageFeatureBac03.jpg);
	background-repeat: repeat-y;
	background-position: right;
}




#intro {
	display: block;
	width:100%;
	height:69px;
	background-image: url(../images/topbar02.jpg);
	background-repeat: no-repeat;
	}
#homelink {
	width:100px;
}
	

#homelink a {
	position: absolute;
	width: 199px;
	/*height: 68px;*/
	text-decoration: none;
	background: transparent;}

#homelink a i {
	visibility: hidden;
}


a#isu {left: 10px;}


#main_nav {
	width: 980px;
	padding: 0 0 0;
	margin: 0 auto;
    }

	
#pageHeader {
	height: 45px;
	margin-left: 0px;
	/*padding: 1px 0 0 0;*/
	background-color: #E0E0E0;
	background-image: url('../images/topDrop.png');
	background-repeat: repeat-x;
	margin-top: 23px;
	/*padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;*/
}

#pageHeader h1 {
	font: 28px trebuchet ms, tahoma, arial, helvetica, sans-serif;
	color: #3393f7;
	background: transparent;
	/* float: left; */
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top:.25em;
	}

#pageHeader h2 {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin-right: 150px;
}

#pageHeader h2 {
!important; /* IE5/Win */
	color: #3393f7;
!important;
	background-image: url(../images/musichomedesktop01.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	height: 40px;
	width: 100%;
	line-height: 3em;
	background-position: 0px -10px;
	background-color: #CCC;
}

/* musicHome link */
#musicHome {
	 float: left; 
}
#musicHome a {
	text-decoration: none;
	border:0px;
	width: 200px;
	height: 100px;
}
#musicHome a i {
	visibility: hidden;
}

	
/* Main content styles */	
	#mainContent {
	
	padding-right: 0.1em;
	width: 610px;
	background-image: url('../images/mainContentShadow.png');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-left: 170px;
	/*margin-top: -21px;*/
	margin-bottom: 0px;
	/*background-color: #FFF;*/
	background-color: #55f;
	height: 100%;
	padding-bottom:.25em;
	padding-top:.25em;
} 

#mainContent h1 {
	color: #006;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	padding-top: 30px;
}

#mainContent h2 {
	clear: right;
	float: left;
}


#mainContent p {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0px;
	padding-left:10px;
	padding-right:10px;
}

#mainContent ul {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #03C;
	padding-bottom: 0.25em;
	padding-left: .25em;
}


#firstMainFeature {
	background-position: 0px 0px;
	background-color: #0032aa;
	margin-left: 5px;
	text-align: center;
	width: 600px;
	background-image: url('../images/topDrop02.png');
	background-repeat: repeat-x;
	padding-bottom:.5em;
}

#firstMainFeature h1 {
		padding-top:5px;
		color:#FFCC00;
}

#firstMainFeature p {
	padding:5px;
	width:95%;
	color:white;
	font-size:1em;
}

#secondMainFeature {
	background-position: 0px 0px;
	background-color: #0032aa;
	margin-left: 5px;
	text-align: center;
	width: 600px;
	background-image: url('../images/topDrop02.png');
	background-repeat: repeat-x;
	padding-bottom:.5em;
	
}

#secondMainFeature h1 {
	padding-top:5px;
	color:#FFCC00;
}

#secondMainFeature p {
	padding:15px;
	text-align: justify;
	color:white;
	font-size:1em;
}

#secondMainFeature a {
	color:#69F;
	font-weight:bolder;
	text-decoration: none;
	border:0px;
	width: 200px;
	height: 100px;
}

#thirdMainFeature {
	background-position: 0px 0px;
	background-color: #0032aa;
	margin-left: 5px;
	text-align: center;
	width: 600px;
	background-image: url('../images/topDrop02.png');
	background-repeat: repeat-x;
	padding-bottom:1em;
}

#thirdMainFeature h1 {
	color:#FFCC00;
	padding-top: 5px;
}


#thirdMainFeature p {
	padding:15px;
	text-align: justify;
	color:white;
	font-size:1em;
}


#thirdMainFeature a {
	color:#69F;
	font-weight:bolder;
	text-decoration: none;
	border:0px;
	width: 200px;
	height: 100px;
}

#fourthMainFeature {
	background-position: 0px 0px;
	background-color: #0032aa;
	margin-left: 5px;
	text-align: center;
	width: 600px;
	background-image: url('../images/topDrop02.png');
	background-repeat: repeat-x;
	padding-bottom:1em;
}

#fourthMainFeature h1 {
	color:#FFCC00;
	padding-top: 5px;
}


#fourthMainFeature p {
	padding:15px;
	text-align: center;
	line-height: 5px;
	color:white;
	font-size:1em;
}


#fourthMainFeature a {
	color:#69F;
	font-weight:bolder;
	text-decoration: none;
	border:0px;
	width: 200px;
	height: 100px;
}

/* End of Main Content styles */

#leftsitenav { /* Based on #sitenav from localsite.css from CIRT */
	background-position: top;
	float:left;
	clear:right;
	width: 169px;
	padding-left: 0.1em;
	font: .65em arial, helvetica, sans-serif;
	background-image: url('../images/topDrop.png');
	background-repeat: repeat-x;
	/*background:green;*/
	/*margin-top:-335px;*/
	/*height:65%;*/
	
}

/* position for leftsitenav list styles.*/
/* ul#menu is from javascriptexample.css*/

ul#menu {
  width:150px;
  list-style-type: none;
  margin-left: .25em;
  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: 1em;
	 color:white;
	www.}

ul#menu li {
	line-height: 21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top:5px;
	padding-bottom:3px;
		
}

ul#menu ol li {
	border-bottom: none;
	font-family:Arial, Helvetica, sans-serif;	/*  background-color: #009;*/
}

/*ul#menu ol li:before {
  content: "- ";
}*/

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;*/
}



ul#contactUs {
  width: 150px;
  list-style-type: none;
  margin-top:1em;
  margin-bottom:10em;
  margin-left:1em;
 color:white;
 
}
ul#contactUs a {
	text-decoration:none;
	color:#FFF;
}
ul li#categoryHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	color: #A3B0FF;
	font-weight: bolder;
	margin-bottom: -1em;
}


#home #container #mainContentLevelOne h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #006;
	font-size: x-large;
}
/* Begin Right side navigation */

#rightFeatureNav {
	/* Based on #sitenav from localsite.css from CIRT */
	background-position: 0px 0px;
	float: right;
	width: 200px;
	/*font: 11px/14px arial, helvetica, sans-serif;*/
	padding-top: 0px;
	padding-left: 0em;
	background-image: url(../images/leftDrop01.png);
	background-repeat: repeat-y;
	font: 12px arial, helvetica, sans-serif;
}

#rightFeatureOne {
	background-position: 0px 0px;
	width: 100%;
	margin-left: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #002275;
	background-image: url('../images/topDrop03.png');
	background-repeat: repeat-x;
}

#rightFeatureOne h2 {
	padding-top:5px;
	color:white;
    font-size:1.35em;
}

#rightFeatureOne p {
	color:#fff;
	padding:10px;
}

#rightFeatureTwo {
	background-position: 0px 0px;
	width: 100%;
	margin-left: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #002275;
	background-image: url('../images/topDrop03.png');
	background-repeat: repeat-x;
}

#rightFeatureTwo h2 {
	padding-top:5px;	
	color:white;
	font-size:1.35em;
}

#rightFeatureTwo p {
	margin-left:1em;
	padding:10px;
	padding-left: 0.1em;
	line-height: 12px;	
	color:white;
	width:80%;
}

#rightFeatureTwo li {
	list-style-type: none;
	text-align: left;
	margin-left:1em;
	padding-left: 0.1em;
	color:white;
	line-height: 12px;
	padding-top:10px;
}

#rightFeatureTwo a:link {
	color:#FFFFFF;
}

#rightFeatureTwo a:visited {
	color:#FFFFFF;
}


#rightFeatureThree {
	background-position: 0px 0px;
	width: 100%;
	margin-left: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #002275;
	background-image: url('../images/topDrop03.png');
	background-repeat: repeat-x;
}

#rightFeatureThree h2 {
	padding-top:5px;	
	color:white;
	font-size:1.35em;
}

#rightFeatureThree p{
	width:80%;
	padding:10px;
	padding-left:5px;
	color:white;
}

#rightFeatureThree ul {
	margin-left:1em;
	padding-left: 0.1em;
	margin-top: 1px;	
	color:white;
}

#rightFeatureThree li {
	list-style-type: none;
	text-align: left;
	color:white;
	line-height: 12px;
	padding-top:10px;
}

#rightFeatureThree a:link {
	color:#FFFFFF;
}

#rightFeatureThree a:visited {
	color:#FFFFFF;
}


#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 */
	background-position: 0px 0px;
	float: right;
	width: 12.75em;
	margin-right:.25em;	
	
}
#contactInfo img {
	margin-left:4.25em;
}

#contactInfo ul {
	padding: 0px;
	margin-top: 1em;
	margin-left:3em;
}
#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*/


.contactName {
	font-size: 1em;
	font-weight: bolder;
	color: #FC3;
}
.degreeTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.125em;
	font-weight:bold;
	color: #006;
}
.contactLabel {
	padding-left:3px;
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:white;
	font-size:.75em;
	color:#aabbff;	
}



.contactContent {
	font-size:0.725em;
	color:white;
	padding-left: 7px;
	text-decoration:none;
}

#contactContent li a:hover, li a:active {
	text-decoration: none;
	/*  background-color: #000066;*/
	color : #FFF
}


#contentArea {
	background-image: url(../images/topDrop02.png);
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 0;
	padding-top:0.5em;
	padding-left: 10px;
	padding-right: 0.5em;
	padding-bottom:4em;
	width: 790px;
	margin-left: 170px;
	margin-top: -15px;
	
	border:thin solid #D30;
	
}


#mainContentLevelTwo {
	background-position: top;
	background-image: url(../images/topDrop02.png);
	background-repeat: repeat-x;/**/
	margin-left: 170px;
	margin-top: 0em;
	margin-bottom: 0;
	padding-top:1em;
	padding-left:1em;
	padding-right: 0.5em;
	padding-bottom:4em;
	width: 622px;
}

#mainContentLevelTwo img {
	float:right;
	margin-right:8px;
	margin-left:8px;
}

#mainContentLevelTwo h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	height:1.5em;
	color: #3366CC;
	padding-top:0.125em;
	/*padding-bottom:10px;*/
	padding-left:10px;
	
}

#mainContentLevelTwo h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.25em;
	color: #000066;
}

#mainContentLevelTwo h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #000066;
	padding-bottom: 10px
}

#mainContentLevelTwo h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #006;
}

#mainContentLevelTwo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 35px;
}

#mainContentLevelTwo ul, ol {
	margin-top: 0em;
	margin-left: 45px;
	font-size:.85em;
	padding-bottom: 5px
}


#mainContentLevelTwo li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	padding-bottom: 2px
	
	/*font-size:1em;*/
}





#mainContentLevelThree {
	background-position: top;
	margin-bottom: 10px;
	padding-top:0.5em;
	padding-left: 10px;
	padding-right: 0.5em;
	width: 792px;
	margin-left: 170px;
	margin-top: -0px;
	background-image: url('../images/topDrop02.png');
	background-repeat: repeat-x;
}

#mainContentLevelThree img {
	float:right;
}

#mainContentLevelThree h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #3366CC;
	padding-left:10px;
}

#mainContentLevelThree h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.25em;
	color: #000066;
}

#mainContentLevelThree h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #000066;
}

#mainContentLevelThree h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #006;
}

#mainContentLevelThree p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000;
	padding-left: 15px;
	padding-right: 15px;
}

#mainContentLevelThree ul {
	list-style-type: none;
	margin-top: 0em;
	margin-left: -1.5em;
}


#mainContentLevelThree li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
}






#footer {
	margin-top:-20px;
	background-image: url(../images/topDrop.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#footer a:link, #footer a:visited { 
	font-size: 9px;
	}*/

#container #mainContent ul li {
	list-style-type: none;
	display: inline;
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
	color: #626ADB;
	padding-left: 5px;
	margin-left: auto;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* 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 */
	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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#site_photo {
	position: relative;
	top: -1px;
	left: 0px;
	display: block;
	width: 462px; !important; 
	width /**/:461px; /* IE5/Win */
	height: 233px;
	background: #ccc url(../images/recital.jpg) no-repeat;
	border-bottom:2px solid #01267F;
	}
	
#site_photo span {
	position: relative;
	top: 215px;
	font: 10px/13px arial, helvetica, sans-serif; !important; 
	font /**/: 9px/13px arial, helvetica, sans-serif; /* IE5/Win */
	color: #333;
	background: transparent url(../images/bg_opaque.gif) repeat-x;
	padding: 3px;
	z-index: 100;
	}

#site_photo a {
	background: none;
	}
	
/* NON-BULLETED LISTS */

#nobull li {list-style-type: none;}
#nobull li a {background: transparent; text-decoration: none;}
#nobull li a:hover {background: transparent; text-decoration: underline;}

ul.nobull li {list-style-type: none;}
ul.nobull li a {background: transparent; text-decoration: none;}
ul.nobull li a:hover {background: transparent; text-decoration: underline;}

p {
	margin-top: 0px;
	text-align: left;
}

/* google search form */
/* GLOBAL */

#isuglobal {
	padding: 0;
	margin: 20px 10px 0 0;
    text-align: right;
    float:right;
    width: 450px;
    }

#isuglobal ul {
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 7px 0;
	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;
	}

.search-input {
	border:none;
	color:#9b9b9b;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:13px;
	line-height:11px;
	margin:0;
	padding:3px 5px;
	width:145px;
}

#gcse {float:right;margin:7px 20px 0 10px;padding:0;font-family:Tahoma,sans-serif;font-size:11px;color:#fff;position:relative;z-index:100;}


/* ---[ END CSS ]--- */

/*junk*/
