@charset "utf-8";

#moneyMatters {
	color: #F79021;
	font-size:42px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.hdr_lft {
	float:left;
	margin-left:-8px;
}

.hdr_rgt {
	float:right;
	text-align:right;
	color:#999999;
}

#header {
	clear:both;
	width:100%;
}

#header.top {
	background-color:#782893;
	line-height:8px;
}

#header.white-space {
	background-color:#FFFFFF;
	height:2px;
	font-size:1px;
}

#header.bottom {
	background-color:#F79021;

}

#TICKER {
	background-color:#782893;
	height:35px;
	color:#FFFF04;
	line-height:40px;
	text-align:center;
}

#buttons {
	width:175px;
	float:left;
}

.btn {
	background:white url(../images/chequers_menu_btn.jpg) no-repeat top left;
	width:100%;
	height:37px;
	margin-top:3px;
	line-height:37px;
	text-indent:20px;
	cursor:pointer;
}

#footer {
	background-color:#D0C8D7;
	float:left;
	width:780px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:2px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:2px;
	margin-bottom:20px;
	
}

.footer-element {
	float:left;
	padding:10px;
	line-height:17px;
}

div .footer-element a {
	text-decoration:underline;
}

.codeOfPractice {
	font-size:9px;
}


.about ul li {
	list-style-type:disc;
} 

#content {
	overflow:auto;
	max-height:700px;
	height:700px;
	
}

a {
	text-decoration:none;
	color:#000000;
}

a img {
	border:none;
}

a:hover {
	text-decoration:none;
	color:#000000;
}

#buttons {
	margin-bottom:4px;
}

#buttons a {
	background-image:url(../images/chequers_menu_btn.jpg);
	background-repeat:no-repeat;
	line-height:37px;
	display:block;
	text-indent:20px;
	margin-top:3px;
	margin-bottom:3px;
	font-size:15px;
}


#buttons a:hover {
	background-image:url(../images/chequers_menu_btn_over.jpg);
	background-repeat:no-repeat;
	line-height:37px;
	display:block;
	text-indent:20px;
	margin-top:3px;
	margin-bottom:3px;
}

#buttons a.selected{
	background-image:url(../images/chequers_menu_btn_over.jpg);
}

#dateDiv {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#contentTable{
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:4px;	
	background:#FCC48B;	
	font-size:14px;
	
}

#contentTable td{
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:2px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:2px;
}		

#currencyTable td{
	border-style:none;
	line-height:28px;
}

.gradImg tr {
	background-image:url(../images/gradient_bg.jpg);
}

span {
	font-size:20px;	
}

#address {
	font-size:14px;	
	font-weight:bold;
	
}

span#contentHeading {
	color:#75266D;
	font-weight:bold;
}

span#contentSubHeading {
	color:#75266D;
	font-weight:bold;
	font-size:16px;
}

span#contentHeadingSml {
	color:#75266D;
	font-weight:bold;
	font-size:13px;
}


#contentTable ul{
	list-style-type:square;
	padding-left:0px;
	margin-left:17px;
}

#contentTable ul ul {
	list-style-type:circle;
	padding-left:0px;
	margin-left:17px;
}

.branches {
	font-size:13px;
}

