﻿@charset "utf-8";
/* CSS Document */
/*//////////////////////////
// filename: research.css
// author: Frances Donovan
// last mod: March 2010
// notes: styles to make Research pages conform to our design
//        required because HTML output differs slightly than
//        standard templates
//////////////////////////*/

/** NOTE: quickLinks, latestNews, relatedLinks, and other rightPanel divs are defined in styles.css
Please DO NOT define them here or you will overwrite changes for the entire site.


Styles below are specific to the Research rightpanels
**/

#rightbar { /* bascially same as #col2*/
	display:inline;
	width:191px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	/*border-left: 1px dotted #A4B5C1;*/
}
#rightbar p {
	padding:0px 7px 0px 0px;
	font-size: 11px;
}

#rightbar ul {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 25px 0px 0px;
}

#rightbar li {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:0px 0px 14px 0px;
	padding:0px 0px 0px 8px;
	text-decoration:none;
	list-style:none;
	background:url(../_images/bullet5.png) no-repeat;
	z-index:5;
}

#promobox ul {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 25px 0px 0px;
}

#promobox li {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:0px 0px 14px 0px;
	padding:0px 0px 0px 8px;
	text-decoration:none;
	list-style:none;
	background:url(../_images/bullet5.png) no-repeat;
	z-index:5;
}

