body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana;
}

a img
{
	border: 0;
}

#wrapper
{
	width: 1000px;
	margin: 0px auto;
	overflow: auto;
	background-color: white;
	text-align: left;
}

#wrapper-wrapper
{
	width: 100%;
	background: url(images/background.png) top center no-repeat;	
}

#header
{
	height: 82px;
	width: 1000px;
}

#logo
{
	float: left;
	width: 578px; /* was 584 */
	height: 82px;
	background-image: url(images/logo.png);
}

#global-nav
{
	float: left;
	width: 422px;
	height: 40px;
}

#global-nav ul
{
	float: right;
	margin-right: 26px;
	margin-top: 20px;
}

#global-nav li
{
	display: inline;
	list-style-type: none;
	color: #336699;
	font-family: 'Verdana', sans-serif;
	font-size: 10px;
}

#global-nav li a
{
	text-decoration: none;
	color: #336699;
}

#nav
{
	float: left;
	width: 422px;
	height: 42px;
}

#nav-people
{
	float: left;
	width: 132px;
	height: 42px;
	background-image:url(images/nav-people.png);
}

#nav-places
{
	float: left;
	width: 134px;
	height: 42px;
	background-image:url(images/nav-places.png);
}

#nav-programs
{
	float: left;
	width: 156px;
	height: 42px;
	background-image:url(images/nav-programs.png);
}

#footer
{
	width: 100%;
	background: white;
	padding-top: 3px;
	text-align: center;
	clear: both;
}

#footer-block
{
	border-top: 5px solid #456D9F;
	margin: 0px auto;
	width: 1030px;
}

#footer-block p
{
	font-size: 11px;
	color: #386e9e; //#456D9F;
	padding-bottom: 1em;
	margin-bottom: 0;
	margin-top: 1em;
}

#home-left
{
	float: left; 
	width: 643px;
	background-color: white;
}

#home-left-top
{
	float: left;
	width: 642px;
	height: 28px;
	border-bottom: 5px solid #456D9F;
}

#nav-arts-sciences
{
	float: left;
	width: 320px;
	height: 28px;
	background-image:url(images/nav-arts-sciences.png);
}

#nav-pharmacy
{
	float: left;
	width: 264px;
	height: 28px;
	background-image:url(images/nav-pharmacy.png);
}

#news
{
	float: left;
	width: 274px; /* was 333 ||  330 - 56*/
	padding-top: 11px;
	padding-right: 11px;
	padding-left: 45px;
	
	border-right: 5px solid #456D9F;
}

#news ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#news ul li
{
	margin-bottom: 1em;
}

#news li a
{
	font-size: 18px;
	color: #006699;
	font-family: 'Verdana', sans-serif;
	text-decoration: none;
}

#news h1
{
	font-family: 'Verdana', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #660033;
	margin-top: 0;
}

#priorities
{
	float: left;
	position: relative;
	width: 312px; /* was 360px || 357 - 45*/
	background-image:url(images/priorities.png);
	background-repeat: no-repeat;
	margin-top: -35px;
	padding-right: 11px;
	padding-top: 63px;
	padding-left: 34px;
	z-index: 10;
}

#priorities ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#priorities ul li
{
	margin-bottom: 1em;
}

#priorities li a
{
	font-size: 18px;
	color: white;
	font-family: 'Verdana', sans-serif;
	text-decoration: none;
}

/**** WHITEBOARD ****/
#whiteboard 
{
	float: left;
	width: 307px;
	overflow: hidden;
	position:relative;
	background-color: white;
}

#whiteboard a img
{
	border: none;
}

#whiteboard #fc 
{ 
	height: 314px;
	width: 9999px;
	position:relative;
}

#whiteboard #fc .item 
{
  display: block;
  float: left;
  height: 314px;
  overflow: hidden;
  position: relative;
}

#whiteboard .select
{
	padding-left: 10px;
}

#whiteboard .select a 
{
	padding: 9px 2px;
	overflow: visible;
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
}

#whiteboard .select .control 
{
	display: block;
	float: right;
	padding: 5px 0 0 10px;
	text-align: center;
}

#whiteboard .select .control a 
{
	display: inline;
	float: none;
	width: auto;
}

/**** PULLOUTS ****/
#pullouts
{
	position: relative;
	height: 383px; /* was 384 */
	overflow: hidden;
	border-bottom: 6px solid #456D9F;
	z-index: 1;
}

#pullouts .pullout
{
	margin: 0;
	padding: 0;
	position: absolute;
	display: block;
	float: left; 
	height: 383px; /* was 384 */
	overflow: hidden;
}

#pullouts a img
{
	border: 0px
}

#pullouts .pullout#pullout-0
{
	width: 772px;
	right: 837px;
	z-index: 3;
}

#pullouts .pullout#pullout-1
{
	width: 609px;
	right: 663px;
	z-index: 2; 
}

#pullouts .pullout#pullout-2
{
	width: 663px;
	right: 0px;
	z-index: 1;
}

#pullouts .pullout img
{
	position: absolute;
	right: 53px;
	top: 0px;
}

#pullouts .pullout .handle
{
	position: absolute;
	right: 0px;
	top: 0px;
	
	width: 53px;
	height: 383px; /* was 384 */
}

#pullouts #pullout-0 .handle
{
	background-image: url(images/pullouts-handle-programs.png);
}

#pullouts #pullout-1 .handle
{
	background-image: url(images/pullouts-handle-places.png);
}

#pullouts #pullout-2 .handle
{
	background-image: url(images/pullouts-handle-people.png);
}
