/* CSS for Department of Mathematics */

body { 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 100%;
	text-align:left;
	background: #FFFFFF;
	background-position: top center; 	
	background-image:url(../images/blank.gif);
	background-repeat: repeat-x; 
	margin: 0 auto;
	width: 1100px;
	}
	
#envelope {  /* Envelopes page to help maintain content layout */
	position: absolute; 
	width: 1100px;
	text-align:left;
	margin: 0 auto; 
	}
	
#blocks { /* Assists with Layout of Multi-column Page */
	display: table;
	position: absolute;
	width: 1100px;
	margin-top: 39px;
	margin-left: 0px;
	z-index: 19;
	}
	
#blocks-row { /* Assists with Layout of Multi-column Page */
	display: table-row; 
	}
	
#leftcolumn { /* Positioning of left-column content */
	display: table-cell;
	vertical-align: top; 
	width: 127px;
	padding: 0px 15px 0px 15px;
	background-color: #1F60A9;
	z-index:19;
	}
	
#leftcolumn-stripe { /* Positioning of mid-column content */
	display: table-cell;
	width: 6px;
	padding: 0px 3px 0px 3px;
	background-color: #000066;
	z-index:19;
	}

#midcolumn { /* Positioning of mid-column content */	
	display: table-cell;
	width: 770px;
	padding: 0px 2px 0px 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	z-index:19;
	}
	
#midcolumn a:link, #midcolumn a:visited {  /* Cosmetics for Links in Middle Column */
	font-family: Tahoma, Helvetica, sans-serif;
	color: #000066;
	font-weight: normal;
	background-color: #FFFFFF;
	text-decoration: none;
	}

#midcolumn a:hover {  /* Cosmetics for Links in Middle Column */
	color: #1F60A9;
	text-decoration: none;
	}
	
#midcolumn blockquote {
	color: #000000;
	font-size: 12px;
	font-weight:normal;
	padding: 0px 0px 0px 40px;
	}
	
#midcolumn hr { width: 95%;
	text-align: center;
	}
	
#rightcolumn { /* Positioning of rightcolumn content */
	display: table-cell;
	width: 129px;
	padding: 50px 15px 0px 15px;
	background-color: #1F60A9;
	vertical-align: top;
	z-index:19;
	}
	
#header { /* Top-panel links to map, index, etc. -- Global Top of Page  */
	position: absolute; 
	margin-top: 0px;
	margin-left: 0px;
	background-color: #000066;
	height: 25px;
	width: 1100px;
	border-top: 12px solid #000066;
	z-index: 1;
	}
	
#footer { /* Address Info -- Global Bottom of Page  */
	position: absolute; 
	margin-left: 0px;
	margin-top: -125px;
	background-color: transparent;
	width: 127px;
	padding: 0px 15px 0px 15px;
	vertical-align: bottom;
	text-align: right;
	z-index: 25;
	}

#bsulogo { /* BSU Logo & Link -- Global Top of Page  */
	position: absolute; 
	margin-top: 0px;
	margin-left: 0px;
	width: 169px;
	height: 144px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	z-index: 20;
}

#bsulogospacer { /* Right-hand Spacer Opposite BSU Logo -- Global Top of Page  */
	float: none;
	margin: 0px 0px 0px 0px;	
}

#bsunav { /* Cosmetics for top-panel links to map, index, etc. -- Global Top of Page  */
	float:right;
	font-size:11px;
	font-weight: normal;
 }
 


/* Beginning of Settings for Menu Operation and Cosmetics */ 



#menu {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}
			
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 127px;
	text-align: right;
}

#menu ul a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 127px; 
	background-color: #1F60A9;
}
		
#menu ul a:hover {
	color: #000066;
	text-decoration: none;
	background-color: #1F60A9;
}
			
#menu ul li {
	float: left;
	position: relative;
}
		
#menu ul li ul {
	list-style: none;
	position: absolute;
	left: 127px;
	width: 210px;
	top: 0;
	display: none;
	text-align: left;	
}

#menu ul li ul a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 210px;
	background-color: #1F60A9;
}

#menu ul li ul a:hover {
	color: #000066;
	text-decoration: none;
	background-color: #1F60A9;
}

#menu ul li ul li {
	border-bottom: 1px solid #000066;
	float: left;
	position: relative;
}

#menu ul li ul li ul {
	list-style: none;
	position: absolute;
	left: 210px;
	width: 210px;
	top: 0;
	display: none;
	text-align: left;
}

#menu ul li:hover ul { 
	display: block;
	border-top: 2px solid #000066; 
	border-left: 2px solid #000066; 
	border-right: 2px solid #000066; 
	border-bottom: 1px solid #000066;
	width: 210px;}
	
#menu ul li:hover ul li ul { display: none; width: 210px; left: 210px;}
		
#menu ul li ul li:hover ul { display: block; width: 210px; left: 210px;}

#menu ul li ul li:hover ul li ul { display: none; width: 210px; left: 210px;}

#menu ul li ul li ul li:hover ul { display: block; width: 210px; left: 210px;}


#menu2 {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}
			
#menu2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 127px;
	text-align: left;
}

#menu2 ul a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 127px; 
	background-color: #1F60A9;
}
		
#menu2 ul a:hover {
	color: #000066;
	text-decoration: none;
	background-color: #1F60A9;
}
			


/* End of Settings for Menu Operation and Cosmetics */ 



#contact {	/* Positioning of Contact Box -- Global Top of Page */ 
	width: 250px;
	height: 300px;
	line-height: 14px;
	padding: 15px 15px 15px 15px;
	background-color: #000066;
	}
	
#contact a:link, #contact a:visited {  /* Contact Cosmetics -- Global Top of Page */
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background: #000066;
	text-decoration: underline;
	}

#contact a:hover {  /* Contact Cosmetics -- Global Top of Page */
	color: #1F60A9;
	text-decoration: underline;
	}
	
#header a:link, #header a:visited {  /* Link Cosmetics -- Global Top of Page */
	font-family: Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	background: #000066;
	text-decoration: none;
	}

#header a:hover {  /* Link Cosmetics -- Global Top of Page */
	color: #1F60A9;
	text-decoration: none;
	}

#genericwrap {	/* Generic Wrapper to add margins to a block */
	padding: 0px 15px 0px 15px;
	}
	
a:link { /* Standard Link */
	font-family: Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #1F60A9;
	text-decoration: none;
	}

a:visited { /* Standard Link */
	font-family: Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #1F60A9;
	text-decoration: none;
	}
 
a:hover  { /* Standard Link */
	color: #000066;
	text-decoration: none;
	background-color: #1F60A9;
}

p {	color: #000000;
	font-size: 12px;
	padding: 0px 30px 0px 30px;
	font-weight:normal;
}

b {
	font-size: 12px;
	font-weight:bold;	
}

b.big {
	font-size: 16px;
	font-weight:bold;	
}


.right { 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background: #000066;
	}


.small { 
	font-size: 10px;
	font-weight:normal;
	}
	
.white { 
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	}
	
img { border-width: 0; /* This removes borders that appear around images in Firefox */
	}
