﻿/*
Colours:
	#565656		Grey
	#B3B7BC		Light-Grey
	#3286C6		Blue
*/

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body 
{
	background-color: #FFFFFF;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 12px;
	color: #565656;
}

a
{
	color: #3286C6;
	background-color: #FFFFFF;
	text-decoration: none;
}

a:visited
{
	color: #3286C6;
	background-color: #FFFFFF;
}

a:hover
{
	color: #B3B7BC;
	background-color: #FFFFFF;
}

.jqlink
{
	color: #3286C6;
	cursor: pointer;
}

#pagecontainer
{
	width: 1056px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

span.navarrows
{
	font-size:8px;
}

/* HEADER */

	.mainlogo
	{
		float: right;
		margin-top: 8px;
		margin-right: -4px;
	}

	ul.mainnav
	{
		background-image: url('../images/common/navbar_topline.png');
		background-repeat: no-repeat;
		padding-top: 6px;
		margin-top: 58px;
		float: left;
		width: 715px;
		list-style-image:none;
		list-style-position: outside;
		list-style-type: none;
	}

	ul.mainnav li
	{
		display: inline;
		padding-right: 34px;
	}

	.marketingbanner
	{
		clear: both;
		padding-top: 10px;
		padding-bottom: 16px;
		list-style-type: none;
		display:block;
	}

/* End: Header */

/* STANDARD COPY FORMATTING */

	p
	{
		line-height: 16px;
		margin-bottom: 14px;
	}

	h1
	{
		font-size: 24px;
		font-weight: normal;
		margin-top: -6px;
		margin-bottom: 8px;
		text-transform: lowercase;
	}

	h2
	{
		font-size: 20px;
		font-weight: normal;
		margin-top: -5px;
		margin-bottom: 6px;
		text-transform: lowercase;
	}

	.proper
	{
		text-transform:none;
	}

	.newsheadline
	{
		margin-bottom: 0;
	}

	.articledate
	{
		font-size: 9px;
		margin-bottom: 10px;
	}

	.newslistsidepanel .articledate
	{
		margin-bottom: 0;
	}
	
/* End: Standard Copy Formatting */

/* CONTENT PANELS */

	div.columnpane
	{
		float: left;
		width: 350px;
		padding-right: 20px;
		margin-right: -6px;
		padding-bottom: 12px;
		margin-bottom: 12px;
		background-image: url('../images/common/divider_line_vertical.gif');
		background-position:  right top;
		background-repeat: no-repeat;
	}

	div.columnpane-right
	{
		float: right;
		padding-left: 20px;
		padding-right: 0;
		margin-right: 0;
		margin-left: -6px;
		background-position: left top;
	}

	div.maincontent
	{
		float: right;
		width: 656px;
		border-left: solid 1px #B3B7BC;
		padding-left: 34px;
		margin-bottom: 12px;
		padding-bottom: 12px;
	}

	div.maincontent-left
	{
		float: left;
		border-right: solid 1px #B3B7BC;
		padding-right: 34px;
		padding-left: 0;
		border-left-style: none;
	}
		
	div.articleimage
	{
		float: right;
		text-align: right;
		font-size: 10px;
		margin-bottom: 10px;
	}
	div.articleimage img
	{
		margin-left: 16px;
		border: solid 1px #3286C6;
	}

	p.interrupt
	{
		font-style: italic;
		border-top: dotted 1px #B3B7BC;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	p.interrupt-mid
	{
		border-bottom: dotted 1px #B3B7BC;
	}

	p a:hover
	{
		color: #B3B7BC;
		background-color: #FFFFFF;
	}

/* End: Content Panels */

/* FOOTER PANE */ 

	div.footerpane
	{
		clear:both;
		padding-top: 2px;
		margin-bottom: 30px;
		border-top: solid 1px #B3B7BC;
	}

	ul.footernav
	{
		list-style-image:none;
		list-style-position: outside;
		list-style-type: none;
		font-size: 11px;
		text-align: left;
		padding-top: 5px;
	}

	ul.footernav li
	{
		display: inline;
		padding-left: 0;
		padding-right: 11px;
	}

	p.copyright
	{
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 5px;
		text-align:left;
		font-size: 10px;
		line-height: 12px;
		color: #B3B7BC;
		background-color: #FFFFFF;
	}
	
	a.twitter
	{
	    float: right;
	    display: block;
	}
	a.twitter img
	{
	    margin-top: 6px;
	    margin-right: 19px;
	}

/* End: Footer */ 


/* NEWS HEADLINES PANEL */

	#NewsHeadlinesListPanel
	{
		position: relative;	/* for IE to fade properly with jQuery-aHover implemented */
	}

	ul.newslistsidepanel
	{
		position: relative;	/* for jQuery-aHover */
		width: 350px;		/* for jQuery-aHover */
		line-height: 14px;	/* force for Mac Firefox */
	}

	ul.newslistsidepanel li
	{
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		display: inline-block;
		float: left;
		width: 350px;
		padding-bottom: 15px;
		position: relative; /* for jQuery-aHover */
		z-index: 100;		/* for jQuery-aHover */
	}

	ul.newslistsidepanel li img
	{
		border: solid 1px #3286C6;
		float: left;
		margin-right: 14px;
	}

	ul.newslistsidepanel li
	{
		font-size: 12px;
		line-height: 14px;
	}
	
	ul.newslistsidepanel li a:hover img
	{
		border-color: #B3B7BC;
	}

	div.newsListAhover   /* for jQuery-aHover */
	{
		position: absolute;
		padding: 5px;
		z-index: 99;
		background: #fff url('../images/news/mouseover-bg.gif') no-repeat center top;
	}
	p.newsarticlelistfooter
	{
		clear: both;
		font-size: 10px;
		text-align: right;
		font-style: normal;
	}

	p.newsarticlelistfooter a
	{
		margin-left: 20px;
	}

/* End: News Headlines Panel */

/* Client Logos List */

      ul.clientlogos li
      {
	    list-style-image: none;
	    list-style-position: outside;
	    list-style-type: none;
	    display: inline;
        margin-bottom: 7px;
        text-align: center;
        font-size: 10px;
      }

/* End: Client Logos List */


/* DYNAMIC OVERRIDES */

	a.disabled
	{
		color: #565656;
		background-color: #FFFFFF;
	}

	a.disabled:hover
	{
		color: #565656;
	}

	.loading
	{
		background: url('../images/common/loading.gif') no-repeat center 100px;
	}

/* End: Dynamic Overrides */

#NewsHeadlinesListPanel a, 
#NewsHeadlinesListPanel a:hover, 
#NewsHeadlinesListPanel a:active, 
#NewsHeadlinesListPanel a:visited
{
    background-color: transparent;
}
