  /* styles common to all interior pages in all browser sizes */

#content{
	float: right;
	padding: 0 2% 1em 0.5%;
	width: 77%;	
	margin: 0;	
}

#sideNav{
	float: left;	
	padding: 0 0 0 2%;
	width: 18%;
	margin: 0;
}

/*hide by default*/
#sideNav #sideNavBackToTop{
	position: absolute;
	left: -9999px;
	width: 0px;
	height: 0px;
	overflow:hidden;	
}

#sideNav ul{
	border-top: none;	
}
#sideNav ul li{
	border-bottom: 1px solid #DDD;	
	padding: 1.5em 0;
	line-height: 120%;
}
#sideNav ul li a{
	color: #639;
	font-weight: bold;	
	display: block;
	padding: 0 0 0 4em;	
	text-decoration: none;
	background: none;
}

#sideNav ul li.more a{
	padding: 0;
	overflow: hidden;
}

#sideNav li.more a.nav_more{
	background: url(/_resources/_redesign/images/more_nav.gif) center no-repeat;	
	height: 18px;
	width: 4em;
	float: left;
	 
}

#sideNav li.more.active a.nav_more{
	background: url(/_resources/_redesign/images/less_nav.gif) center no-repeat;	
	height: 18px;
	width: 4em;
	float: left;
	
}

#sideNav li.more ul{
	height: 0;
	width: 0;
	left: -9999px;
	position: absolute;
}

#sideNav li.more ul.active{
	height: auto;
	width: auto;
	left: 0;
	position: relative;
	background: #EEE;	
	margin-top: 1.5em;	
}

#sideNav li.more ul.active li{
	border-bottom: 1px solid #BBB;	
	padding: 1.5em;
	font-size: 0.8em;	
	line-height: 125%;
}

#sideNav li.more ul.active li:last-of-type{
	border-bottom: none;	
}

#mainContentTop, #mainContentBottom{
	margin: 0 0 2% 0;
	clear: both;
	overflow: hidden;
}

#mainContentLeftColumn{
	float: left;
	padding: 0;
	width: 48%;
	padding-right: 2%;
}

#mainContentRightColumn{
	float: left;
	padding: 0;
	width: 48%;
	padding-left: 2%;
}

/* can be replaced with references to "content?" 
#mainContentTop ul, #mainContentLeftColumn ul, #mainContentRightColumn ul, #mainContentFull ul{*/
#content ol, #content ul{
	padding: 0 0 0 0;	
}

#content ol{
	list-style-type: decimal;	
}

/* can be replaced with references to "content?"
#mainContentTop ul li, #mainContentLeftColumn ul li, #mainContentRightColumn ul li, #mainContentFull ul li{ */
#content ul > li{
	list-style-type: disc;	
	margin-left: 2em;
	line-height: 150%;
	margin-bottom: 0.5em;
}

#content ol > li{
	/* list-style-type: decimal; */
	margin-left: 2em;
	line-height: 150%;
	margin-bottom: 0.5em;
}

#content ol li ol, #content ul li ul{
	padding: 0.5em 0 0 0;	
}

ol.la {list-style-type:lower-alpha !important;}
ol.ur {list-style-type:upper-roman !important;} 
ol.ua {list-style-type:upper-alpha !important;} 
ol.lr {list-style-type:lower-roman !important;} 


/* hide? */
#content h1, #content h2{
	position: absolute;
	left: -9999px;
	width: 0px;
	height: 0px;
	overflow:hidden;	
}

/* hidden by default */
#content #sectionMenuAnchor{
	position: absolute;
	left: -9999px;
	width: 0px;
	height: 0px;
	overflow:hidden;		
}

#container #breadCrumb{
	/*
	font-size:0.9em; 
	margin: 0; 
	padding: 0; 
	color: #565656;	
	*/
	
	font-size: 0.9em;
	overflow: hidden;
	padding: 0;
	color: #565656;	
	background: #eee;
	margin: 0.5em 2%;
	display: table;
	width: 96%;
	
}

#container #breadCrumb > h2:first-of-type{
						
	font-weight: bold;
	width: 19%;
	background: #ddd;
	padding: 1em 0.5%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	
}

#container #breadCrumb p{
	/*
	padding: 0;	
	font-style: italic;
	*/
	
	display: table-cell;
	text-align: left;
	vertical-align: middle;					
	margin-left: 20.92%; /* 19% of h2 + 1.92% */	
	padding: 1em 0 1em 2%;
}

#container #breadCrumb a{
	color: #565656;
	text-decoration: none;
	font-style: italic;
}

#content h3{
	color: #000;	
	font-weight: bold;
	padding: 0.5em 0; 
	font-size: 1.7em; /*original: 2.0em */
}

#content h3.hidden{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;	
}

#content h4{
	color: #3B0D6A;	
	font-weight: bold;
	padding: 0.5em 0; 
	font-size: 1.35em; /*original: 1.5em */
}

#content h5{
	color: black;	
	font-weight: bold;
	padding: 0.5em 0; 
	font-size: 1.2em;
}

#content h6{
	color: #3B0D6A;	
	font-weight: bold;
	padding: 0.5em 0; 
	font-size: 1.1em;
}

#content p{
	padding: 0.5em 0;
	line-height: 150%;	
	font-size: 1.0em;
}

#content dl{
	padding: 0 0 0 1.5em;
	line-height: 1.8em;	
}

#content dl dt{
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 0 0.5em;	
}

#content dl dd{
	margin: 0;
	padding: 0 0 0.5em 1.0em;
	font-size: 1em;
}

#content table{
	margin: 1em 0;
}

#content table,th,td{
	border: 1px solid black;	
	font-size: 1em;
}
		
#content th{
	font-weight:bold;	
	font-size:1.2em;
	text-align: left;
	background: #eee;
}

#content td{
	text-align:center;	
}

#content th,td{
	padding: 0.25em;	
}

#content table caption{
	color: black;	
	font-weight: bold;
	padding: 0.5em 0; 
	font-size: 1.2em;
	text-align: left;
}

#content table.noborder, #content table.noborder th, #content table.noborder td{
	border: none;
}

#content table.middleborders, #content table.middleborders th, #content table.middleborders tr, #content table.middleborders td{
	border: 0 !important;	
}
#content table.middleborders th{
	border-bottom: 1px	solid #ccc !important;
}
#content table.middleborders tr{
	border-bottom: 1px	solid #ccc !important;
}
#content table.middleborders tr:last-child{
	border: 0 !important;
}
#content table.middleborders td:first-child{
	border: 0 !important;
	padding-left: 0 !important;
}
#content table.middleborders td{
	border-left: 3px solid #999 !important;
	padding-left: 1em !important;
}

#content hr{
	color: #DDD;
	background-color: #DDD;
	height: 1px;
	border: 0;
}

#content blockquote {
  background: #FFF;
  border-left: 1em solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em;
  quotes: "\201C""\201D"; /* changing from  quotes: "\201C""\201D""\2018""\2019"; - only defining one level of quotes so nested quotes don't use single quotes as before.  08/23/23 */
}

#content blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

#content blockquote p {
  display: inline;
}	

#content sup{
	vertical-align: super;
    font-size: smaller;	
}

/* special use classes */

/* floats images right and adds left/right margin */
#content img.floatright{
	float:right;
	margin: 0 1em;
}

/* adds a bottom gold border to headers and adjusts bottom padding and margin */
#content h3.border-bottom-gold, #content h4.border-bottom-gold, #content h5.border-bottom-gold, #content h6.border-bottom-gold{
	border-bottom: 1px solid #fc0;
	margin-bottom: 0.25em;
	padding-bottom: 0.25em;	
}

/* adds a bottom purple border to headers and adjusts bottom padding and margin */
#content h3.border-bottom-purple, #content h4.border-bottom-purple, #content h5.border-bottom-purple, #content h6.border-bottom-purple{
	border-bottom: 1px solid #639;
	margin-bottom: 0.25em;
	padding-bottom: 0.25em;	
}

/* adds a bottom gray border to headers and adjusts bottom padding and margin */
#content h3.border-bottom-gray, #content h4.border-bottom-gray, #content h5.border-bottom-gray, #content h6.border-bottom-gray{
	border-bottom: 1px solid #CCC;
	margin-bottom: 0.25em;
	padding-bottom: 0.25em;	
}

/* adds padding, top/bottom margin and a thin light grey border for asides */
#content div.aside{
	border: thin solid #ccc;
    margin: 1em 0;
    padding: 1em;	
}

/* properly make YouTube embedded videos and other objects responsive */
#content div.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
#content div.video-container iframe,
#content div.video-container object,
#content div.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ===== special classes for digital marketing styles used in sidebars */
#sideNav li.requestinfo{
	background: #639; 
	box-shadow: 2px 2px 5px #888888; 
	border-bottom: none; 
	padding-left: 5%; 
	padding-right: 5%;
	margin-bottom:0.25em;
}

#sideNav li.requestinfo a{
	color: white; 
	width: 100%; 
	padding: 0; 
	text-align:center;
}

/* =======================   special classes for multi column layouts  ==============================  */


/*  SECTIONS  ============================================================================= */

.colSection {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.colGroup:before,
.colGroup:after {
    content:"";
    display:table;
}
.colGroup:after {
    clear:both;
}
.colGroup {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.wiuCol {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.wiuCol:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wiuCol { 
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF TWO   ============================================================================= */


.wiuspan_2_of_2 {
	width: 98%;
	padding:0 1%;
}

.wiuspan_1_of_2 {
	width: 47.2%;
	padding:0 1%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wiuspan_2_of_2 {
		width: 98%;
		padding:0 1%;
	}
	.wiuspan_1_of_2 {
		width: 98%;
		padding:0 1%;
	}
}

/*  GRID OF THREE   ============================================================================= */

	
.wiuspan_3_of_3 {
	width: 98%;
	padding:0 1%;
}

.wiupan_2_of_3 {
	width: 64.13%;
	padding:0 1%;
}

.wiuspan_1_of_3 {
	width: 29.73333333%;
	padding:0 1%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wiuspan_3_of_3 {
		width: 98%;
		padding:0 1%;
	}
	.wiuspan_2_of_3 {
		width: 98%;
		padding:0 1%;
	}
	.wiuspan_1_of_3 {
		width: 98%;
		padding:0 1%;
	}
}



/*  GRID OF FOUR   ============================================================================= */

	
.wiuspan_1_of_4 {
	width: 98%;
	padding:0 1%;
}

.wiuspan_3_of_4 {
	width: 72.6%;
	padding:0 1%;
}

.wiuspan_2_of_4 {
	width: 47.2%;
	padding:0 1%;
}

.wiuspan_1_of_4 {
	width: 21.8%;
	padding:0 1%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wiuspan_4_of_4 {
		width: 98%;
		padding:0 1%;
	}
	.wiuspan_3_of_4 {
		width: 98%;
		padding:0 1%;
	}
	.wiuspan_2_of_4 {
		width: 98%;
		padding:0 1%;
	}
	.wiuspan_1_of_4 {
		width: 98%;
		padding:0 1%;
	}
}

.wiuspan_1_of_4 h3, .wiuspan_3_of_4  h3{
	padding-top: 0 !important;
}

/* =======================   end of special classes for multi column layouts  ==============================  */

/* special classes for departments (but can be used elsewhere */

/* Study Abroad */

#content h3.sapurple,#content h4.sapurple,#content h5.sapurple,#content h6.sapurple{
	font-family: Copperplate,Copperplate Gothic Light,serif;
	color: #660994;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#content h3.saorange,#content h4.saorange,#content h5.saorange,#content h6.saorange{
	font-family: Copperplate,Copperplate Gothic Light,serif;
	color: #d7791b;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#content h3.sapink,#content h4.sapink,#content h5.sapink,#content h6.sapink{
	font-family: Copperplate,Copperplate Gothic Light,serif;
	color: #c4056b;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#content h3.sablue,#content h4.sablue,#content h5.sablue,#content h6.sablue{
	font-family: Copperplate,Copperplate Gothic Light,serif;
	color: #099494;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
