@charset "UTF-8";
/* CSS Document */


/* .Col3  OR .right makes far-right divs float correctly in IE; Use for third column elements or the far-right element of a nested grid */
.Col3
{
display:inline;
margin-left:3px;

}
.right
{
display:inline;
margin-left:3px;
}

.ie_fix{
	margin-left:0px;
	
}


#container {

overflow:hidden;		
}



.scroll-pane
{
	
	width:520px;

}


#row2col2bio ul.horiznav li{
	border-left:none;
	margin-left:-2px;
	
}



.more_links
{
	width:133px;
	height:49px;
	margin-right:5px;
	margin-top:5px;
	margin-left:20px;
	margin-bottom:45px;
	float:right;
	
	}
	


.more_links ul li
{
	width:66px;
	height:49px;
	float:left;
	list-style-type:none;
}

.diversity_div{display:inline}

#w3c_stamp{
	margin-right:5px;
	margin-top:85px;
	
}

#footer{
color:#336699;
margin:90px auto 0 auto;
}

#footer a{
color:#336699;
}

#imglink {background-color:green; filter:alpha(opacity=0)}

/*---this rule makes the event box image absolutely positioned so it does not break layout:*/


img.featured
{
position:absolute;
left:8px;
bottom:8px;

}


/*------* To fix the pesky IE 8 collapsing margins bug, I make the div here 50 px high, when the bg image is only 36px, I then move the bg doe via the 'background-position: 0 14px' rule in .expand{} below.The extra ehite space acts as the margin. ----*/

/*.first {
display:block;
font-family:Tahoma,Geneva,sans-serif;
width:620px;
overflow:hidden;
height:60px; 
margin-top:0px;
}*/

.first {
display:block;
font-family:Tahoma,Geneva,sans-serif;
font-size:13px;
padding:0px 40px 0px 20px;
width:558px;

height:60px; 
margin-top:0px;
}


.expand {
background-image:url("/NCADAC/images/round_topA_IE.png");
background-repeat:no-repeat;
cursor:pointer;
background-position:0px 23px;
}

.expand:hover {
background-image:url("/NCADAC/images/round_topA_hov_IE.png");
background-position:0px 23px;
}


.expand2 {
background-image:url("/NCADAC/images/round_top.png");
background-repeat:no-repeat;
border-bottom:1px solid #999;

}
.expand2:hover {
background-image:url("/NCADAC/images/round_top.png");
}


 h2.first{
	font-size:13px;
      color:#000;	
      line-height: 75px;
	font-weight:bold;
      height:60px;



}
.first h3{
	
    overflow:hidden;
	font-size:14px;
	font-weight:bold;
	margin-left:25px;
	display:inline-block;
	line-height:79px;
	
}

#twoLine h3{
margin-top:25px;
line-height:25px;
padding-right:10px;

}




#twoLine {
background-image:url("../images/round_topA_two.png");
height:89px;
}

/*----these two styles correct the animating black box at the bottom of slideshow ---*/
.opacity5{
max-height:60px;
filter: alpha(opacity=80);
}


#information p {

max-height:60px;
}

#information p a{
filter: alpha(opacity=80);
margin-top:-6px;

}


#my_swf{
display:block;	
}