// Ridgeline Expeditions footer                 03-06-2005
//----------------------------------------------------------------------------------------

var txt;

txt="<style>";
txt=txt+".footerTitle{color: #34482F; font-family: 'Times New Roman', Times, serif; ";
txt=txt+"font-size: large; font-weight: bold;";
txt=txt+" margin-bottom: 10; margin-left: 35; margin-right: 0; ";
txt=txt+" margin-top: 0; text-indent: -25;}";
txt=txt+".footerText{color: #34482F; font-family: 'Times New Roman', Times, serif; ";
txt=txt+"font-size: small; font-weight: normal;";
txt=txt+" margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; }";
txt=txt+".footerLink{color: #34482F; }";
txt=txt+"</style>";
document.write(txt);

txt="<hr width='80%' color='#62A264'>";
document.write(txt);

txt="<table width='80%' cellspacing='10' cellpadding='10' align='center'>";
txt=txt+"<tr><td width='275' valign='top'>";
txt=txt+"<img src='images/pinetree-sm_1.gif' alt='' width='36' height='99' ";
txt=txt+"border='0' align='Right' style='margin-top: 30;'>";
txt=txt+"<p class='footerTitle'>Ridgeline Expeditions</p>";
txt=txt+"<img src='images/pinetree-sm_1.gif' alt='' width='27' height='74' ";
txt=txt+"border='0' align='left' style='margin-top: 0;'>";
txt=txt+"<p align='center' class='footerText'><strong>207-827-1919</strong></p>";
txt=txt+"<p align='center' class='footerText'><strong>1-800-338-4464 </strong>";
txt=txt+"<span style='font-size: x-small;'><em>(Maine only)</em></span></p>";
txt=txt+"<p align='center' class='footerText'><strong>11 Sewall Drive<br>";
txt=txt+" Old Town, ME 04468</strong></p>";
txt=txt+"<p align='center' class='footerText'><em>E-mail:</em> ";
txt=txt+"<A href='mailto:RIDGELINE@midmaine.com' class='footerLink'>";
txt=txt+"<strong>RIDGELINE@midmaine.com</strong></A></p>";
document.write(txt);

txt="</td><td valign='middle'>";
txt=txt+"<p style='font-family: 'Times New Roman', Times, serif; font-size: medium;'>";
txt=txt+"<strong><em>RidgeLine Expeditions is your access to adventure!</em></strong></p>";
txt=txt+"<p class='footerText'>For your free brochure and our weekly and ";
txt=txt+"daily rates call, e-mail or write.</p>";
txt=txt+"</td></tr>";
txt=txt+"<tr><td colspan='2'><p class='footerText'><em>Cabin Location:</em> ";
txt=txt+"Caratunk, Maine in the Upper Kennebec Valley Region, just south of The Forks </p>";
txt=txt+"<p></p>";
txt=txt+"<p align='center'><em>Member of The Forks Area Chamber of Commerce</em><br>";
txt=txt+"<em>Member of The Maine Snowmobile Association</em></p>";
txt=txt+"</td></tr></table>";
document.write(txt);

txt="<hr width='80%' color='#62A264'>";
txt=txt+"<p align='center' style='font-family: 'Showcard Gothic'; font-size: xx-small;'>";
txt=txt+"<strong><em>Web Site created &amp; hosted by:  </em></strong>";
txt=txt+"<A href='http://www.AriciaInc.com' target=_blank><font color=blue size=4><B>Aricia  Inc.</B></font></A></p>";



document.write(txt);




