<style type="text/css">

/***********************************************************************/
/** Standard CSS to reset page - not required to include in your code **/
/***********************************************************************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

/******************************************************************/
/** Base/ Structural Styles to position the screen centrally     **/
/******************************************************************/

body {
  background-color: #001702;
  color: #001702;
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0px auto; 
  padding: 0px;
  text-align: center;
}

body img {
  margin: 0px;
  padding: 0px;
  border: none;
}

ul.silver_tips {
  list-style-image:url('images/silver_tips_bg.png');
  list-style-position: inside;
}


ul.silver_tips_sub_list {
  list-style-image:url('images/silver_tips_bg_small.png');
  list-style-position: inside;
}

a.article_links {
  text-decoration: underline;
  font-weight: bold;
  color: #001702;
  border: none;	
}

a.article_links:hover {
  color: #eaf1ea;
}

a.site_links {
  text-decoration: underline;
  font-weight: normal;
  color: #001702;
  border: none;	
}

a.site_links:hover {
  color: #eaf1ea;
}

ol.how_to_steps {
  list-style-type: none;
  margin: 0px 0px 0px 30px;
  padding: 0px;
}

div.step_bg {
  float: left;
  background-image: url(images/step_bg.png);
  background-repeat: no-repeat;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 35px;
  height: 50px;
  margin: 0px 10px 0px 10px;
  padding: 6px 0px 0px 0px;
}

div.step_bg span{
  display: block;
  color: #ffffff;
  font-size: 12px;
  margin-top: 2px;
}


#wrapper {
  width: 800px;
  background-image: url(images/wrapper_bg.jpg);
  background-color:#001702;
  margin: 0px auto;
  text-align: left;
  position: relative;
}

/******************************************************************/
/** This is the CSS required for the banner                      **/
/******************************************************************/

/* banner - the logo */
#banner {
  background-image: url(images/banner_image.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  height: 145px;
}


/******************************************************************/
/** This is the CSS required for the landing pages banner        **/
/******************************************************************/

#banner_box {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 385px;
  height: 125px;
  border: 1px solid #001702;
  background-color: #9CC1A0;
  margin: 0px;
  padding: 0px;
  filter: alpha(opacity=75); 
  -moz-opacity: 0.75; 
  opacity: 0.75;
}

#banner_box h1, #banner_box h2, #banner_box p, #banner_box a {
  text-align: left;
}


#sub_banner {
  width: 784px;
  height: 105px;
  background-color: #EAF1EA;
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 0px;

}


#content #sub_banner ul {
  font-family: 'Arial';
  font-style: italic;
  font-size: 11px;
  font-weight: bold;
}

#sub_sub_banner {
  width: 784px;
  height: 23px;
  background-color: #001702;
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 0px;
  filter: alpha(opacity=50); 
  -moz-opacity: 0.50; 
  opacity: 0.50;
  color: #ffffff;
}

#content #sub_sub_banner p, #content #sub_sub_banner a  {
  font-size: 9px;
  font-weight: bold;
  text-align: left;
}


#content #sub_sub_banner a {
  text-decoration: none;
  color: #ffffff;
  border: none;
}

#content #sub_sub_banner a:hover {
  color: #fffaa1;
  text-decoration: underline;
}

#content #sub_sub_banner a:visited {
  color: #ffffff;
}


/******************************************************************/
/** This is the CSS required for the page footer                **/
/******************************************************************/

/* The footer containing the copyright text */
#footer {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  height: 17px;
  clear: both;
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

#footer p {
  font-size: 9px;
  font-weight: bold;
  padding: 0px;
  text-align: center;
  margin: 0px 0px 0px 50px;
}



/******************************************************************/
/** This is the CSS required for the page footer                **/
/******************************************************************/

/* The footer containing the copyright text */
#copyright_footer {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  clear: both;
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  text-align: center;
}

#copyright_footer p {
  font-size: 9px;
  font-weight: normal;
  color: #001702;
  padding-bottom: 0px;
  margin: 0px 0px 0px 0px;
}

#copyright_footer hr {
  size: 1px;
  color: #001702;
  width: 700px;
}

.Ft_Menu_Item {
  margin: 0px;
  padding: 2px 2px 0px 2px;
}

.Ft_Menu_Item a {
  text-decoration: none;
  font-size: 9px;
  font-weight: normal;
  color: #001702;
}

.Ft_Menu_Item a:hover {
  color: #ffffff;
}


/******************************************************************/
/** This is the CSS required for the left column and navigation  **/
/******************************************************************/

#menu_wrapper {
  float: left;
  width: 800px;
  height: 40px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

#menu_navigation {
  width: 800px;
  margin: 0px 0px 0px 8px;
  padding: 0px;
  list-style-type: none;
}


/* normal viewed situation of an image used for navigation */
li.nav_item {
  float: left;
  padding: 0px;
  margin: 8px 0px 0px 0px;
}


#menu_navigation a {
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  border: none;	
  padding: 0px 10px 0px 0px;
  margin: 0px;
}


#menu_navigation a:hover {
  color: #001702;
}


/******************************************************************/
/** This is the CSS required for the main content of the page    **/
/** and also for the sub-banner section                          **/
/******************************************************************/

#content {
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 800px;
}

#content_overlay {
  background-image: url(images/content_overlay_bg.jpg);
  background-repeat: repeat;
  float: left;
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  width: 800px;
}


#content_body {
  background-image: url(images/content_bg.jpg);
  background-repeat: repeat-x;
  background-color: #eaf1ea;
  float: left;
  margin: 0px 0px 0px 200px;
  padding: 0px 0px 0px 0px;
  width: 401px;
  min-height: 1450px;
}

img.border_bg {
  float: left;
  margin: 0px 0px 0px 200px;
  padding: 0px 0px 0px 0px;
  width: 401px;  
}

#content p {
  font-size: 12px;
  font-weight: normal;
  margin: 0px 20px 10px 20px;
  text-align: justify;
}

#content p span.info {
  font-weight: bold;
  font-style: italic;
}

#content p.small {
  font-size: 10px;
}


#content a {
  text-decoration: underline;
  color: #13427A;
  border: none;
}

#content a:hover {
  text-decoration: none;
  color: #00AEED;
  border: none;
}

#content ul {
  font-size: 12px;
  font-weight: normal;
  margin: 0px 20px 10px 20px;
  text-align: justify;
  list-style-type: none;
}

#content h1 {
  font-size: 20px;
  font-weight: Bold;
  text-decoration: underline;
  margin: 10px 20px 0px 20px;
  text-align: left;
  clear: both;
}


#content h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px 20px 10px 20px;
  text-align: left;
}

#content h2.link_list_item {
  margin: 0px 20px 2px 20px;
}


#content_body ul.silver_tips_out {
  list-style-image:url('images/silver_tips_bg.png');
  list-style-position: outside;
  margin-left: 30px;
}

#content_body ul.points_list {
  list-style-image:url('images/step_bg.png');
  list-style-position:outside;
  margin-left: 60px;
  padding: 0px;
}

/******************************************************************/
/** styles for Links page                                        **/
/******************************************************************/

#content a.big_site_links {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #001702;
  margin-bottom: 2px;
  border-bottom: 1px dotted #001702;
}

#content a.big_site_links:hover {
  color: #9CC1A0;
}

#content a.big_site_links:visited {
  color: #001702;
}

#content img.link_graphic {
  text-decoration: none;
  border: none;
  margin: 5px 0px 5px 20px;
  width: 360px;
  height: auto;
}

/******************************************************************/
/** This is the CSS required for the right column                **/
/******************************************************************/

.left_col_wrapper {
  background-image: url(images/rightcol_bg.jpg);
  background-repeat: no-repeat;
  float: left;
  width: 187px;
  margin: 0px 0px 0px 0px;
  padding-bottom: 30px;
}

img.left_col_border_bg {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 187px;  
}

.left_col_wrapper h1 {
  font-size: 14px;
  font-weight: Bold;
  list-style-type: none;
  margin: 10px 10px 10px 10px;
  padding: 0px;
  text-align: left;
}

.left_col_wrapper h2 {
  color: #ffffff;
  font-size: 12px;
  font-weight: Bold;
  list-style-type: none;
  margin: 10px 10px 0px 0px;
  padding: 0px;
  border-bottom: 1px single white;
  text-align: left;
}

.left_col_wrapper ul {
  font-size: 12px;
  font-weight: normal;
  list-style-type: none;
  margin: 0px 10px 0px 10px;
  padding: 0px;
  text-align: left;
}

.left_col_wrapper hr {
  size: 1px;
  color: #001702;
}

.left_col_wrapper a {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}


/******************************************************************/
/** This is the CSS required for the left column                 **/
/******************************************************************/

.right_col_wrapper {
  background-image: url(images/rightcol_bg.jpg);
  background-repeat: no-repeat;
  float: left;
  width: 187px;
  margin: 0px 0px 0px 0px;
  padding-bottom: 30px;
  text-align: left;
}

.right_col_wrapper_nb {
  background-image: none;
}

img.right_col_border_bg {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 187px;  
}

.right_col_wrapper h1 {
  font-size: 14px;
  font-weight: Bold;
  list-style-type: none;
  margin: 10px 10px 10px 10px;
  padding: 0px;
  text-align: left;
}

.right_col_wrapper ul {
  font-size: 12px;
  font-weight: normal;
  list-style-type: none;
  margin: 0px 10px 0px 10px;
  padding: 0px;
  text-align: left;
}

.right_col_wrapper hr {
  size: 1px;
  color: #001702;
}

.right_col_wrapper a {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}


.special {
  border: none;
}

.special h1, h2, p {
  text-align: center;
  margin: 0px 10px 10px 10px;
}

.special a img {
  display:block;
  margin: 10px auto 10px auto;
  padding: 0px;
  border: none;
}


/******************************************************************/
/** This is the CSS required for the transparent column wrappers **/
/******************************************************************/

#right_col_tr_wrapper {
  background-color: transparent;
  position: absolute;
  top: 293px;
  left: 603px;
  width: 187px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

#left_col_tr_wrapper {
  background-color: transparent;
  position: absolute;
  top: 293px;
  left: 10px;
  width: 187px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

/**********************************/
/******* Tip Panel Styles *********/
/**********************************/

#content a.info {
  position: relative;
  z-index: 24;
  text-decoration: underline;
}

#content a.info:hover {
  z-index:25;
  background-color: transparent; /* if you remove this line tooltips don't work in ie 6+ */
  text-decoration: none;
}

#content a.info span {
  display: none;
}

#content a.info:hover span.ttl {
  display:block;
  position:absolute;
  top:1em;
  left:2em;
  width: 250px;
  border:1px solid #000000;
  background-color:#ffffff;
  color:#001702;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px 5px 5px;
}

#content a.info:hover span.dtl {
  display:block;
  position:absolute;
  top: 2.8em;
  left: 2em;
  width: 250px;
  border:1px solid #000000;
  background-color:#001702;
  color:#ffffff;
  text-align: left;
  padding: 0px 5px 5px 5px;
}

/* end tooltip effect */


/**********************************/
/******* Google ads Styles ********/
/**********************************/

.google_ads_centered {
  margin: 0px 0px 10px 36px;
  padding: 0px 0px 0px 0px;
}

.google_lge_ads_centered {
  margin: 0px 0px 10px 208px;
  padding: 0px 0px 0px 0px;
}

.google_ads_centered_body {
  margin: 0px 0px 10px 40px;
  padding: 0px 0px 0px 0px;
}

.googlebox_left {
  float: left;
  margin: 0px 0px 5px 0px;
  padding: 0px 10px 0px 10px;
}

.googlebox_right {
  float: right;
  margin: 0px 0px 5px 0px;
  padding: 0px 10px 0px 10px;
}

.google_ads_top_txt {
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 0px;
  width: 784px;
  background-color: #9CC19F;
}

.google_ads_top_txt_2 {
  margin: 0px 0px 22px 8px;
  padding: 0px 0px 0px 0px;
  width: 784px;
  background-color: #9CC19F;
}

/**********************************/
/******* Amazon ads Styles ********/
/**********************************/


.amz_centered_body {
  margin: 0px 0px 10px 20px;
  padding: 0px 0px 0px 0px;
}


/**********************************/
/******* Image Styles      ********/
/**********************************/


.image_left {
  float: left;
  margin: 0px 0px 5px 10px;
  padding: 0px 10px 0px 10px;
}

.image_right {
  float: right;
  margin: 0px 0px 5px 0px;
  padding: 0px 15px 0px 10px;
}

/**********************************/
/******* Tag line          ********/
/**********************************/

p.tagline a {
  font-size: 9px;
  font-weight: normal;
  color: #AB8D37;
  text-align: center;
}

p.tagline a:hover {
  color: #ffffff;
}


/**********************************/
/******* Twitter           ********/
/**********************************/

#twitter_div a#twitter_link {
  display: block;
  text-align: right;
  border: none;
}

#twitter_link img#twitter_button {
  margin: 0px;
  padding: 0px;
  border: none;
}


#twitter_update_list {
  list-style-type: square;
  list-style-position: inside;
}

#twitter_update_list a {
  color: #13427A;
}

#twitter_update_list a:hover {
  color: #00AEED;
}



/**********************************/
/******* Site Map Styles  *********/
/**********************************/

#sitemenu_ul.sitemap {
  list-style: none;
  margin-top: 0px;
  margin-left: 10px;
  padding: 0px 0px 20px 0px;
}

#sitemenu_ul.sitemap ul {
  list-style: none;
  color: #001702;
  margin: 0px 0px 3px 10px;
  padding: 0px;
}

#sitemenu_ul.sitemap li {
  color: #001702;
  margin: 0px 0px 10px 10px;
}

#sitemenu_ul.sitemap ul li{
  color: #001702;
  margin: 0px 0px 0px 20px;
}

#sitemenu_ul.sitemap li a{
  color: #001702;
  font-weight: bold;
}

#sitemenu_ul.sitemap ul li a{
  color: #001702;
  font-weight: normal;
}


/***********************************************************************/
/** Fomart Styles for the register now capture form                   **/
/***********************************************************************/

form.email_capture {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  background-color: none;
}

form.email_capture div {
  font-weight: bold;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

form.email_capture div.mandatory {
  margin: 5px 10px 0px 0px;
  padding: 0px;
  text-align: right;
}

form.email_capture div.mandatory input{
  width: 130px;
  height: 14px;
  border: 1px solid #2B4281;
  background-color: #9CC19F;
  color: #001702;
  font-size: 10px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

form.email_capture label.error {
  color: #fffaa1;
}


form.email_capture input.input_submit{
  width: 181px;
  border: 3px solid #2B4281;
  background-color: #94a970;
  color: #fffaa1;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 11px;
  margin: 8px 0px 8px 3px;
  padding: 0px;
  cursor: pointer;
}

form.email_capture input.input_submit:hover{
  background-color: #aebe92;
}


form.email_capture p {
  margin: 5px 15px 5px 10px;
  padding: 0px;
  text-align: center;
}

/***********************************************************************/
/** Fomart Styles for promotional stuff                               **/
/***********************************************************************/

.box_it {
  border: 2px solid #2B4281;
  padding: 5px 5px 5px 5px;
  background-color: #ffffff;
}

#content_body p.large_it {
  font-size: 18px;
  color: #ff0000;
  text-align: center;
}

#content_body p.red_it {
  color: #ff0000;
  text-align: center;
}

#content_body .center_it {
  text-align: center;
}

#content_overlay .center_it {
  text-align: center;
}


/***********************************************************************/
/** Social Networks Styles                                            **/
/***********************************************************************/

.social_net {
  margin: 0px 0px 0px 20px; 
  padding-top: 5px;
  width: 250px;
  border-top: 2px solid #9CC1A0;  
}


/***********************************************************************/
/** donate form                                                       **/
/***********************************************************************/

form.donate {
  margin: 5px 0px 10px 20px; 
}


/***********************************************************************/
/** Table Styles                                                      **/
/***********************************************************************/

div.small_table {
  display: block;
  clear: right;
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  width: 360px;
}

div.small_table div.table_heading {
  margin: 0px 0px 2px 0px;
  padding: 0px;
}

div.small_table div.table_rows {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

div.small_table div.table_heading ul {
  clear: both;
  padding: 0px;
  margin: 0px;
}

div.small_table div.table_rows ul {
  clear: both;
  padding: 0px;
  margin: 0px;
  width: 350px;
}

div.small_table div.table_heading li {
  float: left;
  width: 150px;
  padding: 2px 2px 2px 5px;
  margin: 0px 2px 2px 0px;
  border: none;
  background-color: #57975B;
  font-weight: bold;
}

div.small_table div.table_rows li {
  float: left;
  width: 150px;
  padding: 2px 2px 2px 5px;
  margin: 0px 2px 2px 0px;
  border: none;  
  background-color: #9CC19F;
}

/***********************************************************************/
/** Google Site Search Box Styles                                     **/
/***********************************************************************/

form.google_search {
  border: 1px solid #001702;
}

form.google_search input.search {
  width: 176px;
  margin: 2px 0px 0px 2px;
  padding: 0px;
}

form.google_search input.input_submit {
  width: 181px;
  border: 2px solid #001702;
  background-color: #94a970;
  color: #001702;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 11px;
  margin: 2px 0px 2px 2px;
  padding: 0px;
  cursor: pointer;
}


/****************************************************************/
/* The styles to control the pull quotes                        */
/****************************************************************/

.lt_pullquote {
  float: right;
  width: 170px;
  margin: 5px 20px 0px 10px;
  padding: 5px 0px 7px 0px;
  font-size: 20px;
  line-height:16px;
  color:#664700;
  text-align: right;
  border-top: 1px solid #001702;	
  border-bottom: 1px solid #001702;
  font-family: 'Arial';
  font-style: italic;
}

.rt_pullquote {
  float: left;
  width: 170px;
  margin: 5px 15px 0px 20px;
  padding: 5px 0px 7px 0px;
  font-size: 20px;
  line-height:16px;
  color:#664700;
  text-align: left;
  border-top: 1px solid #001702;	
  border-bottom: 1px solid #001702;
  font-family: 'Arial';
  font-style: italic;
}

.colour_1_18px {
color:#440066;
font-size:16px;
line-height:16px;
}

.normal_color22px {
font-size:22px;
line-height:16px;
}

.colour_2_20px {
color:#0E0E66;
font-size:20px;
line-height:16px;
}

.rt_headline {
  float: left;
  width: 195px;
  margin: 5px 0px 5px 0px;
  padding: 0px;
}


/***********************************************************************/
/** Fomart Styles for headline boxes                                  **/
/***********************************************************************/

#content div.box_it {
  border-top: 1px solid #001702;
  border-bottom: 1px solid #001702;
  border-right: none;
  border-left: none;
  margin: 0px 20px 10px 20px;
  padding: 0px;
  background-color: #ffffff;
}


#content div.box_it h2 {
  margin: 0px 10px 0px 10px;
  padding: 0px;
}


#content div.box_it p {
  margin: 0px 10px 10px 10px;
  padding: 0px; 
}

#content div.box_it img {
  width: 35%;
  height: auto;
  margin: 0px 10px 0px 10px;
  padding: 0px 0px 2px 0px;
  border-top: 5px solid #001702; 
  border-bottom: 1px solid #001702; 
}


#content div.box_it img.leaf_rating {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px; 
  border: none;
}


</style>
