

	h1 { 
	  font-family: Georgia,Times,serif;
	  font-size: 1.4em;
	  line-height: 1.5em;
		color: #360;
    margin:0.3em 0 0.3em 0;
		font-weight:normal;
	}

	h2 {
	  font-family: Georgia,Times,serif;
	  font-size: 1.15em;
	  line-height: 1.3em;
		color: #360;
    margin:1.5em 0 0.8em 0;
		font-weight:normal;
	}

	h3 { 
	  font-family: Georgia,Times,serif;
	  font-size: 1.15em;
	  line-height: 1.3em;
		color: #360;
    margin:0.3em 0 0.3em 0;
		font-weight:normal;
		text-align:center;
	}

	body {
    background: #FAFAFA url('../images/nav_02.png');
	  background-repeat: repeat-x;
	  font-family: Arial,Helvetica,Sans-Serif;
	  font-size:0.9em;
    line-height:1.6em;
    margin:0 0 0.8em 0;
		color: #333;
	}

  p{
	  font-size:0.9em;
    margin-top:1em;
    margin-bottom:1em;
  }
  
	/* To display the logo in the centre in the header */
	ul#logo_inner{
		height: 131px;
    background: url('../images/nav_04.png') no-repeat top center;
	}

	div.box{
		background: #FAFAFA;
		padding-top: 12px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;

	}

	#navigation {
	  background: #E5F2CE;
	  font: 1.5em Georgia,Times,serif; overflow: hidden;
	  min-width: 750px;
	}
	
  ul{
    list-style: none;
	  margin: 0;
  }

  li{
    margin:0.5em 0 0.5em 0;
  }

  /* -------- Navigation bar -------- */

	#navigation ul, #navigation ul li {
	  list-style: none;
	  margin: 0;
	}

	#navigation ul {
		padding: 15px 0;
		text-align: center;
	}

	#navigation ul li {
		display: inline;
		margin-left: -0.2em;
		margin-right: -0.2em;
	}

	#navigation ul li.last {
	  margin-right: 0;
	}

	#navigation li a {
		text-decoration:none;
		color: #360;
	  padding: 15px 2em;
	}

	#navigation li a:hover {
		text-decoration:underline;
		color: #528000;
	  padding: 15px 2em;
	}

/* -------- Footer -------- */

	#foot{
		height:61px;
	  padding: 1em 0;
	  text-align: center;
		background: url(&#x27;../images/slices/Footer_03.png&#x27;);
		background-repeat: repeat-x;
	  font-size:11px;
	}

  /* -------- Links -------- */

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

	a:hover{
		text-decoration:underline;
		color: #528000;
	}

  /* -------- Hidden Images -------- */
  
	div#hiddenimages{
		display:none;
	}

  /* -------- Quotations -------- */

  #quotation{
	  font-family: Georgia,Times,serif;
    font-style:italic;
  }

  #quotefrom{
    font-size:0.9em;
    text-align:right;
	  font-family: Georgia,Times,serif;
    font-style:normal;
  }

  /* -------- Ordered Lists -------- */
  ol{
    font-size:0.9em;
  }
  
  ul{
    font-size:0.9em;
  }

  /* -------- Definition Lists (table view) -------- */
  

  dl{
  padding: 0;
  }

  dt{
  float: left;
  margin: 0 0 0 0;
  padding: 0.3em 0em 0.3em 0em;
  }

  /* commented backslash hack for mac-ie5 \*/
  dt { clear: both; }
  /* end hack */

  dd{
  float: left;
  margin: 0 0 0 0;
  padding: 0.3em 0em 0.3em 0em;
  }

  /* -------- Rates Definition List -------- */


  dl.RatesList{
  margin: 0.5em 0em 0.5em 0em;
  font-family: georgia, times, serif;
  font-size:0.9em;
  }

  .RatesList dt{
  width: 175px;
  font-weight: normal;
  }


  .RatesList dd{
  width: 32px;
  }

  /* -------- Methods Definition List -------- */


  dl.MethodsList{
  margin: 0em 0em 0em 0em;
  font-size:0.9em;
  }

  .MethodsList dt{
  width: 90px;
  font-weight: bold;
  }


  .MethodsList dd{
  width: 300px;
  }

  /* -------- Books Definition List -------- */


  dl.BooksList{
  margin: 0em 0em 0em 0em;
  font-size:0.9em;
  }

  .BooksList dt{
  width: 150px;
  font-weight: bold;
  }


  .BooksList dd{
  width: 200px;
  }

  /* -------- Box Outs -------- */
  

  div#TestimonialBoxout{
    background: #F2F7EB url('../images/quote.png') no-repeat bottom;
  }
  
  div#RatesBoxout{
    background: #F2F7EB url('../images/rates.png') no-repeat center;
  }
  
  div#LocationBoxout{
    background: #F2F7EB url('../images/marker.png') no-repeat center;
  }

  div#TestimonialBoxout p, #RatesBoxout p, #LocationBoxout p{
    font-family: georgia, times, serif;
    margin-left:1.5em;
  }
  
  #RatesListContainer{
    margin-left:1.5em;
    margin-bottom:0.8em;
  }

  #MethodsListContainer{
    margin-top:-0.3em;
    margin-bottom:0.8em;
  }
  

