@import url(reset.css);

body {
	font: 0.75em/1.35 Arial, Helvetica, sans-serif;
	color: #222; /* was #555 */
	background: url(bg-page.png) repeat-x left top;
}

a { color: #0372A7; }
a:hover { text-decoration: underline; }

h1 {
	font: 2.6em/1.1 Tahoma, Arial, Verdana, sans-serif;
	color: #555;
	margin-bottom: 0.3em;
}

/* Tab styles */
.tabList { background: url(tab-listbg.png) repeat-x left bottom; }
.tab h6, .tabList li {
	display: inline-block;
	background: url(tab-off-left.png) no-repeat left top;
	font: 1.1em Tahoma, Arial, Verdana, sans-serif;
	margin: 0 3px 1px 0;
	position: relative;
	cursor: pointer;
}

.tabList li.on {
	color: #FFF;
	background: url(tab-on-left.png) no-repeat left top;
	margin-bottom: 0;
}

.tab h6 span, .tabList li span {
	display: block;
	background: url(tab-off-right.png) no-repeat right top;
	padding: 0.3em 1em 0.2em;
}

.tabList li.on span {
	background: url(tab-on-right.png) no-repeat right top;
	padding-bottom: 0.27em; /* Most of the tab effect is about tweaking this value */
}

.tab {
	margin-bottom: 1em;
	background: url(tab-listbg.png) repeat-x 0 2em; /* This works as long as the tab doesn't go onto two lines */
}
.scriptedTab { background: none; }

#jumpToContent { position: absolute; left: 0; top: -4em; }

#container {
	width: 960px;
	margin: 0 auto;
}

/* Header */
#header {
	margin-top: 8px;
	min-height: 10.5em;
}

#logo { float: left; }
#header .right, #strapline { float: right; }

#signIn, #header form { text-align: right; }

#signIn { margin-bottom: 6px; }
#signIn * { vertical-align: middle; }
#signIn a { text-decoration: none; }
#signIn a:hover { text-decoration: underline; }

#signIn .signIn { vertical-align: -8px; }

#signIn a.info {
	display: inline-block;
	background: #F8F8F8;
	border: 1px solid #D1CCD9;
	font-size: 0.9em;
	color: #484848;
	padding: 0 0.2em;
	line-height: 1.1;
}

#signedIn { display: inline-block; background: url(header-signedin-left.png) no-repeat left top; }
#signedIn span {
	display: block;
	background: url(header-signedin-right.png) no-repeat right top;
	padding: 4px 10px 0 28px;
	min-height: 21px;
}
#signedIn * { vertical-align: 0; }
#signedIn img { vertical-align: -9px;margin-right:-18px; }

#header form * { vertical-align: middle; }
#header form { margin-bottom: 23px; }

#header form input {
	background: #F8F8F8;
	border: 1px solid #D8D3DE;
	width: 20.5em;
	font: 1em/1 Arial, Helvetica, sans-serif;
	color: #484848;
	padding: 0.2em 0.4em;
}

/* Main menu */
#menu { background: #595048 url(header-bg-mainmenu-top.png) no-repeat left top; }

#menu a { text-decoration: none; color: #FFF; }
#menu a:hover { text-decoration: underline; }
#menu ul { background: url(header-bg-mainmenu-bottom.png) no-repeat left bottom; }

#menu ul li {
	display: -moz-inline-block;
	display: inline-block;
	background: url(header-img-menu-bar.png) no-repeat 0 0.2em;
	padding: 0 0 0.5em 1.7em;
	margin: 0.4em 1.4em 0 0;
	height: 1.8em;
}

#menu ul li:first-child  {
	background: url(header-bg-home.png) no-repeat 20px 0.05em;
	padding-left: 39px;
}

#menu ul li.on {
	background: url(header-bg-menu-on-right.png) no-repeat right top;
	padding: 0;
	margin-right: 0;
	margin-top: 0.2em;
	height: 2.5em;
}

#menu ul li.on a {
	color: #484039;
	font-weight: bold;
	display: block;
	padding: 0.2em 1.3em 0 1.3em;
	height: 2.1em;	/* padding-top + li.on margin-top */
	background: url(header-bg-menu-on-left.png) no-repeat left 0;
}

#menu ul li.on:first-child { margin-left: 10px; height: 2.1em; position: relative; top: 2px; }
#menu ul li.on:first-child a {
	background: url(header-bg-home-on.png) no-repeat left top;
	padding: 0.4em 0.8em 0 28px;
	font-weight: normal;
}

#menu ul li.notOn { background: none; }

/* Sub menu */
#subMenu {
	font-size: 0.9em;
	background: url(header-bg-submenu.png) no-repeat left bottom;
	padding: 0 0 0.7em 6px;
	min-height: 2.1em;
}

#subMenu ul li {
	display: -moz-inline-block;
	display: inline-block;
	background: url(header-img-submenu-bar.png) no-repeat right bottom;
	padding: 0.5em 13px 0;
}
#subMenu ul li:last-child { background: none; }
#subMenu ul li.on { font-weight: bold; }
#subMenu a { color: #3A3432; text-decoration: none; }
#subMenu a:hover { text-decoration: underline; }
#subMenu ul li.on a { color: #569939; }

/* Breadcrumb */
#breadcrumb {
	background: #F7F7F7 url(header-bg-breadcrumb.png) no-repeat left bottom;
	font-size: 0.8em;
	min-height: 1.8em;
	padding: 0 0 0.6em 19px;
}


#breadcrumb ul li {
	display: -moz-inline-block;
	display: inline-block;
	background: url(arrow-mini-green-right.png) no-repeat 0 0.7em;
	padding: 0.3em 8px 0 11px;
}

#breadcrumb ul li:first-child {
	padding-left: 0;
	background: none;
	color: #469C23;
}

#breadcrumb a {
	color: #484039;
	text-decoration: none;
}
#breadcrumb a:hover { text-decoration: underline; }

/* Main content area */
#main { margin-top: 10px; }

/* Left sidebar */
#sidebarLeft {
	float: left;
	width: 170px;
}

#sidebarLeft h3 {
	color: #FFF;
	background: #8CC259 url(sidebar-bg-sidebarleft-header.png) no-repeat left top;
	padding: 0.35em 0 0.4em 10px;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
}

#sidebarLeft ul {
	padding-bottom: 13px;
}

#sidebarLeft ul li {
	background: url(bg-borderandgradient.png) repeat-x left top;
}

#sidebarLeft ul a {
	color: #53504D;
	display: block;
	text-decoration: none;
	padding: 6px 0.5em 0.5em 20px;
	background: url(arrow-mini-green-right.png) no-repeat 9px 1em;
}
#sidebarLeft ul a:hover { text-decoration: underline; }

#sidebarLeft ul li:first-child { background: none; }

#sidebarLeft ul li.on { background: none; }
#sidebarLeft ul li.on a {
	background-color: #EAEAEA;
	background-image: url(arrow-mini-grey-right.png);
	border-bottom: 1px solid #F2F2F2;
	font-weight: bold;
	color: #53504D;
}

#sidebarLeft ul ul {
	background: #FFF;
	font-size: 0.9em;
	border-top: 1px solid #FFF;
}

#sidebarLeft ul ul li a {
	padding: 0.4em 0 0.5em 27px;
}

/* specificity rules really bite in cases like these */
#sidebarLeft ul li.on ul li { background: none; padding: 0; }
#sidebarLeft ul li.on ul li a,
#sidebarLeft ul li.on ul li.on ul li a,
#sidebarLeft ul li.on ul li.on ul li.on ul li a,
#sidebarLeft ul li.on ul li.on ul li.on ul li.on ul li a,
#sidebarLeft ul li.on ul li.on ul li.on ul li.on ul li.on ul li a {
	font-weight: normal;
	background: transparent url(arrow-mini-green-right.png) no-repeat 19px 0.8em;
	border: none;
}

#sidebarLeft ul li.on ul li.on a,
#sidebarLeft ul li.on ul li.on ul li.on a,
#sidebarLeft ul li.on ul li.on ul li.on ul li.on a,
#sidebarLeft ul li.on ul li.on ul li.on ul li.on ul li.on a
#sidebarLeft ul li.on ul li.on ul li.on ul li.on ul li.on ul li.on a {
	font-weight: bold;
	background-color: #F9F9F9;
}

/* Deep content */
#sidebarLeft ul ul ul {
	font-size: 1em;
	border-top: none;
	background: #F9F9F9;
	padding-bottom: 0;
}
#sidebarLeft ul ul ul li a { padding-left: 37px; }
#sidebarLeft ul ul ul ul li a { padding-left: 47px; }
#sidebarLeft ul ul ul ul ul li a { padding-left: 57px; }
#sidebarLeft ul ul ul ul ul ul li a { padding-left: 67px; }

#sidebarLeft ul li.on ul li.on ul li a { background-position: 29px 0.8em; font-weight: normal; }
#sidebarLeft ul li.on ul li.on ul li.on ul li a { background-position: 39px 0.8em; font-weight: normal; }
#sidebarLeft ul li.on ul li.on ul li.on ul li.on ul li a { background-position: 49px 0.8em; font-weight: normal; }
#sidebarLeft ul li.on ul li.on ul li.on ul li.on ul li.on ul li a { background-position: 59px 0.8em; font-weight: normal; }

/* Right sidebar */
#sidebarRight {
	float: right;
	width: 213px;
}

#tools {
	border: 1px solid #CBCBCB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 7px 0 7px 7px;
	margin-bottom: 9px;
}

#tools li {
	float: left;
	margin-left: 4px;
}

#tools h6 {
	font: 1em Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	float: left;
	margin: 0 15px 1em 0;
	padding-top: 2px;
}

#socialBookmarking, #quickLinks {
	border: 1px solid #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear: left;
	background: #F7F7F7;
	margin-right: 7px;
	padding: 4px 8px 4px 4px;
}

#socialBookmarking h6, #quickLinks h6 {
	float: none;
	margin: 0;
	background: url(sidebar-bg-socialbookmarking-button-open.png) no-repeat left top;
	padding: 2px 0 2px 22px;
	font-weight: normal;
	cursor: pointer;
}
#socialBookmarking h6.closed { background: url(sidebar-bg-socialbookmarking-button-closed.png) no-repeat left top; }

#quickLinks h6 { background: url(sidebar-bg-quicklinks-button.png) no-repeat left top; padding-left: 5px; }
#quickLinks h6 a { color:#555; text-decoration:none; }
#quickLinks h6 a:hover { color:#555; text-decoration:underline; }
#quickLinks { margin-bottom:5px; }

/* Using padding makes scriptaculous go wonky */
#socialBookmarking ul { margin: 4px 0 2px; }
#socialBookmarking ul li {
	display: block;
	float: none;
	padding: 0 0 0.4em 0;
}

#socialBookmarking ul li a { color: #242424; text-decoration: none; }
#socialBookmarking ul li a:hover { text-decoration: underline; }

#socialBookmarking ul li img {
	vertical-align: middle;
	margin: 0 0.3em 0 1px;
}

/* Featured article replacement styles 28/6/2010 */

 

#featuredArticles {

    background: url(sidebar-bg-featuredarticles-bottom.png) no-repeat left bottom;

    margin-bottom: 9px;

    line-height: 1.1;

    color: #444;

            

}

 

#featuredArticles div {

    background: url(sidebar-bg-featuredarticles-top.png) no-repeat left top;

    padding: 18px 17px 25px;

            

}

 

#featuredArticles div ul { margin-bottom: 1em;position: relative;  }

#featuredArticles div ul li {

    background: url(arrow-mini-blue-right.png) no-repeat 0 5px;

    padding: 0 0 0 9px;

    margin-bottom: 0.2em;

}

 

#featuredArticles div ol { list-style: decimal outside; margin: 0 1.5em 1em; }

#featuredArticles div ol li { margin-bottom: 0.2em; }

 

#featuredArticles div h2, #featuredArticles div h3, #featuredArticles div h4,

    #featuredArticles div h5, #featuredArticles div h6 {

    font-weight: bold;

    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

    line-height: 1.2;

    color: #555;

}

 

#featuredArticles div p { margin-bottom: 0.8em; line-height: 1.2; }

 

#featuredArticles div h2 { font-size: 1.4em;line-height: 1.0; margin-bottom: 0.4em; color: #555;}

#featuredArticles div h3 { font-size: 1.2em; margin-bottom: 0.5em; }

#featuredArticles div h4 { font-size: 1.1em; line-height: 1.1; margin-bottom: 0.6em; }

#featuredArticles div h5 { font-size: 1.2em; margin-bottom: 0.7em; }

#featuredArticles div h6 { font-size: 1em; margin-bottom: 0.8em; }

 

#featuredArticles div span.l img { float: left; margin: 0 0.5em 0 0; }

#featuredArticles div span.r img { float: right; margin: 0 0 0 0.5em; }

 

#featuredArticles div hr {

    border: none;

    padding: 0; margin: 1em 0;

    background: url(sidebar-bg-featuredarticles-hr.png) repeat-x left top;

    height: 3px;

}



/* Topics and resources tabs */
#topicsAndResources {
	background: url(sidebar-bg-topicsandresources-gradient.png) no-repeat left top;
	padding: 9px 8px 0 8px;
}

#topicsAndResources .tab ul {
	padding: 5px 22px 1em 13px;
	background: #FFF;
}

#topicsAndResources .tab ul li {
	border-bottom: 1px solid #E6E2E9;
	background: url(arrow-mini-green-right.png) no-repeat 0 0.9em;
	padding: 0.25em 0 0.25em 9px;
}

#topicsAndResources .tab ul a {
	color: #4D4D4D;
	text-decoration: none;
}
#topicsAndResources .tab ul a:hover { text-decoration: underline; }

#topicsAndResources .tab p {
	background: url(arrow-mini-green-dright.png) no-repeat right 8px;
	padding-right: 12px;
	margin-right: 22px;
	text-align: right;
}

#topicsAndResources .tab p a { text-decoration: none; }
#topicsAndResources .tab p a:hover { text-decoration: underline; }

/* Content */
/*
 * The CAN'T be #content.article, #content.topic etc. because Internet Explorer 6
 * throws a serious wobbly over trying to set classes on IDs and things get very,
 * VERY messy
 */
#article, #topic {
	background: url(bg-content-article.png) no-repeat left top;
	padding: 12px 13px 0 17px;
	margin: 0 222px 3em 179px;
}

/* Could use all the same ID but makes sense to segment them */
#landing, #audience, #documentWrapper, #events{
	background: url(bg-content-toplevel.png) no-repeat left top;
	padding: 13px 17px;
	margin: 0 222px 3em 0;
	min-height: 650px;
}

/* Article */
#article p { margin-bottom: 2em; }
#article p.intro { font-weight: bold; }
#article h2 {
	font: 1.8em/1.1 Tahoma, Arial, Verdana, sans-serif;
	margin-bottom: 0.5em;
	color: #469C23;
	font-weight: normal;
}

#article h3 {
	font: 1.62em Tahoma, Arial, Verdana, sans-serif;
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #121212;
}

#article h4 {
	font: bold 1.25em Arial, Helvetica, sans-serif;
	margin-bottom: 0.6em;
	color: #444;
}

#article h5 {
	font: bold 1em Arial, Helvetica, sans-serif;
	margin-bottom: 0.7em;
	color: #333;
}

#article h6 {
	font: bold 1em Arial, Helvetica, sans-serif;
	margin-bottom: 0.7em;
	color: #777;
}

#article table { border-spacing: 1px; border-collapse: separate; border: 1px solid #D9D9D9; margin-bottom:1.8em; }
#article table th { color:white; background-color:#5AA73B; text-align:left; line-height:1.2em; }
#article table th .small { font-size:0.9em; }
#article table tr.alt td { background-color:#F4F4F4; }
#article table td, table th { padding:0.7em 0.6em 0.7em 0.6em; }
#article table td { font-size:0.9em; color:#464646; }

/* additions 2009-03-05 */
#article ul { list-style: disc outside; margin: 1em 2.5em 2em; }
#article ul ul { list-style-type: circle; margin: 0.5em 2.5em; }
#article ul ul ul { list-style-type: square; }
#article ol { list-style: decimal outside; margin: 1em 2.5em 2em; }
#article dl { margin: 1em 0; }
#article dl dt { font-weight: bold; }
#article dl dd { margin: 0 0 0.5em; }

/* Media area */
.media {
	float: right;
	margin: 0 0 0 1.5em;
}
#article .media p { margin: 0 0 0.3em 0; }

.media .summary {
	margin-top: 7px;
	background: url(bg-mediasummary.png) no-repeat left top;
	color: #4D4D4D;
	min-height: 1.5em;
	padding: 0.6em 1em;
	margin-bottom: 8px;
}

.media .summary p.transcript {
	padding-left: 21px;
	background: url(button-transcript-closed.png) no-repeat left center;
}

.media .summary h6 { color: #469C23; margin-bottom: 0.2em; }
.media .summary a { text-decoration: none; }
.media .summary a:hover { text-decoration: underline; }

.media.video { width: 274px; }
.media.image { padding-bottom: 15px; }


/* Wide videos */

.summarywide {
	margin-top: 1px;
	background: url(bg-mediasummary-large.png) no-repeat left top;
	color: #4D4D4D;
	min-height: 0.6em;
	padding: 0.6em 1em;
	margin-bottom: 15px;
}

.summarywide p.transcript {
	padding-left: 21px;
	background: url(button-transcript-closed.png) no-repeat left center;
}

.summarywide h6 { color: #469C23; margin-bottom: 0.2em; }
.summarywide a { text-decoration: none; }
.summarywide a:hover { text-decoration: underline; }


/* Pagination */
.pagination.top {
	border-bottom: 1px solid #D4D4D4;
	padding-bottom: 0.45em;
	margin-bottom: 1em;
}

.pagination.bottom {
	border-top: 1px solid #D4D4D4;
	padding-top: 0.45em;
	padding-bottom: 1em;
	margin-top: 1em;
}

.pagination p {
	font: 1em Tahoma, Arial, Verdana, sans-serif;
	color: #5A5856;
	font-weight: bold;
	margin: 0 !important; /* From #content p */
}

.pagination ul {
	float: right;
	font-size: 0.8em;
	list-style: none !important;
	margin: 0 !important;
}
.pagination ul li { float: left; margin-left: 0.4em; }

.pagination ul li a {
	display: block;
	background: #F7F7F7;
	border: 1px solid #DBDBDB;
	color: #463B32;
	padding: 0.1em 0.55em;
	text-decoration: none;
}

.pagination ul li.on a {
	background: url(bg-pagination-on.png) repeat-x left top;
	color: #FFF;
	border: none;
	padding: 0.2em 0.65em 0.3em;
}

.pagination ul li.previousNext a { background: none; }


/* Carousel generic */
#carousel {
	overflow: hidden;
	overflow-x: auto;
}

#carousel ul ul { float: left; }
#carousel li { vertical-align: top; }
#carousel li ul li {
	display: inline-block;
	padding: 0 4px 1em;
}

#carousel li ul img { margin-bottom: 1em; }
#carousel li ul a { text-decoration: none; }
#carousel li ul a:hover { text-decoration: underline; }

#carouselLeft, #carouselRight { display: none; }

#carousel.scripted {
	overflow: hidden;
	position: relative;
}

#carousel.scripted ul {
	overflow: hidden;
	white-space: nowrap;
}

#carousel.scripted li { display: inline-block; }

#carousel.scripted li ul { overflow: visible; width: auto; }
#carousel.scripted li ul li {
	display: inline-block;
	white-space: normal;
}

#carousel.scripted #carouselLeft, #carousel.scripted #carouselRight {
	position: absolute;
	left: 0; top: 0;
	display: block;
}
#carousel.scripted #carouselRight { left: auto; right: 0; }

#carousel.scripted #carouselNavigation { text-align: center; margin: 1em 0 0 -22px; width: auto;  }
#carousel.scripted #carouselNavigation li { margin: 0 2px 0 3px; cursor: pointer; width: auto;  }


/* Carousel specific */
#landing #carousel, #events #carousel {padding-bottom: 0.6em; margin-bottom:0.6em }
#landing #carousel > ul, #events #carousel > ul { width: 4000px; }
#landing #carousel.scripted,  #events #carousel.scripted {
	padding-left: 22px;
	/* background: url(bg-carousel.png) no-repeat 0 107px; */
	border-bottom: 0px solid #D4D3D3;
}

#landing #carousel.scripted ul,  #events #carousel.scripted ul { width: 660px; }
#landing #carousel.scripted li ul li, #events #carousel.scripted li ul li { width: 210px; padding: 0 4px; }


/* Site map */
#sitemap ul { margin: 0.3em 0 0 53px; }
#sitemap ul ul {
	border-left: 1px solid #DDDDDB;
	margin-left: 0;
	padding-left: 39px;
}

#sitemap li {
	background: url(bg-sitemap-right.png) no-repeat right top;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	position: relative;
}

#sitemap li a {
	display: block;
	background: url(bg-sitemap-left.png) no-repeat left top;
	min-height: 20px;
	padding: 3px 0 0 30px;
	margin-bottom: 0.4em;
	color: #0C0C0C;
	text-decoration: none;
}

#sitemap li ul li {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0.4em 0;
	margin: 0;
	min-height: auto;
}

#sitemap li ul a {
	text-decoration: underline;
	padding: 0;
	display: inline;
	background: none;
	min-height: auto;
}

#sitemap img.toggle {
	cursor: pointer;
	position: absolute;
	top: 4px; left: 8px;
}

#sitemap ul li .toggle { top: 1px; left: -21px; }

/* Advanced search */
#main.search {
	background: url(search-bg-search.png) no-repeat left top;
	min-height: 854px;
	padding: 15px 17px 0 14px;
}

#searchHelp {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
}
#searchHelp a { text-decoration: none; color: #005689; }
#searchHelp a:hover { text-decoration: underline; }
#searchHelp a:hover span { text-decoration: none; }

.helpBox {
	background: #F8F8F8;
	border: 1px solid #D1CCD9;
	color: #484848;
	font-weight: normal;
	padding: 0 2px;
	font-size: 0.9em;
}

.helpBox a { text-decoration: none; color: #484848; }

#searchFlavours { height: 2em; margin-bottom: 0.4em; }
#searchFlavours li {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(header-img-topmenu-bar.png) no-repeat left top;
}

#searchFlavours li:first-child { background: none; padding-left: 0; margin-left: 0; }
#searchFlavours li.on { font-weight: bold; }
#searchFlavours li.on a { text-decoration: none; }

#search .tabList { margin-right: 1px; background: url(search-bg-tablist.png) no-repeat left bottom; }
#search .tabList li { margin-right: 0; }
#search .tabList li a { color: #191919; text-decoration: none; }
#search .tabList li.on a { color: #FFF; }

#search .tab {
	background: url(search-bg-tab-open.png) no-repeat left top;
	height: 77px;
	margin: 0 0 8px 0;
	padding: 8px;
}

#search .tab.closed { background-image: url(search-bg-tab.png); }
#search .tab.noTab { background-image: url(search-bg-tab-notab.png); }

#search .keywords {
	background: url(search-bg-searchform.png) no-repeat left top;
	height: 60px;
	padding: 12px 0 0 12px;
	margin-bottom: 7px;
}

#search .keywords h2 {
	margin: 0 0 0.2em; padding: 0 0 0 25px;
	font: 1.25em Tahoma, Arial, Verdana, sans-serif;
	color: #000;
	background: url(search-bg-refineyoursearch.png) no-repeat 0 0;
}

#search .keywords label {
	margin: 0 0 0.2em; padding: 0 0 1em 25px;
	font: 1.25em Tahoma, Arial, Verdana, sans-serif;
	color: #000;
	background: url(search-bg-refineyoursearch.png) no-repeat 0 0;
}

#search .keywords input {
	border: 1px solid #D8D3DE;
	width: 27.5em;
	padding: 0.1em 0.3em 0.2em;
	margin-right: 2px;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #303030;
}

#search .keywords select {
	font: 1em Arial, Helvetica, sans-serif;
	border: 1px solid #D8D3DE;
	padding: 0.1em;
	margin-right: 0;
}

#search .keywords button {
	font: 1em Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

#search div.criteria { padding: 1.2em 0 0 8px; }
#search div.criteria .helpBox { font-size: 0.8em; vertical-align: 2px; }

#search div.criteria li {
	clear: left;
	padding-bottom: 0.4em;
}

#search div.criteria label {
	display: block;
	width: 14em;
	float: left;
	color: #191919;
}

#search div.criteria input {
	background: #F8F8F8;
	border: 1px solid #D8D3DE;
	width: 25em;
}

#search div.criteria p.buttons {
	width: 41.9em;
	text-align: right;
	margin-top: 0.5em;
}

#search p.buttons button {
	border: 1px outset #999;
	background: #EEE;
	font: 1em Arial, Helvetica, sans-serif;
	padding: 0.1em 0.4em 0.2em;
	margin-left: 6px;
}

#criteria {
	background: url(search-bg-criterialip.png) no-repeat left bottom;
	padding: 0 11px 18px 9px;
	margin-bottom: 12px;
}

#criteria .orderBy { float: right; }
#criteria .orderBy span { color: #BEBEBE; margin: 0 0.4em; }

#criteria dl { margin-top: 0.8em; }
#criteria dl dt {
	font-weight: bold;
	color: #469C23;
	display: inline;
}
#criteria dl dd { display: inline; }

/* Directed search */
#directedSearch {
	clear: both;
	background: url(bg-directedsearch.png) no-repeat left top;
	padding: 0.8em 10px 0 14px;
	float: left; /* scrappy */
}

.tab #directedSearch { background:none; }

#directedSearch h2 {
	color: #000;
	font: 1.6em Tahoma, Arial, Verdana, sans-serif;
	background: url(bg-findaresource.png) no-repeat 0 2px;
	padding: 0 0 0 28px;
	min-height: 27px;
}

#directedSearch h2 span {
	float: right;
	font: 0.55em Arial, Helvetica, sans-serif;
	background: url(bg-searchhelp.png) no-repeat 0 0;
	min-height: 21px;
	padding: 4px 15px 0 29px;
}

#directedSearch h2 span a {
	color: #005689;
	font-weight: bold;
	text-decoration: none;
}
#directedSearch h2 span a:hover { text-decoration: underline; }

#directedSearch legend {
	color: #000;
	font: 1.1em Tahoma, Arial, Verdana, sans-serif;
	padding: 0 0 0 11px;
	margin: 0;
}
#directedSearch legend.folder { padding: 0 0 0.3em 25px; background: url(bg-folder.png) no-repeat 0 0; }

#directedSearch ul { padding-top: 0.7em; }
#directedSearch ul li {
	float: left;
	margin-right: 15px;
}

#directedSearch ul fieldset ul { width: 204px; }
#directedSearch ul.twoColumn fieldset ul { width: 319px; }
#directedSearch ul.fourColumn fieldset ul { width: 147px; }

#directedSearch ul li ul {
	border-top: 1px solid #D1D1D1;
	margin-right: 0;
	padding: 5px 5px 1em 0;
	font-size: 0.9em;
}

#directedSearch ul li ul li {
	float: none;
	width: auto;
	margin: 0 0 0.4em 0;
	line-height: 1.3;
}

#directedSearch ul input { vertical-align: middle; margin: 0 0 0 3px; }
#directedSearch ul label { cursor: pointer; }

#directedSearch p label {
	background: url(bg-keyword.png) no-repeat left center;
	padding-left: 21px;
	font: 1.05em Tahoma, Arial, Verdana, sans-serif;
	color: #000;
}

#directedSearch p input {
	width: 248px;
	padding: 0.1em 0.4em;
	margin-left: 0.3em;
	background: #FCFCFC;
	border: 1px solid #D8D3DE;
	color: #484848;
	font: Arial, Helvetica, sans-serif;
}

#directedSearch p.buttons {
	clear: both;
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0.6em 0 2em;
	border-top: 1px solid #D1D1D1;
}

#directedSearch button {
	border: 1px outset #999;
	background: #EEE;
	font: 1em Arial, Helvetica, sans-serif;
	padding: 0.1em 0.4em 0.2em;
}

/* Search page specific styles for directed search */
#search #directedSearch { padding: 0; float: none; }

#search #directedSearch ul.threeColumn fieldset ul { width: 284px; }
#search #directedSearch ul.fourColumn fieldset ul { width: 208px; }

/* Search results */
#searchResults {
	margin-right: 222px;
}

#searchResults .didYouMean {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

#searchResults ol { border-bottom: 1px solid #DDD; }
#searchResults ol li { margin-bottom: 1.5em; }

#searchResults ol h3 {
	font-size: 14.5px;
	font-weight: normal;
	margin-bottom: 0.2em;
}

#searchResults p.spec { color: #AAA; margin-bottom: 0.1em; }
#searchResults p.spec .date { color: #469C23; }
#searchResults p.spec img { vertical-align: -2px; }

#searchResults .pagination {
	text-align: center;
	margin: 2em 0;
	font-size: 1.1em;
}
#searchResults .pagination ul { float: none; }
#searchResults .pagination ul li { float: none; display: inline-block; }

/* Recommended */
#searchResults ol.recommended {
	background: url(bg-recommendedsearch-bottom.png) no-repeat left bottom;
	margin: 0 0 0 -2px; border: none;
}
#searchResults ol.recommended li {
	padding: 0.7em 0 1em 12px;
	color: #484848;
}
#searchResults ol.recommended li:first-child { background: url(bg-recommendedsearch-top.png) no-repeat left top; }
#searchResults ol.recommended li p a {
	color: #484848;
	text-decoration: none;
	font-weight: bold;
}
#searchResults ol.recommended li p a:hover { text-decoration: underline; }

#searchResults ol.recommended li span {
	color: #0372A7;
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 12px;
	background: url(bg-recommendedsearch-tick.png) no-repeat 0 2px;
	padding-left: 14px;
}

/* Search sidebar */
#relatedSubjects {
	background: url(search-bg-relatedsubjects-top.png) no-repeat left top;
}

#relatedSubjects a { text-decoration: none; }
#relatedSubjects a:hover { text-decoration: underline; }

#relatedSubjects h6 {
	font: 1.4em Tahoma, Arial, Verdana, sans-serif;
	color: #222;
	background: url(search-bg-relatedsubjects-title.png) no-repeat 0 6px;
	padding: 8px 0 0 27px;
	margin: 0 0 0 9px;
	min-height: 31px;
}

#relatedSubjects > ul {
	background: url(search-bg-relatedsubjects-bottom.png) no-repeat left bottom;
	padding: 0 0 20px 13px;
}

#relatedSubjects > ul > li {
	padding-left: 8px;
	background: url(arrow-mini-green-right.png) no-repeat 0 6px;
	margin-bottom: 0.6em;
}

#relatedSubjects ul ul li {
	margin-left: 17px;
	padding-left: 8px;
	background: url(bullet-tiny.png) no-repeat 0 7px;
}

/* Topic */
#topic img.intro { float: left; padding-right: 12px; border-right: 1px solid #D8D8D6; }
#topic div.intro { margin-left: 200px; }

#topic h2 {
	font: 1.4em Tahoma, Arial, Verdana, sans-serif;
	color: #469C23;
	margin-bottom: 0.1em;
}

#topic h2 a {
	text-decoration: none;
	color: #014A87;
}
#topic h2 a:hover { text-decoration: underline; }

#topic h3 {
	font: 1.2em Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #121212;
	margin-bottom: 0.1em;
}

#topic h4 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #444;
}

#topic h5 {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #333;
}

#topic h6 {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #777;
}

#topic ul {
	background: url(bg-borderandgradient.png) repeat-x left top;
	padding-bottom: 2em;
	margin-bottom: 0.5em;
	padding-top: 0.8em;
	margin-top: 2em;
}

#topic ul li {
	border-top: 1px solid #DDD;
	padding: 0.8em 4em 0 0;
	margin-bottom: 0.8em;
}
#topic ul li:first-child { border-top: none; }

#topic ul p { margin-bottom: 0; }

#topic .tab ul { background: #FFF; padding: 0.5em 15px 0 16px; margin-top: 0; }
#topic .tab a { text-decoration: none; }
#topic .tab a:hover { text-decoration: underline; }

#topic .tab ul li {
	background: url(arrow-mini-green-right.png) no-repeat 0 1em;
	border-bottom: 1px solid #DDD;
	border-top: none;
	padding: 0.5em 0 0.5em 10px;
}

#topic .tab p.readMore {
	text-align: right;
	padding-right: 12px;
	margin-right: 16px;
	background: url(arrow-mini-green-dright.png) no-repeat right 7px;
}

#topic .tabList { background: url(tab-listbg.png) repeat-x left bottom; padding: 0; margin: 0; }
#topic .tabList li { margin: 0 3px 1px 0; padding: 0; border: none; }
#topic .tabList li.on { margin-bottom: 0; }

#topic .tabHolder {
	background: url(bg-tabholder.png) no-repeat left top;
	padding: 8px 9px 0 9px;
	margin-left: -9px;
}

/* Theme */
#theme {
	background: url(bg-content-theme.png) no-repeat left top;
	padding: 12px 12px 0 12px;
	margin: 0 222px 3em 179px;
}

#theme h1 {
	border-bottom: 1px solid #72B13D;
	background: url(arrow-theme-h1.png) no-repeat 0 7px;
	padding: 0 0 0.3em 15px;
	margin: 0 0 6px 1px;
}

#theme .intro {
	background: url(theme-bg-intro.png) no-repeat left top;
	padding: 12px;
	min-height: 162px;
	color: #222;
}
#theme .intro .left { float: left; }
#theme .intro p { margin: 0 0 0.7em 217px; }

#theme .headlines {
	background: url(theme-bg-headlines.png) no-repeat left top;
	min-height: 392px;
	padding: 12px 20px 0 16px;
	color: #333;
}

#theme .headlines h2 { font: 1.5em/1.2 Tahoma, Arial, Verdana, sans-serif; }
#theme .headlines h2 a { text-decoration: none; }
#theme .headlines h2 a:hover { text-decoration: underline; }

#theme .headlines li:first-child { border-top: none; padding-top: 0; }
#theme .headlines li {
	border-top: 1px solid #DDDBD9;
	padding: 0.9em 0;
}

/* Landing */
#landing h1 {
	font: normal 2.9em Tahoma, Arial, Verdana, sans-serif;
}

#landing .intro {
	margin-bottom:30px;
}

#landing .intro p {
	margin-bottom:1em;
}

#landing .intro ul {
	list-style: disc outside; margin: 1em 2.5em 2em;
}


#landing .topic {
	border-bottom: 1px solid #DDD;
	padding: 0 0 20px 163px;
	position: relative;
	/*min-height: 10em;*/
	margin-bottom: 15px;
}
#landing .topic.last { border-bottom: none; }

#landing .topic h2 {
	color: #469C23;
	font: 1.95em/1 Tahoma, Arial, Verdana, sans-serif;
	margin-bottom: 0.25em;
}
#landing .topic h2 a { color: #00446C; text-decoration:none; }
#landing .topic h2 a:hover { color: #00446C; text-decoration:underline; }

#landing h3 {
	display: inline-block;
	background: url(home-bg-tab-recommended.png) no-repeat left top;
	color: #FFF;
	font-weight: normal;
	padding: 0;
	margin: 0.3em 0 -1px 0;
	position: relative;
	z-index: 1;
}

#landing h3 span {
	display: block;
	padding: 3px 12px 0.2em 10px;
	background: url(home-bg-tab-mostpopular-right.png) no-repeat right top;
}

#landing h4 {
	font: bold 1.25em Arial, Helvetica, sans-serif;
	color: #444;
}

#landing h5 {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #333;
}

#landing h6 {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #777;
}

#landing p { margin-bottom: 0.4em; }

#landing .topic .linkSet ul, #landing .topic .linkSetNoTab ul {
	min-height: 44px;
	padding: 0 0 10px 0;
	background: url(bg-toplevel-bottom-wide.png) no-repeat left bottom;
}

#landing .topic .linkSet ul li a, #landing .topic .linkSetNoTab ul li a { display:block; }

#landing .topic .linkSet  {
	background: url(bg-toplevelul-top-wide.png) no-repeat left top;
	padding-top:5px;
}

#landing .topic .linkSetNoTab  {
	background: url(bg-toplevelul-top-wide-no-tab.png) no-repeat left top;
	padding-top:5px;
	margin-top:7px;
}

#landing .topic .linkSet ul li, #landing .topic .linkSetNoTab ul li { display:inline-block; width:255px; float:none; vertical-align:top; padding-top: 3px; padding-bottom: 2px; }

#landing .topic ul li a { background: url(arrow-mini-green-right.png) no-repeat 0; padding-left: 8px; }

#landing .topic .linkSet ul li a, #landing .topic .linkSetNoTab ul li a {
	color: #005689;
	text-decoration: none;
	padding-left: 18px;
	background: url(arrow-mini-green-right.png) no-repeat 9px 6px;
}

#landing .topic ul li a {
	text-decoration: none;
}
#landing .topic ul li a:hover { text-decoration: underline; }
#landing .topic img.l { position: absolute; top: 0.3em; left: 0; }

/* My downloads */
.myDownloadsIntro {
	background: url(bg-mydownloads-message.png) no-repeat left top;
	min-height: 66px;
	padding: 12px 0 0 53px;
	color: #444;
}

.myDownloadsProgress {
	height: 2em;
	margin-bottom: 0.5em;
	position: relative;
}

.myDownloadsProgress .help {
	position: absolute;
	right: 0; top: 0;
	font-weight: bold;
	font-size: 0.9em;
}

.myDownloadsProgress .help a {
	color: #005689;
	text-decoration: none;
}

.myDownloadsProgress .help span {
	border: 1px solid #D1CCD9;
	background: #F8F8F8;
	font-weight: normal;
	font-size: 0.9em;
	color: #484848;
	padding: 0 0.3em;
}

.myDownloadsProgress h2 { font: normal 1.25em/1 Tahoma, Arial, Verdana, sans-serif; float: left; }
.myDownloadsProgress h2 strong { color: #469C23; font-weight: normal; }

.myDownloadsProgress .outer {
	width: 197px; height: 8px;
	background: #D1E7C9;
	float: left;
	margin: 5px 9px 0 11px;
}

.myDownloadsProgress .outer .inner {
	background: url(bg-mydownloads-progress.png) repeat-x left top;
	height: 8px;
}

/* Download list */
.myDownloads { width: 100%; }
.myDownloads th {
	text-align: left;
	color: #FFF;
	background: #438B27 url(bg-mydownloads-tableheader.png) repeat-x left top;
	padding: 0.35em 0 0.4em 13px;
}
.myDownloads th.title { background-repeat: no-repeat;  background-image: url(bg-mydownloads-thl.png); }
.myDownloads th.actions { background: #438B27 url(bg-mydownloads-thr.png) no-repeat right top; }

.myDownloads tr td { padding: 0.5em 0 0.6em 12px; }
.myDownloads tr.alt td { background: #F4F4F4; border-left: 1px solid #FFF; }

.myDownloads tr td.title { padding-left: 0; }
.myDownloads tr.alt td.title { border-left: none; }
.myDownloads tr td.title a { text-decoration: none; }
.myDownloads tr td.title a:hover { text-decoration: underline; }

.myDownloads td.actions { width: 102px; padding-left: 10px; }
.myDownloads td.actions a.delete {
	display: block;
	min-height: 13px;
	padding: 0 0 0 18px;
	background: url(button-mydownloads-delete-white.png) no-repeat 0 2px;
	color: #0372A7;
	text-decoration: none;
}
.myDownloads tr.alt td.actions a.delete { background-image: url(button-mydownloads-delete-grey.png); }
.myDownloads td.actions a.delete:hover { text-decoration: underline; }

.myDownloads td.icon {
	padding-left: 13px;
	width: 18px;
}
.myDownloads td.icon img { vertical-align: middle; }

.myDownloads tr.total td {
	background: #DDDDDB;
	font-weight: bold;
	border-top: 1px solid #FFF;
}

.myDownloads tr.times td { border-bottom: 1px solid #E6E6E6; }
.myDownloads tr.times ul li {
	padding-left: 15px;
	background: url(icon-mydownloads-time.png) no-repeat 0 3px;
}

.myDownloadsIntro button, .myDownloads button, .myDownloadsNow button  {
	border: 1px outset #999;
	background: #EEE;
	font: 1em Arial, Helvetica, sans-serif;
	padding: 0.1em 0.4em 0.2em;
}

/* You are now downloading */
.myDownloadsNow ul { margin-bottom: 1em; }

.myDownloadsNow li {
	padding-left: 19px;
	background: url(icon-mydownloads-document-white.png) no-repeat 0 2px;
	margin-bottom: 0.45em;
}

.myDownloadsNow li a { text-decoration: none; }
.myDownloadsNow li a:hover { text-decoration: underline; }

.myDownloadsNow h2, .myDownloadsUsage h2 {
	font: normal 1.3em/1 Tahoma, Arial, Verdana, sans-serif;
	margin: 2em 0 0.8em;
}

/* No downloads - how to use */
.myDownloadsUsage h2 { font-size: 1.6em; }
.myDownloadsUsage p { margin-bottom: 1.2em; }
.myDownloadsUsage ul { list-style: disc outside; margin: -0.7em 2em 1em; }
.myDownloadsUsage ul li { margin-bottom: 0.2em; }

/* Footer menu */
#footerMenu {
	background: url(footer-bg-footermenu-gradient.png) repeat-x left top;
	border-top: 1px solid #E6E2E9;
	border-bottom: 1px solid #E6E2E9;
	min-height: 3em;
	padding: 9px 0 0.6em 0;
	margin-bottom: 0.5em;
	clear: both;
}

#footerMenu li {
	display: inline-block;
	background: url(header-img-topmenu-bar.png) no-repeat left center;
	padding: 0 11px 0 8px;
}
#footerMenu li:first-child { background: none; padding-left: 0; }

#footerMenu img { vertical-align: -30%; }

#footerMenu a {
	color: #555;
	text-decoration: none;
}
#footerMenu a:hover { text-decoration: underline; }

/* Footer */
#footer {
	padding-bottom: 3em;
}

#footer span {
	border-top: 1px solid #E6E2E9;
	display:block;
	padding-top:0.6em;
	clear:both;
}

#footer ul { padding-bottom: 0.6em; padding-top: 0.1em; }

#footer ul.menuRight {
	float: right;
	margin-right: -11px;
}
#footer ul.menuLeft {
	float: left;
	margin-left: -11px;
}

#footer ul li {
	float: left;
	background: url(header-img-topmenu-bar.png) no-repeat left center;
	padding: 0 11px 0 12px;
}

#footer ul li:first-child { background: none; }

#footer a {
	color: #555;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }



/* Generic form styles */

#article .inputForm ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
}
.inputForm ol li {
	clear: left;
	border-bottom: solid 1px #EAEAEA;
	padding: 0.7em 0;
}

.inputForm ol li fieldset { }
.inputForm ol li fieldset legend { font: 1.1em Arial, Helvetica, sans-serif; color:#555; display:block; width:180px; float:left; }
.inputForm ol li fieldset ol li { margin-left:185px; }
.inputForm ol li fieldset ol li label { float: none; width:auto; padding: 0; }
.inputForm ol li ol li { clear: none; border-bottom: none; padding:0.2em 0;  }
.inputForm input[type=checkbox] { vertical-align: middle; }
.inputForm input[type=radio] { vertical-align: top; }

.inputForm fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

.inputForm fieldset legend {
	font: normal 1.4em Tahoma, Arial, Verdana, sans-serif;
	color:#121212;
	padding-bottom:0.5em;
}

.inputForm label { float: left; width: 180px; padding: 0.1em 0.7em 0 0; cursor: pointer; }

.inputForm em { color: red; font-weight: bold; font-size: 0.9em; }

.inputForm input[type=text], .inputForm textarea {
	font: 1.1em Arial, Helvetica, sans-serif;
	border: 1px solid #CDCDCD;
}

.inputForm input:focus, .inputForm select:focus { border: 1px solid #B1B1B1; }

.inputForm button {
	border: 1px outset #999;
	background: #EEE;
	font: 1em Arial, Helvetica, sans-serif;
	padding: 0.1em 0.4em 0.2em;
	margin-top:0.5em;
	margin-left:187px;
}

.inputForm { padding-bottom: 1em; }


/* Tooltips */
.tooltip { position: absolute; text-align: center; width: 120px; }
.tooltipContent { background: #469C23; color: #FFF; padding: 0.1em 0.3em; }
.tooltipStem { position: absolute; }

/* sIFR styles */
.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate { position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden; }
.sIFR-flash + div[adblocktab=true] { display: none !important; }

.sIFR-hasFlash #landing h1 { visibility: hidden; }



/* New styles for behind login content pages */


#rhsignin {
    border: 1px solid #ecea66;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 9px;
    padding: 0 7px 7px 0;
}

#rhsignin .rhpadding{
	padding: 3px 11px 5px 10px;
}

#rhpromo .rhpadding{
	padding: 0 10px 5px 9px;
}

#rhsignin h2{
    background:#ecea66;
	font: 1.42em Tahoma,Arial,Verdana,sans-serif;
    margin-bottom: 0.5em;
	height:28px;
	width:211px;
}

#rhsignin h3{
	font: 1.42em Tahoma,Arial,Verdana,sans-serif;
    margin-bottom: 0.5em;
	margin-top:10px;
}

#rhsignin input{
	width:182px;
}

#rhsignin .belowinput{
	margin-top:7px;
}

#rhsignin button{
	float:left;

}

#rhpromo {
    border: 1px solid #CBCBCB;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 9px;
    padding: 0 7px 7px 0;
}

#rhpromo h2{
    background:#eaeaea;
	font: 1.42em Tahoma,Arial,Verdana,sans-serif;
    margin-bottom: 0.5em;
	height:28px;
	width:211px;
}

#rhpromo p{
    padding-left: 2px;
}

#widebox {

	background:url(top-box-star.png);
	background-repeat:no-repeat;
	background-position:1% 17%;
    border: 2px solid #ecea66;
	border-radius: 5px 5px 5px 5px;
    padding: 0.6em 0.8em 0.9em 0.8em;
	color:#333;
	margin-bottom:20px;
    width: 505px;
	height:35px;
}

#widebox strong {
	font-size:12pt;
	color:#018643;
	}

#widebox p{
	font: 108%;
	margin-left:62px;
	padding-right:20px;
}

.buttons{
	margin-left:0px;
	margin-top:10px;
}
#article .buttons img.last {
	margin:0px; !important
	}
	
#article .buttons img {
	border:0px;
	border-color:#fff;
	margin-right:28px;
	}

#metadata {
	font-size:95%; 
	margin-bottom:15px;
	color:#666;
}

#metadata strong {
	color:#666;
	}
	
.smallishtext {
	font-size:92%;	
}

.notification {

	background:#ecea66;
	background-repeat:no-repeat;
	height:15px;
	padding:2px 3px 3px 8px;
	margin-bottom:9px;
	margin-top:6px;	
}


#pagemetadata {
	width:190px;
	margin:0 auto;
	margin:0 5px 10px 15px;;
	float:right;
	border-left: 1px solid #ccc;
	padding-left:8px;

}

#pagemetadata .leftcolumn{ 
	float: left; 
	margin-right:45px;
}

#pagemetadata .rightcolumn{ 
	margin-right:10px;
}

/* member promo box on landing pages */

#memberpromo {

	background:url(membership-icon-portlet.gif); 
	background-repeat:no-repeat;
	background-position:3% 76%;
    border: 1px solid #ecea66;
	border-radius: 5px 5px 5px 5px;
	color:#333;
	margin-bottom:0;
	margin-left:13px;
    width: 280px;
	float:right;

}


#memberpromo p{
	padding-left:88px;
	padding-right:2px;
}

#memberpromo h2{
	padding:0;
	background:#ecea66;
	width:280px;
}

#memberpromo ul li{
	margin-left:88px;
	background: url(arrow-mini-green-right.png) no-repeat 0; 
	padding-left: 8px; 
	margin-bottom:8px;

}

#memberpromo .promolink {
	margin-left:88px;
	background: url(arrow-mini-green-right.png) no-repeat 0; 
	padding-left: 8px; 
	margin-bottom:8px;

}


