@charset "utf-8";
/* CSS Document */
html {
	font-family:Arial, Helvetica, sans-serif;
	color:#333
}
body {
	margin:0;
}
h1 {
	font-size:1.7em;
	font-weight:normal;
	color:#999;
	margin:0;
	border-bottom:1px solid #eee;
	letter-spacing:1px;	
}
h2 {
	font-size:1.3em;
	color:#006699;
	margin:0.8em 0 0.2em 0;
}
h2 .date {
	font-size:.6em;
}
h2 a, h2 a:visited {
	color:#006699;
}
h2.jobs {
	background:#006699 url(../_images/backgrounds/h2BG.gif) repeat-x;
	padding:5px 8px;
	color:#fff;
	font-weight:normal;
	border:1px solid #ccc;
}
h3, .h3 {
	font-size:1.1em;
	font-weight:normal;
	color:#006699;
	margin:0.6em 0 0.3em 0;
}
h3 a, h3 a:visited{
	color:#006699;
}
h3 a:hover {
	color:#990000;
}
h4 {
	font-size:.9em;
	font-weight:bold;
	margin:0.6em 0 0.3em 0;
	color:#006699;
}
h5 {
	font-size:0.8em;
	color:#006699;
	margin:0.8em 0 0 0;
}
h6 {
	color:#333;
	font-size:0.8em;
	margin:0.6em 0 0 0;
}
p {
	font-size:.8em;
	margin:1em 0 0.2em 0;
}
a, a:visited {
	color:#003366;
	outline: none;
}
a:hover {
	text-decoration:none;
	color:#990000;
}
a:active{
  outline: none;
  color:#990000;
}

/******************** BANNER */
#bannerWrapper {
	width:100%;
	height:190px;
	background:#006699 url(../_images/backgrounds/bannerBG.jpg) repeat-x;
	border-bottom:2px solid #ccc;
	margin-top:-1px;
}
#banner {
	width:960px;
	height:100%;
	margin:0 auto;
	background:transparent url(../_images/backgrounds/banner.jpg) no-repeat;
}
#banner a{
	display:block;
	height:100%;
	width:960px;
	float:left;
}
#bannerLeft a{
	background:transparent url(../_images/backgrounds/bannerLeft.png) no-repeat;	
	height:190px;
	width:650px;
}
#banner form {
	float:right;
	margin:160px 0px 0 0;
}
#banner form input {
	border:1px solid #ccc;
	padding:2px;
	background:#fff;
}
#banner #btn {	
	background:transparent url(../_images/backgrounds/btnBG.gif) no-repeat;
	padding:0 0 2px 0;
	color:#006699;
	border:none;
	height:24px;
	width:80px;
}
#banner #btn:hover {	
	color:#006699;
	background:transparent url(../_images/backgrounds/btnBG_over.gif) no-repeat;
	cursor:hand;
}

/******************** NAV */
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height:30px;
	width:960px;	
	border-left:1px solid #ccc;	
}
#nav ul li {
	float:left;
}
#nav ul li a {
	width:159px;
	padding:7px 0px;
	margin:0;
	text-align:center;
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	background:#ae0001 url(../_images/backgrounds/h4BG.jpg) repeat-x;	
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#nav ul li a:hover {
	background:#fff;
	color:#cc0000;
}

/******************** BREAD */
#breadWrapper {
	padding:0;
	border-bottom:1px dotted #eee;
}
#breadWrapper p {
	font-size:0.7em;
	padding:7px 0 5px 0;
	margin:0 0 0 5px;
	color:#666;
}
#breadWrapper strong {
	margin-right:0.5em
}
#breadWrapper #buttons {
	float:right;
	padding-top:3px;
}
#breadWrapper #buttons a {
	font-size:0.7em;
	margin:0 5px;
}

/******************** CONTENT */
#contentWrapper {
	width:960px;
	margin:0 auto;
}
#content {
	padding:0 0 0px 0px;
	min-height:400px;
}

/******************** LISTS */
ul {
	list-style-type:square;
	font-size:0.8em;
	margin-top:0.4em;
}
ul ul {
	padding:0 0 0 10px;
	font-size:1em;
	margin:0 0 10px 0;
}
ul ul li{
	padding-bottom:0px;
	padding-top:0;
}
ol {
	font-size:0.8em;
	margin-top:0.4em;
}
ol ol {
	font-size:90%;
}

/******************** HOMEPAGE */
#homeLeft {
	float:left;
	width:250px;
	padding: 0 10px 10px 5px;
	margin:0;
	border-right:1px solid #eee;
}
#homeLeft h2{
	margin:10px 5px 0 0px;
	font-size:1.2em;
}
#homeLeft h2 a, #homeLeft h2 a:visited{
	color:#006699;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}
#homeLeft h2 a:hover {
	border-bottom:none;
	color:#990000;
}
/*
#homeLeft h3 a{
	text-decoration:none;
	display:block;
	font-size:14px;
	font-weight:bold
}
#homeLeft h3 a:hover{
	text-decoration:underline;
}
#homeLeft p{
	margin:0 0 5px 0;
	display:block
}

#homeLeft p.lineOver {
	padding-top:15px
}
#homeLeft p.lineOver img{
	float:left;
	margin-top:-13px;
	border:none
}
*/
/*media release image*/
#homeLeft img { 
	border:2px solid #eee;
}
#homeLeft a img:hover {
	border:2px solid #ccc;
}

/*new styles for homepage*/
#homeLeft ul {
	list-style:none;
	margin-left:0;
	margin-top:10px;
}
#homeLeft li {
	margin-bottom:10px;
	border-bottom:1px solid #efefef;
	padding-bottom:5px;
}
#homeLeft .date {
	/*font-size:.8em;*/
}
#homeLeft a {
	font-size:1.2em;
	font-weight:bold;
}
li.rss {
	background:url(../_images/icons/rss_icon.png) no-repeat left top;
	padding-left: 40px;
	height:50px;
}
/*----------end new*/

#report a, #report a:visited {
	margin:10px 20px 10px 0;
	color:#990000;
	background:url(../_images/pics/landings/landing_media.jpg) no-repeat left top;
	width:200px;
	height:150px;
	display:block;
	clear:both;
}
#report a:hover {
	background-image:url(../_images/pics/landings/landing_mediarollover.jpg)
}
#homeRight {
	margin-left:265px;
	padding:10px 5px 20px 25px;
	border-left:1px solid #eee;
}
#homeRight h2 {
	border-top:1px dotted #eee;
	padding-top:10px;
}

/******************** LEFT NAV */
#leftNav {
	width:200px;
	margin:0;
	padding:0 0 20px 0;
	float:left;
}
#leftNav h4 {
	background:#ae0001 url(../_images/backgrounds/h4BG.jpg) repeat-x;	
	color:#fff;
	letter-spacing:1px;
	margin-right:10px;
	margin-top:10px;
	padding:5px 10px;
	border:1px solid #ccc;
}
#leftNav h4 a, #leftNav h4 a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
#leftNav h4 a:hover {
	border-bottom:none;
}
#leftNav ul {
	list-style:none;
	margin:0px 0 0px 0;
	padding:0;
}
#leftNav ul li {
	color:#990000;
	margin:0px 0 1px 0px;
	font-weight:bold;
	/*REQUIRED FOR IE6!!!*/
	border:1px solid #fff;
}
#leftNav ul li a {
	display:block;
	margin:0px 10px 0px  0px;
	background-color:#F7F7F7;
	color:#006699;
	text-decoration:none;
	padding:5px 8px 7px 8px;
	font-weight:normal;
	height:auto;
}
#leftNav ul li a:hover {
	background-color:#fff;
	color:#990000;
}
#leftNav ul li#current a, #leftNav ul li ul li a {	
	font-weight:bold;
	color:#006699;
	background-color:#fff;
	background:url(../_images/backgrounds/leftNavCurrent.jpg) repeat-y left top;
	border-left:2px solid #ccc;
	margin: 0 0 0 1px;
}
#leftNav li#current ul a, #leftNav ul li ul li a {
	color:#333;
	background-image:none;
	font-weight:normal;
	margin:0px 10px 0px -3px;
	padding:3px 3px 5px 20px;
	border-bottom:1px solid #f7f7f7;
	border-left:none;	
}
#leftNav li#current ul a:hover, #leftNav ul li ul li a:hover{
	background-image:url(../_images/icons/arrow.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	color:#990000;
}
#leftNav ul ul li#current a{
	background-image:none;
	background-repeat:no-repeat;
	border-left:none;
	padding-left:15px;
}
#leftNav .rss {
	margin:10px 10px 20px 5px;
	padding-top:5px;
	border-top:1px solid #ff6600;
}
#leftNav .rss h4{
	background:none !important;
	padding:3px 0 0 5px;
	margin:0;
	color:#cc0000;
	font-weight:bold;
	border:none;
}
#leftNav .rss h4 a, #leftNav  .rss h4 a:visited{
	background:none !important;
	color:#FF6600;	
}
#leftNav .rss h4 a:hover{
	color:#cc0000;
}
#leftNav .rss p{
	margin:0 0 3px 0px;
}
#leftNav .rss img{
	float:left;
	margin:0;
	padding:0;
}
#leftNav .rss a img{	
	border:none;
}
/******************** RIGHT CONTENT */
#rightContent {
	margin:0px 0 0 205px;
	padding:10px 10px 20px 15px;
}
#rightContent li {
	margin:0.5em 0 0 0;
}
#rightContent ul, #homeRight ul {
	list-style-image:url(../_images/icons/bullet_1.png);
}
#rightContent ul ul {
	list-style-image:none;
}

/******************** MEDIA */
.CollapsiblePanelContent .date{
	font-style:normal;
}
/*
.mediaItem, .speechItem {
	border:solid #eee;
	border-width:2px 0px 0px 0px;
	padding:5px 10px 13px 10px;
	margin:20px 0px;
	background-image:url(../_images/backgrounds/mediaItemBG.jpg);
	background-position:right top;
	background-repeat:no-repeat
}
.speechItem {
	background-image:url(../_images/backgrounds/speechItemBG.jpg);
}
.mediaItem h3, .speechItem h3 {
	margin:0 50px 0 0;	
}

.mediaItem h3 a, .speechItem h3 a{

}
.mediaItem h3 a:hover, .speechItem h3 a:hover{
	color:#999
}

.mediaItem p {
	margin:0 0 3px 3px
}
.mediaItem em{
	color:#999;
	font-size:90%
}
*/
/*new*/
ul.mediaList{
	list-style:none;
	list-style-image:none !important;
	margin-left:0;
	padding:5px;
}
ul.mediaList li {
	min-height:100px;	
	border:solid #eee;
	border-width:2px 0px 0px 0px;
	padding:5px 10px 13px 10px;
	margin:20px 0px;
}
.speechesBg li{
	background:transparent url('../_images/backgrounds/speechItemBG.jpg') no-repeat right top !important; 
}
.mediaBg li{
	background:transparent url('../_images/backgrounds/mediaItemBG.jpg') no-repeat right top !important; 
}
a.mediaLink {
	font-size:1.4em;
	color:#006699;
	margin:0.6em 0 0.3em 0
}
.mediaList em{
	color:#666;
	font-size:90%;
	margin-top:-2px;
}
a.mediaLink:hover {
color:#990000 !important;
}

/*end new*/

#mediaLeft {
	margin:15px 10px 20px 0px;
	border-top:1px solid #cc0000;
	display:block;	
}
#mediaLeft h5{
	margin:0;
	padding:5px 5px;
	background:url(../_images/backgrounds/thBG.jpg) repeat-x;
	border:none;
	color:#cc0000;
	font-weight:bold;	
}
#mediaLeft p{
	margin:3px 5px;
	color:#666;
}

/******************** PUBLICATIONS */
#reportDownloads{
	margin-left:160px;
	min-height:220px;
}
#reportDownloads p{
	padding-left:20px;
	text-indent:-10px;
	margin-top:0.3em;
}
.newsletterBox {
	border:1px solid #ccc;
	width:160px;
	float:left;
	margin:5px 10px 10px 0;
	padding:0 5px 5px 5px;
	text-align:center;
	border-top-width:3px;	
}
.newsletterBox h3{
	margin:5px;
}
.newsletterBox p{
	background-color:#eee;
	color:#006699;
	margin:5px 0 0 0;
	padding:5px 8px;
	text-align:left
}
.newsletterBox a img, .newsletterBox a img:visited{
	border:3px solid #006699;
}
.newsletterBox a img:hover {
	border-color:#990000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

/******************** TABLES */
table {
	border:1px solid #ccc;
	border-width:1px 0 0 1px;
	padding:0 0 0 0;
	margin:5px 0 0 0;
	text-align:left;
	width:100%;
	border-collapse:collapse;
}
table th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
	color:#006699;
	font-size:0.9em;
	vertical-align:text-top;
	background:url(../_images/backgrounds/thBG.jpg) repeat-x;
}
table td {
	vertical-align:text-top;
	padding:3px 8px 3px 5px;
	margin:0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:0.75em;
}

table td p {
		margin:0 0 3px 0;
		font-size:100%;
}

li p {
	font-size:100%; /*back to 100% if p tag is in a list*/
}
.tableContacts {
	width:60%;
	margin:0.3em 0 0.8em 0;
}
.tableVacancies {
	width:100%;
	margin:0.3em 0 0.8em 0;
	border:1 solid #fff !important;
}
.tableVacancies  tr {
	border-top:2px solid #ddd;
	padding:0px 5px 5px 10px;
	background:url(../_images/backgrounds/gradBGgrey.jpg) repeat-x;
	margin-bottom:10px;
}
.tableAuto { width:auto; }
.table_size_big { width:90%; }
.table_size_medium { width:70%; }
.table_size_small { width:50%; }

/******************** FOOTER */
#footerWrapper {
	width:100%;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	clear:both;
	background:#006699 url(../_images/backgrounds/footerBG.png) repeat-x;
}
#footer {
	width:100%;
	margin:0 auto;
	padding-bottom:10px;
	color:#fff;
	text-align:right;
}
#footer p {
	margin-right:20px;
	color:#eee;
	font-size:0.7em;
}
#footer ul {
	margin:20px 10px 10px 0;
	padding:0;
	list-style-type:none;
}
#footer ul li {
	display:inline;
	margin:0px;
}
#footer a, footer a:visited {
	color:#fff;
	margin:0 10px;
	font-weight:bold;
}
#footer a:hover {
	text-decoration:none;
	color:#ccc;
}

/******************** SPRY ACCORDION*/
/************************************ MEDIA FAQ'S *******/
#faqWrapper .CollapsiblePanelTab h4{
	background-position:top left;
	padding-left:30px;
}
/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 10px 0 0 0;
	padding: 0px;
	border: solid #CCC;
	border-width:1px 1px 1px 1px;
}
.CollapsiblePanelContent ul{
	padding-bottom:10px;
}
.CollapsiblePanelContent p{
	margin:0;
	padding:3px 8px 5px 8px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	background:url(../_images/backgrounds/thBG.jpg) repeat-x;
	border-bottom: solid 1px #eee;
	font-weight:bold;
	color:#006699;
	margin: 0px;	
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.CollapsiblePanelTab:focus {
	outline:none;
}
.CollapsiblePanelTab h4{
	margin:0;
	font-weight:bold;
	background:transparent url(../_images/backgrounds/dropBG.png) no-repeat 7em;
	padding:10px;
}
.CollapsiblePanelTab h4:hover{
	color:#cc0000;	
}
/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelContent blockquote {
	margin:3px 10px;
	color:#666;
	font-weight:bold;
	font-style:italic;	
}
/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
/*.CollapsiblePanelOpen .CollapsiblePanelTab {
	color:#990000
}
*/
/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	color:#cc0000;
}
.CollapsiblePanelOpen h4{
	background-image:url(../_images/backgrounds/liftBG.png);
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
/*.CollapsiblePanelFocused .CollapsiblePanelTab {
	border-color:#006699;
}*/
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/	
}
/******************** SPRY TABBED PANELS*/
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position:relative;
	top:1px;
	left:3px;
	float: left;
	padding:9px 0 0px 0;
	width:140px;
	height:20px;
	background:url(../_images/backgrounds/tab.png) no-repeat;
	list-style: none;
	display:block;
	/*border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	outline: none;
	text-align:center;
	color:#006699;
	font-size:1em;
}
.TabbedPanelsTabHover {
	background-image:url(../_images/backgrounds/tabCurrent.png);
	color:#006699;	
}
.TabbedPanelsTabSelected {
	background:url(../_images/backgrounds/tabCurrent.png) no-repeat;
	color:#666;	
	font-weight:bold;
	font-size:1.1em;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear:both;
	border-left:1px solid #f7f7f7;
	border-bottom:2px solid #f7f7f7;
	border-right:1px solid #f7f7f7;
	background-image:url(../_images/backgrounds/tabContent.png);
	padding:5px 10px;
	background-color:#f7f7f7;	
}
.TabbedPanelsContent {
	padding:0 10px;
}
.TabbedPanelsContent a, .TabbedPanelsContent a:visited{
	font-weight:normal;
	color:#006699;
}
.TabbedPanelsContent a:hover{
	color:#cc0000;
}
.TabbedPanelsContent p{
	margin-bottom:10px;
}
.TabbedPanelsContentVisible {

}
/******************** SEARCH */
#searchWrapper {
	padding:0 10px 10px 10px;
}
#searchWrapper form{
	bordeR:1px solid #ccc;
	padding:3px 5px 10px 10px;
	background-color:#eee;
}
#searchWrapper form label{
	width:120px;
	display:block;
	float:left;
}

#searchWrapper p{
	font-size:1em;
	font-weight:bold;
	color:#666;
}
#searchWrapper h4{
	font-weight:bold;
	color:#990000;
	margin-top:10px;
}
#searchWrapper h5{
	color:#990000;
	margin-top:10px;
}
#searchWrapper select {
	margin-right:10px;
}
#searchWrapper dl {
	font-size:0.8em;
	font-weight:bold;
	border:1px solid #eee;
	padding:5px 5px 10px 10px;
	margin:3px 0 10px 0;
	background-color:#f7f7f7;
}
#searchWrapper a, #searchWrapper a:visited{
	color:#006699;
}
#searchWrapper a:hover{
	color:#990000;
}
#searchWrapper dd {
	font-weight:normal;
	margin:5px 0 0 0;
}
#searchWrapper img{
	border-color:#006699;
}
#searchWrapper a img, #searchWrapper a img:visited{
	border:1px solid #fff;
}
#searchWrapper a img:hover {
	border-color:#ccc;
}

#searchWrapper.noresult form {
	margin-top:10px;
}
#searchWrapper hr {
	color:#ccc;
}

/******************** FEEDBACK FORM */
.feedback {
	border:1px solid #ccc;
	margin:10px 100px 0 0px;
	padding:15px 10px;
	background:url(../_images/backgrounds/gradBgSml.jpg) repeat-x;
	font-size:0.8em;
}
.feedback label {
	font-weight:bold;
	width:190px;
	display:block;
	float:left;
	color:#003366;
}
.feedback div input, .feedback div textarea {
	border:1px solid #ccc;
	padding:3px;
}
.feedback div  {
	margin-bottom:20px;
	display:block;	
}
/********************** SPEECHES */


/********************** SPECIAL */
.faqBox {
	border:1px solid #ccc;
	padding:0 0px 5px 8px;
	margin:5px 0 10px 0;
	border-top-width:3px;
	border-top-color:#bbb;
	background-color:#f7f7f7;
}
.faqBox h3{
	margin-top:5px;
}
.faqBox p {
	margin-left:5px;
	margin-right:5px;
}
.faqBox img {
	float:right;
	margin:3px;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}

.leftCol50 {
	float:left;
	margin-bottom:10px;
	width:49.5%;
}
.rightCol50 {
	float:right;
	width:49.5%;
	margin-bottom:10px;
}

li sup a{
	font-size:150%;
}
sup a{
	text-decoration:none;
	font-weight:bold;
	font-size:105%;
}
.date {
	color:#666;
	font-size:.85em;
	white-space:nowrap;
	margin-left:5px;
	font-weight:normal;
}

.clear{
	clear:both;
}
.lineOver {
	border-top:1px solid #eee;
	padding-top:8px;
}
.lineUnder {
	border-bottom:1px solid #eee;
	padding-bottom:8px;
}
.item {
	border-top:2px solid #ddd;
	padding:0px 5px 5px 10px;
	background:url(../_images/backgrounds/gradBGgrey.jpg) repeat-x;
	margin-bottom:10px;
}
.note {
	font-weight:bold;
	color:#666;
	font-style:italic;
}
.important {
	border:2px solid #3399cc;
	padding:0px 10px 10px 10px;
	margin:15px 0px 0 0;
	background:url(../_images/backgrounds/importantBG.jpg) no-repeat right top;
}
.important .imageLeft{
	margin-bottom:40px;	
}
.important h2 {
	margin-top:5px;	
}
#important blockquote{
	margin-left:5px;
}
#important h3 {
	margin:0;
}
.highlight {
	font-weight:bold;
	color:#cc3333;
}
#helpFiles {
	clear:both;
	background:url(../_images/backgrounds/gradBGgrey.jpg) repeat-x;
	margin-top:20px;
	padding-bottom:10px;
}
#helpFiles h4 {
	margin:0px;
	background-color:#006699;
	color:#fff;	
	padding:5px;
}
#helpFiles ul {
	margin-top:10px;	
}
#helpFiles li {
	margin-right:10px;
	font-size:0.9em;
}
.extLink {
	background:url(../_images/icons/ext_link.gif) no-repeat bottom right;
	padding-right:13px;
	margin-right:2px;
}
.extLink:hover {
	background:url(../_images/icons/ext_link_hover.gif) no-repeat bottom right;
}
.headingHighlight {
	color:#006699;
	font-weight:bold;	
}
.moreLink {
	background:url(../_images/icons/arrow.png) no-repeat right;
	padding-right:25px;
	font-weight:bold;
}
.imageRight {
	float:right;
	border:2px solid #ccc;
	margin:0 0 15px 15px;	
}
a .imageRight:hover{
	border-color:#990000;
}
.imageLeft {
	float:left;
	margin:5px 15px 0 0;
	border:2px solid #ccc;
}
a .imageLeft:hover{
	border-color:#990000;
}
a.footnote {
	font-size:1.3em;
	text-decoration:none;
	font-weight:bold;
}
ol.footnote {
	font-size:.7em;
}
#fadeshow, #fadeshowHome {
	float:right;
	margin:10px 0 10px 10px;
}
#rightContent #fadeshow a img, #rightContent #fadeshow a img:visited {
	border:2px solid #006699;
}
#rightContent #fadeshow a img:hover {
	border:2px solid #cc0000;
}	
.screenReader {
	color:#0194c8;
	position:absolute;
	top:-100px;
	right:5px;	
	font-size:.7em;
	background:none !important;
	border:none !important;
}
.screenReader a{color:#0194c8;text-decoration:none;}
.screenReader a:active{color:#fff;text-decoration:underline;}

