A:link { color: black; font-weight: bold; text-decoration: none }
A:visited { color: black; font-weight: bold; text-decoration: none }
A:hover { color: #804000 ; font-weight: bold; text-decoration: none }


p {
margin: 0 8px  0 0;}



p.subheader {
	font-size: 18px;
	margin-bottom: 20px;
}

p.pubTitle {
	font-size: 18px;
	margin-bottom: 2px;
}

p.indent {
margin-left: 20px;
}

p.list {
margin-bottom: 15px;
}


body { 
background-color: #353535;
text-align: center; 
color: #353535;
margin: 0; 
min-width: 900px;
font-size: 12px; 
font-family: 'Lucida Grande','Lucida Sans Unicode', arial, helvetica, sans-serif; }

.container { 
position:relative;
width: 900px; 
text-align: left; 
margin-left: auto; 
margin-right: auto; }

.container_bkg { 
position: relative;
width: 100%;
text-align: center; 
}


#leftbar {
float:left;
width:165px;
min-height:350px;
margin:20px;
margin-top:0;
padding:5px;
padding-top:0px;
color:white;
background-image:url('images/leftbar.jpg');
background-repeat:no-repeat;
background-color:#724F4A;
}


#contentWithNav {
display: inline;
float:left;
width:665px;
margin-right:20px;
}


#content {
	display: inline;
	float:left;
	width:800;
	margin-right:20px;
	font-size: 12px;
}


#footer {
clear: both;
margin-left: 59px;
margin-top: 0px;
padding-top: 0px;
width: 861px;
text-align: center;
color: white;
}


ul {
list-style-type:none;
margin-top: 5px;
margin-left: 5px;
padding-left:0px;
}

ul li {
padding-left: 0px;
margin-bottom: 15px;
}





/* LINKS */

#courses
  {
float:left;
	width: 98px;
    height: 42px;
    background: url("images/courses.png") no-repeat;
  }

#courses:hover
  { 
    background: url("images/courses_on.png") no-repeat;
  }
  
#courses span
{
  display: none;
}

#research
  {
float:left;
	width: 106px;
    height: 42px;
    background: url("images/research.png") no-repeat;
  }

#research:hover
  { 
    background: url("images/research_on.png") no-repeat;
  }
  
#research span
{
  display: none;
}
 
#publications
  {
display: block;
float: left;
	width: 141px;
    height: 42px;
    background: url("images/publications.png") no-repeat 0 0;

  }

#publications:hover
  { 
    background: url("images/publications_on.png") no-repeat 0 0;
  }
  
#publications span
{
  display: none;
}
  
#seminars
  {
float:left;
	width: 112px;
    height: 42px;
    background: url("images/seminars.png") no-repeat 0 0;

  }

#seminars:hover
  { 
    background: url("images/seminars_on.png") no-repeat 0 0;
  }
  
#seminars span
{
  display: none;
}
  
 #connections
  {
float:left;
	width: 140px;
    height: 42px;
    background: url("images/connections.png") no-repeat 0 0;

  }

#connections:hover
  { 
    background: url("images/connections_on.png") no-repeat 0 0;
  }
  
  #connections span
{
  display: none;
}
  
#contact
  {
float:left;
	width: 92px;
    height: 42px;
    background: url("images/contact.png") no-repeat 0 0;

  }

#contact:hover
  { 
    background: url("images/contact_on.png") no-repeat 0 0;
  }
  
  #contact span
{
  display: none;
}

  
#dfhv
  {
float:left;
	width: 188px;
    height: 158px;
    background: url("images/dfhv.png") no-repeat 0 0;

  }

#dfhv:hover, #dfhv.selected
  { 
    background: url("images/dfhv_on.png") no-repeat 0 0;
  }
  
#dfhv span
{
  display: none;
}

  
#openlab
  {
float:left;
	width: 249px;
    height: 158px;
    background: url("images/openlab.png") no-repeat 0 0;

  }

#openlab:hover, #openlab.selected
  { 
    background: url("images/openlab_on.png") no-repeat 0 0;
  }
 
  
#openlab span
{
  display: none;
}

  
#crdi
  {
float:left;
	width: 264px;
    height: 158px;
    background: url("images/crdi.png") no-repeat 0 0;

  }

#crdi:hover, #crdi.selected
  { 
    background: url("images/crdi_on.png") no-repeat 0 0;
  }
  
#crdi span
{
  display: none;
}

  
#psu
  {
float:left;
	width: 199px;
    height: 158px;
    background: url("images/psu.png") no-repeat 0 0;

  }

#psu:hover, #psu.selected
  { 
    background: url("images/psu_on.png") no-repeat 0 0;
  }
  
#psu span
{
  display: none;
}

  
div.loader{
background-image:url(images/courses_on.png);
background-image:url(images/research_on.png);
background-image:url(images/publications_on.png);
background-image:url(images/seminars_on.png);
background-image:url(images/connections_on.png);
background-image:url(images/contact_on.png);
background-image:url(images/dfhv_on.png);
background-image:url(images/openlab_on.png);
background-image:url(images/crdi_on.png);
background-image:url(images/psu_on.png);
display:none;
}

/* Content Slider CSS */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 665px;

}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 665px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


/* Publications - Sorting Bar */

#viewbar {
padding:3px;
padding-left:10px;
margin-top: 20px;
margin-bottom: 10px;
width:808px;
height:21px;
font-size:12px;
color: #353535;
background-image:url('images/viewbar.png');
background-repeat:no-repeat;
}

.viewitem_off {
	margin-left:20px;
	color: #FFF;
}

.viewitem_on {
	margin-left:20px;
	padding:2px;
	background-color:#8C705B;
	color: #FFF;
}

/* Publications - listing */

#pubs-content {
	display: inline;
	float:left;
	width:800;
	margin-right:20px;
	font-size: 12px;
}

#pubs-content ul {
	list-style-type:none;
	margin-top: 5px;
	margin-left: 5px;
	padding-left:0px;
}

#pubs-content ul li {
	background-position: 0px 2px;	
	padding-left: 20px;
	margin-bottom: 15px;
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
}

