/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.03
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>I&&L>I)?M<L:M>L:(M<I&&L<I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}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{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,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:'+(g?"middle":"text-bottom")+";}.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>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());


Cufon.registerFont({"w":225,"face":{"font-family":"Chalet","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-6 -284 320 91","underline-thickness":"2.88","underline-position":"-19.8","stemh":"30","stemv":"31","unicode-range":"U+0020-U+2019"},"glyphs":{" ":{"w":104},"!":{"d":"64,-250r0,186r-31,0r0,-186r31,0xm66,-36r0,36r-34,0r0,-36r34,0","w":97},"\"":{"d":"98,-250r-5,90r-19,0r-5,-90r29,0xm45,-250r-5,90r-18,0r-5,-90r28,0","w":114},"#":{"d":"154,-161r-10,74r30,0r-4,28r-30,0r-7,46r-29,0r6,-46r-48,0r-7,46r-29,0r7,-46r-31,0r4,-28r31,0r11,-74r-31,0r4,-29r31,0r7,-47r29,0r-7,47r48,0r7,-47r30,0r-7,47r30,0r-4,29r-31,0xm125,-161r-48,0r-10,74r47,0","w":191},"$":{"d":"166,-80v0,35,-31,62,-69,63r0,21r-20,0r0,-21v-39,-2,-70,-31,-69,-70r31,0v0,22,14,37,38,41r0,-69v-33,-8,-64,-23,-64,-59v0,-33,25,-56,64,-60r0,-22r20,0r0,22v40,4,63,31,63,66r-30,0v0,-21,-12,-33,-33,-36r0,63v44,10,69,24,69,61xm77,-146r0,-58v-42,6,-47,48,0,58xm97,-46v47,-8,59,-54,0,-65r0,65","w":177},"%":{"d":"69,-250v33,0,61,28,61,61v0,33,-28,60,-61,60v-33,0,-60,-27,-60,-60v0,-33,27,-61,60,-61xm63,0r137,-250r29,0r-137,250r-29,0xm222,0v-33,0,-60,-27,-60,-60v0,-33,27,-61,60,-61v33,0,61,28,61,61v0,33,-28,60,-61,60xm69,-154v18,0,34,-16,34,-35v0,-19,-16,-35,-34,-35v-18,0,-33,16,-33,35v0,19,15,35,33,35xm222,-95v-18,0,-33,16,-33,35v0,19,15,34,33,34v18,0,34,-15,34,-34v0,-19,-16,-35,-34,-35","w":291},"&":{"d":"193,-48r39,48r-39,0r-19,-22v-47,50,-157,24,-157,-49v0,-39,25,-60,54,-77v-42,-34,-27,-109,35,-108v33,0,57,22,57,54v0,28,-19,45,-47,61r56,68v4,-13,3,-29,3,-45r30,0v1,28,-1,50,-12,70xm105,-228v-28,0,-36,38,-15,56r8,10v27,-15,34,-27,34,-40v0,-15,-11,-26,-27,-26xm156,-44r-67,-82v-29,18,-41,34,-41,55v0,46,81,63,108,27","w":232},"'":{"d":"45,-250r-5,90r-18,0r-5,-90r28,0","w":61},"(":{"d":"82,-284r27,0v-72,86,-72,240,0,326r-27,0v-79,-76,-79,-250,0,-326","w":113},")":{"d":"31,-284v79,76,79,250,0,326r-26,0v71,-86,71,-240,0,-326r26,0","w":113},"*":{"d":"116,-191r-37,0r19,31r-18,10r-17,-32r-18,32r-18,-10r19,-31r-37,1r0,-21r37,0r-19,-31r18,-10r17,32r18,-32r18,10r-19,31r37,0r0,20","w":124},"+":{"d":"168,-85r-61,0r0,62r-30,0r0,-62r-62,0r0,-29r62,0r0,-62r30,0r0,62r61,0r0,29","w":183},",":{"d":"18,-37r36,0v2,38,1,84,-33,83r0,-15v15,-3,19,-14,18,-31r-21,0r0,-37","w":72},"-":{"d":"113,-85r-97,0r0,-29r97,0r0,29","w":129},".":{"d":"54,-37r0,37r-36,0r0,-37r36,0","w":72},"\/":{"d":"105,-268r-76,268r-30,0r75,-268r31,0","w":98},"0":{"d":"108,4v-51,0,-91,-43,-91,-130v0,-87,40,-130,91,-130v51,0,92,43,92,130v0,87,-41,130,-92,130xm108,-228v-37,0,-61,36,-61,102v0,66,24,102,61,102v37,0,61,-36,61,-102v0,-66,-24,-102,-61,-102","w":216},"1":{"d":"47,-199r-37,0r0,-24v21,-1,38,-8,40,-27r28,0r0,250r-31,0r0,-199","w":121},"2":{"d":"184,-184v0,76,-132,91,-139,154r138,0r0,30r-170,0v-5,-67,33,-94,78,-118v50,-27,63,-40,63,-66v0,-20,-12,-44,-51,-44v-37,0,-53,27,-54,59r-32,0v0,-47,31,-87,86,-87v51,0,81,32,81,72","w":200},"3":{"d":"150,-136v71,29,42,140,-49,140v-58,0,-85,-34,-88,-77r31,0v3,28,17,49,57,49v36,0,59,-21,59,-49v0,-26,-22,-51,-73,-47r0,-28v84,8,83,-79,16,-80v-36,0,-51,24,-51,50r-32,0v0,-45,34,-78,83,-78v78,0,104,89,47,120","w":205},"4":{"d":"165,-88r24,0r0,29r-24,0r0,59r-31,0r0,-59r-126,0r0,-27r124,-164r33,0r0,162xm134,-88r0,-118r-89,118r89,0","w":199},"5":{"d":"184,-81v0,53,-40,85,-86,85v-52,0,-81,-35,-84,-70r31,0v3,21,21,41,53,41v33,0,55,-23,55,-56v0,-62,-77,-75,-103,-28r-27,-11r16,-130r130,0r0,29r-103,0r-9,70v52,-38,127,1,127,70","w":196},"6":{"d":"48,-139v45,-63,145,-22,145,56v0,50,-37,87,-85,87v-61,0,-91,-50,-91,-117v0,-78,27,-141,93,-143v42,-1,72,28,78,66r-31,0v-4,-18,-16,-38,-47,-38v-37,0,-58,37,-62,89xm162,-83v0,-33,-19,-59,-53,-59v-31,0,-57,25,-57,59v0,35,24,59,57,59v32,0,53,-24,53,-59","w":205},"7":{"d":"174,-222v-58,45,-94,130,-99,222r-31,0v4,-84,36,-171,87,-220r-125,0r0,-30r168,0r0,28","w":182},"8":{"d":"149,-137v67,35,38,141,-49,141v-86,0,-117,-105,-50,-141v-52,-36,-23,-119,50,-119v73,0,102,84,49,119xm53,-189v0,52,93,52,93,0v0,-23,-19,-39,-46,-39v-27,0,-47,16,-47,39xm156,-73v0,-29,-23,-49,-56,-49v-33,0,-57,20,-57,49v0,65,113,66,113,0","w":199},"9":{"d":"98,-256v61,1,91,53,91,122v0,86,-32,138,-92,138v-45,0,-71,-27,-78,-60r31,0v5,16,20,32,48,32v46,0,58,-49,61,-89v-39,60,-145,24,-145,-56v0,-51,35,-87,84,-87xm154,-169v0,-33,-22,-59,-55,-59v-32,0,-55,24,-55,59v0,34,22,59,55,59v33,0,55,-25,55,-59","w":205},":":{"d":"59,-179r0,37r-36,0r0,-37r36,0xm59,-37r0,37r-36,0r0,-37r36,0","w":81},";":{"d":"59,-179r0,37r-36,0r0,-37r36,0xm23,-37r36,0v3,39,0,84,-34,83r0,-15v15,-3,19,-14,18,-31r-20,0r0,-37","w":81},"<":{"d":"150,-52r0,32r-139,-63r0,-33r139,-63r0,32r-109,48","w":162},"=":{"d":"158,-120r-142,0r0,-29r142,0r0,29xm158,-79r0,29r-142,0r0,-29r142,0","w":174},">":{"d":"122,-99r-109,-48r0,-32r139,63r0,33r-139,63r0,-32","w":163},"?":{"d":"72,-64v-10,-70,69,-70,69,-121v0,-26,-16,-42,-48,-42v-31,0,-51,18,-51,45r-31,0v0,-40,32,-74,82,-74v50,0,78,31,78,70v0,67,-75,55,-69,122r-30,0xm104,-36r0,36r-35,0r0,-36r35,0","w":187},"@":{"d":"178,-104v-4,14,3,20,13,20v21,0,41,-24,41,-61v0,-46,-33,-85,-91,-85v-57,0,-100,50,-100,106v0,97,123,135,179,70r33,0v-23,36,-64,58,-112,58v-74,0,-127,-52,-127,-128v0,-76,59,-132,127,-132v69,0,118,46,118,112v0,53,-37,85,-68,85v-19,0,-31,-10,-35,-23v-35,44,-105,21,-84,-49v14,-49,71,-90,103,-46r4,-14r26,0v-6,18,-27,87,-27,87xm158,-130v5,-19,2,-40,-16,-40v-32,-7,-71,85,-26,85v22,0,36,-23,42,-45","w":272},"A":{"d":"163,-73r-101,0r-27,73r-33,0r94,-250r35,0r93,250r-35,0xm153,-101r-40,-111r-41,111r81,0"},"B":{"d":"177,-132v67,26,40,132,-39,132r-109,0r0,-250r108,0v70,-6,98,87,40,118xm60,-221r0,76v50,-5,116,19,118,-38v2,-55,-69,-34,-118,-38xm185,-73v0,-60,-72,-39,-125,-43r0,86v54,-2,125,14,125,-43","w":230},"C":{"d":"253,-79v-17,51,-61,83,-115,83v-68,0,-124,-58,-124,-130v0,-72,56,-130,124,-130v57,0,99,34,115,83r-32,0v-14,-31,-42,-54,-83,-54v-51,0,-93,46,-93,101v0,55,42,101,93,101v37,0,68,-21,83,-54r32,0","w":261},"D":{"d":"29,0r0,-250r93,0v69,0,113,48,113,125v0,77,-44,125,-113,125r-93,0xm204,-125v0,-95,-58,-101,-144,-96r0,191v85,4,144,0,144,-95","w":249},"E":{"d":"29,-250r179,0r0,29r-148,0r0,76r133,0r0,29r-133,0r0,86r148,0r0,30r-179,0r0,-250","w":223},"F":{"d":"60,-221r0,76r125,0r0,28r-125,0r0,117r-31,0r0,-250r170,0r0,29r-139,0","w":210},"G":{"d":"140,-136r120,0r0,136r-30,0r0,-42v-18,27,-49,46,-91,46v-69,0,-125,-58,-125,-130v0,-72,56,-130,125,-130v53,0,96,32,114,83r-32,0v-16,-33,-45,-53,-82,-53v-52,0,-94,45,-94,100v0,55,42,101,94,101v53,0,86,-40,91,-82r-90,0r0,-29","w":279},"H":{"d":"197,-250r30,0r0,250r-30,0r0,-116r-137,0r0,116r-31,0r0,-250r31,0r0,104r137,0r0,-104","w":256},"I":{"d":"61,-250r0,250r-30,0r0,-250r30,0","w":91},"J":{"d":"172,-85v0,52,-30,89,-83,89v-48,0,-84,-36,-84,-83r31,0v0,29,19,54,53,54v36,0,53,-24,53,-60r0,-165r30,0r0,165","w":195},"K":{"d":"103,-129r-43,41r0,88r-31,0r0,-250r31,0r0,122r125,-122r43,0r-103,100r108,150r-39,0","w":233},"L":{"d":"188,-30r0,30r-159,0r0,-250r31,0r0,220r128,0","w":197},"M":{"d":"269,-250r0,250r-30,0r0,-209r-73,209r-33,0r-73,-209r0,209r-31,0r0,-250r47,0r73,211r74,-211r46,0","w":298},"N":{"d":"228,-250r0,250r-34,0r-134,-203r0,203r-31,0r0,-250r34,0r135,203r0,-203r30,0","w":257},"O":{"d":"138,-256v69,0,124,56,124,130v0,73,-56,130,-124,130v-68,0,-124,-57,-124,-130v0,-73,56,-130,124,-130xm138,-25v51,0,94,-44,94,-101v0,-58,-41,-101,-94,-101v-51,0,-93,44,-93,101v0,57,42,101,93,101","w":276},"P":{"d":"60,-99r0,99r-31,0r0,-250r105,0v51,0,81,32,81,76v0,44,-30,75,-81,75r-74,0xm184,-174v0,-61,-68,-45,-124,-47r0,93v55,-2,124,15,124,-46","w":223},"Q":{"d":"262,-126v0,35,-13,67,-34,90r34,36r-41,0r-16,-16v-82,55,-191,-11,-191,-110v0,-73,56,-130,124,-130v69,0,124,56,124,130xm207,-58v54,-57,13,-169,-69,-169v-51,0,-93,44,-93,101v0,75,75,126,140,88r-35,-38r41,0","w":276},"R":{"d":"186,-113v33,15,27,66,27,113r-30,0v-5,-49,21,-99,-43,-99r-80,0r0,99r-31,0r0,-250r111,0v83,-7,106,103,46,137xm60,-128v57,-2,130,15,130,-46v0,-61,-73,-45,-130,-47r0,93","w":239},"S":{"d":"202,-71v0,49,-39,75,-95,75v-58,0,-95,-33,-95,-83r32,0v0,33,25,54,63,54v43,0,64,-18,64,-46v0,-21,-9,-36,-64,-45v-55,-10,-88,-26,-88,-69v0,-43,35,-71,88,-71v55,0,88,30,88,78r-31,0v0,-29,-20,-49,-57,-49v-39,0,-57,18,-57,41v0,22,12,32,63,41v55,10,89,26,89,74","w":215},"T":{"d":"194,-221r-79,0r0,221r-30,0r0,-221r-79,0r0,-29r188,0r0,29","w":199},"U":{"d":"55,-250v8,90,-34,225,66,225v99,0,56,-136,65,-225r30,0r0,160v0,55,-38,94,-95,94v-57,0,-96,-39,-96,-94r0,-160r30,0","w":241},"V":{"d":"218,-250r-92,250r-32,0r-93,-250r34,0r75,212r75,-212r33,0","w":219},"W":{"d":"249,0r-32,0r-55,-201r-56,201r-32,0r-71,-250r32,0r55,201r55,-201r32,0r56,201r55,-201r32,0","w":323},"X":{"d":"87,-127r-82,-123r37,0r63,97r63,-97r36,0r-81,123r85,127r-37,0r-66,-101r-66,101r-37,0","w":209},"Y":{"d":"206,-250r-87,142r0,108r-31,0r0,-108r-87,-142r36,0r67,114r67,-114r35,0","w":207},"Z":{"d":"200,-30r0,30r-190,0r0,-27r151,-194r-147,0r0,-29r185,0r0,28r-150,192r151,0","w":209},"[":{"d":"58,-256r0,260r46,0r0,27r-76,0r0,-314r76,0r0,27r-46,0","w":111},"\\":{"d":"-6,-268r30,0r76,268r-30,0","w":98},"]":{"d":"53,-256r-45,0r0,-27r76,0r0,314r-76,0r0,-27r45,0r0,-260","w":111},"^":{"d":"109,-250r64,157r-33,0r-47,-123r-48,123r-33,0r64,-157r33,0","w":184},"_":{"d":"317,25r0,29r-317,0r0,-29r317,0","w":317},"`":{"d":"36,-265r37,0r31,48r-23,0","w":150},"a":{"d":"199,-185r0,185r-29,0r0,-30v-13,19,-38,35,-65,35v-53,0,-92,-44,-92,-98v0,-86,112,-131,157,-63r0,-29r29,0xm168,-92v0,-38,-29,-69,-63,-69v-35,0,-62,31,-62,69v0,37,27,68,62,68v34,0,63,-31,63,-68"},"b":{"d":"212,-92v0,85,-113,132,-156,62r0,30r-30,0r0,-268r31,0r0,111v44,-66,155,-21,155,65xm182,-92v0,-38,-27,-69,-62,-69v-34,0,-63,31,-63,69v0,37,29,68,63,68v35,0,62,-31,62,-68"},"c":{"d":"192,-58v-12,37,-46,62,-87,62v-51,0,-92,-43,-92,-97v0,-54,41,-97,92,-97v41,0,74,25,87,62r-33,0v-26,-57,-116,-33,-116,35v0,67,90,93,116,35r33,0","w":202},"d":{"d":"199,-268r0,268r-29,0r0,-30v-13,19,-38,35,-65,35v-53,0,-92,-44,-92,-97v0,-85,110,-132,155,-65r0,-111r31,0xm168,-92v0,-38,-29,-69,-63,-69v-35,0,-62,31,-62,69v0,37,27,68,62,68v34,0,63,-31,63,-68"},"e":{"d":"163,-58r32,0v-13,40,-44,62,-87,62v-53,0,-95,-43,-95,-97v0,-54,42,-97,93,-97v48,0,93,39,93,105r-155,0v4,68,95,83,119,27xm45,-112r121,0v-15,-64,-105,-67,-121,0","w":210},"f":{"d":"147,-155v4,-39,-13,-64,-48,-65v-48,-1,-52,48,-48,98r125,0r0,29r-125,0r0,93r-31,0r0,-172v0,-46,34,-78,79,-78v51,1,83,37,78,95r-30,0","w":189},"g":{"d":"199,-185r0,176v0,59,-38,100,-95,100v-44,0,-79,-23,-88,-61r32,0v12,28,42,32,56,32v55,-3,67,-43,64,-90v-44,66,-155,21,-155,-65v0,-86,112,-131,157,-63r0,-29r29,0xm168,-92v0,-39,-29,-70,-63,-70v-35,0,-62,31,-62,70v0,38,27,69,62,69v34,0,63,-31,63,-69","w":222},"h":{"d":"181,-112r0,112r-30,0v-5,-63,22,-161,-46,-161v-69,0,-44,97,-48,161r-31,0r0,-268r31,0r0,101v41,-47,124,-17,124,55","w":206},"i":{"d":"57,-250r0,37r-30,0r0,-37r30,0xm57,-185r0,185r-30,0r0,-185r30,0","w":83},"j":{"d":"57,-250r0,37r-31,0r0,-37r31,0xm57,-185r0,211v0,33,-17,58,-57,55r0,-30v18,2,26,-6,26,-26r0,-210r31,0","w":79},"k":{"d":"115,-116r78,116r-37,0r-63,-94r-36,34r0,60r-31,0r0,-268r31,0r0,166r84,-83r45,0","w":196},"l":{"d":"58,-268r0,268r-31,0r0,-268r31,0","w":84},"m":{"d":"289,-115r0,115r-31,0v-7,-61,25,-162,-42,-162v-63,0,-39,100,-43,162r-30,0v-6,-61,24,-162,-42,-162v-64,0,-40,100,-44,162r-31,0r0,-185r30,0r0,20v24,-36,88,-31,106,7v30,-55,127,-35,127,43","w":314},"n":{"d":"181,-112r0,112r-30,0v-6,-64,24,-162,-46,-162v-69,0,-44,97,-48,162r-31,0r0,-185r30,0r0,20v39,-49,125,-20,125,53","w":206},"o":{"d":"106,-190v53,0,93,44,93,98v0,53,-40,96,-93,96v-53,0,-93,-43,-93,-96v0,-54,40,-98,93,-98xm106,-24v35,0,62,-30,62,-68v0,-39,-27,-70,-62,-70v-34,0,-62,31,-62,70v0,38,28,68,62,68","w":212},"p":{"d":"212,-93v0,85,-110,130,-155,65r0,110r-31,0r0,-267r30,0r0,29v43,-68,156,-22,156,63xm182,-93v0,-38,-27,-69,-62,-69v-34,0,-63,31,-63,69v0,38,29,69,63,69v35,0,62,-31,62,-69"},"q":{"d":"199,-185r0,267r-31,0r0,-110v-44,65,-155,20,-155,-65v0,-85,112,-131,157,-63r0,-29r29,0xm168,-93v0,-38,-29,-69,-63,-69v-35,0,-62,31,-62,69v0,38,27,69,62,69v34,0,63,-31,63,-69"},"r":{"d":"56,-165v45,-52,140,-15,125,66r-30,0v3,-37,-12,-63,-46,-63v-69,0,-44,97,-48,162r-31,0r0,-185r30,0r0,20","w":193},"s":{"d":"170,-56v0,37,-32,61,-76,61v-45,0,-78,-25,-83,-64r31,0v0,44,99,45,98,5v0,-13,-5,-23,-50,-29v-45,-6,-72,-17,-72,-52v0,-27,22,-55,72,-55v43,0,72,22,76,58r-31,0v-1,-40,-86,-38,-87,-4v0,13,11,18,47,24v41,6,75,14,75,56","w":181},"t":{"d":"182,-91v5,58,-27,94,-78,95v-45,0,-78,-32,-78,-78r0,-151r30,0r0,40r125,0r0,29r-125,0v1,58,-13,132,48,131v34,-1,52,-27,48,-66r30,0","w":202},"u":{"d":"180,-185r0,185r-29,0r0,-20v-40,48,-125,19,-125,-54r0,-111r30,0v6,63,-24,162,46,162v68,0,44,-97,48,-162r30,0","w":206},"v":{"d":"171,-185r-67,185r-33,0r-67,-185r32,0r51,147r52,-147r32,0","w":174},"w":{"d":"146,-185r39,139r40,-139r32,0r-56,185r-32,0r-39,-142r-40,142r-32,0r-55,-185r32,0r40,139r39,-139r32,0","w":259},"x":{"d":"135,0r-48,-72r-47,72r-38,0r66,-96r-62,-89r38,0r43,66r43,-66r38,0r-63,89r67,96r-37,0","w":174},"y":{"d":"148,-185r31,0r0,199v6,96,-143,101,-154,16r31,0v6,20,22,32,46,32v39,0,50,-33,46,-76v-42,41,-124,7,-124,-59r0,-112r30,0v5,64,-22,160,48,160v68,0,41,-97,46,-160","w":203},"z":{"d":"159,-30r0,30r-149,0r0,-26r106,-130r-103,0r0,-29r143,0r0,27r-105,128r108,0","w":169},"{":{"d":"98,-281r0,26v-60,-3,4,115,-53,130v34,8,25,61,26,102v0,18,7,28,27,27r0,26v-32,3,-57,-11,-57,-53v-1,-37,9,-95,-31,-89r0,-26v40,6,30,-53,31,-90v0,-42,25,-56,57,-53","w":110},"|":{"d":"55,-268r0,268r-30,0r0,-268r30,0","w":79},"}":{"d":"13,-281v32,-3,56,11,56,53v1,37,-9,96,31,90r0,26v-40,-6,-30,52,-31,89v0,42,-24,56,-56,53r0,-26v60,3,-4,-114,53,-129v-34,-8,-25,-61,-26,-103v0,-18,-7,-28,-27,-27r0,-26","w":110},"~":{"d":"91,-213v-26,0,-57,-32,-65,1r-18,0v2,-19,14,-37,37,-37v0,0,57,32,66,-2r17,0v-1,19,-13,38,-37,38","w":136},"\u2019":{"d":"50,-250v3,40,0,84,-34,84r0,-16v15,-2,19,-14,18,-31r-20,0r0,-37r36,0","w":64},"\u00a0":{"w":104}}});

/* Cufon.replace('#content .main h2, #content .main h3'); */

Cufon.registerFont({"w":241,"face":{"font-family":"Gotham HTF","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-9 -287 389 59.2312","underline-thickness":"7.2","underline-position":"-47.88","stemh":"40","stemv":"44","unicode-range":"U+0020-U+2019"},"glyphs":{" ":{"w":108},"!":{"d":"29,-252r51,0r-13,172r-25,0xm78,0r-47,0r0,-49r47,0r0,49","w":108},"\"":{"d":"100,-144r9,-108v15,2,38,-4,49,2r-35,106r-23,0xm22,-144r8,-108v15,2,38,-4,49,2r-35,106r-22,0","w":175},"#":{"d":"238,-158r-39,0r-10,63r36,0r0,37r-43,0r-10,58r-38,0r10,-58r-59,0r-10,58r-39,0r10,-58r-32,0r0,-37r39,0r10,-63r-36,0r0,-37r43,0r10,-57r38,0r-10,57r59,0r10,-57r38,0r-9,57r32,0r0,37xm161,-158r-59,0r-11,63r59,0","w":252},"$":{"d":"211,-70v0,40,-31,66,-77,70r0,35r-31,0r0,-36v-31,-4,-61,-16,-85,-35r23,-33v21,17,40,27,63,31r0,-71v-53,-14,-77,-33,-77,-74v0,-39,31,-65,76,-69r0,-21r31,0r0,22v26,3,48,12,68,27r-21,34v-16,-12,-32,-19,-49,-23r0,68v55,14,79,36,79,75xm104,-152r0,-64v-45,6,-50,54,0,64xm132,-37v47,-5,51,-56,0,-65r0,65","w":231},"%":{"d":"136,-191v0,35,-24,65,-60,65v-35,0,-59,-29,-59,-64v0,-35,24,-65,60,-65v35,0,59,29,59,64xm263,-252r-185,252r-35,0r184,-252r36,0xm288,-62v0,35,-23,65,-59,65v-35,0,-59,-29,-59,-64v0,-35,23,-65,59,-65v35,0,59,29,59,64xm104,-190v0,-21,-12,-37,-28,-37v-17,0,-27,16,-27,36v0,21,12,37,28,37v17,0,27,-16,27,-36xm256,-61v0,-21,-11,-37,-27,-37v-17,0,-27,16,-27,36v0,21,11,37,27,37v17,0,27,-16,27,-36","w":305},"&":{"d":"240,-18r-33,23r-33,-34v-44,53,-162,41,-160,-40v0,-33,19,-56,54,-71v-41,-46,-20,-115,51,-116v40,0,67,26,67,61v0,33,-22,53,-55,66r43,44v10,-14,19,-31,27,-49r33,18v-10,20,-21,39,-34,57xm147,-193v0,-18,-12,-28,-29,-28v-37,0,-39,46,-11,68v26,-9,40,-21,40,-40xm148,-55r-56,-57v-48,15,-42,78,9,79v17,0,33,-8,47,-22","w":250},"'":{"d":"22,-144r8,-108v16,2,38,-4,50,2r-35,106r-23,0","w":96},"(":{"d":"141,-228v-101,59,-100,191,0,250r-19,29v-132,-63,-132,-246,0,-308","w":158},")":{"d":"17,-228r19,-29v132,63,133,246,0,308r-19,-29v102,-59,101,-191,0,-250","w":158},"*":{"d":"134,-177r-13,22r-36,-26r5,43r-25,0r5,-43r-36,26r-13,-22r41,-18r-41,-18r13,-22r36,26r-5,-44r25,0r-5,44r36,-26r13,22r-41,18","w":154},"+":{"d":"95,-147r0,-68r41,0r0,68r69,0r0,40r-69,0r0,69r-41,0r0,-69r-69,0r0,-40r69,0","w":230},",":{"d":"12,34v22,-4,33,-16,31,-34r-19,0r0,-49r48,0v4,56,-3,101,-55,101","w":96},"-":{"d":"127,-89r-107,0r0,-43r107,0r0,43","w":146},".":{"d":"72,0r-48,0r0,-49r48,0r0,49","w":96},"\/":{"d":"154,-287r38,0r-163,333r-38,0","w":187},"0":{"d":"240,-126v0,72,-44,130,-110,130v-66,0,-109,-58,-109,-130v0,-72,44,-130,110,-130v66,0,109,58,109,130xm194,-126v0,-50,-25,-90,-64,-90v-39,0,-64,40,-64,90v0,50,26,90,65,90v39,0,63,-40,63,-90","w":260},"1":{"d":"9,-232v32,-8,56,-25,99,-22r0,254r-44,0r0,-209r-45,13","w":142},"2":{"d":"111,-216v-23,0,-39,13,-58,38r-32,-25v24,-34,48,-53,93,-53v50,0,83,31,83,76v0,58,-77,104,-117,141r120,0r0,39r-182,0r0,-35r86,-74v35,-29,48,-45,48,-68v0,-25,-18,-39,-41,-39","w":220},"3":{"d":"139,-213r-109,0r0,-39r166,0r0,33r-70,72v39,5,74,24,74,71v0,47,-36,80,-88,80v-44,0,-76,-18,-97,-44r31,-29v18,21,39,33,67,33v25,0,43,-15,43,-38v0,-31,-36,-42,-78,-39r-7,-28","w":222},"4":{"d":"153,-254r38,0r0,161r36,0r0,36r-36,0r0,57r-43,0r0,-57r-127,0r-8,-31xm148,-93r0,-100r-82,100r82,0","w":245},"5":{"d":"34,-129r7,-123r151,0r0,39r-113,0r-4,59v59,-20,128,4,128,73v0,95,-138,108,-186,47r27,-32v31,39,111,45,115,-14v3,-45,-67,-50,-99,-31","w":223},"6":{"d":"121,4v-72,0,-100,-39,-100,-123v0,-77,37,-137,108,-137v33,0,55,10,77,28r-24,34v-47,-44,-117,-18,-115,58v39,-47,148,-24,148,54v0,51,-41,86,-94,86xm171,-80v0,-26,-21,-44,-52,-44v-31,0,-51,20,-51,44v0,26,20,46,52,46v31,0,51,-20,51,-46","w":236},"7":{"d":"24,-213r0,-39r178,0r0,33r-114,219r-50,0r113,-213r-127,0","w":219},"8":{"d":"164,-131v84,33,42,135,-51,135v-55,0,-96,-29,-96,-73v0,-31,18,-50,46,-62v-66,-30,-35,-125,50,-125v84,0,119,94,51,125xm158,-183v0,-20,-18,-36,-45,-36v-27,0,-45,17,-45,36v0,22,19,38,45,38v26,0,45,-16,45,-38xm166,-72v0,-23,-23,-38,-53,-38v-30,0,-53,15,-53,38v0,21,20,39,53,39v33,0,53,-18,53,-39","w":226},"9":{"d":"115,-256v72,0,101,41,101,123v0,81,-40,137,-108,137v-35,0,-60,-12,-81,-30r24,-34v47,47,121,22,119,-55v-40,51,-149,21,-149,-54v0,-50,38,-87,94,-87xm168,-171v0,-27,-20,-47,-52,-47v-31,0,-50,21,-50,47v0,27,20,45,51,45v32,0,51,-20,51,-45","w":236},":":{"d":"74,-141r-48,0r0,-49r48,0r0,49xm74,0r-48,0r0,-49r48,0r0,49","w":100},";":{"d":"74,-141r-48,0r0,-49r48,0r0,49xm14,34v22,-4,33,-16,31,-34r-19,0r0,-49r48,0v4,56,-3,101,-55,101","w":100},"<":{"d":"25,-146r172,-80r0,42r-129,57r129,58r0,41r-172,-79r0,-39","w":230},"=":{"d":"31,-192r168,0r0,40r-168,0r0,-40xm31,-102r168,0r0,40r-168,0r0,-40","w":230},">":{"d":"205,-107r-172,79r0,-41r129,-57r-129,-58r0,-42r172,80r0,39","w":230},"?":{"d":"67,-138v39,-7,71,-15,69,-42v-4,-49,-78,-41,-100,-6r-27,-29v36,-59,171,-53,171,33v0,46,-33,66,-73,73r-3,29r-29,0xm112,0r-48,0r0,-49r48,0r0,49","w":194},"@":{"d":"334,-114v0,90,-86,113,-123,65v-34,43,-121,28,-121,-43v0,-76,93,-120,132,-64r4,-21r35,5r-17,106v0,15,10,26,28,26v26,0,47,-25,47,-74v0,-66,-60,-129,-142,-129v-82,0,-144,65,-144,144v0,80,61,144,147,144v36,0,62,-8,89,-24r6,10v-28,17,-58,27,-95,27v-92,0,-161,-71,-161,-157v0,-86,70,-157,158,-157v88,0,157,67,157,142xm165,-55v49,0,73,-96,11,-96v-26,0,-50,25,-50,57v0,25,17,39,39,39","w":352},"A":{"d":"163,-254r111,254r-47,0r-26,-61r-119,0r-26,61r-45,0r111,-254r41,0xm185,-100r-44,-101r-43,101r87,0","w":284},"B":{"d":"32,-252v81,1,196,-15,196,64v0,31,-17,47,-36,57v30,10,50,27,50,62v0,84,-123,69,-210,69r0,-252xm76,-146v44,-1,108,9,108,-34v0,-42,-65,-32,-108,-33r0,67xm76,-39v48,-2,122,12,122,-35v0,-44,-76,-33,-122,-34r0,69","w":259},"C":{"d":"252,-40v-26,27,-56,44,-103,44v-73,0,-128,-57,-128,-130v0,-72,54,-130,130,-130v46,0,75,16,99,39r-29,33v-49,-60,-153,-28,-153,58v0,50,35,90,83,90v31,0,50,-13,72,-33","w":265},"D":{"d":"260,-126v0,71,-55,126,-134,126r-94,0r0,-252r94,0v79,0,134,55,134,126xm214,-126v0,-68,-58,-95,-137,-86r0,172v79,8,137,-17,137,-86","w":281},"E":{"d":"219,-252r0,40r-142,0r0,65r126,0r0,40r-126,0r0,67r144,0r0,40r-189,0r0,-252r187,0"},"F":{"d":"220,-252r0,40r-143,0r0,69r127,0r0,40r-127,0r0,103r-45,0r0,-252r188,0","w":236},"G":{"d":"257,-35v-25,21,-60,39,-105,39v-79,0,-131,-56,-131,-130v0,-71,54,-130,130,-130v44,0,71,12,97,34r-28,33v-19,-17,-39,-27,-71,-27v-46,0,-81,41,-81,90v0,79,89,115,146,71r0,-47r-64,0r0,-39r107,0r0,106","w":282},"H":{"d":"197,-106r-120,0r0,106r-45,0r0,-252r45,0r0,105r120,0r0,-105r44,0r0,252r-44,0r0,-106","w":273},"I":{"d":"35,-252r44,0r0,252r-44,0r0,-252","w":114},"J":{"d":"173,-86v9,104,-128,112,-165,49r29,-30v24,41,91,44,90,-20r0,-165r46,0r0,166","w":201},"K":{"d":"146,-144r110,144r-54,0r-86,-113r-39,40r0,73r-45,0r0,-252r45,0r0,127r120,-127r54,0","w":261},"L":{"d":"32,0r0,-252r45,0r0,212r132,0r0,40r-177,0","w":222},"M":{"d":"236,-181r-81,119r-79,-118r0,180r-44,0r0,-252r48,0r76,119r77,-119r47,0r0,252r-44,0r0,-181","w":312},"N":{"d":"208,-78r0,-174r44,0r0,252r-37,0r-139,-179r0,179r-44,0r0,-252r41,0","w":284},"O":{"d":"285,-126v0,71,-55,130,-132,130v-77,0,-132,-59,-132,-130v0,-71,55,-130,132,-130v77,0,132,59,132,130xm238,-126v0,-49,-35,-90,-85,-90v-50,0,-85,41,-85,90v0,49,35,90,85,90v50,0,85,-41,85,-90","w":306},"P":{"d":"228,-167v-1,75,-70,92,-151,86r0,81r-45,0r0,-252r100,0v59,0,96,34,96,85xm183,-166v0,-49,-55,-48,-106,-46r0,91v50,3,106,1,106,-45","w":240},"Q":{"d":"259,-49r29,25r-28,32r-31,-27v-84,60,-208,-6,-208,-107v0,-71,55,-130,132,-130v109,0,169,125,106,207xm197,-49r-44,-36r29,-33r43,40v35,-57,-4,-138,-72,-138v-50,0,-85,41,-85,90v0,66,72,114,129,77","w":306},"R":{"d":"246,0r-52,0r-62,-88r-55,0r0,88r-45,0r0,-252r113,0v58,0,93,31,93,80v0,42,-25,67,-60,77xm193,-170v0,-51,-65,-42,-116,-42r0,85v51,1,116,6,116,-43","w":260},"S":{"d":"70,-186v0,20,12,28,60,40v53,13,81,32,81,74v0,95,-144,93,-196,35r27,-31v24,21,49,32,80,32v27,0,44,-13,44,-32v0,-18,-10,-28,-57,-39v-54,-13,-83,-28,-83,-75v0,-84,128,-93,177,-42r-24,34v-23,-17,-45,-26,-68,-26v-26,0,-41,13,-41,30","w":230},"T":{"d":"139,-211r0,211r-45,0r0,-211r-80,0r0,-41r205,0r0,41r-80,0","w":233},"U":{"d":"244,-252r0,143v0,75,-42,113,-108,113v-66,0,-108,-38,-108,-111r0,-145r45,0v5,84,-27,215,63,215v39,0,64,-24,64,-70r0,-145r44,0","w":272},"V":{"d":"136,-58r75,-194r48,0r-105,254r-38,0r-105,-254r49,0","w":270},"W":{"d":"121,-65r62,-188r37,0r62,188r60,-187r47,0r-88,254r-38,0r-62,-181r-62,181r-38,0r-88,-254r48,0","w":401},"X":{"d":"249,0r-52,0r-66,-95r-67,95r-51,0r92,-128r-88,-124r52,0r63,90r63,-90r51,0r-88,123","w":262},"Y":{"d":"151,-100r0,100r-44,0r0,-99r-101,-153r53,0r70,112r72,-112r50,0","w":257},"Z":{"d":"172,-213r-144,0r0,-39r202,0r0,33r-149,180r149,0r0,39r-207,0r0,-33","w":252},"[":{"d":"142,-252r0,34r-69,0r0,231r69,0r0,34r-110,0r0,-299r110,0","w":163},"\\":{"d":"34,-287r163,333r-38,0r-163,-333r38,0","w":187},"]":{"d":"21,-252r111,0r0,299r-111,0r0,-34r69,0r0,-231r-69,0r0,-34","w":163},"^":{"d":"90,-225r-37,48r-33,0r55,-75r30,0r55,75r-34,0","w":180},"_":{"d":"-1,24r218,0r0,34r-218,0r0,-34","w":216},"`":{"d":"89,-214r-44,-42r39,-17r38,59r-33,0","w":180},"a":{"d":"187,0r-43,0r0,-23v-28,42,-130,36,-130,-32v0,-61,79,-73,130,-54v6,-53,-66,-52,-101,-33r-12,-35v21,-9,41,-16,72,-16v56,0,84,29,84,80r0,113xm94,-29v33,-1,55,-18,51,-52v-26,-11,-87,-13,-87,24v0,18,15,28,36,28","w":211},"b":{"d":"224,-95v0,97,-111,129,-153,65r0,30r-44,0r0,-263r44,0r0,105v41,-66,153,-35,153,63xm180,-95v0,-37,-25,-61,-55,-61v-30,0,-55,24,-55,61v0,37,25,61,55,61v30,0,55,-23,55,-61"},"c":{"d":"193,-31v-19,21,-41,35,-78,35v-57,0,-98,-44,-98,-98v0,-54,42,-100,99,-100v36,0,58,14,76,33r-27,29v-30,-43,-105,-23,-105,37v0,60,75,82,107,38","w":205},"d":{"d":"214,0r-43,0r0,-32v-41,66,-153,35,-153,-63v0,-97,109,-128,153,-66r0,-102r43,0r0,263xm171,-95v0,-37,-26,-61,-55,-61v-30,0,-54,23,-54,61v0,37,24,61,54,61v29,0,55,-24,55,-61"},"e":{"d":"60,-80v7,55,75,63,107,26r25,23v-49,66,-175,33,-175,-64v0,-55,39,-99,93,-99v63,1,96,53,90,114r-140,0xm60,-108r98,0v-3,-28,-20,-50,-49,-50v-27,0,-45,20,-49,50","w":217},"f":{"d":"80,-189r50,0r0,36r-49,0r0,153r-44,0r0,-153r-24,0r0,-36r24,0v-9,-65,40,-88,94,-71r0,37v-27,-11,-58,-5,-51,34","w":135},"g":{"d":"214,-39v10,104,-117,117,-187,75r16,-33v46,34,143,29,128,-53v-41,62,-153,37,-153,-54v0,-91,111,-116,153,-58r0,-28r43,0r0,151xm171,-104v0,-32,-25,-53,-55,-53v-30,0,-54,20,-54,52v0,32,24,53,54,53v30,0,55,-21,55,-52"},"h":{"d":"114,-154v-62,0,-39,95,-43,154r-44,0r0,-263r44,0r0,102v27,-54,127,-38,127,40r0,121r-44,0v-6,-57,22,-154,-40,-154","w":223},"i":{"d":"75,-219r-47,0r0,-42r47,0r0,42xm73,0r-43,0r0,-190r43,0r0,190","w":102},"j":{"d":"75,-219r-47,0r0,-42r47,0r0,42xm30,-190r43,0r0,193v2,47,-32,62,-76,54r0,-35v18,3,33,0,33,-22r0,-190","w":102},"k":{"d":"127,-113r78,113r-50,0r-57,-82r-27,28r0,54r-44,0r0,-263r44,0r0,157r79,-84r53,0","w":209},"l":{"d":"73,0r-43,0r0,-263r43,0r0,263","w":102},"m":{"d":"185,-161v33,-53,131,-42,131,40r0,121r-43,0v-5,-57,20,-154,-39,-154v-59,0,-35,97,-40,154r-44,0v-5,-56,21,-154,-38,-154v-60,-1,-37,96,-41,154r-44,0r0,-190r44,0r0,29v17,-39,98,-45,114,0","w":342},"n":{"d":"114,-154v-62,0,-39,95,-43,154r-44,0r0,-190r44,0r0,29v27,-54,127,-38,127,40r0,121r-44,0v-6,-57,22,-154,-40,-154","w":223},"o":{"d":"220,-95v0,54,-43,99,-102,99v-58,0,-101,-44,-101,-98v0,-55,43,-100,101,-100v58,0,102,44,102,99xm176,-94v0,-34,-24,-62,-58,-62v-35,0,-58,28,-58,61v0,34,24,62,58,62v35,0,58,-28,58,-61","w":236},"p":{"d":"224,-95v0,97,-111,129,-153,65r0,88r-44,0r0,-248r44,0r0,32v41,-66,153,-35,153,63xm180,-95v0,-37,-25,-61,-55,-61v-30,0,-55,24,-55,61v0,37,25,61,55,61v30,0,55,-23,55,-61"},"q":{"d":"214,58r-43,0r0,-90v-41,66,-153,35,-153,-63v0,-97,109,-128,153,-66r0,-29r43,0r0,248xm171,-95v0,-37,-26,-61,-55,-61v-30,0,-54,23,-54,61v0,37,24,61,54,61v29,0,55,-24,55,-61"},"r":{"d":"71,-72r0,72r-44,0r0,-190r44,0r0,43v12,-28,34,-48,67,-47v-2,14,4,36,-2,46v-38,0,-65,26,-65,76","w":148},"s":{"d":"163,-57v-1,77,-105,73,-151,32r19,-29v21,15,44,23,63,23v19,0,29,-7,29,-21v0,-15,-20,-20,-42,-27v-28,-8,-60,-20,-60,-56v0,-66,94,-71,138,-37r-18,31v-18,-11,-37,-18,-53,-18v-17,0,-27,8,-27,20v0,14,21,20,43,27v28,9,59,21,59,55","w":180},"t":{"d":"80,-153r0,94v-2,29,31,26,50,17r0,36v-39,18,-94,12,-94,-47r0,-100r-24,0r0,-37r24,0r0,-52r44,0r0,52r51,0r0,37r-51,0","w":147},"u":{"d":"109,-36v62,0,39,-95,43,-154r44,0r0,190r-44,0r0,-30v-26,55,-127,39,-127,-39r0,-121r44,0v6,57,-22,154,40,154","w":223},"v":{"d":"107,-50r52,-140r45,0r-77,191r-40,0r-78,-191r47,0","w":214},"w":{"d":"174,-191r42,131r39,-130r43,0r-62,191r-39,0r-42,-130r-43,130r-39,0r-61,-191r44,0r38,130r42,-131r38,0","w":309},"x":{"d":"128,-98r70,98r-48,0r-46,-67r-47,67r-46,0r70,-96r-68,-94r48,0r44,63r44,-63r46,0","w":208},"y":{"d":"204,-190r-75,195v-17,58,-63,65,-108,42r15,-32v22,10,43,13,53,-15r-80,-190r47,0r54,141r49,-141r45,0","w":214},"z":{"d":"129,-154r-106,0r0,-36r161,0r0,30r-110,124r110,0r0,36r-165,0r0,-30","w":201},"{":{"d":"157,-229v-55,16,-48,30,-48,76v0,28,-13,42,-37,50v33,8,36,36,36,76v0,26,6,37,49,49r-7,29v-78,-17,-85,-37,-81,-98v2,-31,-16,-42,-50,-40r0,-33v46,6,49,-22,49,-65v0,-37,16,-60,82,-72","w":175},"|":{"d":"77,46r-35,0r0,-333r35,0r0,333","w":119},"}":{"d":"18,22v55,-15,50,-29,48,-76v0,-28,14,-41,38,-49v-33,-8,-37,-36,-37,-76v0,-26,-6,-38,-49,-50r8,-28v78,17,83,36,81,98v-1,32,16,41,50,39r0,33v-46,-5,-50,21,-50,66v0,37,-15,60,-81,72","w":175},"~":{"d":"157,-131v-8,29,-18,45,-40,45v-32,-1,-59,-33,-72,4r-24,-8v8,-29,19,-45,41,-45v31,1,58,34,71,-3","w":178},"\u2019":{"d":"14,-169v22,-4,33,-15,31,-34r-19,0r0,-49r48,0v4,56,-3,102,-55,102","w":96},"\u00a0":{"w":108}}});

Cufon.replace('#header .info p', {
	fontFamily: "Gotham HTF",
	textShadow: '#fff 0 1px'
});
Cufon.replace('h2', {
	fontFamily: "Chalet"
});
Cufon.replace('h3', {
	fontFamily: "Chalet"
});
Cufon.replace('.chaletfont', {
	fontFamily: "Chalet"
});
Cufon.replace('.gothamfont', {
	fontFamily: "Gotham HTF",
	textShadow: '#fff 0 1px'
});
/*
 * Scripts
 *
 */
jQuery(function($) {
 
	var Engine = {
		utils : {
			links : function(){
				$('a[rel*=external]').click(function(e){
					e.preventDefault();
					window.open($(this).attr('href'));						  
				});
			},
			mails : function(){
				$('a[href^=mailto:]').each(function(){
					var mail = $(this).attr('href').replace('mailto:','');
					var replaced = mail.replace('/at/','@');
					$(this).attr('href','mailto:'+replaced);
					if($(this).text() == mail) {
						$(this).text(replaced);
					}
				});
			}
		}
	};

	Engine.utils.links();
	Engine.utils.mails();
	
});