 /**
 * --------------------------------------------------------------------
 * jQuery-Plugin "pngFix"
 * Version: 1.1, 11.09.2007
 * by Andreas Eberhard, andreas.eberhard@gmail.com
 *                      http://jquery.andreaseberhard.de/
 *
 * Copyright (c) 2007 Andreas Eberhard
 * Licensed under GPL (http://www.opensource.org/licenses/gpl-license.php)
 */
eval(function(p,a,c,k,e,r){e=function(c){return(c<62?'':e(parseInt(c/62)))+((c=c%62)>35?String.fromCharCode(c+29):c.toString(36))};if('0'.replace(0,e)==0){while(c--)r[e(c)]=k[c];k=[function(e){return r[e]||e}];e=function(){return'([237-9n-zA-Z]|1\\w)'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(s(m){3.fn.pngFix=s(c){c=3.extend({P:\'blank.gif\'},c);8 e=(o.Q=="t R S"&&T(o.u)==4&&o.u.A("U 5.5")!=-1);8 f=(o.Q=="t R S"&&T(o.u)==4&&o.u.A("U 6.0")!=-1);p(3.browser.msie&&(e||f)){3(2).B("img[n$=.C]").D(s(){3(2).7(\'q\',3(2).q());3(2).7(\'r\',3(2).r());8 a=\'\';8 b=\'\';8 g=(3(2).7(\'E\'))?\'E="\'+3(2).7(\'E\')+\'" \':\'\';8 h=(3(2).7(\'F\'))?\'F="\'+3(2).7(\'F\')+\'" \':\'\';8 i=(3(2).7(\'G\'))?\'G="\'+3(2).7(\'G\')+\'" \':\'\';8 j=(3(2).7(\'H\'))?\'H="\'+3(2).7(\'H\')+\'" \':\'\';8 k=(3(2).7(\'V\'))?\'float:\'+3(2).7(\'V\')+\';\':\'\';8 d=(3(2).parent().7(\'href\'))?\'cursor:hand;\':\'\';p(2.9.v){a+=\'v:\'+2.9.v+\';\';2.9.v=\'\'}p(2.9.w){a+=\'w:\'+2.9.w+\';\';2.9.w=\'\'}p(2.9.x){a+=\'x:\'+2.9.x+\';\';2.9.x=\'\'}8 l=(2.9.cssText);b+=\'<y \'+g+h+i+j;b+=\'9="W:X;white-space:pre-line;Y:Z-10;I:transparent;\'+k+d;b+=\'q:\'+3(2).q()+\'z;r:\'+3(2).r()+\'z;\';b+=\'J:K:L.t.M(n=\\\'\'+3(2).7(\'n\')+\'\\\', N=\\\'O\\\');\';b+=l+\'"></y>\';p(a!=\'\'){b=\'<y 9="W:X;Y:Z-10;\'+a+d+\'q:\'+3(2).q()+\'z;r:\'+3(2).r()+\'z;">\'+b+\'</y>\'}3(2).hide();3(2).after(b)});3(2).B("*").D(s(){8 a=3(2).11(\'I-12\');p(a.A(".C")!=-1){8 b=a.13(\'url("\')[1].13(\'")\')[0];3(2).11(\'I-12\',\'none\');3(2).14(0).15.J="K:L.t.M(n=\'"+b+"\',N=\'O\')"}});3(2).B("input[n$=.C]").D(s(){8 a=3(2).7(\'n\');3(2).14(0).15.J=\'K:L.t.M(n=\\\'\'+a+\'\\\', N=\\\'O\\\');\';3(2).7(\'n\',c.P)})}return 3}})(3);',[],68,'||this|jQuery||||attr|var|style||||||||||||||src|navigator|if|width|height|function|Microsoft|appVersion|border|padding|margin|span|px|indexOf|find|png|each|id|class|title|alt|background|filter|progid|DXImageTransform|AlphaImageLoader|sizingMethod|scale|blankgif|appName|Internet|Explorer|parseInt|MSIE|align|position|relative|display|inline|block|css|image|split|get|runtimeStyle'.split('|'),0,{}))

  $(document).ready(function(){ 
        $(document).pngFix(); 
    }); 
 /*
 * 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:
 * vernon adams
 * 
 * License information:
 * http://scripts.sil.org/OFL
 */
Cufon.registerFont({"w":348,"face":{"font-family":"michroma","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"0 -326 574 75.6096","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":78},"!":{"d":"22,-270r34,0r-8,191r-17,0xm56,0r-34,0r0,-34r34,0r0,34","w":78},"\"":{"d":"22,-270r34,0r-5,68r-23,0xm79,-270r33,0r-5,68r-23,0","w":135},"#":{"d":"147,-56r-55,0r-19,78r-28,-8r17,-70r-40,0r0,-28r47,0r17,-68r-52,0r0,-28r59,0r19,-79r29,9r-18,70r54,0r20,-79r28,9r-17,70r40,0r0,28r-47,0r-17,68r52,0r0,28r-59,0r-19,78r-29,-8xm99,-84r55,0r17,-68r-55,0","w":270},"$":{"d":"326,-75v0,72,-60,80,-132,81r0,16r-34,0r0,-16v-68,-2,-141,2,-137,-74r33,0v-2,54,51,44,104,46v-2,-33,4,-73,-2,-102v-72,-1,-137,-1,-136,-74v1,-72,67,-75,138,-78r0,-16r34,0r0,16v67,2,136,1,132,74r-34,0v3,-53,-47,-44,-98,-46r0,96v73,-1,132,2,132,77xm56,-198v-1,53,54,44,104,46r0,-96v-52,3,-103,-1,-104,50xm292,-75v0,-52,-46,-48,-98,-49r0,102v51,-2,98,-1,98,-53","w":354},"%":{"d":"11,0r34,0r124,-270r-34,0","w":179},"&":{"d":"142,-34v76,0,173,23,167,-56r0,-45r34,0v-1,58,0,116,-52,127v-41,8,-102,8,-155,8v-71,1,-117,-16,-114,-90v2,-46,22,-73,62,-79v-15,-10,-28,-21,-28,-45v1,-87,130,-62,209,-57v40,3,51,29,50,74r-34,0v10,-72,-79,-43,-144,-50v-52,-6,-59,47,-19,67r287,146r-11,28r-282,-140v-36,0,-56,19,-56,56v0,53,37,56,86,56","w":427},"'":{"d":"22,-270r34,0r-5,68r-23,0","w":78},"(":{"d":"57,-171v2,69,-17,157,55,154r0,28v-104,4,-95,-119,-86,-214v5,-47,31,-78,86,-78r0,28v-48,-1,-56,34,-55,82","w":135},")":{"d":"22,-281v104,-5,96,117,87,214v-5,48,-31,79,-87,78r0,-28v73,4,54,-85,56,-154v1,-48,-8,-84,-56,-82r0,-28","w":135},"*":{"d":"74,-68r-28,-19r64,-71r-88,-30r18,-32r76,46r-8,-96r33,0r-8,96r76,-46r17,32r-87,30r63,71r-27,19r-51,-79","w":248},"+":{"d":"22,-169r79,0r0,-79r34,0r0,79r79,0r0,28r-79,0r0,85r-34,0r0,-85r-79,0r0,-28","w":236},",":{"d":"22,-22r34,0r-22,67r-23,0","w":78},"-":{"d":"22,-118r136,0r0,28r-136,0r0,-28","w":180},".":{"d":"56,0r-34,0r0,-34r34,0r0,34","w":78},"\/":{"d":"135,-270r34,0r-124,270r-34,0","w":179},"0":{"d":"23,-135v0,-100,25,-141,123,-141v101,0,198,-5,191,97r0,88v6,102,-90,97,-191,97v-97,0,-123,-39,-123,-141xm57,-91v-5,107,118,63,195,67v76,4,55,-114,48,-185v-6,-63,-120,-34,-192,-37v-70,-3,-48,89,-51,155","w":360},"1":{"d":"107,-270r45,0r0,270r-34,0r0,-242r-79,68r-17,-23","w":174},"2":{"d":"133,-275v104,0,218,-11,191,114v-6,28,-22,46,-54,49r-180,16v-37,1,-33,30,-34,68r265,0r0,28r-299,0v0,-58,-3,-118,57,-124r180,-17v30,0,31,-19,33,-50v4,-64,-53,-57,-112,-57v-69,0,-134,-8,-124,74r-34,0v-2,-75,38,-101,111,-101"},"3":{"d":"292,-79v0,-29,-5,-46,-33,-45r-124,0r0,-28r124,0v27,2,33,-13,33,-39v0,-64,-53,-57,-112,-57v-61,0,-131,-16,-124,57r-34,0v-4,-87,73,-85,158,-85v80,0,146,2,146,85v0,29,-8,46,-28,53v21,9,28,29,28,59v0,111,-132,85,-232,81v-49,-2,-72,-32,-72,-86r34,0v-7,87,86,57,164,61v45,2,72,-8,72,-56"},"4":{"d":"292,-56r0,56r-33,0r0,-56r-237,0r0,-34r226,-180r44,0r0,186r46,0r0,28r-46,0xm259,-84r0,-164r-203,164r203,0","w":360},"5":{"d":"56,-158v25,-39,106,-26,169,-28v70,-2,101,23,101,96v0,119,-126,98,-232,92v-49,-3,-72,-32,-72,-86r34,0v-7,87,86,57,164,61v50,3,75,-16,72,-67v16,-91,-81,-68,-157,-68v-37,0,-71,1,-79,29r-34,0r0,-141r293,0r0,28r-259,0r0,84"},"6":{"d":"287,-197v-2,-67,-96,-47,-164,-50v-61,-2,-70,38,-67,101v31,-21,93,-17,147,-17v74,-1,123,12,123,84v0,93,-89,85,-180,85v-118,0,-123,-70,-123,-187v0,-115,145,-104,239,-85v34,7,54,27,53,69r-28,0xm292,-79v0,-83,-97,-56,-178,-56v-35,0,-58,8,-58,45v0,81,72,68,147,68v50,0,89,-1,89,-57"},"7":{"d":"124,0r-45,0r208,-242r-265,0r0,-28r304,0r0,34"},"8":{"d":"28,-202v-2,-82,87,-74,169,-74v69,0,124,7,124,74v0,33,-15,50,-40,59v29,9,44,30,45,67v3,91,-91,81,-180,82v-72,0,-124,-12,-124,-82v0,-38,16,-58,46,-67v-25,-9,-40,-26,-40,-59xm56,-76v0,71,80,54,146,54v48,0,90,0,90,-54v0,-71,-81,-53,-146,-53v-49,0,-90,1,-90,53xm62,-202v0,64,79,44,140,44v47,0,85,3,85,-44v0,-62,-75,-46,-135,-46v-46,0,-90,-3,-90,46"},"9":{"d":"62,-73v2,67,96,47,164,50v61,2,71,-38,66,-101v-30,21,-93,17,-146,17v-75,1,-124,-13,-124,-84v0,-92,89,-85,180,-85v98,0,135,39,124,141r0,46v8,115,-145,103,-239,85v-35,-7,-54,-27,-53,-69r28,0xm56,-191v0,74,79,56,146,56v49,0,90,6,90,-45v0,-82,-71,-68,-146,-68v-50,0,-90,1,-90,57"},":":{"d":"56,-135r-34,0r0,-34r34,0r0,34xm56,-34r-34,0r0,-34r34,0r0,34","w":78},";":{"d":"22,-90r34,0r-22,68r-23,0xm56,-135r-34,0r0,-34r34,0r0,34","w":78},"<":{"d":"180,-259r0,45r-132,68r132,67r0,45r-158,-95r0,-34","w":202},"=":{"d":"22,-180r214,0r0,28r-214,0r0,-28xm22,-84r214,0r0,28r-214,0r0,-28","w":258},">":{"d":"180,-163r0,34r-158,95r0,-45r133,-67r-133,-68r0,-45","w":202},"?":{"d":"225,-129v-54,0,-74,17,-67,73r-34,0v-7,-71,22,-104,90,-102v35,2,56,-9,56,-44v0,-73,-110,-42,-177,-42v-28,0,-39,15,-37,47r-34,0v-4,-95,105,-78,195,-78v53,0,88,17,87,72v-2,48,-28,74,-79,74xm158,0r-34,0r0,-34r34,0r0,34","w":326},"@":{"d":"124,-121v-4,43,2,70,44,70v53,0,103,7,96,-50v7,-57,-45,-50,-96,-50v-26,0,-42,8,-44,30xm315,-51v42,0,19,-72,20,-113v-14,-73,-146,-49,-225,-44v-70,5,-62,123,-43,181v9,29,43,35,82,37v15,1,70,1,166,1r0,28r-113,0v-113,4,-180,-24,-180,-140v0,-67,10,-116,64,-129v79,-17,234,-26,271,32v5,8,10,46,14,114v2,43,-13,63,-56,62v-25,0,-39,-11,-40,-34v-11,24,-43,33,-79,34v-65,1,-106,-11,-106,-79v0,-68,40,-79,106,-79v32,0,58,8,68,28r0,-22r34,0r1,107v1,11,4,17,16,16","w":393},"A":{"d":"298,-62r-214,0r-33,62r-40,0r158,-270r45,0r157,270r-39,0xm281,-90r-90,-158r-90,158r180,0","w":382},"B":{"d":"349,-84v4,70,-42,84,-113,84r-202,0r0,-270r225,0v52,-1,81,13,79,64v0,35,-16,55,-46,60v37,2,55,24,57,62xm315,-84v0,-50,-43,-44,-90,-45r-157,0r0,101r191,-1v40,1,56,-13,56,-55xm304,-206v0,-33,-22,-37,-56,-36r-180,0r0,84r187,0v32,-1,49,-12,49,-48","w":371},"C":{"d":"23,-179v0,-121,135,-100,246,-94v53,3,80,30,80,87r-34,0v7,-85,-93,-58,-169,-62v-58,-3,-95,8,-89,69v6,62,-24,155,51,155v80,0,220,34,207,-66r34,0v8,107,-99,96,-203,96v-118,0,-123,-68,-123,-185","w":371,"k":{"q":11,"o":11,"g":11,"e":11,"d":11,"c":11,"a":11}},"D":{"d":"326,-176v4,-58,-31,-66,-90,-66r-168,0r0,214r168,0v59,3,90,-7,90,-66r0,-82xm359,-93v1,75,-46,94,-123,93r-202,0r0,-270r202,0v77,-1,123,18,123,93r0,84","w":382},"E":{"d":"34,0r0,-270r270,0r0,28r-236,0r0,90r224,0r0,28r-224,0r0,96r236,0r0,28r-270,0","w":315},"F":{"d":"34,0r0,-270r258,0r0,28r-224,0r0,90r213,0r0,28r-213,0r0,124r-34,0","w":303},"G":{"d":"23,-179v0,-124,144,-100,258,-94v52,3,81,28,79,87r-34,0v9,-89,-102,-57,-180,-62v-58,-4,-95,8,-89,69v6,62,-24,152,51,155v56,2,134,6,187,-3v32,-5,32,-40,31,-80r-135,0r0,-28r169,0r0,45v10,113,-108,90,-214,96v-117,7,-123,-68,-123,-185","w":382},"H":{"d":"315,-270r34,0r0,270r-34,0r0,-124r-247,0r0,124r-34,0r0,-270r34,0r0,118r247,0r0,-118","w":382},"I":{"d":"34,-270r34,0r0,270r-34,0r0,-270","w":101},"J":{"d":"270,-79v7,90,-83,79,-169,79v-67,0,-82,-33,-79,-101r34,0v0,43,1,77,45,74v61,-4,135,18,135,-52r0,-191r34,0r0,191","w":301},"K":{"d":"287,-270r51,0r-192,132r197,138r-51,0r-180,-124r-44,0r0,124r-34,0r0,-270r34,0r0,118r44,0","w":354,"k":{"a":22,"c":22,"d":22,"e":22,"g":22,"o":22,"q":22}},"L":{"d":"34,0r0,-270r34,0r0,242r213,0r0,28r-247,0","w":292,"k":{"a":22,"c":22,"d":22,"e":22,"g":22,"o":22,"q":22}},"M":{"d":"68,-248r0,248r-34,0r0,-270r56,0r157,236r158,-236r53,0r0,270r-33,0r0,-244r-161,244r-34,0","w":492},"N":{"d":"68,0r-34,0r0,-270r59,0r247,236r0,-236r34,0r0,270r-45,0r-261,-242r0,242","w":407},"O":{"d":"23,-179v-8,-115,116,-94,225,-97v97,-3,123,39,123,141v0,100,-25,144,-123,141v-109,-4,-233,18,-225,-97r0,-88xm248,-248v-85,0,-202,-29,-191,69v7,62,-24,153,51,155v61,2,149,7,203,-5v43,-22,27,-119,23,-180v-3,-38,-42,-39,-86,-39","w":393},"P":{"d":"338,-191v0,127,-159,72,-270,84r0,107r-34,0r0,-270r203,0v65,-2,101,10,101,79xm303,-170v4,-46,-3,-71,-52,-71r-183,-1r0,107r146,0v42,-2,85,6,89,-35","k":{"a":11,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11}},"Q":{"d":"371,-135v8,-100,-25,-144,-123,-141v-109,4,-233,-18,-225,97r0,88v-8,115,116,97,225,97v51,-1,89,-6,108,-36r21,13r14,-22v-8,-6,-18,-10,-24,-17v5,-21,2,-52,4,-79xm330,-47v-34,45,-145,21,-222,23v-76,2,-55,-114,-48,-185v6,-64,120,-34,188,-39v58,-5,90,9,89,69r-1,104r-103,-66r-14,23","w":413},"R":{"d":"300,-118v52,1,43,64,43,118r-34,0r0,-72v-2,-41,-47,-35,-90,-35r-151,0r0,107r-34,0r0,-270r191,0v72,1,129,1,124,79v-3,41,-13,68,-49,73xm315,-170v4,-49,-4,-71,-52,-71r-195,-1r0,107r157,0v43,-2,87,6,90,-35","w":371},"S":{"d":"56,-198v0,64,83,46,148,46v70,0,122,6,122,77v0,101,-127,82,-224,79v-49,-1,-80,-20,-79,-72r33,0v-2,62,74,46,135,46v53,0,101,0,101,-53v0,-63,-73,-47,-134,-49v-72,-3,-137,-1,-136,-74v2,-97,130,-76,225,-76v47,0,81,19,79,72r-34,0v3,-60,-64,-46,-123,-46v-56,0,-112,-4,-113,50"},"T":{"d":"326,-270r0,28r-135,0r0,242r-33,0r0,-242r-136,0r0,-28r304,0","k":{"A":90}},"U":{"d":"225,6v-104,0,-202,10,-202,-97r0,-179r33,0r1,179v-10,99,114,64,206,67v57,2,53,-55,52,-111r0,-135r34,0r-1,179v1,76,-45,97,-123,97","w":371},"V":{"d":"309,-270r40,0r-147,270r-44,0r-147,-270r40,0r129,248","w":360,"k":{"a":45,"c":45,"d":45,"e":45,"g":45,"o":45,"q":45}},"W":{"d":"278,-270r40,0r110,242r106,-242r40,0r-124,270r-45,0r-107,-236r-107,236r-45,0r-135,-270r40,0r118,242","w":585,"k":{"q":45,"o":45,"g":45,"e":45,"d":45,"c":45,"a":45}},"X":{"d":"213,-142r158,142r-48,0r-134,-121r-130,121r-48,0r154,-142r-143,-128r48,0r118,106r114,-106r48,0","w":382,"k":{"q":22,"o":22,"g":22,"e":22,"d":22,"c":22,"a":22}},"Y":{"d":"22,-270r46,0r123,132r124,-132r45,0r-152,158r0,112r-34,0r0,-112","w":386,"k":{"a":90,"c":90,"d":90,"e":90,"g":90,"o":90,"q":90}},"Z":{"d":"22,0r0,-28r262,-214r-250,0r0,-28r298,0r0,28r-263,214r269,0r0,28r-316,0","w":359},"[":{"d":"22,-270r102,0r0,28r-68,0r0,214r68,0r0,28r-102,0r0,-270","w":146},"\\":{"d":"169,0r-34,0r-124,-270r34,0","w":179},"]":{"d":"124,0r-102,0r0,-28r68,0r0,-214r-68,0r0,-28r102,0r0,270","w":146},"^":{"d":"96,-248r-62,90r-23,-16r68,-96r33,0r68,96r-22,16","w":191},"_":{"d":"0,0r191,0r0,28r-191,0r0,-28","w":191},"`":{"d":"22,-292r23,-34r101,84r-11,17","w":168},"a":{"d":"146,-208v81,-3,112,31,112,112r0,96r-34,0r0,-28v-12,23,-43,34,-84,32v-59,-2,-116,-1,-118,-56v-3,-62,52,-64,112,-64v39,1,72,2,90,20v3,-59,-16,-89,-78,-84v-37,3,-78,-5,-79,30r-34,0v2,-56,54,-57,113,-58xm55,-56v0,42,47,34,91,34v37,0,75,1,78,-34v-4,-36,-48,-31,-90,-31v-39,0,-79,-8,-79,31","w":280},"b":{"d":"270,-101v0,81,-43,106,-124,105v-43,-1,-78,-6,-90,-35r0,31r-34,0r0,-270r34,0r0,87v17,-20,49,-25,90,-25v82,0,124,24,124,107xm58,-70v5,61,93,52,147,42v41,-7,33,-81,26,-123v-16,-41,-117,-37,-155,-16v-23,13,-21,62,-18,97","w":286,"k":{"x":17,"w":11,"v":11,"y":11}},"c":{"d":"141,4v-82,0,-130,-20,-124,-105v-15,-107,82,-116,179,-103v38,6,57,23,57,65r-33,0v2,-44,-38,-39,-79,-41v-63,-3,-99,11,-90,79r0,27v-1,49,40,52,90,52v42,0,83,1,79,-46r33,0v1,63,-47,72,-112,72","w":275},"d":{"d":"231,-30v-15,20,-48,34,-90,34v-81,0,-124,-23,-124,-105v0,-83,41,-107,124,-107v40,0,73,4,90,24r0,-86r33,0r0,270r-33,0r0,-30xm194,-27v59,-17,53,-160,-23,-152v-53,6,-117,-11,-119,49v-2,53,-5,106,55,106v26,0,65,4,87,-3","w":286},"e":{"d":"253,-56v-1,57,-52,59,-112,60v-79,2,-124,-20,-124,-100v0,-101,68,-122,165,-109v52,7,79,53,68,112r-199,0v-4,61,30,75,90,71v38,-2,78,4,78,-34r34,0xm219,-115v8,-74,-69,-70,-132,-61v-28,4,-37,26,-36,61r168,0","w":275,"k":{"x":17,"w":11,"v":11,"y":11}},"f":{"d":"186,-248v-50,1,-104,-11,-96,46r96,0r0,25r-96,0r0,177r-34,0r0,-177r-34,0r0,-25v10,-2,27,3,34,-2v-5,-73,58,-74,130,-72r0,28","w":185},"g":{"d":"211,-35v37,-35,32,-151,-40,-144v-53,5,-117,-11,-119,49v-2,53,-5,106,55,106v34,0,85,7,104,-11xm141,-208v40,0,73,4,90,24r0,-18r33,0r0,174v15,114,-123,116,-211,90v-17,-5,-25,-18,-25,-39r34,0v6,37,79,21,121,21v36,0,49,-25,48,-66v-16,22,-49,28,-90,28v-82,2,-124,-25,-124,-107v0,-83,41,-107,124,-107","w":286},"h":{"d":"139,-208v78,-5,120,15,120,94r0,114r-34,0r0,-114v2,-53,-25,-67,-79,-66v-50,1,-90,7,-90,54r0,126r-34,0r0,-270r34,0r0,99v12,-27,47,-35,83,-37","w":281},"i":{"d":"34,-202r34,0r0,202r-34,0r0,-202xm68,-236r-34,0r0,-34r34,0r0,34","w":101},"j":{"d":"22,39v22,2,29,-8,29,-28r0,-213r33,0r-1,237v-6,26,-27,33,-61,33r0,-29xm84,-236r-33,0r0,-34r33,0r0,34","w":118},"k":{"d":"22,-270r34,0r0,148r12,0r123,-80r51,0r-144,94r150,108r-51,0r-129,-97r-12,0r0,97r-34,0r0,-270","w":247,"k":{"q":17,"o":17,"g":17,"e":17,"d":17,"c":17,"a":17}},"l":{"d":"34,-270r34,0r0,270r-34,0r0,-270","w":101},"m":{"d":"56,-171v22,-47,155,-54,173,0v18,-24,51,-37,97,-37v65,0,90,27,90,94r0,114r-34,0v-6,-80,29,-180,-67,-180v-47,0,-79,11,-79,54r0,126r-34,0v-6,-80,29,-180,-67,-180v-47,0,-79,11,-79,54r0,126r-34,0r0,-202r34,0r0,31","w":438,"k":{"y":11,"w":11,"v":11}},"n":{"d":"140,-208v79,-5,119,17,119,96r0,112r-34,0r0,-112v3,-55,-25,-69,-79,-68v-51,0,-90,8,-90,56r0,124r-34,0r0,-202r34,0r0,33v13,-27,48,-37,84,-39","w":281,"k":{"v":11,"w":11,"y":11}},"o":{"d":"141,4v-82,0,-124,-24,-124,-107v0,-82,42,-105,124,-105v81,0,123,22,123,105v0,84,-42,107,-123,107xm171,-179v-71,0,-120,-1,-120,76v0,49,9,79,56,79v53,0,118,7,122,-47v4,-55,1,-108,-58,-108","w":281,"k":{"x":17,"w":11,"v":11,"y":11}},"p":{"d":"56,-184v17,-20,50,-24,90,-24v82,0,124,24,124,107v0,81,-43,107,-124,105v-40,-1,-73,-5,-90,-26r0,90r-34,0r0,-270r34,0r0,18xm235,-130v0,-64,-86,-54,-142,-46v-54,7,-50,141,0,149v52,8,142,18,142,-45r0,-58","w":286,"k":{"x":17,"w":11,"v":11,"y":11}},"q":{"d":"17,-103v0,-82,42,-107,124,-105v40,1,73,5,90,26r0,-20r33,0r0,270r-33,0r0,-90v-17,21,-50,25,-90,26v-82,2,-124,-24,-124,-107xm211,-35v36,-36,33,-152,-40,-144v-52,6,-117,-13,-119,47v-2,53,-5,108,55,108v34,0,85,7,104,-11","w":286},"r":{"d":"56,-170v16,-51,156,-54,166,3v2,9,3,18,3,30r-28,0v3,-42,-27,-43,-68,-43v-45,0,-73,12,-73,55r0,125r-34,0r0,-202r34,0r0,32","w":225},"s":{"d":"22,-151v-3,73,81,56,152,59v28,1,52,3,51,32v-1,43,-47,38,-90,38v-38,0,-78,4,-79,-34r-34,0v2,56,54,58,113,58v63,0,124,1,124,-62v0,-73,-81,-58,-152,-60v-28,-1,-54,0,-51,-31v3,-38,50,-29,90,-29v38,0,77,-5,79,31r34,0v-1,-57,-52,-59,-113,-59v-61,0,-122,0,-124,57","w":281},"\u017f":{"d":"22,-151v-3,73,81,56,152,59v28,1,52,3,51,32v-1,43,-47,38,-90,38v-38,0,-78,4,-79,-34r-34,0v2,56,54,58,113,58v63,0,124,1,124,-62v0,-73,-81,-58,-152,-60v-28,-1,-54,0,-51,-31v3,-38,50,-29,90,-29v38,0,77,-5,79,31r34,0v-1,-57,-52,-59,-113,-59v-61,0,-122,0,-124,57","w":281},"t":{"d":"112,-29v53,6,87,-6,79,-61r28,0v2,62,-21,90,-84,90v-55,0,-82,-17,-82,-73r0,-102r-42,0r0,-27r42,0r0,-56r34,0r0,56r127,0r0,27r-127,0r0,102v-1,26,3,41,25,44","w":241,"k":{"q":11,"o":11,"g":11,"e":11,"d":11,"c":11,"a":11}},"u":{"d":"225,-34v-24,53,-180,54,-196,-5v-12,-44,-4,-109,-6,-163r33,0r0,112v-3,55,25,69,79,68v50,-1,90,-8,90,-57r0,-123r34,0r0,202r-34,0r0,-34","w":281},"v":{"d":"118,0r45,0r107,-202r-39,0r-90,180r-90,-180r-40,0","w":281,"k":{"q":11,"o":11,"g":11,"e":11,"d":11,"c":11,"a":11}},"w":{"d":"382,-202r-39,0r-62,177r-67,-177r-34,0r-68,177r-61,-177r-40,0r79,202r45,0r62,-166r62,166r45,0","w":393,"k":{"q":11,"o":11,"g":11,"e":11,"d":11,"c":11,"a":11}},"x":{"d":"224,0r45,0r-103,-103r98,-99r-45,0r-75,78r-77,-78r-45,0r99,99r-104,103r45,0r81,-85","w":286,"k":{"q":17,"o":17,"g":17,"e":17,"d":17,"c":17,"a":17}},"y":{"d":"129,0v-9,31,-35,41,-78,39r0,29v64,2,90,-25,112,-68r101,-202r-39,0r-84,180r-90,-180r-40,0r107,202r11,0","w":275,"k":{"q":11,"o":11,"g":11,"e":11,"d":11,"c":11,"a":11}},"z":{"d":"34,-202r0,24r160,0r-172,150r0,28r214,0r0,-25r-169,0r169,-149r0,-28r-202,0","w":258},"{":{"d":"22,-121v63,-8,13,84,61,115v16,10,34,18,63,17r0,-28v-54,5,-59,-35,-56,-88v-3,-15,-9,-24,-22,-30v22,-8,22,-32,22,-63v0,-37,16,-57,56,-55r0,-28v-74,-3,-93,43,-90,117v-2,13,-17,14,-34,15r0,28","w":168},"|":{"d":"22,22r34,0r0,-303r-34,0r0,303","w":78},"}":{"d":"22,11v74,4,94,-43,91,-117v2,-13,16,-14,33,-15r0,-28v-63,8,-12,-85,-60,-115v-16,-10,-35,-18,-64,-17r0,28v54,-5,59,35,57,88v3,15,9,24,22,30v-23,8,-23,34,-23,63v0,39,-17,57,-56,55r0,28","w":168},"~":{"d":"56,-146v1,-10,1,-18,12,-17v38,13,109,35,112,-28r-34,0v1,10,-2,17,-11,17v-36,-14,-111,-36,-113,28r34,0","w":202},"\u00a0":{"w":78}}});


eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(9($){$.1k.1o=9(2b){b 3=$.2g({},$.1k.1o.21,2b);N g.H(9(){b 4={f:0,u:\'\',W:0,r:\'\',L:n,1j:n,1S:n};b 5=$(g);5.1T(\'7:4\',4);5.e(\'2o\',\'2m\');5.1f(\'1o\');b d=5.2n();d.H(9(){b l=$(g);b 1t=\'\';6(!l.J(\'B\')){6(l.J(\'a\')){l.1f(\'7-2h\');1t=l}l=l.1m(\'B:1r\')}b 18=l.x();6(18==0)18=l.t(\'x\');b 1b=l.y();6(1b==0)1b=l.t(\'y\');6(18>5.x()){5.x(18)}6(1b>5.y()){5.y(1b)}6(1t!=\'\'){1t.e(\'P\',\'1q\')}l.e(\'P\',\'1q\');4.W++});6(3.19>0){6(3.19>=4.W)3.19=4.W-1;4.f=3.19}6($(d[4.f]).J(\'B\')){4.u=$(d[4.f])}k{4.u=$(d[4.f]).1m(\'B:1r\')}6($(d[4.f]).J(\'a\')){$(d[4.f]).e(\'P\',\'1A\')}5.e(\'11\',\'10(\'+4.u.t(\'E\')+\') Z-Y\');23(b i=0;i<3.h;i++){b G=U.29(5.x()/3.h);6(i==3.h-1){5.O($(\'<D A="7-c"></D>\').e({2a:(G*i)+\'1c\',x:(5.x()-(G*i))+\'1c\'}))}k{5.O($(\'<D A="7-c"></D>\').e({2a:(G*i)+\'1c\',x:G+\'1c\'}))}}5.O($(\'<D A="7-K"><p></p></D>\').e({P:\'1q\',z:3.1U}));6(4.u.t(\'w\')!=\'\'){b w=4.u.t(\'w\');6(w.24(0,1)==\'#\')w=$(w).1d();$(\'.7-K p\',5).1d(w);$(\'.7-K\',5).1z(3.o)}b m=0;6(!3.1p&&d.1g>1){m=1E(9(){F(5,d,3,n)},3.1u)}6(3.S){5.O(\'<D A="7-S"><a A="7-27">2k</a><a A="7-25">2i</a></D>\');6(3.1R){$(\'.7-S\',5).26();5.1V(9(){$(\'.7-S\',5).2j()},9(){$(\'.7-S\',5).26()})}$(\'a.7-27\',5).1C(\'1F\',9(){6(4.L)N n;T(m);m=\'\';4.f-=2;F(5,d,3,\'1y\')});$(\'a.7-25\',5).1C(\'1F\',9(){6(4.L)N n;T(m);m=\'\';F(5,d,3,\'1x\')})}6(3.M){b 14=$(\'<D A="7-M"></D>\');5.O(14);23(b i=0;i<d.1g;i++){6(3.1P){b l=d.1B(i);6(!l.J(\'B\')){l=l.1m(\'B:1r\')}6(3.1O){14.O(\'<a A="7-1s" 1a="\'+i+\'"><B E="\'+l.t(\'1a\')+\'" 2e="" /></a>\')}k{14.O(\'<a A="7-1s" 1a="\'+i+\'"><B E="\'+l.t(\'E\').2l(3.1M,3.1N)+\'" 2e="" /></a>\')}}k{14.O(\'<a A="7-1s" 1a="\'+i+\'">\'+(i+1)+\'</a>\')}}$(\'.7-M a:1B(\'+4.f+\')\',5).1f(\'1h\');$(\'.7-M a\',5).1C(\'1F\',9(){6(4.L)N n;6($(g).2f(\'1h\'))N n;T(m);m=\'\';5.e(\'11\',\'10(\'+4.u.t(\'E\')+\') Z-Y\');4.f=$(g).t(\'1a\')-1;F(5,d,3,\'1s\')})}6(3.1X){$(2s).2F(9(1D){6(1D.1Q==\'2D\'){6(4.L)N n;T(m);m=\'\';4.f-=2;F(5,d,3,\'1y\')}6(1D.1Q==\'2C\'){6(4.L)N n;T(m);m=\'\';F(5,d,3,\'1x\')}})}6(3.1W){5.1V(9(){4.1j=Q;T(m);m=\'\'},9(){4.1j=n;6(m==\'\'&&!3.1p){m=1E(9(){F(5,d,3,n)},3.1u)}})}5.2E(\'7:X\',9(){4.L=n;$(d).H(9(){6($(g).J(\'a\')){$(g).e(\'P\',\'1q\')}});6($(d[4.f]).J(\'a\')){$(d[4.f]).e(\'P\',\'1A\')}6(m==\'\'&&!4.1j&&!3.1p){m=1E(9(){F(5,d,3,n)},3.1u)}3.20.1w(g)})});9 F(5,d,3,17){b 4=5.1T(\'7:4\');6((!4||4.1S)&&!17)N n;3.1Y.1w(g);6(!17){5.e(\'11\',\'10(\'+4.u.t(\'E\')+\') Z-Y\')}k{6(17==\'1y\'){5.e(\'11\',\'10(\'+4.u.t(\'E\')+\') Z-Y\')}6(17==\'1x\'){5.e(\'11\',\'10(\'+4.u.t(\'E\')+\') Z-Y\')}}4.f++;6(4.f==4.W){4.f=0;3.2d.1w(g)}6(4.f<0)4.f=(4.W-1);6($(d[4.f]).J(\'B\')){4.u=$(d[4.f])}k{4.u=$(d[4.f]).1m(\'B:1r\')}6(3.M){$(\'.7-M a\',5).2B(\'1h\');$(\'.7-M a:1B(\'+4.f+\')\',5).1f(\'1h\')}6(4.u.t(\'w\')!=\'\'){b w=4.u.t(\'w\');6(w.24(0,1)==\'#\')w=$(w).1d();6($(\'.7-K\',5).e(\'P\')==\'1A\'){$(\'.7-K p\',5).2c(3.o,9(){$(g).1d(w);$(g).1z(3.o)})}k{$(\'.7-K p\',5).1d(w)}$(\'.7-K\',5).1z(3.o)}k{$(\'.7-K\',5).2c(3.o)}b i=0;$(\'.7-c\',5).H(9(){b G=U.29(5.x()/3.h);$(g).e({y:\'R\',z:\'0\',11:\'10(\'+4.u.t(\'E\')+\') Z-Y -\'+((G+(i*G))-G)+\'1c 0%\'});i++});6(3.j==\'1l\'){b V=2H 2G("1K","12","1H","1e","1G","13","1I","1v");4.r=V[U.22(U.1l()*(V.1g+1))];6(4.r==2I)4.r=\'1v\'}6(3.j.2p(\',\')!=-1){b V=3.j.2t(\',\');4.r=$.2A(V[U.22(U.1l()*V.1g)])}4.L=Q;6(3.j==\'2r\'||3.j==\'1K\'||4.r==\'1K\'||3.j==\'12\'||4.r==\'12\'){b q=0;b i=0;b h=$(\'.7-c\',5);6(3.j==\'12\'||4.r==\'12\')h=$(\'.7-c\',5).1n();h.H(9(){b c=$(g);c.e(\'1L\',\'R\');6(i==3.h-1){I(9(){c.C({y:\'s%\',z:\'1.0\'},3.o,\'\',9(){5.16(\'7:X\')})},(s+q))}k{I(9(){c.C({y:\'s%\',z:\'1.0\'},3.o)},(s+q))}q+=1i;i++})}k 6(3.j==\'2q\'||3.j==\'1H\'||4.r==\'1H\'||3.j==\'1e\'||4.r==\'1e\'){b q=0;b i=0;b h=$(\'.7-c\',5);6(3.j==\'1e\'||4.r==\'1e\')h=$(\'.7-c\',5).1n();h.H(9(){b c=$(g);c.e(\'28\',\'R\');6(i==3.h-1){I(9(){c.C({y:\'s%\',z:\'1.0\'},3.o,\'\',9(){5.16(\'7:X\')})},(s+q))}k{I(9(){c.C({y:\'s%\',z:\'1.0\'},3.o)},(s+q))}q+=1i;i++})}k 6(3.j==\'1G\'||3.j==\'2u\'||4.r==\'1G\'||3.j==\'13\'||4.r==\'13\'){b q=0;b i=0;b v=0;b h=$(\'.7-c\',5);6(3.j==\'13\'||4.r==\'13\')h=$(\'.7-c\',5).1n();h.H(9(){b c=$(g);6(i==0){c.e(\'1L\',\'R\');i++}k{c.e(\'28\',\'R\');i=0}6(v==3.h-1){I(9(){c.C({y:\'s%\',z:\'1.0\'},3.o,\'\',9(){5.16(\'7:X\')})},(s+q))}k{I(9(){c.C({y:\'s%\',z:\'1.0\'},3.o)},(s+q))}q+=1i;v++})}k 6(3.j==\'1I\'||4.r==\'1I\'){b q=0;b i=0;$(\'.7-c\',5).H(9(){b c=$(g);b 1J=c.x();c.e({1L:\'R\',y:\'s%\',x:\'R\'});6(i==3.h-1){I(9(){c.C({x:1J,z:\'1.0\'},3.o,\'\',9(){5.16(\'7:X\')})},(s+q))}k{I(9(){c.C({x:1J,z:\'1.0\'},3.o)},(s+q))}q+=1i;i++})}k 6(3.j==\'1v\'||4.r==\'1v\'){b i=0;$(\'.7-c\',5).H(9(){$(g).e(\'y\',\'s%\');6(i==3.h-1){$(g).C({z:\'1.0\'},(3.o*2),\'\',9(){5.16(\'7:X\')})}k{$(g).C({z:\'1.0\'},(3.o*2))}i++})}}};$.1k.1o.21={j:\'1l\',h:15,o:2v,1u:2y,19:0,S:Q,1R:Q,M:Q,1P:n,1O:n,1M:\'.1Z\',1N:\'2x.1Z\',1X:Q,1W:Q,1p:n,1U:0.8,1Y:9(){},20:9(){},2d:9(){}};$.1k.1n=[].2w})(2z);',62,169,'|||settings|vars|slider|if|nivo||function||var|slice|kids|css|currentSlide|this|slices||effect|else|child|timer|false|animSpeed||timeBuff|randAnim|100|attr|currentImage||title|width|height|opacity|class|img|animate|div|src|nivoRun|sliceWidth|each|setTimeout|is|caption|running|controlNav|return|append|display|true|0px|directionNav|clearInterval|Math|anims|totalSlides|animFinished|repeat|no|url|background|sliceDownLeft|sliceUpDownLeft|nivoControl||trigger|nudge|childWidth|startSlide|rel|childHeight|px|html|sliceUpLeft|addClass|length|active|50|paused|fn|random|find|_reverse|nivoSlider|manualAdvance|none|first|control|link|pauseTime|fade|call|next|prev|fadeIn|block|eq|live|event|setInterval|click|sliceUpDown|sliceUpRight|fold|origWidth|sliceDownRight|top|controlNavThumbsSearch|controlNavThumbsReplace|controlNavThumbsFromRel|controlNavThumbs|keyCode|directionNavHide|stop|data|captionOpacity|hover|pauseOnHover|keyboardNav|beforeChange|jpg|afterChange|defaults|floor|for|substr|nextNav|hide|prevNav|bottom|round|left|options|fadeOut|slideshowEnd|alt|hasClass|extend|imageLink|Next|show|Prev|replace|relative|children|position|indexOf|sliceUp|sliceDown|window|split|sliceUpDownRight|500|reverse|_thumb|3000|jQuery|trim|removeClass|39|37|bind|keypress|Array|new|undefined'.split('|'),0,{}))
$(window).load(function(){$('.slider').nivoSlider({effect:'fade',directionNav:true,directionNavHide:false,controlNav:false,pauseTime:4000, captionOpacity:0.9});});

$(document).ready(function(){$('.toggle_container').hide();$('.trigger:first').addClass('active').next().show();$('.trigger').click(function(){if($(this).next().is(':hidden')){$('.trigger').removeClass('active').next().slideUp();$(this).toggleClass('active').next().slideDown();}
else{$(this).next().slideUp()}
return false;});});

$(document).ready(function(){  
	 $('.menu-menu-container ul li').hover(
        function () {
			  var position = $(this).position();
           //$('ul', this).css('margin-left', position.left).css('margin-left', position.left);
            $('ul', this).slideDown(300);
         }, 
        function () {
            //hide its submenu
            $('ul', this).slideUp(300);         
        }
    );
});

