/*
* Slides, A Slideshow Plugin for jQuery
* Intructions: http://slidesjs.com
* By: Nathan Searles, http://nathansearles.com
* Version: 1.1.9
* Updated: September 5th, 2011
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
(function(a){a.fn.slides=function(b){return b=a.extend({},a.fn.slides.option,b),this.each(function(){function w(g,h,i){if(!p&&o){p=!0,b.animationStart(n+1);switch(g){case"next":l=n,k=n+1,k=e===k?0:k,r=f*2,g=-f*2,n=k;break;case"prev":l=n,k=n-1,k=k===-1?e-1:k,r=0,g=0,n=k;break;case"pagination":k=parseInt(i,10),l=a("."+b.paginationClass+" li."+b.currentClass+" a",c).attr("href").match("[^#/]+$"),k>l?(r=f*2,g=-f*2):(r=0,g=0),n=k}h==="fade"?b.crossfade?d.children(":eq("+k+")",c).css({zIndex:10}).fadeIn(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1)}):d.children(":eq("+l+")",c).fadeOut(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing)}):d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing,function(){a.browser.msie&&a(this).get(0).style.removeAttribute("filter")}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+k+")").css({left:r,display:"block"}),b.autoHeight?d.animate({left:g,height:d.children(":eq("+k+")").outerHeight()},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1}):d.animate({left:g},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1})),b.pagination&&(a("."+b.paginationClass+" li."+b.currentClass,c).removeClass(b.currentClass),a("."+b.paginationClass+" li:eq("+k+")",c).addClass(b.currentClass))}}function x(){clearInterval(c.data("interval"))}function y(){b.pause?(clearTimeout(c.data("pause")),clearInterval(c.data("interval")),u=setTimeout(function(){clearTimeout(c.data("pause")),v=setInterval(function(){w("next",i)},b.play),c.data("interval",v)},b.pause),c.data("pause",u)):x()}a("."+b.container,a(this)).children().wrapAll('<div class="slides_control"/>');var c=a(this),d=a(".slides_control",c),e=d.children().size(),f=d.children().outerWidth(),g=d.children().outerHeight(),h=b.start-1,i=b.effect.indexOf(",")<0?b.effect:b.effect.replace(" ","").split(",")[0],j=b.effect.indexOf(",")<0?i:b.effect.replace(" ","").split(",")[1],k=0,l=0,m=0,n=0,o,p,q,r,s,t,u,v;if(e<2)return a("."+b.container,a(this)).fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()}),a("."+b.next+", ."+b.prev).fadeOut(0),!1;if(e<2)return;h<0&&(h=0),h>e&&(h=e-1),b.start&&(n=h),b.randomize&&d.randomize(),a("."+b.container,c).css({overflow:"hidden",position:"relative"}),d.children().css({position:"absolute",top:0,left:d.children().outerWidth(),zIndex:0,display:"none"}),d.css({position:"relative",width:f*3,height:g,left:-f}),a("."+b.container,c).css({display:"block"}),b.autoHeight&&(d.children().css({height:"auto"}),d.animate({height:d.children(":eq("+h+")").outerHeight()},b.autoHeightSpeed));if(b.preload&&d.find("img:eq("+h+")").length){a("."+b.container,c).css({background:"url("+b.preloadImage+") no-repeat 50% 50%"});var z=d.find("img:eq("+h+")").attr("src")+"?"+(new Date).getTime();a("img",c).parent().attr("class")!="slides_control"?t=d.children(":eq(0)")[0].tagName.toLowerCase():t=d.find("img:eq("+h+")"),d.find("img:eq("+h+")").attr("src",z).load(function(){d.find(t+":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){a(this).css({zIndex:5}),a("."+b.container,c).css({background:""}),o=!0,b.slidesLoaded()})})}else d.children(":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()});b.bigTarget&&(d.children().css({cursor:"pointer"}),d.children().click(function(){return w("next",i),!1})),b.hoverPause&&b.play&&(d.bind("mouseover",function(){x()}),d.bind("mouseleave",function(){y()})),b.generateNextPrev&&(a("."+b.container,c).after('<a href="#" class="'+b.prev+'">Prev</a>'),a("."+b.prev,c).after('<a href="#" class="'+b.next+'">Next</a>')),a("."+b.next,c).click(function(a){a.preventDefault(),b.play&&y(),w("next",i)}),a("."+b.prev,c).click(function(a){a.preventDefault(),b.play&&y(),w("prev",i)}),b.generatePagination?(b.prependPagination?c.prepend("<ul class="+b.paginationClass+"></ul>"):c.append("<ul class="+b.paginationClass+"></ul>"),d.children().each(function(){a("."+b.paginationClass,c).append('<li><a href="#'+m+'">'+(m+1)+"</a></li>"),m++})):a("."+b.paginationClass+" li a",c).each(function(){a(this).attr("href","#"+m),m++}),a("."+b.paginationClass+" li:eq("+h+")",c).addClass(b.currentClass),a("."+b.paginationClass+" li a",c).click(function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$"),n!=q&&w("pagination",j,q),!1}),a("a.link",c).click(function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$")-1,n!=q&&w("pagination",j,q),!1}),b.play&&(v=setInterval(function(){w("next",i)},b.play),c.data("interval",v))})},a.fn.slides.option={preload:!1,preloadImage:"/img/loading.gif",container:"slides_container",generateNextPrev:!1,next:"next",prev:"prev",pagination:!0,generatePagination:!0,prependPagination:!1,paginationClass:"pagination",currentClass:"current",fadeSpeed:350,fadeEasing:"",slideSpeed:350,slideEasing:"",start:1,effect:"slide",crossfade:!1,randomize:!1,play:0,pause:0,hoverPause:!1,autoHeight:!1,autoHeightSpeed:350,bigTarget:!1,animationStart:function(){},animationComplete:function(){},slidesLoaded:function(){}},a.fn.randomize=function(b){function c(){return Math.round(Math.random())-.5}return a(this).each(function(){var d=a(this),e=d.children(),f=e.length;if(f>1){e.hide();var g=[];for(i=0;i<f;i++)g[g.length]=i;g=g.sort(c),a.each(g,function(a,c){var f=e.eq(c),g=f.clone(!0);g.show().appendTo(d),b!==undefined&&b(f,g),f.remove()})}})}})(jQuery);
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
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}),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},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 D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};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(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}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,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,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 C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}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(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}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={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,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){if(!D){return m}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(C.autoDetect){delete C.fontFamily}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)}else{delete C.textGradient}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("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 h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());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{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").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(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Grandesign Neue Serif © rda_dsgn. 2007. All Rights Reserved
 * 
 * Description:
 * This font was created using FontCreator 5.6 from High-Logic.com
 */
Cufon.registerFont({"w":184,"face":{"font-family":"Grandesign Neue Serif","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-16 -301.896 349 90","underline-thickness":"26.3672","underline-position":"-24.9609","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{"w":76},"\u00a0":{"w":76},"!":{"d":"53,-70r-24,0r-5,-173r35,0xm63,-18v0,12,-9,23,-22,22v-12,0,-21,-10,-21,-22v0,-12,9,-23,21,-23v12,1,22,9,22,23","w":82},"\"":{"d":"18,-249r32,0r-7,86r-19,0xm72,-249r31,0r-6,86r-19,0","w":121},"#":{"d":"68,-92r37,0r7,-52r-38,0xm55,0r-22,0r10,-70r-30,0r0,-22r33,0r7,-52r-31,0r0,-21r34,0r9,-69r21,0r-9,69r38,0r9,-69r21,0r-9,69r30,0r0,21r-33,0r-6,52r31,0r0,22r-35,0r-9,70r-22,0r10,-70r-38,0","w":178},"$":{"d":"102,-134v74,22,72,118,-1,127r0,38r-23,0r0,-36v-22,0,-41,-6,-55,-16r9,-24v30,22,95,23,95,-20v0,-49,-100,-45,-100,-105v0,-33,23,-55,54,-58r0,-37r22,0r0,35v18,1,34,5,47,13r-9,24v-28,-17,-83,-20,-83,18v0,23,19,34,44,41"},"%":{"d":"11,-165v0,-40,20,-74,57,-73v37,0,54,30,54,70v1,40,-20,74,-57,74v-35,0,-54,-34,-54,-71xm66,-219v-41,2,-41,104,0,106v20,0,31,-18,31,-54v0,-35,-11,-52,-31,-52xm83,4r-20,0r138,-242r20,0xm163,-68v-1,-39,21,-73,57,-73v36,-1,55,31,54,70v0,41,-19,72,-56,73v-36,0,-55,-32,-55,-70xm219,-122v-40,2,-42,106,0,105v20,0,30,-17,30,-53v0,-35,-10,-52,-30,-52","w":285},"&":{"d":"100,-247v29,1,54,22,54,52v0,26,-20,46,-54,66r59,67v11,-16,19,-40,24,-71r29,0v-7,41,-19,71,-35,90r40,43r-38,0r-23,-24v-43,49,-145,31,-145,-40v0,-31,18,-52,48,-72v-40,-41,-18,-113,41,-111xm73,-118v-50,22,-38,98,18,98v20,0,37,-7,50,-22xm126,-194v1,-16,-11,-32,-28,-31v-39,3,-37,54,-12,79v23,-14,38,-22,40,-48","w":217},"'":{"d":"18,-249r32,0r-7,86r-19,0","w":67},"(":{"d":"70,-250r25,0v-60,79,-60,213,0,294r-25,0v-62,-79,-63,-216,0,-294","w":102},")":{"d":"31,44r-24,0v60,-80,60,-214,0,-294r24,0v64,79,64,215,0,294","w":102},"*":{"d":"97,-247r21,13r-34,45r55,-7r0,25v-18,-1,-39,-7,-55,-6r35,43r-23,13r-22,-50r-24,50r-20,-13r34,-44r-53,7r0,-25v17,1,38,7,53,6r-34,-44r22,-12v8,16,13,35,23,50","w":149},"+":{"d":"96,-192r23,0r0,85r81,0r0,22r-81,0r0,85r-23,0r0,-85r-82,0r0,-22r82,0r0,-85","w":214},",":{"d":"28,42r-22,2v10,-26,16,-55,21,-86r36,-3v-10,37,-23,66,-35,87","w":74},"-":{"d":"11,-109r89,0r0,23r-89,0r0,-23","w":110},"\u00ad":{"d":"11,-109r89,0r0,23r-89,0r0,-23","w":110},".":{"d":"62,-19v0,14,-9,23,-22,23v-12,1,-21,-10,-21,-23v0,-12,9,-22,21,-22v12,0,22,9,22,22","w":74},"\/":{"d":"24,14r-24,0r100,-261r25,0","w":123},"0":{"d":"13,-87v0,-47,33,-91,79,-91v46,0,79,44,79,91v0,47,-34,91,-79,91v-45,0,-79,-44,-79,-91xm92,-21v62,-1,62,-132,0,-133v-63,1,-64,133,0,133"},"1":{"d":"115,-31v1,11,15,11,32,11r0,20r-94,0r0,-20v19,0,32,1,32,-11r-1,-114r-41,22r-6,-24v25,-10,39,-31,78,-27r0,143"},"2":{"d":"82,-152v-20,0,-45,4,-40,38r-20,0r0,-40v44,-42,144,-27,138,40v-4,47,-37,57,-80,88r86,0r0,26r-150,0r0,-26v58,-27,101,-41,112,-84v0,-28,-15,-42,-46,-42"},"3":{"d":"109,-67v27,8,52,27,52,61v0,67,-96,88,-146,54r9,-24v35,24,105,20,104,-31v-1,-37,-36,-50,-78,-47r0,-24v36,3,70,-8,70,-39v-1,-23,-16,-36,-41,-35v-22,2,-40,1,-36,35r-19,0r0,-43v39,-31,128,-24,128,38v0,26,-14,44,-43,55"},"4":{"d":"82,40v18,0,32,1,32,-11r0,-33r-109,0r0,-21r105,-149r34,0r0,145r33,0r0,25r-33,0v-1,28,-5,50,31,44r0,20r-93,0r0,-20xm114,-29r0,-115v-19,37,-53,80,-77,115r77,0"},"5":{"d":"23,25v39,26,105,13,105,-38v0,-46,-48,-58,-99,-50r15,-111r112,0r0,26r-89,0r-9,60v55,-9,102,20,102,72v0,70,-90,100,-145,65"},"6":{"d":"95,4v-99,0,-102,-153,-43,-205v25,-22,56,-36,98,-37r0,26v-60,-1,-97,35,-106,85v38,-50,129,-25,129,49v0,44,-33,82,-78,82xm43,-88v-3,37,18,67,52,67v30,0,46,-26,46,-56v0,-63,-93,-71,-98,-11"},"7":{"d":"20,-174r148,0r0,21r-102,213r-33,0r102,-208r-115,0r0,-26"},"8":{"d":"60,-122v-66,-26,-37,-116,35,-116v70,0,95,89,29,112v29,14,47,33,47,62v0,41,-36,68,-79,68v-41,0,-80,-24,-79,-63v0,-28,16,-50,47,-63xm88,-112v-59,9,-53,93,5,93v26,0,47,-17,47,-42v0,-24,-18,-41,-52,-51xm97,-135v49,-9,47,-80,-3,-80v-23,0,-41,15,-41,37v0,21,14,35,44,43"},"9":{"d":"95,-178v96,0,93,161,37,209v-23,20,-58,34,-98,32r0,-26v58,8,101,-35,105,-86v-37,50,-124,23,-124,-46v0,-46,34,-83,80,-83xm140,-83v0,-38,-14,-71,-48,-71v-29,-1,-46,27,-46,57v0,59,94,69,94,14"},":":{"d":"62,-145v0,12,-10,22,-22,22v-11,0,-21,-9,-21,-22v0,-13,8,-23,21,-23v13,0,23,9,22,23xm61,-18v0,12,-9,23,-22,22v-11,0,-21,-10,-21,-22v-1,-14,9,-23,22,-23v13,0,21,10,21,23","w":74},";":{"d":"28,42r-22,2v10,-26,17,-55,22,-86r35,-3v-10,37,-22,66,-35,87xm64,-145v0,12,-9,23,-22,22v-11,0,-21,-10,-21,-22v-1,-14,9,-23,22,-23v14,0,21,8,21,23","w":74},"\u037e":{"d":"28,42r-22,2v10,-26,17,-55,22,-86r35,-3v-10,37,-22,66,-35,87xm64,-145v0,12,-9,23,-22,22v-11,0,-21,-10,-21,-22v-1,-14,9,-23,22,-23v14,0,21,8,21,23","w":74},"<":{"d":"24,-86r0,-19r167,-87r0,25r-141,72r141,70r0,25","w":214},"=":{"d":"200,-121r-186,0r0,-22r186,0r0,22xm200,-51r-186,0r0,-21r186,0r0,21","w":214},">":{"d":"191,-106r0,20r-167,86r0,-25r142,-71r-142,-71r0,-25","w":214},"?":{"d":"18,-233v37,-27,112,-15,112,39v0,49,-62,71,-51,125r-28,0v-14,-49,47,-88,47,-121v0,-36,-50,-38,-71,-20xm86,-18v0,12,-9,23,-22,22v-11,0,-21,-10,-21,-22v0,-13,8,-23,21,-23v13,0,22,9,22,23","w":146},"@":{"d":"169,-166v-42,-12,-75,23,-75,62v0,36,35,33,52,10v15,-21,17,-45,23,-72xm36,-111v0,77,78,121,147,86r6,15v-79,41,-174,-9,-174,-98v0,-76,56,-139,132,-139v61,0,105,44,105,104v0,43,-23,86,-64,86v-21,0,-24,-18,-29,-32v-19,44,-89,43,-89,-13v0,-61,65,-105,124,-78v-5,28,-13,55,-15,85v0,13,4,20,13,20v26,-1,39,-34,39,-65v0,-54,-34,-90,-87,-90v-64,0,-108,55,-108,119","w":265},"A":{"d":"253,0r-85,0r0,-20v12,0,20,-1,24,-2r-19,-54r-86,0r-18,54v4,2,13,2,25,2r0,20r-85,0r0,-20v16,0,26,-1,29,-5r74,-218r38,0r74,218v3,4,13,5,29,5r0,20xm167,-101r-37,-114v-7,32,-25,81,-36,114r73,0","w":261},"B":{"d":"162,-131v24,9,50,29,50,62v0,79,-102,74,-185,69r0,-20v19,1,32,0,32,-12r0,-179v-1,-12,-13,-13,-32,-12r0,-20v75,-2,176,-15,176,59v0,27,-18,46,-41,53xm90,-140v42,3,78,-5,81,-41v3,-36,-46,-46,-81,-37r0,78xm90,-24v40,7,91,-4,89,-46v-2,-41,-43,-50,-89,-47r0,93","w":226},"C":{"d":"13,-119v0,-96,93,-152,184,-117r0,50r-20,0v3,-36,-11,-33,-37,-34v-59,0,-94,40,-94,100v0,80,75,117,144,87r7,25v-85,36,-184,-12,-184,-111","w":208},"D":{"d":"126,-245v83,-1,132,41,132,118v0,84,-52,130,-142,129r-89,-2r0,-20v19,1,32,0,32,-12r0,-179v-2,-11,-14,-12,-32,-12r0,-20xm90,-25v77,12,135,-24,135,-101v0,-76,-61,-106,-135,-90r0,191","w":271},"E":{"d":"164,-26v11,-2,12,-14,12,-32r19,0r0,58r-168,0r0,-20v19,0,32,1,32,-11r0,-180v-2,-11,-14,-12,-32,-12r0,-20r163,0r0,58r-20,0v10,-51,-46,-25,-80,-31r0,76v33,-4,84,17,75,-31r19,0r0,89r-19,0v0,-17,0,-32,-12,-32r-63,0r0,88r74,0","w":208},"F":{"d":"59,-211v-2,-11,-14,-12,-32,-12r0,-20r162,0r0,58r-19,0v-1,-18,0,-31,-12,-31r-68,0r0,80v33,-4,82,16,72,-31r20,0r0,89r-20,0v9,-48,-39,-28,-72,-32r0,79v1,11,15,11,32,11r0,20r-95,0r0,-20v19,0,32,1,32,-11r0,-180","w":206},"G":{"d":"46,-121v0,75,65,113,135,91r0,-72r-49,0r0,-25r80,0r0,116v-95,37,-199,-3,-199,-109v0,-98,100,-150,192,-114r0,49r-20,0v3,-38,-14,-33,-42,-34v-59,-2,-97,39,-97,98","w":232},"H":{"d":"239,-31v2,11,14,11,32,11r0,20r-95,0r0,-20v18,0,31,1,31,-11r0,-83r-117,0r0,83v1,11,15,11,32,11r0,20r-95,0r0,-20v18,0,32,1,32,-11r0,-180v-1,-11,-15,-12,-32,-12r0,-20r95,0r0,20v-17,0,-32,0,-32,12r0,70r117,0r0,-70v-1,-12,-13,-11,-31,-12r0,-20r95,0r0,20v-18,0,-32,0,-32,12r0,180","w":297},"I":{"d":"90,-31v1,11,15,11,32,11r0,20r-95,0r0,-20v18,0,32,1,32,-11r0,-180v-1,-11,-15,-12,-32,-12r0,-20r95,0r0,20v-17,0,-32,0,-32,12r0,180","w":149},"J":{"d":"77,-211v-1,-11,-15,-12,-32,-12r0,-20r63,0v-4,109,33,284,-107,241r5,-25v42,13,71,-5,71,-56r0,-128","w":133},"K":{"d":"121,-223v-17,0,-31,1,-31,12r1,85v23,-35,52,-64,77,-97r-15,0r0,-20r75,0r0,20v-11,0,-19,1,-23,2r-69,82r79,117v4,2,12,2,25,2r0,20r-78,0r0,-20r17,0r-66,-99r-23,27v4,32,-16,82,31,72r0,20r-94,0r0,-20v19,0,32,1,32,-11r0,-180v-2,-11,-14,-12,-32,-12r0,-20r94,0r0,20","w":236},"L":{"d":"90,-26v35,-6,94,20,84,-32r20,0r0,58r-167,0r0,-20v19,0,32,1,32,-11r0,-180v-2,-11,-14,-12,-32,-12r0,-20r95,0r0,20v-17,0,-32,0,-32,12r0,185","w":201},"M":{"d":"296,-31r0,0r0,0xm296,-30v2,11,14,10,31,10r0,20r-92,0r0,-20v17,0,27,-2,30,-6r-9,-185v-9,30,-19,60,-30,92r-43,117r-24,0r-39,-115v-13,-33,-19,-68,-29,-94r-10,185v3,4,13,6,30,6r0,20r-90,0r0,-20v20,0,31,-3,31,-10r13,-187v-3,-4,-12,-6,-29,-6r0,-20r71,0r41,118v10,26,16,56,26,82v17,-71,46,-135,69,-200r71,0r0,20v-17,0,-27,2,-30,6","w":348},"N":{"d":"212,-141v0,-35,19,-91,-32,-82r0,-20r93,0r0,20v-18,0,-32,0,-32,12r0,211r-32,0r-77,-123v-21,-31,-34,-60,-46,-81v3,42,1,120,2,173v0,11,15,11,32,11r0,20r-93,0r0,-20v19,0,32,1,32,-11r0,-180v-2,-11,-14,-12,-32,-12r0,-20r66,0v40,65,88,132,121,202v2,-23,-2,-61,-2,-100","w":300},"O":{"d":"126,-247v66,0,109,54,109,123v0,73,-44,128,-113,128v-66,0,-109,-54,-109,-123v0,-71,45,-128,113,-128xm123,-22v51,0,78,-47,78,-100v0,-51,-29,-99,-77,-99v-50,0,-78,47,-78,101v0,51,29,98,77,98","w":248},"P":{"d":"27,-243v82,-4,181,-13,181,70v0,60,-56,86,-118,76v5,33,-18,87,31,77r0,20r-94,0r0,-20v19,0,32,1,32,-11r0,-180v-2,-11,-14,-12,-32,-12r0,-20xm90,-123v41,10,87,-5,87,-49v0,-43,-46,-54,-87,-45r0,94","w":223},"Q":{"d":"235,-124v0,60,-30,99,-70,118v27,7,50,11,71,15r-9,27r-107,-32v-66,-2,-107,-54,-107,-123v0,-71,44,-128,113,-128v66,0,109,54,109,123xm123,-22v51,0,78,-47,78,-100v0,-51,-28,-99,-76,-99v-50,0,-80,48,-79,101v0,51,28,98,77,98","w":248},"R":{"d":"208,-178v0,32,-22,51,-45,62v28,5,38,61,45,90v3,4,13,6,30,6r0,20r-54,0v-14,-19,-10,-116,-64,-105r-30,0r0,74v1,11,14,11,31,11r0,20r-94,0r0,-20v18,0,32,1,32,-11r0,-180v-2,-11,-14,-12,-32,-12r0,-20v79,-2,181,-16,181,65xm90,-129v46,3,87,-4,87,-46v0,-41,-48,-51,-87,-42r0,88","w":246},"S":{"d":"98,-220v-39,-4,-63,40,-35,63v31,26,99,33,99,91v0,69,-97,87,-147,54r0,-47r20,0v-5,39,20,34,44,37v41,6,66,-41,41,-70v-7,-7,-19,-14,-36,-20v-43,-16,-64,-39,-64,-69v0,-60,82,-80,132,-54r0,49r-19,0v2,-33,-11,-32,-35,-34","w":177},"T":{"d":"74,-216v-30,1,-62,-9,-55,31r-19,0r0,-58r179,0r0,58r-19,0v6,-40,-25,-30,-55,-31r0,185v2,11,14,11,32,11r0,20r-95,0r0,-20v18,0,32,1,32,-11r0,-185","w":178},"U":{"d":"206,-211v-2,-11,-14,-12,-32,-12r0,-20r95,0r0,20v-18,0,-32,0,-32,12r0,110v0,65,-31,105,-92,105v-60,0,-87,-41,-87,-104r0,-111v-1,-12,-13,-11,-31,-12r0,-20r94,0r0,20v-17,0,-29,1,-31,12v4,77,-21,186,57,189v77,3,57,-113,59,-189","w":295},"V":{"d":"243,-223v-16,0,-26,2,-29,6r-77,217r-35,0r-71,-217v-3,-4,-13,-6,-30,-6r0,-20r87,0r0,20v-12,0,-20,1,-24,3r57,187v12,-50,43,-133,61,-188v-4,-1,-12,-2,-24,-2r0,-20r85,0r0,20","w":242},"W":{"d":"348,-223v-17,0,-27,2,-30,6r-62,217r-32,0r-31,-126v-9,-33,-11,-61,-17,-79v-10,57,-37,145,-53,205r-33,0r-54,-216v-3,-4,-14,-7,-31,-7r0,-20r89,0r0,20v-13,0,-23,1,-27,3r43,184v9,-53,37,-149,52,-207r32,0r30,123v9,34,12,65,18,84v10,-56,31,-127,45,-184v-4,-2,-13,-3,-26,-3r0,-20r87,0r0,20","w":350},"X":{"d":"222,0r-81,0r0,-20v9,0,16,0,20,-1r-48,-81v0,2,-34,64,-44,81v4,1,10,1,20,1r0,20r-80,0r0,-20v14,0,22,-1,26,-3r61,-100r-58,-97v-4,-2,-12,-3,-26,-3r0,-20r80,0r0,20v-9,0,-16,0,-20,1r44,77v9,-21,30,-54,43,-77v-4,-1,-10,-1,-19,-1r0,-20r79,0r0,20v-13,0,-21,1,-25,3r-60,95r61,102v4,2,13,3,27,3r0,20","w":231},"Y":{"d":"64,-20v18,0,32,1,32,-11r0,-72r-65,-116v-4,-2,-12,-4,-26,-4r0,-20r81,0r0,20v-10,0,-17,0,-21,1r49,96v10,-26,34,-68,48,-96v-4,-1,-11,-1,-21,-1r0,-20r80,0r0,20v-14,0,-22,1,-26,3r-68,117r0,72v1,11,15,11,32,11r0,20r-95,0r0,-20","w":221},"Z":{"d":"156,-26v11,-1,12,-15,12,-32r20,0r0,58r-177,0r0,-18r134,-198r-91,0v-12,0,-13,13,-12,31r-20,0r0,-58r164,0r0,20r-134,197r104,0","w":198},"[":{"d":"95,40r-66,0r0,-287r66,0r0,20r-41,0r0,248r41,0r0,19","w":102},"\\":{"d":"125,14r-25,0r-99,-261r24,0","w":124},"]":{"d":"7,-247r66,0r0,287r-66,0r0,-19r41,0r0,-248r-41,0r0,-20","w":102},"^":{"d":"193,-68r-25,0r-61,-140r-60,140r-26,0r75,-166r22,0","w":214},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"`":{"d":"8,-247r35,0r31,52r-22,0","w":107},"a":{"d":"78,-155v-23,1,-36,1,-34,34r-19,0r0,-42v47,-29,124,-19,124,56r0,77v1,7,11,10,31,10r0,20r-57,0v-2,-7,0,-17,-4,-22v-24,41,-109,32,-107,-24v2,-49,47,-65,105,-65v1,-29,-12,-44,-39,-44xm74,-20v35,-1,49,-28,44,-69v-49,-1,-74,12,-74,39v0,19,11,30,30,30","w":188},"b":{"d":"63,-143v29,-63,122,-31,122,51v0,54,-34,96,-87,96v-103,0,-57,-139,-67,-228v-1,-12,-13,-11,-31,-12r0,-20r63,0r0,113xm98,-20v64,0,80,-133,13,-133v-35,0,-48,42,-48,86v0,28,8,47,35,47","w":198},"c":{"d":"14,-85v0,-71,71,-113,137,-84r0,48r-20,0v0,-28,-2,-32,-24,-32v-37,0,-61,27,-61,66v0,53,50,80,99,57r5,23v-62,30,-136,-5,-136,-78","w":161},"d":{"d":"164,-31v2,11,14,11,32,11r0,20r-59,0r-1,-34v-31,73,-122,31,-122,-50v0,-63,54,-112,118,-88v-4,-32,17,-70,-31,-64r0,-20r63,0r0,225xm87,-21v48,-3,49,-71,45,-126v-45,-24,-90,15,-88,64v2,34,16,64,43,62","w":205},"e":{"d":"95,-178v49,0,79,42,71,97r-122,0v-4,57,61,72,108,51r5,23v-64,29,-143,1,-143,-77v0,-52,30,-94,81,-94xm137,-104v5,-46,-54,-71,-80,-34v-7,9,-11,21,-13,34r93,0","w":180},"f":{"d":"36,-174v-5,-61,35,-99,90,-80r-4,24v-35,-14,-59,8,-54,56r42,0r0,24r-42,0r0,119v1,11,14,11,31,11r0,20r-94,0r0,-20v17,0,30,1,31,-11r0,-119r-24,0r0,-24r24,0","w":112},"g":{"d":"14,-84v0,-79,77,-117,148,-83v-6,98,34,242,-76,242v-23,0,-41,-5,-55,-13r4,-23v42,23,104,13,99,-51v-1,-8,3,-19,0,-25v-28,68,-120,30,-120,-47xm87,-24v46,-3,49,-69,46,-125v-48,-22,-91,15,-89,65v1,34,16,62,43,60","w":187},"h":{"d":"72,-147v30,-51,116,-34,116,43r0,104r-31,0v-5,-57,19,-152,-40,-152v-54,0,-46,66,-45,121v0,11,14,11,31,11r0,20r-94,0r0,-20v18,0,31,1,31,-11r0,-193v-1,-12,-13,-11,-31,-12r0,-20r63,0r0,109xm188,-31v1,11,15,11,32,11r0,20r-32,0r0,-31","w":230},"i":{"d":"56,-247v11,0,20,8,20,20v0,12,-8,21,-20,21v-12,0,-21,-9,-20,-21v0,-11,9,-20,20,-20xm72,-31v1,11,14,11,31,11r0,20r-94,0r0,-20v18,0,31,1,31,-11r0,-112v-1,-12,-13,-11,-31,-11r0,-20r63,0r0,143","w":112},"j":{"d":"47,-247v11,0,20,9,20,20v0,12,-9,21,-21,21v-11,0,-20,-10,-20,-21v0,-11,10,-20,21,-20xm31,-143v-2,-11,-14,-12,-32,-12r0,-19r63,0v-6,99,29,256,-75,250r-3,-25v75,1,38,-124,47,-194","w":87},"k":{"d":"40,-224v-1,-12,-13,-11,-31,-12r0,-20r63,0r1,162v15,-23,32,-39,49,-60r-14,0r0,-20r72,0r0,20v-21,-1,-24,2,-32,11r-38,41r60,80v4,2,13,2,25,2r0,20r-47,0r-60,-84r-16,18v-1,28,-5,53,31,46r0,20r-94,0r0,-20v18,0,31,1,31,-11r0,-193","w":191},"l":{"d":"72,-31v1,11,14,11,31,11r0,20r-94,0r0,-20v18,0,31,1,31,-11r0,-193v-1,-12,-13,-11,-31,-12r0,-20r63,0r0,225","w":113},"m":{"d":"289,-31v0,11,15,11,32,11r0,20r-63,0v-4,-55,18,-153,-37,-152v-51,0,-41,69,-41,121v0,12,14,11,32,11r0,20r-63,0v-6,-56,21,-152,-36,-152v-50,0,-44,68,-42,121v0,12,14,11,32,11r0,20r-94,0r0,-20v18,0,31,1,31,-11r0,-114v-1,-6,-11,-9,-31,-9r0,-20r58,0v1,9,-1,21,2,28v20,-44,91,-40,105,3v10,-19,31,-35,58,-35v64,0,57,79,57,147","w":329},"n":{"d":"188,-31v1,11,15,11,32,11r0,20r-63,0v-5,-57,19,-154,-40,-152v-25,1,-45,19,-45,47r0,74v1,11,14,11,31,11r0,20r-94,0r0,-20v17,0,30,1,31,-11r0,-114v-1,-6,-11,-9,-31,-9r0,-20r58,0v2,9,0,22,3,29v26,-55,130,-36,118,41r0,73","w":228},"o":{"d":"100,-178v51,0,84,38,84,89v0,53,-35,93,-87,93v-50,0,-83,-39,-83,-90v0,-53,34,-92,86,-92xm98,-20v33,0,53,-33,53,-68v0,-35,-19,-67,-52,-67v-33,0,-54,32,-54,68v0,34,21,67,53,67","w":197},"p":{"d":"69,-142v33,-70,136,-29,124,52v4,66,-57,115,-120,86v2,30,-15,61,30,55r0,20r-94,0r0,-20v19,0,31,0,31,-12r0,-185v-2,-6,-12,-9,-31,-9r0,-20r58,0xm108,-20v62,3,76,-134,11,-134v-47,0,-50,69,-46,124v9,6,21,10,35,10","w":207},"q":{"d":"164,40v2,11,14,12,32,12r0,19r-95,0r0,-19v49,9,29,-47,31,-79v-9,21,-26,31,-52,31v-42,0,-66,-40,-66,-87v0,-78,79,-116,150,-84r0,207xm85,-21v50,0,51,-71,47,-127v-47,-22,-90,16,-88,65v2,31,12,62,41,62","w":204},"r":{"d":"68,-140v10,-21,27,-43,58,-37r0,30v-59,-9,-56,57,-54,116v1,11,14,11,31,11r0,20r-94,0r0,-20v18,0,31,1,31,-11r0,-114v-2,-6,-12,-9,-31,-9r0,-20r58,0","w":131},"s":{"d":"34,-54v-1,30,5,34,29,34v32,0,43,-26,27,-44v-21,-16,-79,-31,-71,-63v-2,-48,66,-64,103,-40r0,45r-20,0v1,-29,-4,-32,-24,-33v-24,-3,-40,28,-21,41v22,15,78,33,71,65v2,54,-74,65,-114,41r0,-46r20,0","w":142},"t":{"d":"110,-150r-46,0r0,94v-1,31,17,38,42,32r2,23v-40,14,-75,-2,-75,-54r0,-95r-27,0r0,-24r27,0r0,-32r31,-10r0,42r46,0r0,24","w":119},"u":{"d":"156,-143v0,-12,-14,-11,-32,-11r0,-20r63,0r0,145v1,6,12,9,32,9r0,20r-58,0v-2,-9,0,-21,-3,-28v-12,22,-32,32,-58,32v-68,1,-60,-78,-60,-147v0,-12,-13,-11,-31,-11r0,-20r63,0v4,56,-17,152,39,152v54,0,47,-67,45,-121","w":227},"v":{"d":"208,-154v-16,0,-26,2,-29,5r-59,149r-28,0r-59,-149v-3,-3,-12,-5,-28,-5r0,-20r83,0r0,20v-12,0,-20,1,-24,2v15,39,24,85,43,121r41,-121v-4,-1,-12,-2,-24,-2r0,-20r84,0r0,20","w":211},"w":{"d":"303,-154v-17,0,-27,1,-30,5r-48,149r-29,0r-42,-140v-10,47,-30,95,-44,140r-29,0r-45,-148v-3,-4,-13,-6,-30,-6r0,-20r86,0r0,20v-13,0,-22,0,-26,2r32,122v10,-45,30,-100,44,-144r26,0r44,144v6,-39,21,-84,32,-122v-4,-2,-13,-2,-26,-2r0,-20r85,0r0,20","w":307},"x":{"d":"182,0r-78,0r0,-20r19,0v-12,-15,-20,-34,-32,-49r-31,48v4,1,10,1,19,1r0,20r-76,0r0,-20v13,0,21,0,25,-2r46,-67r-43,-63v-4,-2,-12,-2,-25,-2r0,-20r76,0r0,20r-18,0v10,15,18,32,30,46v7,-15,19,-32,28,-46r-18,0r0,-20r75,0r0,20v-13,0,-20,0,-24,2r-44,62r46,68v4,2,12,2,25,2r0,20","w":186},"y":{"d":"32,53v26,-11,57,-33,54,-67r-54,-136v-4,-3,-13,-5,-29,-5r0,-19r85,0r0,19v-12,0,-19,1,-23,2r42,117r38,-116v-4,-2,-12,-3,-24,-3r0,-19r84,0r0,19v-16,0,-26,3,-29,6r-38,99v-26,64,-38,110,-98,129","w":207},"z":{"d":"116,-25v11,-1,12,-15,12,-32r20,0r0,57r-142,0r0,-18r102,-131v-34,4,-85,-17,-75,32r-20,0r0,-57r133,0r0,20r-100,129r70,0","w":153},"{":{"d":"93,40v-68,8,-54,-55,-54,-108v0,-18,-10,-26,-29,-26r0,-19v45,1,24,-54,23,-87v0,-33,22,-49,60,-47r0,20v-72,-7,3,107,-56,124v61,8,-19,126,56,124r0,19","w":102},"|":{"d":"31,-270r24,0r0,360r-24,0r0,-360","w":85},"}":{"d":"9,-247v69,-7,54,54,54,107v0,18,10,27,29,27r0,19v-45,-2,-24,53,-23,85v0,36,-21,51,-60,49r0,-19v72,6,-4,-109,55,-125v-61,-9,20,-125,-55,-123r0,-20","w":102},"~":{"d":"156,-75v-32,9,-114,-74,-117,-1r-21,0v-2,-30,14,-54,42,-54v29,-8,114,73,116,1r21,0v2,32,-11,54,-41,54","w":214},"\u00a1":{"d":"59,70r-35,0r5,-172r24,0xm20,-153v0,-13,10,-23,22,-23v12,0,21,11,21,23v0,12,-9,23,-22,22v-12,0,-21,-10,-21,-22","w":82},"\u00a2":{"d":"56,-119v0,54,52,80,97,54r6,23v-11,6,-24,10,-40,11r0,36r-22,0r0,-36v-44,-5,-73,-36,-73,-86v0,-48,31,-83,73,-89r0,-36r22,0r0,35v15,0,28,3,39,9r-7,24v-42,-25,-95,3,-95,55"},"\u00a3":{"d":"88,-106v4,45,-6,57,-26,80r107,0r0,26r-149,0r0,-18v28,-14,48,-46,39,-88r-37,0r0,-23r34,0v-24,-76,37,-131,104,-100r-7,24v-30,-16,-72,-7,-72,38v0,11,2,24,5,38r51,0r0,23r-49,0"},"\u00a4":{"d":"51,-178v21,-19,62,-19,83,0r25,-27r16,17r-28,25v18,22,16,65,0,87r27,26r-16,16r-25,-28v-19,20,-63,22,-83,2r-24,26r-15,-16r26,-25v-19,-22,-18,-64,0,-88r-27,-25r16,-17xm135,-120v0,-27,-18,-50,-43,-50v-26,-1,-43,23,-43,51v0,27,18,50,43,50v26,0,43,-22,43,-51"},"\u00a5":{"d":"105,0r-30,0r0,-63r-56,0r0,-18r56,0r0,-26r-56,0r0,-18r47,0r-60,-109r34,0r52,107v17,-42,35,-69,54,-107r33,0r-65,109r47,0r0,18r-56,0r0,26r56,0r0,18r-56,0r0,63"},"\u00a6":{"d":"31,-63r24,0r0,126r-24,0r0,-126xm31,-243r24,0r0,126r-24,0r0,-126","w":85},"\u00a7":{"d":"63,-155v-28,24,-18,50,22,63v21,7,35,13,41,17v24,-20,17,-51,-18,-61v-11,-3,-26,-11,-45,-19xm47,-164v-35,-34,6,-82,54,-82v19,0,35,4,49,12r-7,21v-23,-17,-78,-18,-81,15v9,48,104,30,104,91v0,17,-8,32,-24,44v36,35,-4,86,-54,86v-24,0,-43,-5,-57,-15r9,-21v23,21,86,23,88,-15v-9,-50,-110,-34,-107,-94v0,-17,8,-31,26,-42","w":186},"\u00a8":{"d":"38,-218v0,10,-8,18,-17,18v-10,0,-18,-9,-18,-18v-1,-10,9,-19,18,-19v10,0,17,9,17,19xm87,-237v24,0,20,37,0,37v-10,0,-18,-9,-18,-18v0,-9,8,-19,18,-19","w":107},"\u00a9":{"d":"13,-122v0,-60,48,-111,110,-111v60,0,108,51,108,111v0,60,-49,111,-109,111v-61,0,-109,-50,-109,-111xm213,-122v0,-51,-38,-96,-91,-96v-52,0,-91,44,-91,97v0,53,42,96,92,96v51,0,90,-46,90,-97xm62,-120v-5,-53,65,-84,109,-58r-5,15v-34,-21,-90,-4,-85,42v-4,46,53,64,87,41r4,14v-43,27,-116,3,-110,-54","w":243},"\u00aa":{"d":"84,-169v4,-31,-40,-31,-57,-16r-6,-16v33,-23,85,-15,87,39r2,66r-22,0v-1,-5,0,-12,-3,-15v-18,27,-74,22,-73,-17v1,-31,36,-42,72,-41xm56,-111v20,0,35,-17,29,-43v-33,-1,-49,7,-49,24v0,12,9,19,20,19","w":124},"\u00ab":{"d":"83,-157r-48,66r48,67r-25,0r-48,-67r48,-66r25,0xm143,-157r-49,66r49,67r-26,0r-48,-67r48,-66r26,0","w":150},"\u00ac":{"d":"14,-144r186,0r0,100r-23,0r0,-78r-163,0r0,-22","w":214},"\u00ae":{"d":"12,-165v0,-43,38,-81,80,-81v44,0,80,38,80,81v0,44,-35,81,-80,81v-45,0,-80,-37,-80,-81xm157,-165v0,-37,-28,-68,-65,-68v-37,0,-65,32,-65,68v0,37,28,69,65,69v37,1,65,-32,65,-69xm112,-118v-6,-10,-4,-50,-35,-39r0,39r-14,0r0,-90v29,-7,61,-3,61,23v0,12,-7,18,-17,23v15,0,16,35,21,44r-16,0xm77,-199r0,31v33,9,46,-31,10,-31r-10,0","w":183},"\u00af":{"d":"14,-230r81,0r0,19r-81,0r0,-19","w":107},"\u00b0":{"d":"10,-198v0,-28,21,-49,49,-49v26,0,47,22,47,47v0,27,-22,48,-49,48v-26,0,-47,-21,-47,-46xm87,-200v0,-16,-12,-31,-29,-30v-16,0,-29,14,-28,31v0,15,12,31,28,30v17,0,29,-14,29,-31","w":114},"\u00b1":{"d":"96,-206r23,0r0,70r81,0r0,22r-81,0r0,72r-23,0r0,-72r-82,0r0,-22r82,0r0,-70xm14,-22r186,0r0,22r-186,0r0,-22","w":214},"\u00b2":{"d":"19,-223v28,-26,94,-18,92,26v-2,38,-35,54,-59,82r61,0r0,19r-97,0v-2,-21,13,-24,22,-34v24,-27,43,-33,46,-63v3,-30,-39,-30,-58,-14","w":126},"\u00b3":{"d":"36,-179v21,2,43,-4,43,-23v0,-24,-39,-19,-53,-8r-7,-17v27,-19,86,-15,86,23v0,16,-12,25,-28,33v19,1,34,17,34,35v0,42,-69,52,-99,32r7,-18v20,14,65,14,65,-15v0,-21,-24,-26,-48,-25r0,-17","w":122},"\u00b4":{"d":"68,-247r35,0r-44,52r-23,0","w":107},"\u00b5":{"d":"97,-22v21,0,43,-20,43,-42r0,-110r32,0r1,174r-28,0v-1,-9,1,-22,-2,-29v-16,36,-68,45,-90,13r1,87r-29,0r0,-245r32,0v4,57,-17,154,40,152","w":198},"\u00b6":{"d":"16,-191v-1,-67,77,-64,147,-61r0,12r-22,0r0,240r-14,0r0,-240r-30,0r0,240r-14,0r0,-130v-38,-1,-67,-23,-67,-61","w":180},"\u00b7":{"d":"62,-19v0,14,-9,23,-22,23v-12,1,-21,-10,-21,-23v0,-12,9,-22,21,-22v12,0,22,9,22,22","w":74},"\u2219":{"d":"62,-19v0,14,-9,23,-22,23v-12,1,-21,-10,-21,-23v0,-12,9,-22,21,-22v12,0,22,9,22,22","w":74},"\u00b8":{"d":"56,18v13,2,25,11,26,25v3,28,-40,36,-62,23r5,-16v10,8,35,10,35,-6v0,-8,-9,-13,-28,-15r17,-30r19,0","w":107},"\u00b9":{"d":"77,-96r-25,0r0,-118r-26,12r-4,-18v17,-7,28,-19,55,-16r0,140","w":114},"\u00ba":{"d":"6,-152v0,-34,25,-61,59,-61v34,0,56,25,56,59v0,36,-23,60,-57,60v-33,1,-58,-25,-58,-58xm97,-153v0,-21,-12,-43,-33,-42v-20,0,-33,20,-33,42v0,19,13,41,33,41v21,0,33,-20,33,-41","w":127},"\u00bb":{"d":"56,-91r-48,-66r26,0r48,66r-48,67r-25,0xm115,-91r-48,-66r25,0r48,66r-48,67r-25,0","w":150},"\u00bc":{"d":"71,-96r-25,0r-1,-118r-25,12r-5,-18v17,-7,29,-19,56,-16r0,140xm70,4r-20,0r137,-242r20,0xm239,0r-24,0r0,-37r-72,0r0,-14r69,-91r27,0r0,87r22,0r0,18r-22,0r0,37xm215,-55v-1,-21,3,-46,0,-65v-13,24,-30,44,-46,65r46,0","w":273},"\u00bd":{"d":"66,-96r-25,0r-1,-118r-26,12r-4,-18v17,-7,29,-19,56,-16r0,140xm63,4r-20,0r136,-242r20,0xm161,-127v27,-25,94,-19,92,25v-2,38,-36,57,-59,82r62,0r0,20r-98,0v-2,-22,14,-25,23,-35v24,-27,42,-31,45,-62v3,-31,-39,-30,-57,-14","w":273},"\u00be":{"d":"34,-179v21,2,43,-5,43,-23v0,-24,-38,-19,-53,-8r-6,-16v25,-20,85,-16,85,22v0,16,-11,25,-27,33v19,2,32,16,33,35v2,41,-67,53,-98,32r6,-18v20,14,65,14,65,-15v0,-21,-24,-27,-48,-25r0,-17xm83,4r-20,0r137,-242r20,0xm243,0r-24,0r0,-37r-72,0r0,-14r69,-91r27,0r0,87r22,0r0,18r-22,0r0,37xm219,-55v-1,-21,3,-46,0,-65v-12,24,-34,45,-46,65r46,0","w":273},"\u00bf":{"d":"64,-153v0,-14,8,-23,22,-23v12,1,21,10,21,23v0,12,-9,23,-22,22v-12,0,-21,-10,-21,-22xm132,60v-37,28,-112,17,-112,-38v0,-48,62,-71,51,-125r28,0v17,48,-46,87,-46,121v0,37,49,38,70,20","w":146},"\u00c0":{"d":"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-7,30,-25,82,-36,114xm56,-298r39,0r33,42r-25,0","w":220},"\u00c1":{"d":"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-7,30,-25,82,-36,114xm129,-298r38,0r-46,42r-26,0","w":220},"\u00c2":{"d":"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-7,30,-25,82,-36,114xm100,-298r23,0r38,42r-26,0r-23,-26r-23,26r-25,0","w":220},"\u00c3":{"d":"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-7,30,-25,82,-36,114xm156,-294v3,50,-44,31,-65,21v-5,0,-8,5,-9,16r-16,0v0,-18,7,-36,24,-36v14,0,47,33,49,-1r17,0","w":220},"\u00c4":{"d":"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-7,30,-25,82,-36,114xm96,-278v0,11,-7,18,-18,18v-10,0,-17,-8,-17,-18v0,-9,8,-18,18,-18v9,0,17,9,17,18xm162,-278v0,11,-7,18,-18,18v-10,0,-17,-8,-17,-18v0,-9,8,-18,18,-18v9,0,17,9,17,18","w":220},"\u00c5":{"d":"112,-299v37,-7,54,50,19,61r81,238r-33,0r-26,-76r-86,0r-25,76r-33,0r82,-239v-35,-14,-14,-64,21,-60xm92,-266v0,11,9,20,20,19v13,0,19,-6,19,-19v0,-13,-6,-19,-20,-19v-13,0,-19,6,-19,19xm73,-101r73,0r-37,-114v-8,42,-24,76,-36,114","w":220},"\u00c6":{"d":"32,0r-32,0r111,-243r151,0r0,27r-103,0r10,77r90,0r0,26r-87,0r11,87r89,0r0,26r-116,0r-11,-86r-74,0xm81,-111r61,0v-6,-35,-4,-78,-14,-109","w":283},"\u00c7":{"d":"46,-120v0,80,74,117,144,87r7,25v-15,8,-37,12,-65,12r-9,14v13,2,26,11,25,26v5,28,-41,34,-62,22r5,-16v10,6,35,9,35,-6v0,-8,-9,-13,-28,-15r15,-27v-61,-6,-100,-53,-100,-121v0,-96,94,-151,184,-117r-7,26v-70,-31,-144,10,-144,90","w":210},"\u00c8":{"d":"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm44,-298r38,0r34,42r-25,0","w":177},"\u00c9":{"d":"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm110,-298r39,0r-47,42r-25,0","w":177},"\u00ca":{"d":"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm81,-298r23,0r37,42r-26,0v-8,-8,-14,-19,-23,-26r-22,26r-26,0","w":177},"\u00cb":{"d":"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm78,-278v0,10,-7,18,-18,18v-10,0,-17,-8,-17,-18v-1,-9,9,-18,18,-18v9,0,17,9,17,18xm144,-278v0,10,-7,18,-18,18v-10,0,-17,-8,-17,-18v0,-9,8,-18,18,-18v9,0,17,9,17,18","w":177},"\u00cc":{"d":"27,-243r32,0r0,243r-32,0r0,-243xm-10,-298r38,0r34,42r-25,0","w":85},"\u00cd":{"d":"27,-243r32,0r0,243r-32,0r0,-243xm60,-298r38,0r-46,42r-26,0","w":85},"\u00ce":{"d":"27,-243r32,0r0,243r-32,0r0,-243xm31,-298r23,0r38,42r-26,0r-23,-26r-23,26r-25,0","w":85},"\u00cf":{"d":"28,-243r31,0r0,243r-31,0r0,-243xm28,-278v0,10,-7,18,-18,18v-10,0,-17,-8,-17,-18v0,-9,8,-18,18,-18v9,0,17,9,17,18xm94,-278v0,11,-7,18,-18,18v-10,0,-17,-8,-17,-18v0,-9,8,-18,17,-18v11,0,18,9,18,18","w":85},"\u00d0":{"d":"228,-127v0,107,-88,141,-199,127r0,-111r-30,0r0,-25r30,0r0,-104v103,-19,199,8,199,113xm195,-127v0,-75,-59,-103,-135,-90r0,81r65,0r0,25r-65,0r0,87v80,10,135,-23,135,-103","w":241},"\u00d1":{"d":"57,0r-30,0r0,-243r35,0r77,123v19,28,32,57,45,79v-5,-52,-4,-139,-4,-202r29,0r0,243r-31,0r-77,-123r-47,-81v4,52,3,141,3,204xm167,-294v3,50,-44,31,-64,21v-5,0,-8,5,-9,16r-17,0v0,-18,7,-36,24,-36v14,0,47,33,49,-1r17,0","w":236},"\u00d2":{"d":"235,-124v0,73,-44,128,-113,128v-66,0,-109,-54,-109,-123v0,-71,45,-128,113,-128v66,0,109,54,109,123xm46,-120v0,51,29,98,77,98v51,0,78,-47,78,-100v0,-51,-29,-99,-77,-99v-50,0,-78,47,-78,101xm70,-298r38,0r33,42r-25,0","w":248},"\u00d3":{"d":"235,-124v0,73,-44,128,-113,128v-66,0,-109,-54,-109,-123v0,-71,45,-128,113,-128v66,0,109,54,109,123xm46,-120v0,51,29,98,77,98v51,0,78,-47,78,-100v0,-51,-29,-99,-77,-99v-50,0,-78,47,-78,101xm144,-298r38,0r-46,42r-26,0","w":248},"\u00d4":{"d":"235,-124v0,73,-44,128,-113,128v-66,0,-109,-54,-109,-123v0,-71,45,-128,113,-128v66,0,109,54,109,123xm46,-120v0,51,29,98,77,98v51,0,78,-47,78,-100v0,-51,-29,-99,-77,-99v-50,0,-78,47,-78,101xm112,-298r23,0r37,42r-26,0v-8,-8,-14,-19,-23,-26r-22,26r-26,0","w":248},"\u00d5":{"d":"235,-124v0,73,-44,128,-113,128v-66,0,-109,-54,-109,-123v0,-71,45,-128,113,-128v66,0,109,54,109,123xm46,-120v0,51,29,98,77,98v51,0,78,-47,78,-100v0,-51,-29,-99,-77,-99v-50,0,-78,47,-78,101xm169,-294v4,50,-44,30,-64,21v-5,0,-8,5,-9,16r-17,0v0,-18,7,-36,24,-36v15,0,47,33,50,-1r16,0","w":248},"\u00d6":{"d":"235,-124v0,73,-44,128,-113,128v-66,0,-109,-54,-109,-123v0,-71,45,-128,113,-128v66,0,109,54,109,123xm46,-120v0,51,29,98,77,98v51,0,78,-47,78,-100v0,-51,-29,-99,-77,-99v-50,0,-78,47,-78,101xm108,-278v0,10,-7,18,-17,18v-11,0,-18,-7,-18,-18v0,-9,8,-18,18,-18v9,0,17,9,17,18xm174,-278v0,10,-7,18,-18,18v-10,0,-17,-7,-16,-18v0,-9,8,-18,17,-18v9,0,17,9,17,18","w":248},"\u00d7":{"d":"14,-173r16,-16r77,78r77,-78r16,16r-77,78r77,79r-16,16r-77,-79r-77,79r-16,-16r77,-79","w":214},"\u00d8":{"d":"203,-213v65,68,26,217,-79,217v-24,0,-44,-6,-61,-19r-23,30r-18,-14r23,-31v-66,-69,-25,-217,80,-217v23,0,43,7,60,20r22,-30r19,13xm170,-204v-57,-47,-125,10,-125,82v0,23,6,44,18,65xm78,-38v57,47,130,-10,124,-84v-2,-23,-4,-46,-17,-63","w":248},"\u00d9":{"d":"206,-101v0,64,-31,105,-92,105v-58,0,-87,-35,-87,-104r0,-143r32,0v7,84,-29,217,56,221v86,4,53,-139,59,-221r32,0r0,142xm65,-298r39,0r33,42r-25,0","w":232},"\u00da":{"d":"206,-101v0,64,-31,105,-92,105v-58,0,-87,-35,-87,-104r0,-143r32,0v7,84,-29,217,56,221v86,4,53,-139,59,-221r32,0r0,142xm135,-298r38,0r-46,42r-26,0","w":232},"\u00db":{"d":"206,-101v0,64,-31,105,-92,105v-58,0,-87,-35,-87,-104r0,-143r32,0v7,84,-29,217,56,221v86,4,53,-139,59,-221r32,0r0,142xm107,-298r23,0r37,42r-26,0v-8,-8,-14,-19,-23,-26r-22,26r-26,0","w":232},"\u00dc":{"d":"206,-101v0,64,-31,105,-92,105v-58,0,-87,-35,-87,-104r0,-143r32,0v7,84,-29,217,56,221v86,4,53,-139,59,-221r32,0r0,142xm102,-278v0,10,-7,18,-18,18v-10,0,-17,-8,-17,-18v0,-9,8,-18,18,-18v9,0,17,9,17,18xm168,-278v0,11,-7,18,-18,18v-10,0,-17,-8,-17,-18v0,-9,8,-18,17,-18v11,0,18,9,18,18","w":232},"\u00dd":{"d":"113,0r-32,0r0,-103r-76,-140r35,0r59,117r60,-117r35,0r-81,140r0,103xm119,-298r39,0r-47,42r-25,0","w":194},"\u00de":{"d":"177,-131v0,58,-55,86,-119,75r0,56r-31,0r0,-243r31,0r0,48v59,-12,119,7,119,64xm58,-82v41,7,87,-3,87,-46v0,-42,-48,-51,-87,-42r0,88","w":191},"\u00df":{"d":"135,-180v12,-26,-5,-55,-34,-55v-29,0,-43,24,-43,71r0,164r-32,0r0,-163v0,-65,27,-97,79,-97v47,0,81,51,55,91v-69,32,22,68,22,116v0,51,-60,69,-103,49r6,-24v26,14,66,8,66,-23v0,-29,-54,-60,-48,-85v0,-19,11,-33,32,-44","w":197},"\u00e0":{"d":"12,-46v1,-48,50,-66,105,-65v6,-51,-55,-52,-85,-31r-7,-21v48,-29,124,-18,124,56v0,35,-2,78,3,107r-29,0v-2,-7,0,-17,-4,-22v-24,41,-109,32,-107,-24xm74,-20v34,0,49,-28,44,-69v-49,-1,-74,12,-74,39v0,17,10,30,30,30xm34,-247r35,0r31,52r-22,0","w":173},"\u00e1":{"d":"12,-46v1,-48,50,-66,105,-65v6,-51,-55,-52,-85,-31r-7,-21v48,-29,124,-18,124,56v0,35,-2,78,3,107r-29,0v-2,-7,0,-17,-4,-22v-24,41,-109,32,-107,-24xm74,-20v34,0,49,-28,44,-69v-49,-1,-74,12,-74,39v0,17,10,30,30,30xm99,-247r35,0r-44,52r-22,0","w":173},"\u00e2":{"d":"12,-46v1,-48,50,-66,105,-65v6,-51,-55,-52,-85,-31r-7,-21v48,-29,124,-18,124,56v0,35,-2,78,3,107r-29,0v-2,-7,0,-17,-4,-22v-24,41,-109,32,-107,-24xm74,-20v34,0,49,-28,44,-69v-49,-1,-74,12,-74,39v0,17,10,30,30,30xm74,-247r21,0r35,52r-24,0r-21,-34r-21,34r-23,0","w":173},"\u00e3":{"d":"12,-46v1,-48,50,-66,105,-65v6,-51,-55,-52,-85,-31r-7,-21v48,-29,124,-18,124,56v0,35,-2,78,3,107r-29,0v-2,-7,0,-17,-4,-22v-24,41,-109,32,-107,-24xm74,-20v34,0,49,-28,44,-69v-49,-1,-74,12,-74,39v0,17,10,30,30,30xm130,-239v3,50,-40,33,-62,21v-6,0,-9,5,-10,16r-16,0v-1,-19,7,-36,23,-36v12,-3,49,34,49,-1r16,0","w":173},"\u00e4":{"d":"12,-46v1,-48,50,-66,105,-65v6,-51,-55,-52,-85,-31r-7,-21v48,-29,124,-18,124,56v0,35,-2,78,3,107r-29,0v-2,-7,0,-17,-4,-22v-24,41,-109,32,-107,-24xm74,-20v34,0,49,-28,44,-69v-49,-1,-74,12,-74,39v0,17,10,30,30,30xm54,-237v24,0,20,37,0,37v-10,1,-17,-9,-18,-18v-1,-10,9,-19,18,-19xm120,-237v24,0,20,37,0,37v-10,1,-17,-9,-18,-18v0,-10,8,-19,18,-19","w":173},"\u00e5":{"d":"12,-46v1,-48,50,-66,105,-65v6,-51,-55,-52,-85,-31r-7,-21v48,-29,124,-18,124,56v0,35,-2,78,3,107r-29,0v-2,-7,0,-17,-4,-22v-24,41,-109,32,-107,-24xm74,-20v34,0,49,-28,44,-69v-49,-1,-74,12,-74,39v0,17,10,30,30,30xm50,-225v0,-20,17,-34,37,-34v20,0,37,13,36,34v0,19,-18,32,-36,33v-20,0,-37,-13,-37,-33xm105,-226v0,-11,-7,-20,-19,-20v-11,0,-18,10,-18,21v-1,10,9,19,18,19v12,0,19,-9,19,-20","w":173},"\u00e6":{"d":"197,-178v47,0,73,44,67,94r-117,0v-6,57,57,77,103,53r6,23v-39,22,-112,13,-124,-27v-16,52,-119,54,-119,-11v0,-46,51,-65,105,-63v7,-49,-54,-57,-85,-33r-8,-20v36,-25,100,-23,111,21v13,-25,33,-37,61,-37xm74,-20v35,1,49,-28,44,-68v-49,-1,-74,13,-74,40v0,17,13,28,30,28xm235,-107v5,-43,-52,-67,-76,-32v-7,9,-11,20,-12,32r88,0","w":278},"\u00e7":{"d":"46,-87v0,53,50,80,99,57r6,23v-13,6,-29,11,-47,11r-9,14v13,2,23,12,25,25v3,28,-40,36,-62,23r6,-16v9,8,35,10,34,-6v0,-8,-9,-13,-28,-15r16,-27v-43,-5,-72,-39,-72,-87v0,-72,72,-112,137,-84r-7,25v-45,-25,-98,4,-98,57","w":160},"\u00e8":{"d":"95,-178v49,0,79,42,71,97r-122,0v-4,57,61,72,108,51r5,23v-64,29,-143,1,-143,-77v0,-52,30,-94,81,-94xm137,-104v5,-46,-54,-71,-80,-34v-7,9,-11,21,-13,34r93,0xm48,-247r35,0r31,52r-22,0","w":180},"\u00e9":{"d":"95,-178v49,0,79,42,71,97r-122,0v-4,57,61,72,108,51r5,23v-64,29,-143,1,-143,-77v0,-52,30,-94,81,-94xm137,-104v5,-46,-54,-71,-80,-34v-7,9,-11,21,-13,34r93,0xm110,-247r34,0r-44,52r-22,0","w":180},"\u00ea":{"d":"95,-178v49,0,79,42,71,97r-122,0v-4,57,61,72,108,51r5,23v-64,29,-143,1,-143,-77v0,-52,30,-94,81,-94xm137,-104v5,-46,-54,-71,-80,-34v-7,9,-11,21,-13,34r93,0xm84,-247r21,0r34,52r-24,0v-7,-11,-12,-24,-21,-34r-21,34r-23,0","w":180},"\u00eb":{"d":"95,-178v49,0,79,42,71,97r-122,0v-4,57,61,72,108,51r5,23v-64,29,-143,1,-143,-77v0,-52,30,-94,81,-94xm137,-104v5,-46,-54,-71,-80,-34v-7,9,-11,21,-13,34r93,0xm64,-237v24,0,20,37,0,37v-10,0,-18,-9,-18,-18v-1,-10,9,-19,18,-19xm130,-237v24,0,20,37,0,37v-10,1,-17,-9,-18,-18v0,-10,8,-19,18,-19","w":180},"\u00ec":{"d":"58,0r-32,0r0,-174r32,0r0,174xm-10,-247r35,0r32,52r-23,0","w":84},"\u00ed":{"d":"58,0r-32,0r0,-174r32,0r0,174xm58,-247r35,0r-44,52r-23,0","w":84},"\u00ee":{"d":"58,0r-32,0r0,-174r32,0r0,174xm31,-247r21,0r35,52r-24,0v-8,-11,-13,-24,-22,-34r-20,34r-23,0","w":84},"\u00ef":{"d":"58,0r-31,0r0,-174r31,0r0,174xm10,-237v24,0,20,37,0,37v-10,1,-17,-9,-18,-18v-1,-10,9,-19,18,-19xm76,-237v24,0,20,37,0,37v-10,1,-17,-9,-18,-18v0,-10,8,-19,18,-19","w":84},"\u00f0":{"d":"46,-85v0,33,18,65,50,65v34,0,53,-32,52,-68v0,-43,-17,-65,-51,-65v-32,-1,-51,33,-51,68xm14,-85v0,-68,71,-112,122,-75v-11,-18,-25,-33,-43,-46r-51,24r-7,-16r42,-20v-10,-7,-23,-14,-38,-21r14,-20v19,8,36,18,51,29r46,-22r8,16r-39,18v41,33,62,76,62,127v0,56,-32,95,-85,95v-49,0,-82,-39,-82,-89","w":194},"\u00f1":{"d":"102,-152v-63,2,-40,91,-44,152r-32,0r-1,-174r28,0r2,29v10,-18,32,-34,58,-33v39,1,62,32,62,74r0,104r-32,0v-4,-57,19,-154,-41,-152xm144,-239v3,51,-39,32,-62,21v-6,0,-8,5,-9,16r-17,0v0,-18,8,-36,24,-36v12,-3,49,34,48,-1r16,0","w":199},"\u00f2":{"d":"184,-89v0,53,-35,93,-87,93v-50,0,-83,-39,-83,-90v0,-53,34,-92,86,-92v51,0,84,38,84,89xm45,-87v0,34,21,67,53,67v33,0,53,-33,53,-68v0,-35,-19,-67,-52,-67v-33,0,-54,32,-54,68xm51,-247r35,0r32,52r-23,0","w":197},"\u00f3":{"d":"184,-89v0,53,-35,93,-87,93v-50,0,-83,-39,-83,-90v0,-53,34,-92,86,-92v51,0,84,38,84,89xm45,-87v0,34,21,67,53,67v33,0,53,-33,53,-68v0,-35,-19,-67,-52,-67v-33,0,-54,32,-54,68xm112,-247r35,0r-45,52r-22,0","w":197},"\u00f4":{"d":"184,-89v0,53,-35,93,-87,93v-50,0,-83,-39,-83,-90v0,-53,34,-92,86,-92v51,0,84,38,84,89xm45,-87v0,34,21,67,53,67v33,0,53,-33,53,-68v0,-35,-19,-67,-52,-67v-33,0,-54,32,-54,68xm88,-247r21,0r34,52r-23,0v-8,-11,-13,-24,-22,-34r-21,34r-23,0","w":197},"\u00f5":{"d":"184,-89v0,53,-35,93,-87,93v-50,0,-83,-39,-83,-90v0,-53,34,-92,86,-92v51,0,84,38,84,89xm45,-87v0,34,21,67,53,67v33,0,53,-33,53,-68v0,-35,-19,-67,-52,-67v-33,0,-54,32,-54,68xm143,-239v2,50,-39,32,-62,21v-6,0,-9,5,-10,16r-16,0v0,-17,7,-36,23,-36v12,-3,49,34,49,-1r16,0","w":197},"\u00f6":{"d":"184,-89v0,53,-35,93,-87,93v-50,0,-83,-39,-83,-90v0,-53,34,-92,86,-92v51,0,84,38,84,89xm45,-87v0,34,21,67,53,67v33,0,53,-33,53,-68v0,-35,-19,-67,-52,-67v-33,0,-54,32,-54,68xm66,-237v24,0,20,37,0,37v-10,0,-18,-9,-18,-18v-1,-10,9,-19,18,-19xm132,-237v24,0,20,37,0,37v-10,0,-18,-9,-18,-18v0,-10,8,-19,18,-19","w":197},"\u00f7":{"d":"88,-159v-1,-11,7,-20,19,-20v13,0,19,7,19,20v0,13,-6,20,-19,20v-12,0,-19,-9,-19,-20xm200,-85r-186,0r0,-22r186,0r0,22xm107,-13v-12,0,-18,-9,-19,-20v0,-13,6,-20,19,-20v13,0,19,7,19,20v0,13,-6,20,-19,20","w":214},"\u00f8":{"d":"41,-19v-54,-49,-23,-159,58,-159v16,0,31,4,44,12r16,-21r14,9r-15,23v54,50,20,159,-59,159v-17,0,-32,-4,-45,-12r-15,22r-14,-11xm129,-144v-38,-31,-89,8,-85,57v1,17,3,34,14,44xm69,-30v40,30,88,-10,84,-58v-1,-16,-3,-32,-13,-42","w":197},"\u00f9":{"d":"57,-78v-9,74,83,69,83,11r0,-107r32,0r1,174r-28,0v-1,-9,1,-21,-2,-28v-31,57,-118,35,-118,-44r0,-102r32,0r0,96xm52,-247r35,0r31,52r-22,0","w":198},"\u00fa":{"d":"57,-78v-9,74,83,69,83,11r0,-107r32,0r1,174r-28,0v-1,-9,1,-21,-2,-28v-31,57,-118,35,-118,-44r0,-102r32,0r0,96xm115,-247r35,0r-44,52r-22,0","w":198},"\u00fb":{"d":"57,-78v-9,74,83,69,83,11r0,-107r32,0r1,174r-28,0v-1,-9,1,-21,-2,-28v-31,57,-118,35,-118,-44r0,-102r32,0r0,96xm88,-247r21,0r35,52r-24,0v-8,-11,-13,-24,-22,-34r-21,34r-23,0","w":198},"\u00fc":{"d":"57,-78v-9,74,83,69,83,11r0,-107r32,0r1,174r-28,0v-1,-9,1,-21,-2,-28v-31,57,-118,35,-118,-44r0,-102r32,0r0,96xm85,-218v0,9,-8,18,-18,18v-10,0,-18,-9,-18,-18v0,-9,9,-19,18,-19v10,0,18,9,18,19xm150,-218v0,10,-8,18,-17,18v-10,0,-18,-9,-18,-18v0,-9,8,-19,18,-19v10,0,17,9,17,19","w":198},"\u00fd":{"d":"13,53v26,-8,46,-29,57,-58v-19,-59,-46,-112,-67,-169r35,0r50,138r45,-138r34,0r-47,124v-22,59,-49,118,-99,130xm103,-247r35,0r-44,52r-22,0","w":169},"\u00fe":{"d":"191,-89v0,79,-88,125,-134,66r0,94r-31,0r0,-312r31,0r1,94v13,-21,34,-31,60,-31v45,-1,73,42,73,89xm108,-153v-40,2,-55,37,-51,84v3,28,21,47,50,48v34,1,53,-31,52,-68v0,-34,-18,-65,-51,-64","w":204},"\u00ff":{"d":"13,53v26,-8,46,-29,57,-58v-19,-59,-46,-112,-67,-169r35,0r50,138r45,-138r34,0r-47,124v-22,59,-49,118,-99,130xm56,-237v24,0,20,37,0,37v-10,0,-18,-9,-18,-18v-1,-10,9,-19,18,-19xm122,-237v24,0,20,37,0,37v-10,0,-18,-9,-18,-18v0,-10,8,-19,18,-19","w":169},"\u0131":{"d":"58,0r-32,0r0,-174r32,0r0,174","w":84},"\u02c6":{"d":"43,-247r21,0r35,52r-24,0v-8,-11,-13,-24,-22,-34r-21,34r-23,0","w":107},"\u02c7":{"d":"65,-195r-22,0r-34,-52r24,0v8,11,13,24,22,34r21,-34r23,0","w":107},"\u02c9":{"d":"14,-230r81,0r0,19r-81,0r0,-19","w":107},"\u02d8":{"d":"98,-245v3,39,-51,56,-76,31v-8,-8,-12,-18,-12,-31r18,0v2,33,52,34,51,0r19,0","w":107},"\u02d9":{"d":"68,-218v0,9,-8,18,-18,18v-10,0,-18,-9,-18,-18v0,-9,9,-19,18,-19v10,0,18,9,18,19","w":107},"\u02da":{"d":"36,-225v0,-20,16,-34,37,-34v20,0,35,14,35,34v0,20,-17,32,-36,33v-19,0,-36,-14,-36,-33xm91,-226v-1,-11,-7,-20,-19,-20v-11,0,-18,10,-18,21v-1,10,9,19,18,19v12,0,18,-10,19,-20","w":143},"\u02db":{"d":"24,44v3,-23,21,-49,54,-44v-23,12,-34,25,-34,39v0,19,20,18,33,13r4,14v-22,12,-60,7,-57,-22","w":107},"\u02dc":{"d":"98,-239v2,50,-39,32,-62,21v-6,0,-9,5,-10,16r-16,0v0,-18,8,-35,23,-36v12,-3,49,34,49,-1r16,0","w":107},"\u02dd":{"d":"44,-247r31,0r-39,49r-20,0xm96,-247r31,0r-40,49r-19,0","w":107},"\u2013":{"d":"11,-102r158,0r0,21r-158,0r0,-21","w":180},"\u2014":{"d":"11,-102r338,0r0,21r-338,0r0,-21","w":360},"\u2018":{"d":"45,-165r-33,4v10,-36,22,-65,34,-86r20,-2v-10,26,-16,54,-21,84","w":74},"\u2019":{"d":"33,-246r33,-3v-10,36,-21,64,-34,85r-20,3v10,-26,16,-55,21,-85","w":74},"\u201a":{"d":"27,40r-19,3v10,-26,16,-55,20,-85r33,-3v-10,36,-21,64,-34,85","w":74},"\u201c":{"d":"45,-165r-33,4v10,-36,21,-65,34,-86r20,-2v-10,26,-16,54,-21,84xm98,-165r-32,4v10,-36,20,-65,33,-86r20,-2v-10,26,-16,54,-21,84","w":127},"\u201d":{"d":"33,-246r33,-3v-10,36,-22,64,-34,85r-20,3v10,-26,16,-55,21,-85xm87,-246r32,-3v-10,36,-21,64,-33,85r-21,3v10,-26,17,-55,22,-85","w":127},"\u201e":{"d":"27,40r-20,3v10,-26,16,-55,21,-85r33,-3v-10,36,-21,64,-34,85xm81,40r-21,3v10,-26,17,-55,22,-85r32,-3v-10,36,-20,64,-33,85","w":128},"\u2020":{"d":"75,-243r30,0r-3,76r63,-2r0,26r-63,-3r3,164r-30,0r3,-164r-63,3r0,-26r63,2","w":180},"\u2021":{"d":"76,-243r29,0r-3,73r63,-3r0,26r-63,-3r0,73r63,-2r0,26r-63,-3r3,74r-29,0r1,-74r-62,3r0,-26r63,2r0,-73r-63,3r0,-26r63,3","w":180},"\u2022":{"d":"88,-124v0,22,-16,38,-38,38v-20,0,-37,-17,-37,-38v0,-20,17,-39,38,-38v21,0,37,16,37,38","w":101},"\u2026":{"d":"81,-19v0,12,-8,23,-21,23v-13,0,-21,-10,-21,-23v0,-13,9,-22,21,-22v13,0,21,8,21,22xm201,-19v0,14,-8,23,-22,23v-12,1,-21,-11,-21,-23v0,-12,9,-23,22,-22v12,0,21,9,21,22xm321,-19v1,14,-9,23,-22,23v-12,1,-21,-11,-21,-23v0,-12,9,-23,22,-22v12,0,21,9,21,22","w":360},"\u2039":{"d":"83,-157r-48,66r48,67r-25,0r-48,-67r48,-66r25,0","w":91},"\u203a":{"d":"56,-91r-48,-66r25,0r49,66r-48,67r-26,0","w":91},"\u2044":{"d":"17,4r-20,0r137,-242r20,0","w":150},"\u2215":{"d":"17,4r-20,0r137,-242r20,0","w":150},"\u20a3":{"d":"43,-63r-34,0r0,-10r34,0r0,-129v-1,-37,-6,-44,-35,-41r0,-9r161,0r18,41r-8,0v-10,-42,-45,-31,-89,-32v-26,0,-16,71,-18,103r63,0v17,0,19,-6,18,-21r9,0r0,60r-9,0v7,-38,-53,-17,-81,-22r0,50r34,0r0,10r-34,0v0,35,0,62,35,54r0,9r-99,0r0,-9v33,7,35,-16,35,-54","w":178},"\u20a4":{"d":"145,-219v-23,-49,-90,-14,-90,42v0,12,2,25,6,38r67,0r0,10r-64,0v1,4,3,7,5,11r62,0r0,10r-57,0v16,34,2,56,-22,90v42,-3,92,13,104,-23r9,0r-19,41r-126,0r0,-9v28,-39,42,-60,27,-99r-30,0r0,-10r25,0v-2,-5,-3,-6,-5,-11r-24,0r0,-10r20,0v-20,-60,12,-118,70,-117v10,0,49,4,52,9r0,28r-10,0","w":178},"\u20a7":{"d":"112,-89v62,-6,62,-155,-6,-154r-34,0r1,119v7,18,19,33,39,35xm328,-40v0,-28,-78,-40,-78,-85v0,-15,5,-25,13,-35r-31,0v3,46,-7,105,5,142v3,4,9,5,15,6r-13,-34r9,0v10,24,18,39,43,39v20,0,37,-13,37,-33xm183,-160v0,59,-70,103,-111,56v4,37,-15,109,35,95r0,9r-99,0r0,-9v29,3,35,-3,35,-41r0,-152v-1,-37,-6,-44,-35,-41r0,-9r109,0v44,1,62,45,68,84v25,0,38,-21,38,-63r9,0r0,63v37,4,77,-12,102,4r0,28r-7,0v0,-28,-60,-38,-60,-3v0,33,79,39,79,87v0,42,-39,64,-83,52v-34,7,-58,-5,-58,-39r0,-121r-22,0","w":356},"\u20ac":{"d":"121,0v-67,0,-102,-53,-110,-115r-19,0r3,-10v9,0,19,4,16,-11r-13,0v1,-7,3,-12,13,-10v6,-69,64,-136,138,-107v3,0,5,-11,14,-8r14,49r-7,0v-12,-44,-71,-52,-102,-20v-18,19,-31,51,-34,86r124,0r-3,10r-122,0v0,4,1,7,1,11r118,0r-3,10r-114,0v6,54,32,103,86,106v37,2,56,-20,58,-48r9,0v8,46,-27,57,-67,57","w":178},"\u2116":{"w":399},"\u2122":{"d":"5,-243r109,0r0,19r-44,0r0,125r-21,0r0,-125r-44,0r0,-19xm275,-99r-22,0r-7,-126v-14,51,-27,78,-42,124r-17,0r-41,-124r-6,126r-21,0r11,-144r29,0r39,114v8,-34,26,-80,38,-114r28,0","w":288},"\u2202":{"d":"82,-166v-65,14,-49,162,16,164v63,-15,47,-159,-16,-164xm37,-256v78,0,130,87,128,172v-1,47,-29,88,-76,88v-46,0,-75,-40,-75,-88v0,-67,71,-115,122,-69v-16,-47,-49,-89,-99,-94r0,-9","w":178},"\u2206":{"d":"90,-210r-71,188r141,0xm96,-252r93,252r-188,0","w":190},"\u220f":{"d":"176,-243v-47,0,-104,-27,-104,41r0,225v1,37,6,45,35,42r0,8r-99,0r0,-8v29,3,35,-4,35,-42r0,-225v-1,-37,-6,-44,-35,-41r0,-9r250,0r0,9v-29,-3,-35,3,-35,41r0,225v1,37,6,45,35,42r0,8r-99,0r0,-8v29,3,35,-4,35,-42r0,-225v0,-28,-6,-41,-18,-41","w":266},"\u2211":{"d":"186,-96r-138,160v56,-7,132,23,144,-32r9,0r-18,41r-162,0r0,-9v7,0,14,-3,19,-9r116,-137r-116,-151v-5,-7,-12,-10,-19,-10r0,-9r162,0r18,41r-9,0v-11,-51,-68,-27,-118,-32","w":211},"\u2212":{"d":"14,-107r186,0r0,22r-186,0r0,-22","w":214},"\u221a":{"d":"32,0r-29,-63r13,-6r15,32r128,-258r26,0r0,10r-12,0","w":178},"\u221e":{"d":"42,-92v26,0,28,-12,35,-41v-3,-19,-13,-28,-32,-27v-32,2,-46,68,-3,68xm120,-85v43,1,66,-82,8,-82v-28,0,-41,16,-46,46v-3,17,22,35,38,36xm47,-179v17,0,29,17,32,34v6,-22,17,-45,43,-45v60,0,60,128,0,128v-25,0,-38,-23,-43,-45v-3,18,-15,34,-32,34v-47,0,-47,-106,0,-106","w":178},"\u222b":{"d":"104,-284v-23,5,-29,57,-29,92v0,74,-4,154,-36,208v-15,25,-33,42,-52,28r0,-28r7,0v-1,8,8,16,17,15v23,-1,24,-59,27,-84v10,-75,5,-160,38,-215v15,-25,32,-43,51,-29r0,28r-6,0v1,-8,-10,-15,-17,-15","w":116},"\u2248":{"d":"120,-160v20,-2,29,-10,42,-25r0,27v-11,13,-23,21,-42,22v-11,2,-50,-19,-62,-17v-20,3,-28,9,-41,25r0,-28v12,-14,22,-20,41,-22v13,-2,51,19,62,18xm120,-99v20,-2,29,-10,42,-25r0,27v-11,13,-22,22,-42,22v-13,0,-51,-19,-62,-17v-20,2,-28,9,-41,25r0,-28v12,-14,22,-20,41,-22v13,-2,51,19,62,18","w":178},"\u2264":{"d":"163,-189r-110,63r110,63r0,29r-148,-84r0,-15r148,-85r0,29xm15,0r0,-25r148,0r0,25r-148,0","w":178},"\u2265":{"d":"15,-218r148,85r0,15r-148,84r0,-29r110,-63r-110,-63r0,-29xm15,0r0,-25r148,0r0,25r-148,0","w":178},"\uf001":{"d":"29,-174v-11,-73,66,-105,121,-74r-9,24v-36,-23,-89,-8,-80,50r101,0r0,174r-31,0r0,-150r-70,0r0,150r-32,0r0,-150r-24,0r0,-24r24,0","w":188},"\ufb01":{"d":"29,-174v-11,-73,66,-105,121,-74r-9,24v-36,-23,-89,-8,-80,50r101,0r0,174r-31,0r0,-150r-70,0r0,150r-32,0r0,-150r-24,0r0,-24r24,0","w":188},"\uf002":{"d":"93,-174v-10,-76,74,-104,133,-74r0,248r-32,0r0,-230v-38,-15,-77,4,-70,56r41,0r0,24r-41,0r0,150r-31,0r0,-150r-24,0r0,-24r24,0","w":188},"\ufb02":{"d":"93,-174v-10,-76,74,-104,133,-74r0,248r-32,0r0,-230v-38,-15,-77,4,-70,56r41,0r0,24r-41,0r0,150r-31,0r0,-150r-24,0r0,-24r24,0","w":188}}});
;
Cufon.replace('div.title h2, div#descriptions .desc, #home-blocks-area h2 , #user-controls a' , { fontFamily: 'Grandesign Neue Serif', hover: 'True' });;
/**
* hoverIntent r6 // 2011.02.26 // jQuery 1.5.1+
* <http://cherne.net/brian/resources/jquery.hoverIntent.html>
* 
* @param  f  onMouseOver function || An object with configuration options
* @param  g  onMouseOut function  || Nothing (use configuration options object)
* @author    Brian Cherne brian(at)cherne(dot)net
*/
(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev])}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob)},cfg.interval)}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev])};var handleHover=function(e){var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t)}if(e.type=="mouseenter"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob)},cfg.interval)}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob)},cfg.timeout)}}};return this.bind('mouseenter',handleHover).bind('mouseleave',handleHover)}})(jQuery);;
/* Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net)
 * Licensed under the MIT License (LICENSE.txt).
 *
 * Version 2.1.2
 */
(function(a){a.fn.bgiframe=(a.browser.msie&&/msie 6\.0/i.test(navigator.userAgent)?function(d){d=a.extend({top:"auto",left:"auto",width:"auto",height:"auto",opacity:true,src:"javascript:false;"},d);var c='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+d.src+'"style="display:block;position:absolute;z-index:-1;'+(d.opacity!==false?"filter:Alpha(Opacity='0');":"")+"top:"+(d.top=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+'px')":b(d.top))+";left:"+(d.left=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+'px')":b(d.left))+";width:"+(d.width=="auto"?"expression(this.parentNode.offsetWidth+'px')":b(d.width))+";height:"+(d.height=="auto"?"expression(this.parentNode.offsetHeight+'px')":b(d.height))+';"/>';return this.each(function(){if(a(this).children("iframe.bgiframe").length===0){this.insertBefore(document.createElement(c),this.firstChild)}})}:function(){return this});a.fn.bgIframe=a.fn.bgiframe;function b(c){return c&&c.constructor===Number?c+"px":c}})(jQuery);;
/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

(function($){
  $.fn.superfish = function(op){
    var sf = $.fn.superfish,
      c = sf.c,
      $arrow = $(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),
      over = function(){
        var $$ = $(this), menu = getMenu($$);
        clearTimeout(menu.sfTimer);
        $$.showSuperfishUl().siblings().hideSuperfishUl();
      },
      out = function(){
        var $$ = $(this), menu = getMenu($$), o = sf.op;
        clearTimeout(menu.sfTimer);
        menu.sfTimer=setTimeout(function(){
          o.retainPath=($.inArray($$[0],o.$path)>-1);
          $$.hideSuperfishUl();
          if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
        },o.delay);
      },
      getMenu = function($menu){
        var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
        sf.op = sf.o[menu.serial];
        return menu;
      },
      addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };

    return this.each(function() {
      var s = this.serial = sf.o.length;
      var o = $.extend({},sf.defaults,op);
      o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
        $(this).addClass([o.hoverClass,c.bcClass].join(' '))
          .filter('li:has(ul)').removeClass(o.pathClass);
      });
      sf.o[s] = sf.op = o;

      $('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
        if (o.autoArrows) addArrow( $('>a:first-child',this) );
      })
      .not('.'+c.bcClass)
        .hideSuperfishUl();

      var $a = $('a',this);
      $a.each(function(i){
        var $li = $a.eq(i).parents('li');
        $a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
      });
      o.onInit.call(this);

    }).each(function() {
      var menuClasses = [c.menuClass];
      if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
      $(this).addClass(menuClasses.join(' '));
    });
  };

  var sf = $.fn.superfish;
  sf.o = [];
  sf.op = {};
  sf.IE7fix = function(){
    var o = sf.op;
    if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
      this.toggleClass(sf.c.shadowClass+'-off');
    };
  sf.c = {
    bcClass: 'sf-breadcrumb',
    menuClass: 'sf-js-enabled',
    anchorClass: 'sf-with-ul',
    arrowClass: 'sf-sub-indicator',
    shadowClass: 'sf-shadow'
  };
  sf.defaults = {
    hoverClass: 'sfHover',
    pathClass: 'overideThisToUse',
    pathLevels: 1,
    delay: 800,
    animation: {opacity:'show'},
    speed: 'normal',
    autoArrows: true,
    dropShadows: true,
    disableHI: false, // true disables hoverIntent detection
    onInit: function(){}, // callback functions
    onBeforeShow: function(){},
    onShow: function(){},
    onHide: function(){}
  };
  $.fn.extend({
    hideSuperfishUl : function(){
      var o = sf.op,
        not = (o.retainPath===true) ? o.$path : '';
      o.retainPath = false;
      var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
          .find('>ul').hide().css('visibility','hidden');
      o.onHide.call($ul);
      return this;
    },
    showSuperfishUl : function(){
      var o = sf.op,
        sh = sf.c.shadowClass+'-off',
        $ul = this.addClass(o.hoverClass)
          .find('>ul:hidden').css('visibility','visible');
      sf.IE7fix.call($ul);
      o.onBeforeShow.call($ul);
      $ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
      return this;
    }
  });
})(jQuery);;
/*
 * Supersubs v0.2b - jQuery plugin - LAST UPDATE: MARCH 23rd, 2011
 * Copyright (c) 2008 Joel Birch
 *
 * Jan 16th, 2011 - Modified a little in order to work with NavBar menus as well.
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 *
 * This plugin automatically adjusts submenu widths of suckerfish-style menus to that of
 * their longest list item children. If you use this, please expect bugs and report them
 * to the jQuery Google Group with the word 'Superfish' in the subject line.
 *
 */

(function($){ // $ will refer to jQuery within this closure

  $.fn.supersubs = function(options){
    var opts = $.extend({}, $.fn.supersubs.defaults, options);
	// return original object to support chaining
    return this.each(function() {
      // cache selections
      var $$ = $(this);
      // support metadata
      var o = $.meta ? $.extend({}, opts, $$.data()) : opts;
      // get the font size of menu.
      // .css('fontSize') returns various results cross-browser, so measure an em dash instead
      var fontsize = $('<li id="menu-fontsize">&#8212;</li>').css({
        'padding' : 0,
        'position' : 'absolute',
        'top' : '-99999em',
        'width' : 'auto'
      }).appendTo($$).width(); //clientWidth is faster, but was incorrect here
      // remove em dash
      $('#menu-fontsize').remove();

      // Jump on level if it's a "NavBar"
      if ($$.hasClass('sf-navbar')) {
        $$ = $('li > ul', $$);
      }
      // cache all ul elements 
      $ULs = $$.find('ul:not(.sf-megamenu)');
      // loop through each ul in menu
      $ULs.each(function(i) {
        // cache this ul
        var $ul = $ULs.eq(i);
        // get all (li) children of this ul
        var $LIs = $ul.children();
        // get all anchor grand-children
        var $As = $LIs.children('a');
        // force content to one line and save current float property
        var liFloat = $LIs.css('white-space','nowrap').css('float');
        // remove width restrictions and floats so elements remain vertically stacked
        var emWidth = $ul.add($LIs).add($As).css({
          'float' : 'none',
          'width'  : 'auto'
        })
        // this ul will now be shrink-wrapped to longest li due to position:absolute
        // so save its width as ems. Clientwidth is 2 times faster than .width() - thanks Dan Switzer
        .end().end()[0].clientWidth / fontsize;
        // add more width to ensure lines don't turn over at certain sizes in various browsers
        emWidth += o.extraWidth;
        // restrict to at least minWidth and at most maxWidth
        if (emWidth > o.maxWidth)    { emWidth = o.maxWidth; }
        else if (emWidth < o.minWidth)  { emWidth = o.minWidth; }
        emWidth += 'em';
        // set ul to width in ems
        $ul.css('width',emWidth);
        // restore li floats to avoid IE bugs
        // set li width to full width of this ul
        // revert white-space to normal
        $LIs.css({
          'float' : liFloat,
          'width' : '100%',
          'white-space' : 'normal'
        })
        // update offset position of descendant ul to reflect new width of parent
        .each(function(){
          var $childUl = $('>ul',this);
          var offsetDirection = $childUl.css('left')!==undefined ? 'left' : 'right';
          $childUl.css(offsetDirection,emWidth);
        });
      });

    });
  };
  // expose defaults
  $.fn.supersubs.defaults = {
    minWidth: 9, // requires em unit.
    maxWidth: 25, // requires em unit.
    extraWidth: 0 // extra width can ensure lines don't sometimes turn over due to slight browser differences in how they round-off values
  };

})(jQuery); // plugin code ends;
/*
* Supposition v0.2 - an optional enhancer for Superfish jQuery menu widget - LAST UPDATE: MARCH 23rd, 2011
*
* Copyright (c) 2008 Joel Birch - based mostly on work by Jesse Klaasse and credit goes largely to him.
* Special thanks to Karl Swedberg for valuable input.
* 
* Dec 28th, 2010 - Modified for the Superfish project for Drupal (http://drupal.org/project/superfish)
*
* jQuery version: 1.3.x or higher.
*
* Dual licensed under the MIT and GPL licenses:
* 	http://www.opensource.org/licenses/mit-license.php
* 	http://www.gnu.org/licenses/gpl.html
*/

(function($){
  $.fn.supposition = function(){
    var $w = $(window), /*do this once instead of every onBeforeShow call*/
    _offset = function(dir) {
      return window[dir == 'y' ? 'pageYOffset' : 'pageXOffset']
      || document.documentElement && document.documentElement[dir=='y' ? 'scrollTop' : 'scrollLeft']
      || document.body[dir=='y' ? 'scrollTop' : 'scrollLeft'];
    },
    onHide = function(){
      this.css({Top:'',Right:'',Bottom:'',Left:''});
    },
    onBeforeShow = function(){
      this.each(function(){
        var $u = $(this);
        $u.css('display','block');
        var menuWidth = $u.width(),
        menuParentWidth = $u.closest('li').outerWidth(true),
        menuParentLeft = $u.closest('li').offset().left,
        totalRight = $w.width() + _offset('x'),
        menuRight = $u.offset().left + menuWidth,
        exactMenuWidth = (menuRight > (menuParentWidth + menuParentLeft)) ? menuWidth - (menuRight - (menuParentWidth + menuParentLeft)) : menuWidth;  
        if ($u.parents('.sf-js-enabled').hasClass('rtl')) {
          if (menuParentLeft < exactMenuWidth) {
            $u.css('left', menuParentWidth + 'px');
            $u.css('right', 'auto');
          }
        }
        else {
          if (menuRight > totalRight && menuParentLeft > menuWidth) {
            $u.css('right', menuParentWidth + 'px');
            $u.css('left', 'auto');
          }
        }
        var windowHeight = $w.height(),
        offsetTop = $u.offset().top,
        menuParentHeight = $u.parent().outerHeight(true),
        menuHeight = $u.height(),
        baseline = windowHeight + _offset('y');
        var expandUp = ((offsetTop + menuHeight > baseline) && (offsetTop > menuHeight));
        if (expandUp) {
          $u.css('bottom', menuParentHeight + 'px');
          $u.css('top', 'auto');
        }
        $u.css('display','none');
      });
    };

    return this.each(function() {
    var o = $.fn.superfish.o[this.serial]; /* get this menu's options */

    /* if callbacks already set, store them */
    var _onBeforeShow = o.onBeforeShow,
    _onHide = o.onHide;

    $.extend($.fn.superfish.o[this.serial],{
    onBeforeShow: function() {
    onBeforeShow.call(this); /* fire our Supposition callback */
    _onBeforeShow.call(this); /* fire stored callbacks */
    },
    onHide: function() {
    onHide.call(this); /* fire our Supposition callback */
    _onHide.call(this); /* fire stored callbacks */
    }
    });
    });
  };
})(jQuery);;
/*
 * sf-Touchscreen v1.0b - Provides touchscreen compatibility for the jQuery Superfish plugin. - LAST UPDATE: MARCH 23rd, 2011
 *
 * Developer's notes:
 * Built as a part of the Superfish project for Drupal (http://drupal.org/project/superfish) 
 * Found any bug? have any cool ideas? contact me right away! http://drupal.org/user/619294/contact
 *
 * jQuery version: 1.3.x or higher.
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
*/

(function($){
  $.fn.sftouchscreen = function() {
    // Return original object to support chaining.
    return this.each( function() {
      // Select hyperlinks from parent menu items.
      $(this).find('li > ul').closest('li').children('a').each( function() {
	    var $item = $(this);
        // No .toggle() here as it's not possible to reset it.
        $item.click( function(event){
	      // Already clicked? proceed to the URI.
          if ($item.hasClass('sf-clicked')) {
            var $uri = $item.attr('href');
            window.location = $uri;
          }
          else {
            event.preventDefault();
            $item.addClass('sf-clicked');
          }
        }).closest('li').mouseleave( function(){
          // So, we reset everything.
          $item.removeClass('sf-clicked');
        });
	  });
    });
  };
})(jQuery);;

