/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var K=function(){return K.replace.apply(null,arguments)};var U=K.DOM={ready:(function(){var Z=false,b={loaded:1,complete:1};var Y=[],a=function(){if(Z){return}Z=true;for(var c;c=Y.shift();c()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",a,false);window.addEventListener("pageshow",a,false)}if(!window.opera&&document.readyState){(function(){b[document.readyState]?a():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");a()}catch(c){setTimeout(arguments.callee,1)}})()}O(window,"load",a);return function(c){if(!arguments.length){a()}else{Z?c():Y.push(c)}}})()};var L=K.CSS={Size:function(Z,Y){this.value=parseFloat(Z);this.unit=String(Z).match(/[a-z%]*$/)[0]||"px";this.convert=function(a){return a/Y*this.value};this.convertFrom=function(a){return a/this.value*Y};this.toString=function(){return this.value+this.unit}},getStyle:function(Z){var Y=document.defaultView;if(Y&&Y.getComputedStyle){return new A(Y.getComputedStyle(Z,null))}if(Z.currentStyle){return new A(Z.currentStyle)}return new A(Z.style)},ready:(function(){var a=false;var Z=[],b=function(){a=true;for(var d;d=Z.shift();d()){}};var Y=Object.prototype.propertyIsEnumerable?F("style"):{length:0};var c=F("link");U.ready(function(){var g=0,f;for(var e=0,d=c.length;f=c[e],e<d;++e){if(!f.disabled&&f.rel.toLowerCase()=="stylesheet"){++g}}if(document.styleSheets.length>=Y.length+g){b()}else{setTimeout(arguments.callee,10)}});return function(d){if(a){d()}else{Z.push(d)}}})(),supports:function(a,Z){var Y=document.createElement("span").style;if(Y[a]===undefined){return false}Y[a]=Z;return Y[a]===Z},textAlign:function(b,a,Y,Z){if(a.get("textAlign")=="right"){if(Y>0){b=" "+b}}else{if(Y<Z-1){b+=" "}}return b},textDecoration:function(d,c){if(!c){c=this.getStyle(d)}var Z={underline:null,overline:null,"line-through":null};for(var Y=d;Y.parentNode&&Y.parentNode.nodeType==1;){var b=true;for(var a in Z){if(Z[a]){continue}if(c.get("textDecoration").indexOf(a)!=-1){Z[a]=c.get("color")}b=false}if(b){break}c=this.getStyle(Y=Y.parentNode)}return Z},textShadow:I(function(c){if(c=="none"){return null}var b=[],d={},Y,Z=0;var a=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Y=a.exec(c)){if(Y[0]==","){b.push(d);d={},Z=0}else{if(Y[1]){d.color=Y[1]}else{d[["offX","offY","blur"][Z++]]=Y[2]}}}b.push(d);return b}),color:I(function(Z){var Y={};Y.color=Z.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(b,a,c){Y.opacity=parseFloat(c);return"rgb("+a+")"});return Y}),textTransform:function(Z,Y){return Z[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Y.get("textTransform")]||"toString"]()}};function Q(Z){var Y=this.face=Z.face;this.glyphs=Z.glyphs;this.w=Z.w;this.baseSize=parseInt(Y["units-per-em"],10);this.family=Y["font-family"].toLowerCase();this.weight=Y["font-weight"];this.style=Y["font-style"]||"normal";this.viewBox=(function(){var b=Y.bbox.split(/\s+/);var a={minX:parseInt(b[0],10),minY:parseInt(b[1],10),maxX:parseInt(b[2],10),maxY:parseInt(b[3],10)};a.width=a.maxX-a.minX,a.height=a.maxY-a.minY;a.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return a})();this.ascent=-parseInt(Y.ascent,10);this.descent=-parseInt(Y.descent,10);this.height=-this.ascent+this.descent}function E(){var Z={},Y={oblique:"italic",italic:"oblique"};this.add=function(a){(Z[a.style]||(Z[a.style]={}))[a.weight]=a};this.get=function(e,f){var d=Z[e]||Z[Y[e]]||Z.normal||Z.italic||Z.oblique;if(!d){return null}f={normal:400,bold:700}[f]||parseInt(f,10);if(d[f]){return d[f]}var b={1:1,99:0}[f%100],h=[],c,a;if(b===undefined){b=f>400}if(f==500){f=400}for(var g in d){g=parseInt(g,10);if(!c||g<c){c=g}if(!a||g>a){a=g}h.push(g)}if(f<c){f=c}if(f>a){f=a}h.sort(function(j,i){return(b?(j>f&&i>f)?j<i:j>i:(j<f&&i<f)?j>i:j<i)?-1:1});return d[h[0]]}}function P(){function a(c,d){if(c.contains){return c.contains(d)}return c.compareDocumentPosition(d)&16}function Y(d){var c=d.relatedTarget;if(!c||a(this,c)){return}Z(this)}function b(c){Z(this)}function Z(c){setTimeout(function(){K.replace(c,D.get(c).options,true)},10)}this.attach=function(c){if(c.onmouseenter===undefined){O(c,"mouseover",Y);O(c,"mouseout",Y)}else{O(c,"mouseenter",b);O(c,"mouseleave",b)}}}function X(){var a={},Y=0;function Z(b){return b.cufid||(b.cufid=++Y)}this.get=function(b){var c=Z(b);return a[c]||(a[c]={})}}function A(Y){var a={},Z={};this.get=function(b){return a[b]!=undefined?a[b]:Y[b]};this.getSize=function(c,b){return Z[c]||(Z[c]=new L.Size(this.get(c),b))};this.extend=function(b){for(var c in b){a[c]=b[c]}return this}}function O(Z,Y,a){if(Z.addEventListener){Z.addEventListener(Y,a,false)}else{if(Z.attachEvent){Z.attachEvent("on"+Y,function(){return a.call(Z,window.event)})}}}function R(Z,Y){var a=D.get(Z);if(a.options){return Z}if(Y.hover&&Y.hoverables[Z.nodeName.toLowerCase()]){B.attach(Z)}a.options=Y;return Z}function I(Y){var Z={};return function(a){if(!Z.hasOwnProperty(a)){Z[a]=Y.apply(null,arguments)}return Z[a]}}function C(d,c){if(!c){c=L.getStyle(d)}var Z=c.get("fontFamily").split(/\s*,\s*/),b;for(var a=0,Y=Z.length;a<Y;++a){b=Z[a].replace(/^(["'])(.*?)\1$/,"$2").toLowerCase();if(H[b]){return H[b].get(c.get("fontStyle"),c.get("fontWeight"))}}return null}function F(Y){return document.getElementsByTagName(Y)}function G(){var Y={},b;for(var a=0,Z=arguments.length;a<Z;++a){for(b in arguments[a]){Y[b]=arguments[a][b]}}return Y}function M(b,k,Z,m,c,a){var j=m.separate;if(j=="none"){return W[m.engine].apply(null,arguments)}var h=document.createDocumentFragment(),e;var f=k.split(N[j]),Y=(j=="words");if(Y&&S){if(/^\s/.test(k)){f.unshift("")}if(/\s$/.test(k)){f.push("")}}for(var g=0,d=f.length;g<d;++g){e=W[m.engine](b,Y?L.textAlign(f[g],Z,g,d):f[g],Z,m,c,a,g<d-1);if(e){h.appendChild(e)}}return h}function J(Z,g){var a,Y,d,f;for(var b=R(Z,g).firstChild;b;b=d){d=b.nextSibling;f=false;if(b.nodeType==1){if(!b.firstChild){continue}if(!/cufon/.test(b.className)){arguments.callee(b,g);continue}else{f=true}}if(!Y){Y=L.getStyle(Z).extend(g)}if(!a){a=C(Z,Y)}if(!a){continue}if(f){W[g.engine](a,null,Y,g,b,Z);continue}var e=b.data;if(e===""){continue}var c=M(a,e,Y,g,b,Z);if(c){b.parentNode.replaceChild(c,b)}else{b.parentNode.removeChild(b)}}}var S=" ".split(/\s+/).length==0;var D=new X();var B=new P();var V=[];var W={},H={},T={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||window.jQuery||(window.dojo&&dojo.query)||(window.$$&&function(Y){return $$(Y)})||(window.$&&function(Y){return $(Y)})||(document.querySelectorAll&&function(Y){return document.querySelectorAll(Y)})||F),separate:"words",textShadow:"none"};var N={words:/\s+/,characters:""};K.now=function(){U.ready();return K};K.refresh=function(){var a=V.splice(0,V.length);for(var Z=0,Y=a.length;Z<Y;++Z){K.replace.apply(null,a[Z])}return K};K.registerEngine=function(Z,Y){if(!Y){return K}W[Z]=Y;return K.set("engine",Z)};K.registerFont=function(a){var Y=new Q(a),Z=Y.family;if(!H[Z]){H[Z]=new E()}H[Z].add(Y);return K.set("fontFamily",Z)};K.replace=function(a,Z,Y){Z=G(T,Z);if(!Z.engine){return K}if(typeof Z.textShadow=="string"){Z.textShadow=L.textShadow(Z.textShadow)}if(!Y){V.push(arguments)}if(a.nodeType||typeof a=="string"){a=[a]}L.ready(function(){for(var c=0,b=a.length;c<b;++c){var d=a[c];if(typeof d=="string"){K.replace(Z.selector(d),Z,true)}else{J(d,Z)}}});return K};K.set=function(Y,Z){T[Y]=Z;return K};return K})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return null}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{position:absolute;left:-10000in;font-size:1px}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(q,T,k,P,X,r){var I=(T===null);var V=q.viewBox;var J=k.getSize("fontSize",q.baseSize);var h=k.get("letterSpacing");h=(h=="normal")?0:J.convertFrom(parseInt(h,10));var W=0,j=0,f=0,R=0;var U=P.textShadow,d=[];if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];var c=J.convertFrom(parseFloat(Z.offX));var b=J.convertFrom(parseFloat(Z.offY));d[p]=[c,b];if(b<W){W=b}if(c>j){j=c}if(b>f){f=b}if(c<R){R=c}}}var u=Cufon.CSS.textTransform(I?X.alt:T,k).split("");var G=0,S=null;for(var p=0,m=u.length;p<m;++p){var Q=q.glyphs[u[p]]||q.missingGlyph;if(!Q){continue}G+=S=Number(Q.w||q.w)+h}if(S===null){return null}j+=(V.width-S);R+=V.minX;var O,K;if(I){O=X;K=X.firstChild}else{O=document.createElement("span");O.className="cufon cufon-canvas";O.alt=T;K=document.createElement("canvas");O.appendChild(K);if(P.printable){var n=document.createElement("span");n.className="cufon-alt";n.appendChild(document.createTextNode(T));O.appendChild(n)}}var v=O.style;var a=K.style;var H=J.convert(V.height-W+f);var t=Math.ceil(H);var e=t/H;K.width=Math.ceil(J.convert(G+j-R)*e);K.height=t;W+=V.minY;a.top=Math.round(J.convert(W-q.ascent))+"px";a.left=Math.round(J.convert(R))+"px";var N=Math.ceil(J.convert(G*e))+"px";if(A){v.width=N;v.height=J.convert(q.height)+"px"}else{v.paddingLeft=N;v.paddingBottom=(J.convert(q.height)-1)+"px"}var s=K.getContext("2d"),Y=t/V.height;s.scale(Y,Y);s.translate(-R,-W);s.lineWidth=q.face["underline-thickness"];s.save();function L(i,g){s.strokeStyle=g;s.beginPath();s.moveTo(0,i);s.lineTo(G,i);s.stroke()}var M=P.enableTextDecoration?Cufon.CSS.textDecoration(r,k):{};if(M.underline){L(-q.face["underline-position"],M.underline)}if(M.overline){L(q.ascent,M.overline)}s.fillStyle=k.get("color");function o(){for(var w=0,g=u.length;w<g;++w){var x=q.glyphs[u[w]]||q.missingGlyph;if(!x){continue}s.beginPath();if(x.d){if(x.code){C(x.code,s)}else{x.code=D("m"+x.d,s)}}s.fill();s.translate(Number(x.w||q.w)+h,0)}}if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];s.save();s.fillStyle=Z.color;s.translate.apply(s,d[p]);o();s.restore()}}o();s.restore();if(M["line-through"]){L(-q.descent,M["line-through"])}return O}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}document.write('<!--[if vml]><script type="text/javascript">Cufon.vmlEnabled=true;<\/script><![endif]-->');if(!Cufon.vmlEnabled){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml");document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:group,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>')}function B(C,D){return A(C,/(?:em|ex|%)$/i.test(D)?"1em":D)}function A(F,G){if(/px$/i.test(G)){return parseFloat(G)}var E=F.style.left,D=F.runtimeStyle.left;F.runtimeStyle.left=F.currentStyle.left;F.style.left=G;var C=F.style.pixelLeft;F.style.left=E;F.runtimeStyle.left=D;return C}return function(r,U,m,R,Y,s,h){var F=(U===null);if(F){U=Y.alt}var W=r.viewBox;var G=m.computedFontSize||(m.computedFontSize=new Cufon.CSS.Size(B(s,m.get("fontSize"))+"px",r.baseSize));var g=m.computedLSpacing;if(g==undefined){g=m.get("letterSpacing");m.computedLSpacing=g=(g=="normal")?0:~~G.convertFrom(A(s,g))}var O,H;if(F){O=Y;H=Y.firstChild}else{O=document.createElement("span");O.className="cufon cufon-vml";O.alt=U;H=document.createElement("span");H.className="cufon-vml-canvas";O.appendChild(H);if(R.printable){var p=document.createElement("span");p.className="cufon-alt";p.appendChild(document.createTextNode(U));O.appendChild(p)}if(!h){O.appendChild(document.createElement("cvml:group"))}}var x=O.style;var b=H.style;var D=G.convert(W.height),u=Math.ceil(D);var f=u/D;var e=W.minX,d=W.minY;b.height=u;b.top=Math.round(G.convert(d-r.ascent));b.left=Math.round(G.convert(e));x.height=G.convert(r.height)+"px";var K=R.enableTextDecoration?Cufon.CSS.textDecoration(s,m):{};var T=m.get("color");var v=Cufon.CSS.textTransform(U,m).split("");var C=0,c=0,L=null;var S,M,V=R.textShadow;for(var q=0,o=0,n=v.length;q<n;++q){S=r.glyphs[v[q]]||r.missingGlyph;if(S){C+=L=~~(S.w||r.w)+g}}if(L===null){return null}var N=-e+C+(W.width-L);var w=G.convert(N*f),j=Math.round(w);var a=N+","+W.height,E;var X="r"+a+"nsnf";for(q=0;q<n;++q){S=r.glyphs[v[q]]||r.missingGlyph;if(!S){continue}if(F){M=H.childNodes[o];if(M.firstChild){M.removeChild(M.firstChild)}}else{M=document.createElement("cvml:shape");H.appendChild(M)}M.stroked="f";M.coordsize=a;M.coordorigin=E=(e-c)+","+d;M.path=(S.d?"m"+S.d+"xe":"")+"m"+E+X;M.fillcolor=T;var t=M.style;t.width=j;t.height=u;if(V){var J=V[0],I=V[1];var Q=Cufon.CSS.color(J.color),P;var Z=document.createElement("cvml:shadow");Z.on="t";Z.color=Q.color;Z.offset=J.offX+","+J.offY;if(I){P=Cufon.CSS.color(I.color);Z.type="double";Z.color2=P.color;Z.offset2=I.offX+","+I.offY}Z.opacity=Q.opacity||(P&&P.opacity)||1;M.appendChild(Z)}c+=~~(S.w||r.w)+g;++o}x.width=Math.max(Math.ceil(G.convert(C*f)),0);return O}})());

/*
 * Cufon fonts.
*/


Cufon.registerFont({"w":172,"face":{"font-family":"Helvetica-Neue","font-weight":700,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 0 8 6 0 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-8 -280 360 65.8108","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":86,"k":{"\u2018":13,"\u201c":13,"Y":13,"W":13,"V":13,"T":13,"A":13}},"\u00a0":{"w":86},"!":{"d":"78,-48r-50,0r0,48r50,0r0,-48xm35,-72r36,0r7,-102r0,-83r-50,0v-1,65,2,126,7,185","w":106},"\"":{"d":"26,-257r0,116r45,0r0,-116r-45,0xm96,-257r0,116r45,0r0,-116r-45,0","w":166},"#":{"d":"66,-103r6,-44r35,0r-6,44r-35,0xm0,-103r0,40r27,0r-8,63r35,0r7,-63r35,0r-7,63r34,0r8,-63r31,0r0,-40r-26,0r6,-44r31,0r0,-40r-26,0r7,-63r-34,0r-8,63r-35,0r7,-63r-34,0r-8,63r-31,0r0,40r26,0r-6,44r-31,0"},"$":{"d":"3,-76v-2,53,21,78,71,80r0,31r23,0r0,-31v83,9,98,-120,28,-141r-28,-12r0,-68v13,4,16,18,17,35r49,0v2,-48,-23,-69,-66,-73r0,-25r-23,0r0,25v-80,-3,-92,127,-18,143r18,6r0,73v-18,-4,-22,-21,-21,-43r-50,0xm74,-217r0,58v-23,-10,-25,-52,0,-58xm97,-97v25,8,30,58,0,64r0,-64"},"%":{"d":"197,-261r-147,271r32,0r147,-271r-32,0xm64,-145v-19,0,-16,-20,-16,-43v0,-22,-1,-38,16,-40v17,2,16,19,16,40v0,22,2,43,-16,43xm64,-255v-44,0,-54,25,-54,69v0,44,11,69,54,69v42,0,54,-25,54,-69v0,-43,-10,-69,-54,-69xm216,-132v-44,0,-53,26,-54,68v0,42,10,68,54,68v44,0,54,-24,54,-68v0,-43,-10,-68,-54,-68xm216,-22v-17,-2,-14,-20,-15,-43v0,-21,-2,-40,15,-40v18,0,16,19,16,40v0,23,2,41,-16,43","w":280},"&":{"d":"83,4v26,0,51,-9,62,-24r14,20r56,0r-34,-48v14,-19,26,-44,26,-75r-45,0v1,14,-4,28,-9,38r-38,-52v25,-19,44,-31,44,-66v0,-38,-26,-52,-64,-54v-58,-4,-83,59,-48,100r9,14v-27,17,-52,37,-52,74v0,46,28,74,79,73xm123,-51v-18,27,-70,18,-69,-18v1,-22,11,-31,26,-44xm94,-225v41,2,17,49,-3,57v-8,-9,-20,-28,-19,-36v1,-12,9,-22,22,-21","w":213},"'":{"d":"24,-257r0,116r45,0r0,-116r-45,0","w":93},"(":{"d":"107,65v-54,-77,-54,-245,0,-322r-39,0v-64,86,-65,237,0,322r39,0","w":106},")":{"d":"38,65v66,-85,65,-237,0,-322r-38,0v53,79,54,243,0,322r38,0","w":106},"*":{"d":"85,-257r-30,0r0,46r-43,-14r-9,28r43,14r-27,38r24,17r27,-38r27,38r24,-17r-27,-38r44,-14r-9,-28r-44,14r0,-46","w":140},"+":{"d":"86,-69r0,69r44,0r0,-69r69,0r0,-44r-69,0r0,-69r-44,0r0,69r-69,0r0,44r69,0","w":216},",":{"d":"19,58v53,-2,49,-59,48,-114r-48,0r0,56r19,0v1,16,-6,31,-19,33r0,25","w":86,"k":{"\u2019":13,"\u201d":13," ":13}},"-":{"d":"117,-125r-101,0r0,42r101,0r0,-42","w":133},"\u00ad":{"d":"117,-125r-101,0r0,42r101,0r0,-42","w":133},".":{"d":"67,-56r-48,0r0,56r48,0r0,-56","w":86,"k":{" ":13}},"\/":{"d":"80,-262r-80,266r39,0r82,-266r-41,0","w":119},"0":{"d":"86,-255v-74,0,-80,64,-80,136v0,71,9,123,80,123v74,0,80,-61,80,-135v0,-73,-9,-124,-80,-124xm86,-29v-39,-4,-28,-60,-28,-106v0,-37,-7,-86,28,-86v41,0,28,61,28,107v0,39,7,82,-28,85"},"1":{"d":"79,-255v-6,30,-28,41,-64,41r0,34r51,0r0,180r51,0r0,-255r-38,0"},"2":{"d":"56,-171v0,-26,3,-50,29,-50v42,0,24,79,-1,90v-36,34,-77,63,-78,131r157,0r0,-40r-96,0v21,-56,96,-67,95,-145v-1,-46,-26,-70,-76,-70v-56,0,-82,28,-80,84r50,0"},"3":{"d":"85,-29v-25,0,-27,-20,-28,-46v-16,2,-38,-4,-50,2v1,49,24,77,74,77v56,1,85,-25,85,-76v0,-35,-16,-54,-46,-61v24,-5,39,-26,39,-56v0,-71,-90,-82,-129,-47v-13,12,-19,31,-19,56r47,0v0,-23,4,-41,27,-41v18,1,24,12,24,33v0,30,-13,45,-46,41r0,34v37,-4,51,11,51,43v0,24,-5,42,-29,41"},"4":{"d":"5,-95r0,42r91,0r0,53r47,0r0,-53r25,0r0,-40r-25,0r0,-162r-53,0xm95,-190v4,29,0,66,1,97r-51,0"},"5":{"d":"101,-171v-22,1,-37,6,-47,19r5,-58r94,0r0,-40r-133,0r-9,139r46,0v2,-14,10,-24,25,-24v28,0,25,25,30,54v8,51,-52,68,-55,22v0,-5,-1,-10,-1,-14r-50,0v-1,51,24,76,76,77v60,1,81,-33,81,-93v0,-47,-15,-82,-62,-82"},"6":{"d":"88,-29v-25,-1,-29,-24,-29,-50v1,-29,4,-48,29,-48v25,0,28,19,28,48v0,26,-2,50,-28,50xm89,-221v19,0,22,12,23,31r50,0v-2,-43,-27,-64,-71,-65v-79,-1,-87,64,-86,141v0,66,12,119,80,118v59,-1,83,-31,83,-90v0,-46,-16,-80,-63,-80v-24,-1,-38,10,-48,22v1,-36,-3,-76,32,-77"},"7":{"d":"90,0v10,-84,36,-154,75,-210r0,-40r-157,0r0,45r107,0v-40,56,-69,122,-79,205r54,0"},"8":{"d":"86,-29v-24,0,-29,-20,-29,-44v0,-25,6,-44,29,-44v24,0,31,19,30,44v0,25,-5,44,-30,44xm86,-150v-18,0,-25,-15,-25,-36v0,-23,8,-35,25,-35v17,0,26,12,26,35v1,21,-8,36,-26,36xm48,-136v-25,8,-44,31,-43,64v1,49,28,76,81,76v54,0,81,-26,82,-76v1,-33,-17,-57,-43,-64v22,-6,35,-23,36,-49v0,-49,-28,-70,-75,-70v-46,0,-74,21,-74,70v0,28,14,42,36,49"},"9":{"d":"85,-122v-25,0,-28,-19,-28,-49v0,-26,2,-50,28,-50v26,0,28,24,28,50v0,30,-3,49,-28,49xm84,-29v-19,0,-22,-11,-23,-30r-50,0v0,44,28,62,71,63v80,2,86,-64,86,-140v0,-66,-13,-120,-81,-119v-58,0,-81,33,-82,91v0,47,17,79,62,80v24,1,39,-10,49,-22v-1,36,3,77,-32,77"},":":{"d":"19,-188r0,57r48,0r0,-57r-48,0xm19,-56r0,56r48,0r0,-56r-48,0","w":86,"k":{" ":13}},";":{"d":"67,-188r-48,0r0,57r48,0r0,-57xm19,58v53,-2,49,-59,48,-114r-48,0r0,56r19,0v1,16,-6,31,-19,33r0,25","w":86},"\u037e":{"d":"67,-188r-48,0r0,57r48,0r0,-57xm19,58v53,-2,49,-59,48,-114r-48,0r0,56r19,0v1,16,-6,31,-19,33r0,25","w":86},"<":{"d":"17,-110r0,38r182,74r0,-44r-122,-49r122,-49r0,-45","w":216},"=":{"d":"17,-74r0,44r182,0r0,-44r-182,0xm17,-153r0,45r182,0r0,-45r-182,0","w":216},">":{"d":"17,-42r0,44r182,-74r0,-38r-182,-75r0,45r122,49","w":216},"?":{"d":"108,-48r-50,0r0,48r50,0r0,-48xm84,-260v-49,2,-74,30,-71,83r47,0v-1,-26,3,-49,26,-49v34,0,28,52,11,69v-21,22,-40,41,-36,86r44,0v-1,-56,55,-61,55,-119v0,-44,-29,-71,-76,-70","w":173},"@":{"d":"67,-111v-4,57,65,78,97,42v1,13,9,19,23,19v55,0,91,-42,91,-103v0,-73,-60,-109,-134,-109v-81,0,-128,54,-134,133v-9,133,187,177,253,77r-32,0v-63,46,-185,17,-180,-76v3,-60,39,-100,99,-100v54,0,96,29,96,83v0,30,-13,57,-38,62v-11,-1,-8,-11,-5,-22r21,-90r-31,0r-5,19v-9,-14,-23,-24,-44,-24v-50,0,-74,40,-77,89xm175,-134v0,42,-67,67,-67,17v0,-25,15,-45,40,-45v15,0,27,12,27,28","w":288},"A":{"d":"125,-97r-25,-115r-25,115r50,0xm132,-257r68,257r-54,0r-12,-54r-68,0r-12,54r-54,0r68,-257r64,0","w":200,"k":{"\u2019":20,"\u201d":20,"p":-4,"Y":20,"W":7,"V":7,"T":20,"Q":-4}},"B":{"d":"132,-77v0,36,-26,41,-62,39r0,-78v36,-2,62,4,62,39xm126,-185v0,31,-24,34,-56,33r0,-67v32,-1,56,2,56,34xm139,-135v62,-22,47,-122,-34,-122r-87,0r0,257v82,1,172,10,168,-75v-1,-34,-18,-56,-47,-60","w":200},"C":{"d":"97,-224v28,0,29,22,31,54r52,0v1,-56,-21,-92,-80,-92v-75,0,-87,57,-87,133v0,77,10,133,87,133v63,0,82,-40,82,-102r-52,0v-2,33,-1,65,-32,65v-38,0,-34,-48,-34,-92v0,-44,-6,-99,33,-99","w":193},"D":{"d":"139,-131v0,58,-2,102,-67,93r0,-181v62,-8,67,33,67,88xm190,-132v0,-72,-13,-125,-85,-125r-84,0r0,257r81,0v75,1,88,-56,88,-132","w":206,"k":{"Y":7}},"E":{"d":"162,-257r-144,0r0,257r147,0r0,-42r-95,0r0,-70r86,0r0,-42r-86,0r0,-61r92,0r0,-42","w":173},"F":{"d":"18,-257r0,257r52,0r0,-112r86,0r0,-42r-86,0r0,-61r92,0r0,-42r-144,0","w":166,"k":{"r":7,"o":7,"i":6,"e":9,"a":7,"A":19,".":40,",":40}},"G":{"d":"103,-224v22,1,27,22,29,43r50,0v-1,-53,-24,-81,-80,-81v-74,0,-87,58,-87,131v0,72,5,136,77,135v28,1,42,-11,55,-28r0,24r38,0r0,-139r-84,0r0,39r34,0v3,35,-3,64,-32,67v-39,-5,-36,-58,-36,-101v0,-49,2,-84,36,-90","w":200},"H":{"d":"18,-257r0,257r52,0r0,-114r60,0r0,114r52,0r0,-257r-52,0r0,98r-60,0r0,-98r-52,0","w":200},"I":{"d":"21,0r51,0r0,-257r-51,0r0,257","w":92},"J":{"d":"73,4v52,-1,79,-22,78,-76r0,-185r-52,0r0,184v-1,23,-2,39,-23,40v-24,0,-23,-22,-23,-48r-48,0v-2,53,16,86,68,85","w":166},"K":{"d":"70,-257r-52,0r0,257r52,0r0,-76r19,-29r53,105r58,0r-78,-147r70,-110r-56,0r-66,103r0,-103","w":193,"k":{"y":4,"u":7,"o":7}},"L":{"d":"18,0r144,0r0,-42r-92,0r0,-215r-52,0r0,257","w":166,"k":{"\u2019":33,"\u201d":33,"y":13,"Y":33,"W":27,"V":27,"T":34}},"M":{"d":"19,-257r0,257r48,0r0,-205r46,205r40,0r47,-205r0,205r47,0r0,-257r-76,0r-38,181r-37,-181r-77,0","w":266},"N":{"d":"78,-257r-60,0r0,257r48,0r0,-180r64,180r59,0r0,-257r-48,0r-1,176","w":206},"O":{"d":"100,-33v-42,0,-36,-52,-36,-96v0,-43,-5,-95,36,-95v42,0,36,52,36,95v0,44,6,96,-36,96xm100,-262v-75,0,-87,57,-87,133v0,77,10,133,87,133v78,0,88,-58,88,-133v1,-75,-12,-133,-88,-133","w":200,"k":{"Y":9,"X":9}},"P":{"d":"127,-179v0,34,-23,41,-57,38r0,-78v36,-3,57,5,57,40xm179,-180v0,-48,-23,-77,-70,-77r-91,0r0,257r52,0r0,-103v67,5,110,-14,109,-77","w":186,"k":{"o":6,"e":6,"a":6,"A":13,".":46,",":46}},"Q":{"d":"100,-33v-42,0,-36,-52,-36,-96v0,-43,-5,-95,36,-95v42,0,36,52,36,95v0,44,6,96,-36,96xm13,-129v0,77,10,135,87,133v13,0,24,-1,34,-4r31,31r30,-28r-27,-27v18,-25,19,-63,20,-105v1,-75,-12,-133,-88,-133v-75,0,-87,57,-87,133","w":200},"R":{"d":"182,-191v0,-81,-88,-65,-164,-66r0,257r52,0r0,-109v32,-2,61,1,58,33v3,25,-3,58,8,76v17,-2,42,4,56,-2v-27,-24,11,-126,-53,-125v30,-5,43,-29,43,-64xm130,-183v0,35,-25,40,-60,38r0,-74v34,-2,60,2,60,36","w":200,"k":{"Y":6,"W":-7,"U":-7,"T":6}},"S":{"d":"94,-33v-28,0,-36,-17,-34,-47r-52,0v-2,58,24,84,82,84v70,0,111,-56,79,-117v-17,-32,-76,-36,-101,-61v-11,-20,-3,-50,25,-50v22,0,27,17,28,38r50,0v2,-53,-29,-71,-80,-76v-82,-8,-105,107,-42,141v27,14,77,13,76,56v0,20,-14,31,-31,32","w":186},"T":{"d":"168,-257r-164,0r0,42r56,0r0,215r52,0r0,-215r56,0r0,-42","k":{"y":20,"w":27,"u":27,"r":27,"o":27,"i":6,"e":27,"a":27,"A":20,";":27,":":27,".":33,"-":20,",":33}},"U":{"d":"97,-33v-24,0,-31,-19,-30,-45r0,-179r-52,0r0,179v-1,56,27,82,82,82v54,0,82,-27,82,-82r0,-179r-52,0r0,179v1,26,-6,45,-30,45","w":193},"V":{"d":"57,-257r-56,0r59,257r67,0r59,-257r-54,0r-39,190","w":186,"k":{"u":6,"o":6,"e":6,"a":6,"A":13,";":6,":":6,".":33,"-":6,",":33}},"W":{"d":"3,-257r47,257r58,0r29,-186r29,186r58,0r47,-257r-50,0r-29,190r-30,-190r-50,0r-31,190r-28,-190r-50,0","w":273,"k":{"o":6,"e":6,"a":6,"A":6,".":27,"-":6,",":27}},"X":{"d":"7,-257r59,127r-64,130r57,0r37,-87r37,87r58,0r-64,-130r60,-127r-57,0r-32,83r-34,-83r-57,0","w":193},"Y":{"d":"59,-257r-58,0r67,156r0,101r52,0r0,-101r66,-156r-56,0r-37,99","w":187,"k":{"u":22,"o":27,"i":11,"e":27,"a":27,"A":20,";":13,":":13,".":40,"-":27,",":40}},"Z":{"d":"9,-38r0,38r156,0r0,-42r-98,0r96,-176r0,-39r-148,0r0,42r88,0","w":173},"[":{"d":"29,-257r0,322r82,0r0,-36r-38,0r0,-250r38,0r0,-36r-82,0","w":113},"\\":{"d":"0,-262r80,266r41,0r-82,-266r-39,0","w":119},"]":{"d":"2,29r0,36r83,0r0,-322r-83,0r0,36r38,0r0,250r-38,0","w":113},"^":{"d":"20,-111r45,0r43,-89r43,89r45,0r-68,-139r-40,0","w":216},"_":{"d":"0,44r180,0r0,-18r-180,0r0,18","w":180},"`":{"d":"30,-216r33,0r-19,-52r-49,0","w":79},"a":{"d":"76,-29v-21,0,-22,-35,-12,-47v8,-11,32,-11,43,-21v1,34,3,68,-31,68xm84,-199v-43,0,-69,20,-68,65r45,0v-1,-18,6,-31,23,-31v29,0,31,42,3,47v-40,7,-79,17,-77,68v2,30,14,54,47,54v27,0,37,-7,50,-24v2,7,2,14,6,20r48,0v-13,-35,-7,-93,-7,-139v0,-46,-25,-59,-70,-60","w":173},"b":{"d":"109,-199v-21,-1,-32,11,-43,23r0,-81r-49,0r0,257r47,0v1,-6,-2,-16,1,-21v10,16,20,26,44,25v50,-2,59,-41,59,-101v0,-61,-10,-100,-59,-102xm93,-33v-28,0,-27,-30,-27,-64v0,-34,-1,-64,27,-64v28,0,25,31,25,64v0,34,3,64,-25,64","w":180},"c":{"d":"87,-163v19,0,23,19,23,39r47,0v1,-46,-23,-75,-69,-75v-60,0,-79,40,-79,102v0,61,15,102,75,101v52,0,72,-27,73,-78r-47,0v0,26,-4,45,-24,45v-30,0,-27,-35,-27,-67v0,-32,-2,-67,28,-67","w":166,"k":{"y":7,"l":7}},"d":{"d":"71,4v25,1,33,-10,45,-25r0,21r47,0r0,-257r-49,0v-1,26,2,57,-1,81v-9,-14,-22,-23,-42,-23v-49,0,-59,42,-59,102v0,60,9,99,59,101xm87,-33v-28,0,-25,-31,-25,-64v0,-34,-3,-64,25,-64v28,0,27,30,27,64v0,34,1,64,-27,64","w":180,"k":{"y":-4}},"e":{"d":"59,-119v-7,-35,26,-62,46,-34v3,9,4,22,5,34r-51,0xm84,-29v-26,0,-25,-32,-25,-60r98,0v2,-63,-9,-110,-71,-110v-60,0,-77,41,-77,100v-1,59,12,104,75,103v48,-1,67,-24,70,-69r-44,0v-2,20,-7,36,-26,36","w":166},"f":{"d":"106,-261v-53,-8,-87,8,-79,67r-25,0r0,34r25,0r0,160r50,0r0,-160r29,0r0,-34r-29,0v-3,-24,3,-36,29,-32r0,-35","w":106,"k":{"\u2019":-6,"\u201d":-6}},"g":{"d":"87,-40v-23,0,-25,-27,-25,-51v0,-33,-4,-67,26,-70v27,3,25,28,26,65v0,27,-2,56,-27,56xm81,65v56,-1,81,-22,81,-75r0,-184r-48,0v-1,7,2,17,-1,22v-8,-17,-20,-27,-40,-27v-52,0,-60,48,-60,99v0,59,11,98,59,98v19,0,32,-13,42,-24v0,29,3,59,-27,59v-14,0,-24,-8,-24,-20r-48,0v0,37,26,53,66,52","w":180,"k":{"y":-4}},"h":{"d":"163,-144v9,-63,-73,-70,-97,-30r0,-83r-49,0r0,257r49,0r0,-129v0,-21,9,-32,27,-32v17,0,21,9,21,27r0,134r49,0r0,-144","w":180},"i":{"d":"18,-260r0,43r50,0r0,-43r-50,0xm18,-194r0,194r50,0r0,-194r-50,0","w":86},"j":{"d":"18,-260r0,43r50,0r0,-43r-50,0xm-8,62v46,3,76,-6,76,-50r0,-206r-50,0r0,190v0,22,-3,32,-26,30r0,36","w":86},"k":{"d":"68,-257r-50,0r0,257r50,0r0,-57r18,-23r41,80r55,0r-64,-117r56,-77r-55,0r-51,73r0,-136","w":180},"l":{"d":"18,-257r0,257r50,0r0,-257r-50,0","w":86,"k":{"w":-4}},"m":{"d":"159,-168v-9,-40,-77,-38,-95,-6r0,-20r-47,0r0,194r49,0r0,-127v-1,-22,8,-34,26,-34v15,0,20,10,20,26r0,135r49,0r0,-127v-1,-22,8,-34,26,-34v15,0,20,10,20,26r0,135r49,0r0,-141v12,-67,-82,-74,-97,-27","w":272},"n":{"d":"163,-144v10,-65,-79,-69,-99,-27r0,-23r-47,0r0,194r49,0r0,-129v0,-21,9,-32,27,-32v17,0,21,9,21,27r0,134r49,0r0,-144","w":180,"k":{"y":-4}},"o":{"d":"86,-29v-36,-4,-26,-56,-26,-95v0,-20,5,-41,26,-41v27,0,27,32,27,68v0,37,0,64,-27,68xm86,-199v-59,1,-77,41,-76,102v0,60,14,101,76,101v61,0,77,-40,77,-101v0,-61,-14,-103,-77,-102","k":{"y":-4,"w":-4}},"p":{"d":"109,-199v-25,-1,-33,11,-45,26r0,-21r-47,0r0,256r49,0v1,-26,-2,-56,1,-80v9,15,21,22,42,22v50,0,59,-41,59,-101v0,-61,-10,-99,-59,-102xm93,-33v-28,0,-27,-30,-27,-64v0,-34,-1,-64,27,-64v28,0,25,31,25,64v0,34,3,64,-25,64","w":180},"q":{"d":"71,4v22,1,32,-9,43,-22r0,80r49,0r0,-256r-47,0v-1,6,2,16,-1,21v-10,-17,-20,-26,-44,-26v-49,0,-59,42,-59,102v0,60,9,99,59,101xm87,-161v28,0,27,30,27,64v0,34,1,64,-27,64v-28,0,-25,-31,-25,-64v0,-34,-3,-64,25,-64","w":180},"r":{"d":"118,-198v-28,-6,-42,14,-54,30r0,-26r-47,0r0,194r49,0r0,-116v-1,-29,24,-38,52,-34r0,-48","w":119,"k":{"y":-6,"v":-6,".":27,"-":13,",":27}},"s":{"d":"79,-29v-18,0,-27,-14,-26,-34r-45,0v-2,48,23,69,72,67v75,13,100,-96,29,-115v-20,-6,-50,-9,-52,-33v-1,-14,12,-21,24,-21v18,0,21,11,22,29r44,0v2,-44,-22,-59,-66,-63v-75,-7,-96,91,-30,113v20,7,51,8,53,34v0,15,-10,23,-25,23","w":159,"k":{"w":-4}},"t":{"d":"106,-35v-17,3,-29,1,-29,-20r0,-105r29,0r0,-34r-29,0r0,-55r-50,0r0,55r-25,0r0,34r25,0v7,76,-35,185,79,160r0,-35","w":106},"u":{"d":"17,-50v-10,65,79,68,99,27r0,23r47,0r0,-194r-49,0r0,129v0,21,-9,32,-27,32v-17,0,-21,-9,-21,-27r0,-134r-49,0r0,144","w":180},"v":{"d":"108,-194r-27,139r-27,-139r-52,0r50,194r57,0r49,-194r-50,0","w":159,"k":{".":20,",":20}},"w":{"d":"3,-194r42,194r57,0r25,-138r26,138r56,0r42,-194r-48,0r-24,138r-25,-138r-54,0r-25,138r-23,-138r-49,0","w":253,"k":{".":13,",":13}},"x":{"d":"110,-194r-27,59r-26,-59r-52,0r50,94r-52,100r51,0r29,-63r29,63r52,0r-53,-100r51,-94r-52,0","w":166},"y":{"d":"56,0v-1,20,-16,30,-39,25r0,37v43,2,72,-3,82,-36v21,-68,39,-149,59,-220r-50,0r-26,134r-28,-134r-52,0","w":159,"k":{"a":-4,".":20,",":20}},"z":{"d":"9,-38r0,38r136,0r0,-40r-78,0r78,-116r0,-38r-133,0r0,41r74,0","w":153},"{":{"d":"72,-257v-73,1,-5,140,-61,147r0,29v56,8,-13,146,61,146r32,0r0,-36v-57,6,6,-111,-51,-125v34,-5,25,-59,26,-99v0,-17,5,-30,25,-26r0,-36r-32,0","w":113},"|":{"d":"18,-262r0,266r44,0r0,-266r-44,0","w":79},"}":{"d":"60,-96v-57,11,9,124,-51,125r0,36v43,4,70,-6,70,-48v0,-38,-11,-95,24,-98r0,-29v-57,-6,13,-146,-62,-147r-32,0r0,36v59,-8,-8,112,51,125","w":113},"~":{"d":"70,-81v39,10,98,48,121,-6r-13,-39v-5,12,-17,23,-32,25v-32,-3,-70,-43,-104,-16v-7,6,-12,13,-17,22r13,38v6,-11,17,-22,32,-24","w":216},"\u2122":{"d":"51,-223r0,115r41,0r0,-115r40,0r0,-34r-121,0r0,34r40,0xm302,-210v4,31,0,69,1,102r38,0r0,-149r-61,0r-30,90r-30,-90r-61,0r0,149r38,0r1,-102r34,102r36,0","w":356},"\u2026":{"d":"324,-56r-48,0r0,56r48,0r0,-56xm204,-56r-48,0r0,56r48,0r0,-56xm84,-56r-48,0r0,56r48,0r0,-56","w":360},"\u2013":{"d":"0,-124r0,40r180,0r0,-40r-180,0","w":180},"\u2014":{"d":"0,-124r0,40r360,0r0,-40r-360,0","w":360},"\u201c":{"d":"72,-257v-53,2,-49,60,-48,116r48,0r0,-57r-19,0v-1,-16,5,-32,19,-34r0,-25xm142,-257v-53,2,-48,60,-47,116r47,0r0,-57r-19,0v-1,-16,5,-32,19,-34r0,-25","w":166},"\u201d":{"d":"95,-141v52,-2,48,-61,47,-116r-47,0r0,56r18,0v1,17,-4,32,-18,34r0,26xm24,-141v53,-2,49,-60,48,-116r-48,0r0,56r19,0v2,17,-5,32,-19,34r0,26","w":166,"k":{" ":13}},"\u2018":{"d":"71,-257v-54,1,-49,60,-48,116r48,0r0,-57r-19,0v-1,-16,5,-32,19,-34r0,-25","w":93,"k":{"\u2018":30}},"\u2019":{"d":"23,-141v53,-2,49,-60,48,-116r-48,0r0,56r19,0v1,17,-5,32,-19,34r0,26","w":93,"k":{"\u2019":30,"s":20}}}});



// cufon config
function initCufon() {
	Cufon.set('fontFamily', 'Helvetica-Neue');

	// header replacements
	//Cufon.replace('#header label');
	Cufon.replace('.navigation li a strong');
	Cufon.replace('.footer-form form label');
	Cufon.replace('.interior-headers h2');
	

}

$(document).ready(function(){
	initCufon();
});
