body {
	background-color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#333;  
	margin: 0px;
	text-align: left;
	line-height:140%;
}
h1 {
	margin: 30px 0 10px 0; 
	padding: 0px; 
	font-size: 12px;
	text-transform:uppercase;
	color: #564b47;
}
h2 {
	margin: 5px 0 0 0; 
	padding: 0px; 
	font-size: 12px;
	color: #333;
}
p {
	margin: 0 0 10px 0; 
	padding: 0px; 
}
a { 
	color: #da3227;
	text-decoration: underline; 
}
a:hover { 
	color: #000;
}

ul {
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
}
.services li {
	padding-left:17px;
	background: url("/images/bullet.gif") no-repeat 0px 2px;
	white-space:nowrap;
}
li a {
	text-decoration:none;
}


#header { 
	height: 132px;
	padding: 0px;
	text-align: left;
	background: url("/images/bg_logo.gif") no-repeat 87px 15px;
}
#content { 
	text-align: left;
	background: url("/images/bg_content.gif") repeat-x #ddd;
}
.leftcol {
	padding:0 30px 10px 140px;
}
.rightcol {
	width:217px;
	padding:0 140px 10px 0;
}
.news .newsdate {
	float: right;
}
.news img {
	float: right;
	margin: 3px;
	border: 0;
}
/*
.news p {
	margin-bottom:10px;
	border-bottom: 1px solid #fff;
}
*/
.news hr{
border: 0;
	margin-bottom:10px;
	border-bottom: 1px solid #fff;
clear: both;
}
#subfooter {
	height: 91px;
	background:#f1f1f1 url("/images/bg_footer.gif") repeat-x top;
}
.subfooterlogo {
	background:#f1f1f1 url("/images/bg_right_footer.jpg") no-repeat;
}
#footer p {
	color: #777;
	text-align:center;
	padding:0 140px;
	padding-top:20px;

}
#footer a {
	color: #777;
	text-decoration:underline;
}
#footer a:hover {
	color:#da3227;
}
.disappear {
	text-indent:-9000px;
}
.homepagetitle {
	background: url("/images/hometitle.gif") no-repeat;
}
.latest-newstitle {
	background: url("/images/newstitle.gif") no-repeat;
}



/*---------------  TITLE STYLES ---------------*/


.about-ustitle {
  background: url("/images/title_aboutus.gif") no-repeat;
}
.our-peopletitle {
  background: url("/images/title_ourpeople.gif") no-repeat;
}
.our-servicestitle {
  background: url("/images/title_ourservices.gif") no-repeat;
}

.leg-up-schemetitle {
  background: url("/images/title_legupscheme.gif") no-repeat;
}
.linkstitle {
  background: url("/images/title_links.gif") no-repeat;
}
.contact-and-enquirytitle {
  background: url("/images/title_contactus.gif") no-repeat;
}
.terms-of-usetitle {
  background: url("/images/title_termsofuse.gif") no-repeat;
}
.privacy-policytitle {
  background: url("/images/title_privacypolicy.gif") no-repeat;
}
.leftcol input {
	margin:0 0 5px 0;
	padding:0;
}
.newslettertitle {
	height:13px;
	margin:0;
	padding:0;
	background: url("/images/newslettertitle.gif") no-repeat;
}


/*---------------  NAV TABS STYLES ---------------*/
#nav {
	background:#f1f1f1 url("/images/bg_nav.gif") repeat-x top;
	font-weight:normal;
	text-transform:uppercase;
	line-height:normal;
}
#nav ul {
	margin:0;
	padding:0 140px 0 140px;
	list-style:none;
}
#nav li {
	float:left;
	background:url("/images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
}
#nav a {
	float:left;
	display:block;
	background:url("/images/right.gif") no-repeat right top;
	padding:5px 10px 5px 6px;
	text-decoration:none;
	color:#777;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
	color:#da3227;
}
#nav #current {
background-image:url("/images/left_on.gif");
}
#nav #current a {
	background-image:url("/images/right_on.gif");
	color:#fff;
	padding-bottom:5px;
}

p#footer {
	font-size: 9px;
}

p#footer a {
	text-decoration: none;
}