/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	}

/* HEADER */
div.quicknavbar{
	float:right; 
	padding:4px; 
	width:500px; 
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position:relative; 
	}	

a.quicknavbar{
	color:#dedede;
	text-decoration:none;
	padding:3px;
	}

a.quicknavbar:hover{
	background-color: #336699;
	padding:2px;
	border:1px solid #336699;
	}
/* HEADER */

/* NAV BAR CONTROL */
div.navigation{
	position:relative;
	width:500px; 
	height:20px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:+5;
	float:left;
	top:19px;
}

a.list{
	color:#336699;
}
#nav a.arrow {
	background: url(images/navarrow.gif) center right no-repeat;
}

#nav a.arrow:hover {
	background-color:#6699CC;
	color:white;
}

#nav a.list:hover{
	color:white;
	background-color:#6699CC;
}	
#nav, #nav ul { /* all lists */
	padding:0;
	margin: 0;
	list-style: none;
	line-height: 1.4;
}

#nav a {
	display: block;
	width: 9.7em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
	padding-left:4px;
	padding-top:3px;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	line-height:1.4;
	background: #eeeeee;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:#cccccc solid;
	border-width:0 1px 1px 1px;
	
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 10em;
	border:#cccccc solid 1px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* NAV BAR CONTROL */	

/* BODY CONTENT */

div.announceBox{
	border-top:#CCCCCC solid 1px; 
	border-left:#CCCCCC solid 1px; 
	border-right:#CCCCCC solid 1px; 
	float:left; 
	padding:3px 5px 2px 5px; 
	margin-right:2px;
	background-color:#ededed;
	
}	
div.containerContentLeft{
	float:left; 
	width:530px; 
	padding:10px;
	color:#646870;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

div.mainContent{
	color:#646870;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:auto; 
	margin-right:auto; 
	width:900px; 
	min-height:550px; 
	padding-top:10px;
}

h1.contentheader{
font-family: Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:bold;
color: #666666;
padding-bottom:8px;
}

a.contentlinks{
	color:#336699;
	text-decoration:none;
}


/* BODY CONTENT */


/* PCI LOCATION */
div.sidebarTopLocation{
	background-image:url(images/container_top.gif); 
	padding:3px 0 3px 10px; 
	background-repeat:no-repeat; 
	width:270px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

div.sidebarBottomLocation{
	background-image:url(images/container_bottom.gif); 
	background-repeat:no-repeat; 
	width:280px;
	margin-bottom:15px;
}
/* PCI LOCATION */

/* PCI and Mat OVERVIEW */
li.padlist{
	padding-bottom:10px;
}

ol.programOverview{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:450px;
	text-align:justify;
}


a.introlinks{
	color:#000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}

a.introlinks:hover{
	color:#695959;
	}
	
	
div.introNav{
	width:100px; 
	background-image:url(images/test_1.gif); 
	padding:2px 0 2px 0px; 
	float:left;
	text-align:center;
	height:15px;
	z-index:+3;
}

div.introDisplay{
	width:710px;
	padding:20px;
	border:#999999 solid 1px;
	clear:both;
	background-color:white;
	min-height:250px;	
}

div.overviewDisplay{
	width:840px;
	padding:10px;
	border:#CCCCCC solid 1px;
	clear:both;
	background-color:white;
	min-height:400px;
	overflow:auto;
	background-image: url(images/bg_overview.gif);
	background-repeat:no-repeat;
	background-position:top;
}

h1.subheader{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color: #336699;
}

/* PCI and Mat OVERVIEW */


/* SIDE BAR */
h1.bioheader{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color: #336699;
}

div.sidebar{
	position:relative;
	float:right;
	width:280px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

div.sidebarTop{
	border-top:1px solid #cccccc; 
	font-size:13px; 
	font-weight:bold; 
	color:#8b668b; 
	margin-top:30px;	
}

div.sidebarContent{
	width:270px; 
	padding:10px 5px 0 5px;
}


a.sidebar{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#336699;
	text-decoration:none;	
}
/* SIDE BAR */

/* DOWNLOADS */
div.downloads{
	width:880px;
	padding:5px;
	border:#cccccc solid 1px;
	clear:both;
	min-height:400px;
	background-color:#ededed;
}

/* DOWNLOADS */

/* FOOTER */
div.footer {
	position: relative;
	width: 900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	padding-top:15px;
}
/* FOOTER */

/* Social Links */

div.socialbox{
	position:relative;
	width: 900px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#677c97;
	margin-left:auto; 
	margin-right:auto; 
	clear:both;
}	

a.social{
	color:#336699;
	text-decoration:none;
	font-size:10px;
	padding:0px 8px 0px 0px;
}

a.social:hover{
	color:#CC3300;
}
/* Social Links */
