/* 
	NICOLAS BREAKSPEAR CSS
	CREATED 01.03.05
	MODIFIED 14.07.11
	AUTHOR: ANDY FIELD @ IDNET
*/

/* GENERIC CONTROLS *******************************************************/

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #fff url(/collateral/bground.jpg) repeat-x;
	font: 70% verdana, arial, helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

img
{	
	border: 0;
	display: block;
}

img.thumbnail
{
	float: right;
	margin: 0 0 20px 10px;
}

.clearme
{
	clear: both;
}

.defpadme
{
	padding: 10px; 
}

.padme
{
	padding: 0 10px 0 10px; 
}

hr
{
	height: 1px;
	color: #feecc1;
	background-color: #feecc1;
	border: none;
	margin: 0 0 10px 0;
}

/* EMAIL A FRIEND CONTROLS ************************************************/

#message
{
	text-align: left;
	font: 1em verdana, arial, helvetica, sans-serif;
	background: #fff;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
}

/* DOCUMENTATION CONTROLS *************************************************/

.code
{
	width: 90%;
	padding: 10px;
	background: #fff;
	border: 1px solid #8aace4;
	margin-bottom: 15px;
}

/* TEXT CONTROLS **********************************************************/

p, th, td
{
	font: 1em verdana, arial, helvetica, sans-serif;	
}

p
{
	font-size: 1em;
	color: #000;
	line-height: 1.4em;
	padding-bottom: 10px;
}

#rhscontent p
{
	padding-bottom: 4px;
}

h1
{
	font: 1.8em arial, helvetica, sans-serif;
	font-weight: normal;
	color: #036;
	padding-bottom: 10px;
}

#statement h1
{
	font: 1.6em times, times new roman, georgia, serif;
	font-weight: normal;
	font-style: italic;
	color: #fc0;
	padding-bottom: 6px;	
}

#statement p
{
	/* font: 1.4em times, times new roman, georgia, serif; */
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	/* font-style: italic; */
	line-height: 1.4em;
	color: #fff;
	padding-bottom: 0;	
}

#areaheader h1,
#areaheaderalt h1
{
	font: 2.0em arial, helvetica, sans-serif;
	font-weight: normal;
	color: #036;
	padding: 30px 0 0 10px;
}

h2
{
	font: 1.4em arial, helvetica, sans-serif;
	font-weight: normal;
	color: #036;
	padding-bottom: 10px;
}

#entryrhs h2
{
	font: 1.4em arial, helvetica, sans-serif;
	font-weight: normal;
	color: #036;
	padding-bottom: 10px;
}

#rhscontent h2
{
	font: 1.4em arial, helvetica, sans-serif;
	font-weight: normal;
	color: #036;
	padding: 10px 0 6px 0;
}

h3
{
	font: 1.2em arial, helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	padding-bottom: 10px;
}

.newsitem h3
{
	font: 1em verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	padding-bottom: 4px;
}

h4
{
	font: 1.2em arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #036;
	padding-bottom: 10px;
}

h5
{
	font: 1.1em arial, helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	padding-bottom: 10px;
}

h6
{
	font: 1em arial, helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	padding-bottom: 10px;
}

td h4
{
	padding-top: 10px;
}

blockquote
{
	/* background: #feecc1; */
	padding: 0 0 0 10px;
	margin: 10px 0 15px 0;
	border-left: 2px solid #77a3d2;
}

blockquote p
{
	font: 1.4em/1.2em times, times new roman, georgia, serif;
	font-style: italic;
	color: #036;
	padding: 0;
}

address
{
	font-style: italic;
	color: #036;
	text-align: left;
	padding-top: 4px;
}

.date,
.author
{
	font-size: 0.9em;
	color: #77a3d2;
	line-height: 1em;
	padding-bottom: 4px;
}

#entryrhs p.date
{
	padding-bottom: 4px;
}

#headerrhs
{
	font-size: 0.9em;
}

#searchblock,
#linkblock
{
	font-weight: bold;
	color: #fff;
}

#headerrhs p
{
	color: #fff;
	padding-bottom: 0;
}

#entryrhs p
{
	padding-bottom: 10px;
}

p.alert
{
	color: #c00;
	text-transform: uppercase;
}

p.intro,
p.standfirst
{
	/* background: #feecc1; */
	color: #036;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin-bottom: 15px;
	border-left: 2px solid #77a3d2;
}

strong
{
	font-weight: bold;
	color: #036;
}

.stronger
{
	font-weight: bold;
	font-style: italic;
}

.very-stronger
{
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

/* LIST CONTROLS **********************************************************/

#maincontent ul
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	list-style-type: square;
	margin-left: 40px;
	padding-bottom: 8px;
}

#rhscontent ul
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	list-style-type: none;
	padding-bottom: 8px;
}

#maincontent li
{
	padding-bottom: 6px;
}

#rhscontent li
{
	padding-bottom: 3px;
}

#maincontent ul.alpha
{
	list-style-type: lower-alpha;
	padding-bottom: 8px;
}

#maincontent ul.decimal
{
	list-style-type: decimal;
}

#maincontent ul.roman
{
	list-style-type: lower-roman;
}

/* NAVIGATION CONTROLS ****************************************************/

#widgets a
{
	border: none;
}

a:link,
a:active
{
	color: #036;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#widgets a:hover,
a:hover
{
	border-bottom: 1px solid #036;
}

a:visited
{
	color: #77a3d2;
	text-decoration: none;
}

a.none
{
	background: none;
	text-decoration: none;
	border: none;
}

a.more
{
	font-size: 0.9em;
	font-weight: bold;
	color: #036;
	text-decoration: none;	
	border: none;
}

/* #statement a:visited
{
	color: #036;
} */

#statement a:link,
#statement a:visited {
	border-bottom:1px solid #84baef;
	color:#036;
}

#statement a:hover,
#statement a:active {
	border-bottom:1px solid #036;
	color:#036;
}

#navigation ul
{
	list-style-type: none;
}

#navigation li
{
	list-style-type: none;
	display: inline;
}

#navigation li.divider
{
	display: block;
	float: left;
}

#navigation li a
{
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold; 
	color: #036;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 3px;
	border: none;
}

#navigation li a:hover
{
	padding-bottom: 3px;
	border-bottom: 2px solid #77a3d2;
	text-decoration: none;
}

#lhscontent ul
{	
	list-style-type: none;	
	margin: 40px 0 0 0;
}

#rhsnewscontent ul,
#rhscontent ul
{
	list-style-type: none;	
	margin: 0;
}

#lhscontent li,
#rhsnewscontent li
{
	list-style-type: none;
	display: inline;
}

#rhscontent li
{
	list-style-type: none;
	display: block;
}

#lhscontent li.start
{
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #036;
	padding: 0 0 4px 13px;
}

#lhscontent li a
{
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #036;
	padding: 4px 10px 4px 13px;
	text-decoration: none;
	border-top: 1px solid #77a3d2;
	border-bottom: none;
}

#lhscontent li a:hover
{
	background: #ffe07f url(/collateral/lhsnavover.gif) repeat-y;
	/* padding: 4px 0 4px 10px; */
	padding: 4px 10px 4px 10px;
	border-left: 3px solid #77a3d2; 
}

#lhscontent li a.level02
{
	font-weight: normal;
	background: #ffe07f url(/collateral/lhslevel02.gif) no-repeat;
	padding: 4px 10px 4px 20px;
	border: none;
}

#lhscontent li a.level02:hover
{
	background: #ffe07f url(/collateral/lhslevel02over.gif) no-repeat;
	padding: 4px 10px 4px 20px;
	border: none;
}

#rhsnewscontent li.start
{
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #036;
	padding: 0 0 4px 0;
}

#rhsnewscontent li a,
#rhscontent li a
{
	display: block;
	font-size: 0.9em;
	color: #036;
	padding: 4px 0 4px 8px;
	text-decoration: none;
	background: #fff url(/collateral/rhsnav.gif) no-repeat;
	border-bottom: 1px solid #77a3d2;
}

#rhsnewscontent li a:hover,
#rhscontent li a:hover
{
	font-weight: bold;
	/* background: #fff url(/collateral/rhsnavover.gif) no-repeat; */
	background: #fff url(/collateral/rhsnav.gif) no-repeat;
}

.newsitem a
{
	color: #036;
	text-decoration: none;
}

#linkblock a
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
}

#widgets a
{
	font-size: 0.9em;
	font-weight: bold;
	color: #036;
	text-transform: uppercase;
	text-decoration: none;	
}

#sitemap ul
{
	list-style-type: none;
	margin: 0;
}

#sitemap li.level01
{
	font-weight: bold;
	color: #036;
	padding: 0 0 3px 0;
}

#sitemap li.level02
{
	font-weight: bold;
	color: #036;
	padding: 10px 0 3px 0;
	margin-top: 10px;
	border-top: 1px solid #feecc1;
}

#sitemap li.level03
{
	color: #036;
	background: #fff url(/collateral/level03.gif) no-repeat;
	padding: 3px 0 3px 10px;
}

#sitemap li.level04
{
	color: #036;
	background: #fff url(/collateral/level04.gif) no-repeat;
	padding: 3px 0 3px 20px;
}

#sitemap li a:link
{
	color: #036;
	text-decoration: none;
}

#sitemap li a:visited
{
	color: #77a3d2;
	text-decoration: none;
}

/* HOMEPAGE CONTROLS ******************************************************/

#entryimages
{
	/* width: 503px; */ 
	margin-bottom: 1px;
}

.defthumb
{
	float: left;
	padding-right: 1px;
}

#statement
{
	background:#75a5d4 url(/collateral/statementbg.gif) no-repeat;
	width: 503px;
}

#statementpad {
	padding: 10px;
	width: 480px;
}

.newsitem
{
	margin-bottom: 10px;
	border-bottom: 1px solid #feecc1;
}

/* WIDGET CONTROLS ********************************************************/

#widgets img
{
	display: inline;
	vertical-align: middle;
}

/* FOOTER CONTROLS ********************************************************/

#footer p
{
	font-size: 0.9em;
	color: #999;
	padding-bottom: 0;
}

/* LAYOUT CONTROLS ********************************************************/

#shadow
{
	width: 820px;
	background: #fff url(/collateral/shadowbg.jpg) no-repeat;
	margin: 0 auto 0 auto;
}

#container
{
	width: 792px;
	text-align: left;
	background: #fff;
	margin: 0 auto 0 auto;
	/* border-bottom: 1px solid #fff; */
}

#yellow
{
	width: 780px;
	background: #fff;
	margin: 0 auto 0 auto;
	border-top: 3px solid #fc0;
}

#headercontainer
{
	width: 780px;
	text-align: left;
	height: 100px;
	background: #036 url(/collateral/headerbg.jpg) repeat-x;
	margin: 5px auto 0 auto;
}

#logo
{
	float: left;
	width: 330px;
	height: 100px;
}

#headerrhs
{
	float: right;
	width: 219px;
	height: 100px;
	text-align: right;
	background: #036 url(/collateral/headerrhsbg.jpg) repeat-x;
	border-left: 1px solid #6a8caf;
}

#navigation
{
	width: 780px;
	/* height: 20px; */
	height: 22px;
	background: #fff;
	text-align: left;
	padding: 4px 0 0 0;
	margin: 0 auto 0 auto;
}

#contentcontainer
{
	width: 780px;
	background: #fff;
	text-align: left;
	margin: 0 auto 0 auto;
	border-top: 2px solid #036;
	border-bottom: 1px solid #fff;
}

#entrylhs
{
	float: left;
	width: 503px;
	background: #fff;
	margin-top: 10px;
}

#entryrhs
{
	float: left;
	width: 260px;
	background: #fff;
	padding-left: 15px;
	margin-top: 10px;
}

#lhscontent
{
	float: left;
	width: 160px;
	background: #fff3cc url(/collateral/lhsnavbg.jpg) no-repeat; 
}

#maincontent
{
	float: left;
	text-align: left;
	/* width: 400px; */
	width: 420px;
	background: #fff; 
}

#maincontentalt
{
	float: left;
	text-align: left;
	/* width: 400px; */
	width: 619px;
	background: #fff; 
}

#areaheader
{
	/* width: 400px; */
	width: 420px;
	height: 60px;
	background: #fff3cc url(/collateral/areabg.gif) no-repeat;
	margin-bottom: 20px;
}

#areaheaderalt
{
	/* width: 400px; */
	width: 619px;
	height: 60px;
	background: #fff3cc url(/collateral/areabg.gif) no-repeat;
	margin-bottom: 20px;
}

#rhscontent
{
	float: left;
	/* width: 219px; */
	width: 199px;
	background: #fff; 
	border-left: 1px solid #77a3d2;
}

#rhsheaderimage
{
	/* width: 219px; */
	width: 199px;
	height: 60px;
	background: #fc0;
	margin-bottom: 10px;
}

#defspacer
{
	width: 780px;
	height: 20px;
}

#widgets
{
	text-align: left;
	padding: 20px 0 20px 0;
	margin: 15px 20px 0 175px;
	border-top: 1px solid #feecc1;
}

#footer
{
	width: 780px;
	background: #fff;
	text-align: left;
	padding: 10px 0 10px 0;
	margin: 0 auto 0 auto;
	border-bottom: 6px solid #fc0;
}

/* FORM CONTROLS **********************************************************/

input,
textarea,
select
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%; /* IE hack */
	font-size: 1em;
}

input.short
{
	width: 100px;
	font-size: 100%; /* IE hack */
	font-size: 1em;
}

input.long
{
	width: 260px;
	font-size: 100%; /* IE hack */
	font-size: 1em;
}

textarea.long
{
	width: 260px;
	font-size: 100%; /* IE hack */
	font-size: 1em;
}

.button
{
	width: auto;
	font-size: 100%; /* IE hack */
	font-size: 1em;
	font-weight: bold;
	color: #036;
	text-transform: uppercase;
	background-color: #fc0;
	background-image: url(/collateral/button.gif);
	background-repeat: repeat-x;
	border: 1px solid #fc0;
}

/* TABLE CONTROLS *********************************************************/

table
{
	font-size: 100%; /* IE hack */
	width: 100%;
	margin-bottom: 20px;
}

th
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%; /* IE hack */
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #036;
	padding: 4px 20px 4px 0;
	border-bottom: 1px solid #77a3d2;
	vertical-align: top;
	white-space: nowrap;
}

td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%; /* IE hack */
	font-size: 1em;
	font-weight: normal;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #77a3d2;
	vertical-align: top;
}

th.noline,
td.noline
{
	padding-bottom: 0;
	border-bottom: none;
}

/* CSS UPDATES ************************************************************/

#entrybanners {
	margin: 10px 0 0 0;
}

#entrybanners img {
	display: inline;
	margin: 0 5px 0 0;
}

#entrybanners a,
#entrybanners a:hover {
	border: none;
}

#statement img {
	margin:0 0 10px 0;
}

.media {
margin:0 0 15px 0;
}


img.news-thumb {
	border:2px solid #f7f7f7;
	display:block;
	float:left;
	margin:0 10px 4px 0;
	width:80px;
}

#video-player {
	margin:0 0 10px 0;
}
