@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
*:focus {
	outline: none;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
body {
  /*color: #AAA;*/
  color:#505050;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  /*overflow-y: scroll;*/
}



/* General classes
   ------------------------------------------------ */
.green {
  color: #197533 !important;
}
a.arrow-link {
  background: url(../images/template/arrow-right.gif) no-repeat left 0.3em;
  color: #197533 !important;
  display: block;
  /*font-weight: bold;*/
  padding-left: 12px;
}
.print {
	display: none;
}


/* Page wrapper (with virtual border)
   ------------------------------------------------ */
#wrapper-border {
  background-color: #AAA;
  margin: 0 auto;
  padding: 1px 0;
  width: 980px;
}
#wrapper {
  background-color: #FFF;
  margin: 0 1px;
}


/* Header
   ------------------------------------------------ */
#header {
  margin-bottom: 21px;
  padding-top: 20px;
}

/* Header - logo
   ------------------------------------------------ */
#header-logo {
  float: left;
}
#header-logo img {
  border: none;
}

/* Header - menu
   ------------------------------------------------ */
#header-menu {
  border: 1px solid #C4DB0D;
  font-size: 0.814em;
  margin-left: 167px;
  margin-right: 20px;
}
#header-menu a {
  /*color: #8D8D8D;*/
  color:#505050;
}
#header-menu ul {
  float: left;
  line-height: normal;
  list-style-type: none;
  margin-top: -25px;
  overflow: hidden;
  padding: 13px 3px;
}
#header-menu ul li {
  display: block;
  float: left;
  padding-top: 24px;
}
#header-menu ul li a {
  border-right: 1px solid #AAA;
  display: block;
  padding: 0 10px;
}
#header-menu a:hover,
#header-menu ul li.current a {
  color: #197533;
}
#header-menu ul li.current {
  background-image: url(../images/template/header-menu-arrow.gif);
  background-position: center top;
  background-repeat: no-repeat;
}
#header-menu ul li.last a {
  border-right: none;
}
#header-menu-login {
  padding: 11px 10px 11px 0;
  text-align: right;
}


#home #liHome, 
#aboutus #liAboutUs, 
#aboutus_directors #liAboutUs, 
#aboutus_financial #liAboutUs, 
#services #liServices, 
#why #liWhyRfib, 
#working #liWorking,
#news #liNews,
#contactus #liContact
{
	background-image: url(../images/template/header-menu-arrow.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#home #liHome a, 
#aboutus #liAboutUs a, 
#aboutus_directors #liAboutUs a, 
#aboutus_financial #liAboutUs a, 
#services #liServices a, 
#why #liWhyRfib a, 
#working #liWorking a, 
#news #liNews a,
#contactus #liContact a
{
	color: #197533;
}


#aboutus_directors #liDirectors a,
#aboutus_financial #liFinancial a
{
	  color: #197533;	  
}


/* Page banner
   ------------------------------------------------ */
#banner {
  margin-bottom: 9px;
}
#banner div.placeholder {
	overflow: hidden;
}
#banner-left {
  background-image: url(../images/template/bg_banner_left.gif);
	background-repeat: repeat-x;
  float: left;
  margin-right: 23px;
	padding-left: 20px;
}
#banner-left div.placeholder {
	width: 199px;
	height: 135px;
}
#banner-right div.placeholder {
	width: 716px;
	height: 135px;
}

/* Middle section
   (contains the side bar, content and navigation)
   ------------------------------------------------ */
#middle {
	min-height: 339px;
  overflow: hidden;
  padding-bottom: 15px;
}
#middle a {
  /*color: #AAA;*/
  color:#505050;
}
#middle a:hover {
  color: #197533;
}

#home #middle {
	min-height: 231px;
}

#no-border #middle {
	min-height: 487px;
}


/* Left-hand Navigation
   ------------------------------------------------ */
#navigation {
  float: left;
  margin-left: 20px;
  width: 199px;
}

#navigation h2{
	color:#197533;
	font-size: .75em;
	line-height:1;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

/* Regular navigational menu
   ------------------------------------------------ */
#nav-pages ul {
  font-size: 0.75em;
	line-height: 1.2;
  list-style-type: none;
}
#nav-pages ul li {
  border-bottom: 1px solid #AAA;
}
#nav-pages ul li a,
#nav-pages ul li.parent ul li a {
  background: url(../images/template/nav-arrow.gif) no-repeat left 0.6em;
  display: block;
  padding: 3px 0 3px 10px;
}
#nav-pages ul li a:hover {
  background-color: #D0E23D;
}
#nav-pages ul li a.current {
  color: #197533;
}
#nav-pages ul li.parent a {
  background-image: url(../images/template/nav-arrow-down.gif);
	padding-bottom: 1px;
}
#nav-pages ul ul {
  padding-bottom: 3px;
	padding-top: 0;
}
#nav-pages ul ul li a {
  background-position: left center !important;
  /*color: #8D8D8D;*/
  color:#505050;
  line-height: 1.05;
  padding: 1px 5px 1px 15px !important;
}
#nav-pages ul li.parent a:hover {
  background-color: #D0E23D;
  background-image: url(../images/template/nav-arrow-down-green.gif);
  /*color: #197533;*/
  color:#505050;
}
#nav-pages ul li a:hover,
#nav-pages ul li.parent ul a:hover {
  background-color: #D0E23D;
  background-image: url(../images/template/nav-arrow-green.gif);
  /*color: #8D8D8D;*/
  color:#505050;
}
#nav-pages ul ul {
  font-size: 100%;
  padding-left: 10px;
}
#nav-pages ul ul li {
  border-bottom: none;
}
#nav-pages ul ul li.current a {
  padding-bottom: 0;
  padding-top: 0;
}


/* Content area
   (where the page text goes)
   ------------------------------------------------ */
#content {
  float: left;
  font-size: 0.75em;
  margin-left: 23px;
  width: 480px;
}
#content h1 {
  color: #197533;
  font-size: 1.5em;
	line-height: 0.9;
  margin-bottom: 14px;
}
#content h1.intro {
  margin-bottom: 5px;
}
#content h1.underline {
	border-bottom: 1px solid #AAA;
  margin-bottom: 14px;
	padding-bottom: 7px;
}
#content h2 {
  font-size: 1em;
}
#content p {
  margin-bottom: 14px;
	line-height: 1.18;
}
#content p.intro {
  font-size: 1.4em;
	line-height: 1.3;
}
#content p.intro strong {
  color: #197533;
}

/* Home page specific styling
   ------------------------------------------------ */
#content-home {
  width: 450px;
}
#content-home h1 {
	line-height: 1.1;
  margin-bottom: 9px;
}
#content-home p {
  margin-bottom: 15px;
	line-height: 1.15;
	/*width: 410px;*/
}


/* Side bar
   ------------------------------------------------ */
#sidebar {
  float: right;
  font-size: 0.7em;
  line-height: 1.15;
  margin-right: 20px;
  width: 199px;
}
#sidebar a:hover {
  /*text-decoration: underline;*/
}
#sidebar h2 {
  border-bottom: 1px solid #AAA;
  color: #197533;
  font-size: 1em;
  line-height: 1;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
#sidebar p {
  margin-bottom: 1em;
}

/* Side bar - news panel
   ------------------------------------------------ */
#sidebar-news .news-item {
  margin-bottom: 14px;
}
#sidebar-news .news-item a {
  font-weight: bold;
}
#sidebar-news .news-item a,
#sidebar-news .news-item strong {
  color: #197533;
}

/* Side bar - quote panel
   ------------------------------------------------ */
#sidebar-quote {
	line-height: 1.1;
	position: relative;
}
#sidebar-quote span.open-quote {
  font-size: 1.6em;
	left: -10px;
	position: absolute;
}
#sidebar-quote p {
  margin-bottom: 12px;
}
#sidebar-quote p.quote {
  font-size: 1.6em;
}

/* Side bar - contact panel
   ------------------------------------------------ */
#sidebar-contact p {
  margin-bottom: 1em;
}
#sidebar-contact strong {
  color: #197533;
}

/* Side bar - contact panel
   ------------------------------------------------ */
#sidebar-map {
  display: none;
}
#sidebar-map a {
  color: #197533;
  font-size: 1.1em;
  /*font-weight: bold;*/
}
#sidebar-map p {
	margin-bottom: 0;
  margin-top: 0.5em;
}
#sidebar-map-holder {
  position: relative;
}



/* Footer
   ------------------------------------------------ */
#footer {
  font-size: 0.55em;
  padding: 0 18px 3px;
}
#footer a {
  /*color: #AAA;*/
  color:#505050;
}

/* Footer - links to other pages
   ------------------------------------------------ */
#footer-links ul {
  list-style-type: none;
}
#footer-links ul li {
  display: block; 
  float: left;
  line-height: 1;
}
#footer-links ul li a {
  border-right: 1px solid #AAA;
  /*color: #8D8D8D;*/
  color:#505050;
  margin-right: 5px;
  padding-right: 5px;
}
#footer-links ul li.last a {
  border-right: none;
}


/* Footer - copyright information
   ------------------------------------------------ */
#footer-copyright {
  text-align: right;
}


/* Did You Know panel
   ------------------------------------------------ */
#did-you-know {
  border: 1px solid #AAA;
  font-size: 0.85em;
  height: 218px;
  padding: 3px 6px;
}
#did-you-know strong {
  color: #197533;
  display: block;
  margin-bottom: 6px;
}
#did-you-know ul {
  list-style-type: none;
}
#did-you-know ul li {
  background: url(../images/template/arrow-right.gif) no-repeat left 0.35em;
	font-size: 0.925em;
	line-height: 1.2;
  margin-bottom: 6px;
  padding-left: 11px;
}


/* Two column lists
   ------------------------------------------------ */
#content div.two-column-list {
  margin-top: 24px 0;
  overflow: hidden;
}
#content div.two-column-list ul {
  float: left;
  width: 50%;
}
#content div.two-column-list ul li {
  list-style-type: none;
  margin-bottom: 3px;
  padding-right: 1em;
}


/* Dashed lists
   ------------------------------------------------ */
#content ul.dashed {
  list-style-type: none;
}
#content ul.dashed li {
  /*background: url(../images/template/list-bullet-dash.gif) no-repeat left 0.6em;*/
  background: url(../images/template/dot.gif) no-repeat left 0.6em;
  margin-bottom: -1px;
  padding-left: 10px;
}

/*Services
	------------------------------*/
#sidebar #sidebar-contact p.head
{
	padding:0px; 
	margin:0px;	
}

/*Contact*/
div.contact p strong
{
	color: #197533 !important;
}


#services #content ul li
{
	
}