/* 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: underline;
	}

#midcolumn a:hover {  /* Cosmetics for Links in Middle Column */
	color: #1F60A9;
	text-decoration: none;
	}
	
#midcolumn ul {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
	text-align: left;
	}
	
#midcolumn2 { /* Positioning of mid-column content -- Text with Margins */
	width: 690px;
	padding: 0px 40px 0px 40px;
	z-index:19;
	}

#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: #1F60A9;
	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;

	color: #FFFFFF;
	text-decoration: none;

	display: block;
	width: 100%;
	background-color: #1F60A9;

	cursor: pointer;
}
		
#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;}
			

/* 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;
	}
	
#scholarshipform a:link, #scholarshipform a:visited {  /* Cosmetics for Links in Printer-friendly Scholarship Form */
	font-family: monospace;
	color: #000066;
	font-weight: normal;
	background-color: #FFFFFF;
	text-decoration: none;
	}

#scholarshipform a:hover {  /* Cosmetics for Links in Printer-friendly Scholarship Form */
	color: #1F60A9;
	text-decoration: none;
	}

	
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;
}

 .right { 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background: #000066;
	}

.black { 
	color: #000000;
	font-size: 12px;
	font-weight:normal;
	}
	
.red { 
	color: #FF0000;
	}
	
.mid { 
	font-size: 11px;
	font-weight:normal;
	}
	
.big { 
	font-size: 14px;
	font-weight:normal;
	}
	
.bigb { 
	font-size: 14px;
	font-weight:bold;
	}
	
.med { 
	font-size: 10px;
	font-weight:normal;
	}
	
.small { 
	font-size: 10px;
	font-weight:normal;
	}
	
.white { 
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	}
	
.orange { 
	color: #ff9900;
	font-size: 12px;
	font-weight:normal;
	}
	
.boldorange { 
	color: #ff9900;
	font-size: 12px;
	font-weight:bold;
	}

.bigorange { 
	color: #ff9900;
	font-size: 24px;
	font-weight: normal;
	}
	
.biggerorange { 
	color: #ff9900;
	font-size: 34px;
	font-weight: normal;
	}

.left {
	font-size: 100%;
}

.bigbold {
	color: #000000;
	font-size: 16px;
	font-weight:bold;	
}

.bold {
	font-size: 12px;
	font-weight:bold;	
}

.boldlink {
	font-size: 13px;
	font-weight:bold;	
}

.boldlink2 {
	font-size: 14px;
	font-weight:bold;	
}

.boldw {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;	
}

.bigboldw {
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;	
}

.biggerbold { 
	color: #000000;
	font-size: 18px;
	font-weight:bold;
	}
	
.biggerboldw { 
	color: #FFFFFF;
	font-size: 18px;
	font-weight:bold;
	}
	
img { border-width: 0; /* This removes borders that appear around images in Firefox */
	}

ol.dot {list-style-type: disc}
ol.num {list-style-type: decimal}
ol.rom {list-style-type: lower-roman}

