









/*------------------html elements-----------------------*/

body, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, Sans;
}
body {
	background-color:#E8E5E5;
	color:#333333;
	font-size:75%;
	margin: 0;
	padding: 0;
}
* :focus {outline:0 none;}/*THIS PREVENTS THE DOTTED OUTLINE FROM APPEARING ONCE YOU HAVE CLICKED ON A LINK- ADDED BY LL 09/03/09*/

a:link,
a:visited {
	color:#7B858A;
	text-decoration:underline;
}
a:hover {
	color:#17afdd;
	text-decoration:underline;
}


img {
	border: 0;
	margin: 0;
	padding: 0;
}
table,
form {
	margin: 0;
	padding: 0;
}

fieldset {
	clear:both;
	margin: 0;
	padding: 0;
	border:none;
}

legend {
	color:#333333;
	font-weight:normal;
	margin: 0 0 0 -7px;
}
h1 {
	margin:0 0 20px;
	padding:0;
}
h1 span {
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	font-size:1px;
	overflow: hidden;
	font-size: 0.5em;
}
h2 {
	border-bottom:1px solid #7B858A;
	color:#17afdd;
	font-size:130%;
	font-weight:normal;
	margin: 0;
	padding: 0 3px 0 0;
	/*float:left;*/
	clear:both;
}
h2.home {
	border:none;
	float:none;
	clear:both ! important;
	color:#333333;
	font-size:100%;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
h3 {
	background-color:#ffffff;
	clear:both;
	color:#17afdd;
	font-size:100%;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
.blue {
	color:#17afdd;
}
h4 {
	border-top:1px solid #7B858A;
	border-bottom:1px solid #7B858A;
	color:#333333;
	font-size:100%;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
h5 {
	clear:both;
	color:#333333;
	font-size:100%;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
h6 {
}

.contentShadedFull H2,
.contentShadedFull H3,
.contentShadedFull H4,
.contentShadedFull H5 {
	float:none;
}

.contentRight .contentShaded H2,
.contentRight .contentShaded H3,
.contentRight .contentShaded H4,
.contentRight .contentShaded H5 {
	float:none;
	/*width:460px;*/
}

span.large-number {
	display: block;
}

span.large-number SPAN {
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	font-size:1px;
	overflow: hidden;
	font-size: 0.5em;
}



blockquote {
	font-weight:bold;
}

blockquote, div.left-narrow {
	background-color:#fff;
	color:#17afdd;
	display:block;
	float:left;
	margin: 0;
	padding: 0;
	position:absolute;
	right:-300px;
	width:145px;
	voice-family: "\"}\"";
	voice-family:inherit;
	right:-305px;
	width:145px;
}

html>body blockquote, html>body div.left-narrow {
	right:-300px;
	width:145px;
}

blockquote strong {
	border-top:1px solid #333333;
	clear:both;
	display:block;
	font-weight:normal;
	padding:3px 0 0 0;
	margin:1 0;
}

div.left-wide {
	background-color:#fff;
	color:#17afdd;
	display:block;
	float:left;
	margin: 0;
	padding: 0;
	position:absolute;
	right:300px;
	width:295px;
	voice-family: "\"}\"";
	voice-family:inherit;
	right:-305px;
	width:295px;
}

html>body div.left-wide {
	right:-300px;
	width:295px;
}

p {
	margin: 0 0 15px 0;
}

sup {
}

ol {
	padding-left:20px;
	margin-left: 0;
	margin-bottom:15px;
	margin-top:10px;
}

ol ol {
	margin-bottom: 0;
}

ol li {
	margin-bottom:5px;
}

ul {
	padding-left:20px;
	margin-left: 0;
	margin-bottom:15px;
	margin-top:10px;
}

ul li {
	margin-bottom:5px;
}

ul ul {
	margin-bottom: 0;
}

/*------------------generic elements-----------------------*/

.hide {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.clear {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}

.left {
	text-align:left!important;
}

.center {
	text-align:center !important;
}

.right {
	text-align:right!important;
}

.padT20{
padding-top:20px!important;}

.vaT{
vertical-align:top!important;}


.col_20{
width:20%!important;
}

.col_25{
width:25%!important;
}

.col_30{
width:30%!important;
}

.col_15{
width:15%!important;
}

.top {
	vertical-align:top !important;
}
.middle {
	vertical-align:middle !important;
}
.bottom {
	vertical-align:bottom !important;
}

.hr {
	border: 0;
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin: 0 0 15px;
	padding: 0;
	background-color:#333333 ;
}

/*------------------generic classes-----------------------*/

.row {
	clear:both;
	float:left;
	margin: 0;
	padding: 0;
}

p.backToTop {
	clear:both;
	font-size:90%;
	margin-right:10px;
	text-align:right !important;
}

ul.downloads {
	list-style:none;
	margin: 0;
	padding: 0;
}

ul.downloads li {
	font-weight:bold;
	margin: 0;
	padding:2px 0 8px 0;
}


.w300 {
	width:300px ! important;
}

.w450 {
	width:450px ! important;
}

.w750 {
	width:750px ! important;
}

.ml00 {
	margin-left: 0 ! important;
}

.mr00 {
	margin-right: 0 ! important;
}

/*------------------page container-----------------------*/

#pageContainer {
	background-color:#fff;
	border:1px solid #ffffff;
	border-top:none;
	clear:both;
	margin: 0 10px 20px;
	padding: 20px 10px 10px;
	float:left;
	width:100%;
	
}


/*------------------header-----------------------*/

#header {
	clear:both;
	float:left;
}

/*------------------header logo-----------------------*/

#logo {
	float:left;
	width:250px;
}

/*------------------header supplementary-----------------------*/

#supplementary {
	float:left;
	margin: 0;
	padding: 0;
	position:relative;
	width:460px;
}

#supplementary h1 {
	margin: 22px 0 0;
}


/*------------------menu-----------------------*/

#menu {
	clear:both;
	float:left;
	margin:35px 47px 0 0;
	padding:0;
	width: 203px;
	border: 1px solid #eee;
	border-top: none;
}
#menu ul {
	list-style-type: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#menu ul ul {
	font-weight: normal;
	border: none;
	margin-bottom: 20px;
	margin-top: 1px;
}
#menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;

}

#menu li a {
	display: block;
	padding: 3px 3px 3px 22px;
	margin:  0 0 -1px -1px;
	text-indent: -10px;
	border-top: 1px solid #eee;
}

#menu ul ul ul {
	font-weight: normal;
	border: none;
	margin-bottom: 0px;
	margin-top: 1px;
	margin-left: 25px;
}


#menu a:link,
#menu a:visited {
	text-decoration: none;
}
#menu li.on a:link,
#menu li.on a:visited {
	background: #7B858A;
	color: #E8E5E5;
	padding: 3px 12px 3px 22px;
	margin-right: -8px;
	position: relative;
}
#menu li.on li a:link,
#menu li.on li a:visited {
	background: transparent;
	color: #7B858A;
}

#menu li.on li a:link,
#menu li.on li a:visited{
	padding: 3px 3px 3px 32px;
	margin: 0;
	border: none;
	
}
#menu a:hover,
#menu li.on li a:hover {
	color:#17afdd;
}

#menu li.on li.on a {
	color:#17afdd!important;
}

#menu li.on li.on li a {
	color:#7B858A!important;
}

#menu li.on li.on li.on a {
	color:#17afdd!important;
}



/*------------------breadcrumb-----------------------*/


#breadcrumb {
	margin: 0;
	padding: 0;
	background: url(../images/breadcrumb-bg.gif) repeat-x 0 0;
	height: 32px;
	font-size: 0.91667em;
}
#breadcrumb h2 {
	font-size: 1em;
	line-height: 32px;
	border: none;
	background: url(../images/breadcrumb-arrow-bg.gif) no-repeat 100% 0;
	font-weight: bold;
	padding: 0 21px;
	margin: 0 10px 0 0;
	float: left;
	display: inline; /* IE6 double margin fix*/
}
#breadcrumb ul {
	display: inline;
	margin: 0;
	padding: 0;
	
}
#breadcrumb ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 32px;
	color: #333333;
}
#breadcrumb  ul li.siteIndex {}

/*------------------content-----------------------*/

#content {
	float:left;
	margin:35px 0 0;
	padding: 0;
	width: 693px;
}

#content h1 {
font-size:2em;
}

.contentShadedFull {
	background-color:#ffffff;
	clear:both;
	float:left;
	position:relative;
	margin: 0;
	width: 693px;
}
.contentShadedFull div.cmhtml-section {
	padding:10px 5px;
}


.contentRight {
	float:left;
	position:relative;
	width:203px;
	margin: 50px 0 0 30px;
	overflow: hidden;
	font-size: 90%;
	color:#17afdd;
}

.contentRight .contentShaded {
	background-color:#ffffff;
	clear:both;
	float:left;
	padding:10px 5px;
	position:relative;
	margin: 0;
}

.contentLeft {
	float:left;
	width:460px;
	overflow: hidden;
}

.contentLeft .contentShaded {
	clear:both;
	float:left;
	padding:2px;
	position:relative;
	margin: 0;
	background-color:#ffffff;
}

.contentHighlights {
	background-color:#fff;
	clear:both;
	float:left;
	padding:10px 0 0;
	position:relative;
	margin: 0;
}

.contentHighlights .cmhtml-caption-centre-3 {
	background-color:#fff;
	margin: 0 0 30px 0;
	padding: 0 0 2px 0;
	width:440px;
}

.contentHighlights .cmhtml-caption-centre-3 IMG {
	float:left;
	margin: 0 0 2px 0;
}

.column140plus10 {
	float:left;
	margin: 0;
	padding: 0 10px 0 0;
	width:150px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:140px;
}

HTML>BODY .column140plus10 {
	width:140px;
}

.column140 {
	float:left;
	width:140px;
}

/*------------------menu ter-----------------------*/

UL#menuTer {
	clear:both;
	list-style:none;
	margin: 0 0 10px 0;
	padding: 0;
	width:450px;
}

UL#menuTer LI {
	float:left;
	margin: 0;
	padding: 0 5px 5px 0;
	width:150px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:145px;
}

HTML>BODY UL#menuTer LI {
	width:145px;
}

UL#menuTer LI A {
	color:#7B858A ! important;
	float:left;
	margin: 0;
	padding: 0 0 1px 0;
}

UL#menuTer LI A:hover {
	background-color:#ffffff;
	color:#7B858A ! important;
}

UL#menuTer LI.on A {
	background-color:#ffffff;
	color:#7B858A ! important;
}

/*------------------images-----------------------

.cmhtml-img-left-1 {
	float:left;
	position:absolute;
	left:-300px;
	width:145px;
	voice-family: "\"}\"";
	voice-family:inherit;
	left:-300px;
}

HTML>BODY .cmhtml-img-left-1 {
	left:-300px;
}

.cmhtml-caption-left-1 {
	background-color:#E8E5E5;
	color:#333333;
	display:block;
	float:left;
	margin: 0;
	padding: 0 5px 3px 5px;
	position:absolute;
	left:-300px;
	width:145px;
	voice-family: "\"}\"";
	voice-family:inherit;
	left:-300px;
	width:135px;
}

HTML>BODY .cmhtml-caption-left-1 {
	left:-300px;
	width:135px;
}

.cmhtml-caption-left-1 IMG {
	left: 0 !important;
	margin: 0 -5px 2px -5px;
	position:relative ! important;
	voice-family: "\"}\"";
	voice-family:inherit;
	left: 0;
	margin: 0 -5px 2px -5px;
}

HTML>BODY .cmhtml-caption-left-1 IMG {
	display:block;
	left: 0;
	margin: 0 -5px 2px -5px;
}
*/

.cmhtml-img-left-1,
.cmhtml-img-left-2,
.cmhtml-img-left-3 {float:left; margin:5px 5px 5px 0;}

/*
.cmhtml-img-left-2 {
	position:absolute;
	left:-300px;
	width:295px;
	voice-family: "\"}\"";
	voice-family:inherit;
	left:-300px;
}


HTML>BODY .cmhtml-img-left-2 {
	left:-300px;
}

.cmhtml-caption-left-2 {
	background-color:#E8E5E5;
	color:#333333;
	display:block;
	float:left;
	margin: 0;
	padding: 0 5px 3px 5px;
	position:absolute;
	left:-300px;
	width:295px;
	voice-family: "\"}\"";
	voice-family:inherit;
	left:-300px;
	width:285px;
}

HTML>BODY .cmhtml-caption-left-2 {
	left:-300px;
	width:285px;
}

.cmhtml-caption-left-2 IMG {
	left: 0 !important;
	clear:both;
	display:block;
	margin: 0 -5px 2px -5px;
	position:relative ! important;
	voice-family: "\"}\"";
	voice-family:inherit;
	left: 0;
	margin: 0 -5px 2px -5px;
}*/

/*HTML>BODY .cmhtml-caption-left-3 IMG {
	left: 0;
	margin: 0 -5px 2px -5px;
}

.cmhtml-img-left-3 {
	float:left;
	margin: 0 5px 5px 0;
	padding: 0;
	position:relative;
}

.cmhtml-caption-left-3 {
	background-color:#E8E5E5;
	color:#333333;
	float: left;
	margin: 0 2px 5px 0;
	padding: 0 5px 2px 5px;
	position:relative;
	width:145px;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0 2px 5px 0;
	width:135px;
}

HTML>BODY .cmhtml-caption-left-3 {
	margin: 0 5px 5px 0;
	width:135px;
}

.cmhtml-caption-left-3 IMG {
	margin: 0 -2px 2px -7px;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0 -5px 2px -5px;
}

HTML>BODY .cmhtml-caption-left-3 IMG {
	margin: 0 -5px 2px -5px;
}

.cmhtml-img-left-4 {
	float:left;
	margin: 0 5px 5px 0;
	padding: 0;
	position:relative;
}

.cmhtml-caption-left-4 {
	background-color:#E8E5E5;
	color:#333333;
	float: left;
	margin: 0 2px 5px 0;
	padding: 0 5px 2px 5px;
	position:relative;
	width:295px;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0 2px 5px 0;
	width:285px;
}

HTML>BODY .cmhtml-caption-left-4 {
	margin: 0 5px 5px 0;
	width:285px;
}

.cmhtml-caption-left-4 IMG {
	margin: 0 -2px 2px -7px;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0 -5px 2px -5px;
}

HTML>BODY .cmhtml-caption-left-4 IMG {
	margin: 0 -5px 2px -5px;
}


*/





/*

.cmhtml-img-centre-2 {
	float:left;
	
}
position:absolute;
	left: 0;
	width:295px;
	
.cmhtml-caption-centre-2 {
	background-color:#E8E5E5;
	color:#333333;
	display:block;
	float:left;
	margin: 0;
	padding: 0 5px 3px 5px;
	position:absolute;
	left: 0;
	width:203px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:193px;
}

HTML>BODY .cmhtml-caption-centre-2 {
	width:285px;
}

.cmhtml-caption-centre-2 IMG {
	left: 0;
	margin: 0 -5px 2px -8px;
	position:relative ! important;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0 -5px 2px -5px;
}

HTML>BODY .cmhtml-caption-centre-2 IMG {
	margin: 0 -5px 2px -5px;
}




.cmhtml-img-centre-3 {
	float:left;
	margin: 0 0 5px -3px;
	padding: 0;
	position:relative;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0 0 5px 0;
}

HTML>BODY .cmhtml-img-centre-3 {
	margin: 0 0 5px 0;
}

.cmhtml-caption-centre-3 {
	background-color:#E8E5E5;
	clear:both;
	color:#333333;
	float:left;
	position:relative;
	margin: 0 0 5px 0;
	padding: 0 5px 2px 5px;
	width:440px;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0 0 5px 0;
	width:430px;
}

HTML>BODY .cmhtml-caption-centre-3 {
	margin: 0 0 5px 0;
	width:430px;
}

.cmhtml-caption-centre-3 IMG {
	float:left;
	margin: 0 -5px 2px -8px;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0 -5px 2px -5px;
}

HTML>BODY .cmhtml-caption-centre-3 IMG {
	margin: 0 -5px 2px -5px;
}

.cmhtml-img-right-1 {
	float:right;
	margin: 0 0 5px 5px;
	padding: 0;
	position:relative;
}

.cmhtml-caption-right-1 {
	background-color:#E8E5E5;
	color:#333333;
	float: right;
	margin: 0 0 5px 2px;
	padding: 0 5px 2px 5px;
	position:relative;
	width:145px;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0 0 5px 2px;
	width:135px;
}

HTML>BODY .cmhtml-caption-right-1 {
	margin: 0 0 5px 5px;
	width:135px;
}

.cmhtml-caption-right-1 IMG {
	margin: 0 -2px 2px -8px;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0 -5px 2px -5px;
}

HTML>BODY .cmhtml-caption-right-1 IMG {
	margin: 0 -5px 2px -5px;
}

.cmhtml-img-right-2 {
	float:right;
	margin: 0 0 5px 5px;
	padding: 0;
	position:relative;
}

.cmhtml-caption-right-2 {
	background-color:#E8E5E5;
	color:#333333;
	float: right;
	margin: 0 0 5px 2px;
	padding: 0 5px 2px 5px;
	position:relative;
	width:295px;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0 0 5px 2px;
	width:285px;
}

HTML>BODY .cmhtml-caption-right-2 {
	margin: 0 0 5px 5px;
	width:285px;
}

.cmhtml-caption-right-2 IMG {
	margin: 0 -2px 2px -8px;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0 -5px 2px -5px;
}

HTML>BODY .cmhtml-caption-right-2 IMG {
	margin: 0 -5px 2px -5px;
}
*/
/*------------------board of directors-----------------------*/

.boxBoard {
	background-color:#ffffff;
	color:#333333;
	float:left;
	margin: 0 5px 10px 0;
	padding: 0;
	width:145px;
}

.boxBoard H2 {
	border:none;
	font-size:100%;
	font-weight:normal;
	padding:5px 5px 5px 5px;
	margin: 0;
}

.boxBoard IMG {
	margin-bottom:-3px;
}



/*------------------content sitemap-----------------------*/

DIV.sitemap {
	width:440px;
}

DIV.sitemap UL {
	clear:both;
	list-style:none;
	margin:0;
	padding: 0;
}

DIV.sitemap UL LI {
	font-weight:bold;
	margin: 0;
	padding:2px 0 20px 0;
}

DIV.sitemap UL UL {
	list-style:none;
	margin-left:30px;
	margin-top:4px;
	margin-bottom:-4px;
	padding: 0;
	width:auto;
}

DIV.sitemap UL UL LI {
	font-weight:normal;
	padding:1px 0 4px 0;
}

DIV.sitemap UL LI A {
	text-decoration:none;
}

DIV.sitemap UL LI A:hover {
	text-decoration:underline;
}

/*------------------tables-----------------------*/

TABLE.financial {
	border-collapse: collapse;
	border-top:1px solid #333333;
	color:#333333;
	font-size:100%;
	margin-bottom:15px;
	width: 100%;
	clear:both;
}

TABLE.financial CAPTION {
	color:#333333;
	font-weight:bold;
	padding-bottom:2px;
	text-align:left;
}

TABLE.financial TH {
	font-weight:normal;
	text-align:left;
	vertical-align:bottom;
}

TABLE.financial TD {
	vertical-align:bottom;
	voice-family: "\"}\"";
	voice-family:inherit;
}

TABLE.financial .num {
	padding-right: 3px;
	text-align: right;
	width:10%;
}

TABLE.financial .num1 {
	text-align: left;
	width:30%;
}

TABLE.financial .num2 {
	text-align: left;
}

TABLE.financial .num3 {
	text-align: left;
	width:15em!important;
}

TABLE.financial .desc {
	/*white-space: nowrap;*/
}


TABLE.financial .b-thin {
	border-bottom:1px solid #333333;
}

TABLE.financial .b-medium {
	border-bottom:2px solid #333333;
}

TABLE.financial .tiny {
	width: 5px;
}

TABLE.financial .noborder {
	border: 0;
}

/*------------------footer-----------------------*/

#footer {
	clear:both;
	margin:25px 0 0;
	padding: 0;
}

HTML>BODY #footer {
	float:left;
}

#footer UL {
	list-style:none;
	margin: 0;
	padding: 0;
	width:145px;
}

#footer UL LI {
	float:left;
	margin: 0;
	padding: 0;
	width:145px;
}

#footer UL LI A {
	border-bottom:1px solid #7B858A;
	color:#7B858A ! important;
	display:block;
	float:left;
	margin: 0;
	padding:1px 4px 1px 0;
	text-decoration:none ! important;
	width:145px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:141px;
}

HTML>BODY #footer UL LI A {
	width:141px;
}

#footer UL LI A:hover {
	background-color:#E8E5E5;
	color:#7B858A ! important;
	text-decoration:none ! important;
}

.clearall{
clear:both;}


.cmhtml-section ul{
clear:both;}

.wide{
width:295px;}

.mrgB0{
margin-bottom:0!important;}

.mrgB2{
margin-bottom:2px!important;}

.brdT2px{
border-top:2px solid #000!important;}

.brdLR2px{
border-right:2px solid #000!important;
border-left:2px solid #000!important;}

.brdL2px{
border-left:2px solid #000!important;}

.brdR2px{
border-right:2px solid #000!important;}

.brdB2px{
border-bottom:2px solid #000!important;}

.justclear{
clear:both!important;}

.pad3em{
padding-left:3em;}

.txtL{
text-align:left!important;}

.sub{
font-size:80%}




