@charset "UTF-8";

/* Aisha Williams December 2009*/
/* - - - - - - - - - - - LEFT COLUMN - - - - - - - - - - -*/
.sidebar .home{
	/*background: url("images/pane.png") top left no-repeat;*/
	height: 640px;
	position: relative;
}
.sidehar .home .blurb{
	padding: 10px;
	margin: 5px;
	padding: 5px;
	position: absolute;
	top: 50px;
}
.sidebar .home .alignBottom{
	bottom: -5px;
	position: absolute;
	margin: 0 4%;
	width: 92%;
}
.button {
	border: 1px solid #e8c57c;
	display: block;
	margin: 30px 0;
	padding: 10px;
	width: auto;
}
.buttonPress{
	background: #f5e5cb;
	border: 1px solid #e8c57c;
	padding: 2px 4px;
	width: auto;
}
.introInt {
	height: 200px;
	width: 100%;
}
.sidebar h3{
	padding: 20px 0 0px;
}
.sidebar .category{
	padding: 20px 0 0px;
}
.relatedLinks{
	
	line-height: 1.2em;
}
.relatedLinks li{
	padding: 4px 0;
}
.extraSpacing li{
	padding: 3px 0;
}

/* - - - - - - - - - - - HTML REWRITES - - - - - - - - - - -*/
a:link{
	color: #004fa3;
}
a:visited{
	color: #418DCF;
}
a:hover{
	color: #d5a10f;
	text-decoration: none;
}
h2 {
	background: #fff;
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 15px;
}
.sidebar h3{
	font-size: 1em;
}
.wideCol h3{
	font-size: 1.285em;
	padding-top: 20px
}
.wideCol h3.allRound{
	font-size: 1em;
	padding: 5px;
}
p {
	margin: .714em 0 1em;
}
ul{
	list-style-image:url('../images/bullet.png');
	list-style-type: circle;
}
strong{
	font-weight: bold;
}
em{
	font-style: oblique;
}
em strong{
	font-size: 1em;
}
img.header{
	padding: 0 0 20px;
}

.floatLeft {
	margin: 0 15px 0 0; 
	float: left;
}
.floatRight {
	margin: 0 0 0 15px; 
	float: right;
}
.clearfloat{
	clear: left;
}
div.oneCol{
	margin: 20px 0 10px; 
	padding: 10px;
}

div.twoCol{
	clear: right;
	float: left;
	margin: 5px 0;
	padding: 10px; 
	width: 45%; 
}
div.callout{
	margin: 20px 0 10px; 
	padding: 10px; 
	background: #f3e1bd;
}

.wideCol ul, .wideCol ol {
	padding: 5px 0 5px 25px;
}
.wideCol {
	padding: 2px 0;
}
/* - - - - - - - - - - - ROUNDED CORNERS- - - - - - - - - - -*/
.allRound{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.topRound{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius:  5px;
	-webkit-border-top-right-radius: 5px;
}
.bottomRound{
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:  5px;
	-webkit-border-bottom-right-radius: 5px;
}

/* - - - - - - - - - - - TABLES - SUMMARY FOR OVERVIEW PAGES - - - - - - - - - - -*/
table.summary th {
	font-weight: bold;
}
table.summary td {
	padding: 5px;
}
table.summary td {
	border-bottom: 1px solid #e8c57c;
	border-collapse: collapse;
}
textarea, input {
	border: 1px solid #e8c57c;
	background: #fdf4e3;
}
textarea:hover, input:hover, textarea:focus, input:focus {
	border: 1px solid #e8c57c;
	background: #fff;
}
textarea#comment, input#name, input#email{
	padding: 5px;
	width: 220px;
}
.smaller{
	font-size: 0.714em;
}
/* - - - - - - - - - - - FOREX TABLES - - - - - - - - - - -*/
.sidebar .forexTable{
	font-size: 0.714em;
	border: 1px solid #e8c57c;
	border-collapse: collapse;
	margin: 0 2%;
	padding: 5px 0;
	width: 96%;
}
.wideCol .forexTable{
	border: 1px solid #e8c57c;
	border-collapse: collapse;
	width: 100%;
}
.forexTable th{
	text-align: right;
	padding-right: 5px;
}
.forexTable tr.outlined th{
	border: 1px solid #e8c57c;
	text-align: center;
	text-transform: uppercase;
}
.forexTable tbody tr.shaded td, .forexTable tbody tr.shaded th{
	background: #fdf4e3;
}
.forexTable td{
	padding: 2px 5px;
	text-align: center;
}
.forexTable td.borderLeft, .forexTable th.borderLeft{
	border-right: 1px solid #e8c57c;
}
.forexTable td.borderBottom{
	border-bottom: 1px solid #e8c57c;
}
/* - - - - - - - - - - - FEEDBACK FORM - - - - - - - - - - -*/
.feedback{
	width: 100%;
}
.feedback th{
	text-align: right;
	width: 30%;
}
.feedback td, .feedback th{
	padding: 5px;
}
.vacancies{
	border: 1px solid #004fa3;
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
	width: 200px
}
/* - - - - - - - - - - - LEGAL  - - - - - - - - - - -*/
.shadedBox{
	background: #f3e1bd;
	padding: 15px;
	border: 1px solid #e1cfb0;
}

.bankingCode > p{
	margin-left: 30px;
}
.bankingCode  p  strong{
	margin-left: -30px;
}
.bankingCode  ol.lowerRoman{
 	list-style-type: lower-roman;
	margin-left: 50px;
}
.bankingCode  ol.lowerAlpha{
 	list-style-type: lower-alpha;
	margin-left: 50px;
}
.bankingCode  ol.decimal{
	list-style-type: decimal-leading-zero;
	margin-left: 20px;
}
.bankingCode .indent{
	margin-left: 50px;
 	font-style: italic;
}
 ol.lowerAlpha{
 	list-style-type: lower-alpha;
}