﻿/**
 * Stylesheet for MIT colors
 *
 * Copyright Fusionary Media, 2004
 */


#header
	{
	color: #000000;
	background: url('bg_nav.gif') repeat-x left bottom;
	border-bottom: 5px solid orange;
	}
	#header h1 a{
	background: url('logo_mit.gif') no-repeat 0 0;
}
	#header h2.sublogo{
		background: url('sublogo_mit.gif') no-repeat 0 0;
}
	
		#header #controls-box table{
		color: #B8CFE7;
		}


		#header #headernav a:visited{
			color: #19325B;
		}

		#header #headernav a:link{
			color: #19325B;
		}
		#header #headernav a:active{
			color: #19325B;
			background: #A5A5A5;
		}

		#header #headernav a:hover{
			color: #0099CC;
			background: #A5A5A5;
		}

		a:link{
			color:#19325B;
		}
		
	h1 a:hover, h2 a:hover {
			color: #0099CC;
		}

	h1 a:visited, h2 a:visited {
			color: #19325B;
		}

	h1 a:link, h2 a:link {
			color: #19325B;
		}

	h1 a:active, h2 a:active {
			color: #19325B;
		}


		a:link{
			color:#19325B;
		}

		a[href]:hover{
			color:#0099CC;
		}
		a:visited{
			color:#19325B;
		}

		a:active{
			color:#19325B;
		}

/*
LEFT COLUMN STYLES
*/


#columns
	{
	background: #E3E7D7 url('bg_sidebar_left_mit.gif') repeat-y 0 0;
}
	/* 
		LEFT COLUMN > MENU
	*/
	
	#navmain a
	{
		color: #173768;
		border-bottom:1px solid #B8CFE7;
		border-top: 1px solid #fff;
		border-right: 2px solid #CCD6E4;
		background: url('button_bg.gif') no-repeat 0 0;
}
	
	#navmain a:hover
	{
	background: url('button_bg.gif') no-repeat 0px -60px;
	border-bottom: 1px solid #A8CDEE;
	color: #0099CC;
}



/* Pullquote Style */
.pullquote{
	font-style: italic;
	text-align:center;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333;
	background: #EAF0FB; 
	border-top: 1px dashed #B8CFE7; 
	border-bottom: 1px solid #B8CFE7; 
	float: right;
	width: 20em;
	padding: 1em;
	margin: 1em 1em 0.5em 1em;
}


/* Center Column's highlighted content */
#columns .highlight{
	
	background: #EAF0FB; 
	border-top: 1px solid #B8CFE7; 
	border-bottom: 1px dashed #B8CFE7; 
	padding: 5px;
}

#columns .highlight-faq{
	background: #EAF0FB; 
	border-top: 1px solid #B8CFE7; 
	border-bottom: 1px dashed #B8CFE7; 
	padding: 5px;

}

#columns .new-notice{
	display: block;
	color: #FF6600;
	font-weight: bold;
	font-style: italic;
	background-color: #D7DDEA;
	text-align: right;
	border-bottom: 1px solid #B8CFE7; 
	margin: -5px -5px 0 -5px;
	padding-right: 10px;
}


h1 a:hover, h2 a:hover,{
color: #0099CC;
}

#content-top{
	background: #EAF0FB; 
	border-bottom: 2px solid #666; 
	border-top: 1px solid #B8CFE7; 
	padding: 5px;
}

#footer
	{
	background: #19325B;
	color: #B8CFE7;
	border-top: 1px solid #ccc;
	}
	
.headerpadding{
	background: #19325B url('bg_hdrsplash_blue.jpg') no-repeat 0 0;
	padding: 0px;

}
