/* @override 
	http://localhost:8888/2011/lead/full/css/lead-main.css */



@font-face {
	font-family: 'titling';
	src: url('../lib/fonts/Neutra2Display-Titling.eot');
	src: local('☺'), url('../lib/fonts/Neutra2Display-Titling.woff') format('woff'), url('../lib/fonts/Neutra2Display-Titling.ttf') format('truetype'), url('../lib/fonts//Neutra2Display-Titling.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'ChalkdusterRegular';
    src: url('../lib/fonts/chalkduster-webfont.eot');
    src: url('../lib/fonts/chalkduster-webfont.eot?#iefix') format('embedded-opentype'),
         url('../lib/fonts/chalkduster-webfont.woff') format('woff'),
         url('../lib/fonts/chalkduster-webfont.ttf') format('truetype'),
         url('../lib/fonts/chalkduster-webfont.svg#ChalkdusterRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection {text-shadow: none; background-color: #efefda; }
::selection {text-shadow: none; background-color: #efefda; }

a { color: #af6c3f; }
a:visited { color: #ce9a78; }
a:hover { color: #55635b; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Preston Mitcham
   ========================================================================== */



/* general ************************************ */

body {
	width: 100%;
	height: 70px;
	margin: 0;
	background: url(../img/bg-corkboard.jpg) -90px 0;
	font-family: Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #343434;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

.centered {text-align: center;}

.pad-top {
	padding-top: 15px;
}

.pad-bottom {
	padding-bottom: 25px;
}


/*type ************** */


.grey {
	color: #868282;
}

a {
	color: #56635b;
	text-decoration: none;
}

.orange, .link .sublink, .bio-link {
		color: #af6c3f;
}


p, ul {
	font-size: 14px;
	line-height: 24px;
}

p.large {
	font-size: 18px;
	line-height: 24px;
	padding-right: 101px;
}

.hint {
	font-size: 12px;
	color: #56635b;
}

h1, h2, h3, h4, h5
.h1, .h2, .h3, .h4, .titling {
	font-family: "titling";
	font-weight: normal;
	font-style: normal;
	color: #56635b;
	letter-spacing: 1px;
}

h2, .h2 {
	font-size: 19px;
}

	h2.centered {
		text-align: center;
		padding-top: 18px;
		padding-bottom: 9px;
	}


ul.biglist {
	margin-left: 0;
	padding-left: 15px;
}

ul.biglist li {
	font-weight: bold;
	margin-bottom: 8px;
	list-style-image: url('../img/ui-small-elements.png');
	padding-left: 22px;
}

ul.biglist.titling li {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 16px;
}


#fancybox-content ul {
	margin-left: 0;
	padding-left: 17px;
	margin-top: 22px;
}

#fancybox-content ul li {
	font-weight: bold;
	margin-bottom: 18px;
	list-style-image: url('../img/ui-small-elements.png');
	padding-left: 12px;
	line-height: 24px;
}


a.bio-link {
	font-family: "titling";
	
}


/* header ************************************ */


header {
	background: url(../img/bg-header-chalkboard.jpg) repeat-x left 0;
	height: 170px;
	padding-top: 50px;
	min-width: 1100px;
	
}

	header h3, header h1, .no-top-margin  {
		margin-top: 0;
	}

	header a#logo {
		margin-top: 0;
		background: url(../img/header-logo-lead-partners.png) no-repeat;
		width: 226px;
		height: 95px;
		display: block;
		text-indent: -9000px;
		float: left;
		margin-right: 71px;
		margin-left: -15px;
	}


	header h3#description {
		background: url(../img/txt-leaders-in-assesment.png) no-repeat;
		float: left;
		width: 703px;
		height: 39px;
		text-indent: -9000px;
		margin-bottom: 35px;
	}

		nav li {
			float: left;
		}

		nav a {
			display: block;
			background: url(../img/txt-nav-links.png) no-repeat;
			width: 117px;
			height: 17px;
			text-indent: -9000px;
		}

			#nav-about { background-position: 0 0; width: 118px;	}
			#nav-about:hover, .current #nav-about { background-position: 0 -25px; }

			#nav-services { background-position: -119px 0; width: 130px;	}
			#nav-services:hover, .current #nav-services  { background-position: -119px -25px; }

			#nav-testimonials { background-position: -248px 0; width: 181px;}
			#nav-testimonials:hover, .current #nav-testimonials { background-position: -248px -25px; }

			#nav-resources { background-position: -429px 0; width: 156px;}
			#nav-resources:hover, .current #nav-resources  { background-position: -429px -25px; }

			#nav-clients { background-position: -585px 0; width: 100px;}
			#nav-clients:hover, .current #nav-clients  { background-position: -585px -25px; }
	
	
	header #contact {
		color: #efefda;
		float: right;
		padding-right: 23px;
		margin-top: -38px;
		font: 19px 'ChalkdusterRegular', serif;
		margin-bottom: 4px;
}			

	header #contact a {			
		color: #efefda;
		margin-left: 13px;
		}		

/* content ************************************ */

			
	#main {
		background: url(../img/content-bg-mid.png) repeat-y;
		width: 688px;
		margin-left: auto;
		margin-right: auto;
		z-index: -3;
		padding: 21px 37px 18px 40px;
		margin-top: -21px;
	}
	
		#main .shadow-top {
			background: url(../img/content-bg-top-shadow.png) no-repeat;
			width: 664px;
			padding-left: 33px;
			padding-right: 37px;
			height: 11px;
			margin-left: -24px;
			padding-bottom: 20px;
			display: block;
			margin-top: -21px;
		}

	#main-shadow-bot {
		background: url(../img/content-bg-bot-shadow.png) no-repeat;
		width: 696px;
		padding-left: 33px;
		padding-right: 37px;
		margin-left: auto;
		height: 21px;
		margin-right: auto;
	}			
	
	
	
/* post its ************** */
	
.post-it {
	z-index: -3;	
	position: absolute;
}

.post-it.left {
	right: 69%;
	top: 320px;
}		
		

.post-it.scrabble, .post-it.library {
	width: 423px;
	height: 323px;
	background: url(../img/post-it-scrabble.png) no-repeat;
}	
	
.post-it.library {
	background: url(../img/post-it-library.png) no-repeat;
}	
	
.post-it.kids {
	width: 358px;
	height: 402px;
	background: url(../img/post-it-kids.png) no-repeat;
	z-index: -3;
	position: absolute;
	top: 320px;
}


/* item list ************** */

.last {
	border-bottom: none !important;
}

.item {
	width: 307px;
	float: left;
	border-bottom: 1px dashed #dfdede;
	padding-right: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px dashed #dfdede;
	
}


.item.alt {
	float: right;
	margin-right:0px;
	border-right-style: none;
	padding-left: 25px;
}

.item p {
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}	

.contact-name {
	font-weight: normal;
	color: #767474;
	
}

.contact-phone {
	font-weight: normal;
	color: #000000;
}

.school-name {
	padding-right: 30px;
}


.link, .testimonial {
		border-bottom: 1px dashed #dfdede;
		padding-bottom: 5px;
		margin-bottom: 25px;
	}



.testimonial {
	background: url(../img/texture-yellow-lined.png) repeat-y 0 -16px;
	border-bottom-style: none;
	padding: 1px 51px 1px 53px;
	margin-bottom: 0;
}

.testimonial-top {
	background: url(../img/texture-yellow-lined-top.png) no-repeat;
	width: 100%;
	height: 9px;
	margin-left: -1px;
}

.testimonial-bot {
	background: url(../img/texture-yellow-lined-bot.png) no-repeat;
	width: 100%;
	height: 11px;
	margin-bottom: 40px;
}

.testimonial p {
	font: 18px/28px 'Architects Daughter', serif;
}


.link a:hover {
	color: #af7949;
}

.link-name {
	font-size: 17px;
}

.sublink {
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}

a.sublink:hover {
	color: #55635b;
}
	
.testimonial .client {
	color: #898787;
	padding-top: 11px;
	text-align: left;
	padding-left: 0;
}
	
.testimonial .client .name {
	font-weight: bold;
	font-style: italic;
	color: #343334;
	padding-right: 8px;
}



	
/* footer ************************************ */
	
	
	
footer {
	width: 997px;
	height: 73px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 13px;
	text-align: center;
	margin-top: 50px;
	color: #2b3e3b;
	letter-spacing: 1px;
	font: bold 14px "Courier New", Courier, mono;
	background: url(../img/bg-footer-pencil.png) no-repeat;
	padding-right: 3px;
}	
	
	
	footer .inset { text-shadow: 0 1px 0 #eefec1, 0 -1px 0 #946129;}
	
	footer a, footer a:visited {
		color: #2b3e3b !important;
		text-decoration: none;
	}
	
	
			
/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */


.post-it.right {
	top: 320px;
	left: 71%;
}
	

@media only screen and (max-width: 1299px) {

	
	.post-it.on-top { z-index: -4;	}
		

	

}

@media only screen and (min-width: 1299px) {

	.post-it.on-top { z-index: 4;	}
	

}




@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}







/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 24px 8px 0 28px;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #3a4842;
	background-image: url(../img/bg-popup.png);
}

#fancybox-content h1 {
	font-size: 19px;
	text-align: center;
	padding-top: 2px;
	border-bottom: 1px dashed #d6d5d5;
	padding-bottom: 18px;
	margin-bottom: 21px;
}

#fancybox-content h1 .sub, #fancybox-content h1 .sub a  {
	display: block;
	margin-top: 8px;
	line-height: 21px;
}

#fancybox-content h1 .sub a {
	font-size: 14px;
}

#fancybox-content em {
	font-weight: bold;
	font-style: italic;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -10px;
	right: -46px;
	width: 30px;
	height: 30px;
	background: transparent url('../img/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 107%;
	background-image: url('../img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -56px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -56px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 107%;
	background-image: url('../img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -19px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../img/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }





/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

#scroll {
	height: 583px;
	margin-top: 0;
	padding-right: 20px;
	width: 480px;
	padding-bottom: 1px;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;

}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
	width: 7px;
	background-color: #f4eac5;
border-radius: 3px;
	-moz-border-radius: 3px;	
}

.jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #af6c3f;
	border-radius: 3px;
		-moz-border-radius: 3px;
	}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrowUp { background: url(../img/ui-scroll.png) -2px 0;	}

.jspArrowUp:hover { background: url(../img/ui-scroll.png) -2px -13px;}

.jspArrowUp.jspDisabled
{
	cursor: default;
	background: url(../img/ui-scroll.png) -3px -28px;
}


.jspArrowDown { background: url(../img/ui-scroll.png) -13px -27px;
}


.jspArrowDown:hover { background: url(../img/ui-scroll.png) -13px -54px;
}


.jspArrowDown.jspDisabled
{
	cursor: default;
	background: url(../img/ui-scroll.png) -13px -39px;
}


.jspVerticalBar .jspArrow
{
	height: 13px;
	width: 9px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}