@charset "UTF-8";

/* 
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners and are licensed separately. 
*/

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left!important;
}
.narrow.right {
    float:right!important;
    clear:right!important;
}

.wide.left .graphic, img.wide.left { margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center { margin-left:auto; margin-right:auto; }
.wide.right .graphic, img.wide.right { margin-left:auto; margin-right:0px; }

.ImageElement.left, .AudioElement.left { text-align:left; }
.ImageElement.center, .AudioElement.center { text-align:center; }
.ImageElement.right, .AudioElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}
 
/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto!important; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* Site menus. Don't wrap the top level items, and wrap sub-menu items normaly. */
#sitemenu-content ul li span.in { white-space:nowrap;}
* html #sitemenu-content ul li span.in {white-space: normal}
*:first-child+html #sitemenu-content ul li span.in {white-space: normal}
#sitemenu-content ul ul li span.in {white-space: normal}
#sitemenu-content span.in { position: relative; }

body { word-wrap:break-word; }

/* Make sure scaled-down images look good in IE */
img { -ms-interpolation-mode: bicubic; }

/* MODIFIED, BASED ON THE FOLLOWING BASE CSS AND DEFAULT THEME
*/
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.nivoSlider {
	position:relative;
	background:#fff url(nivo-images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
	-webkit-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	margin:0 !important;
	border:none !important;
	padding:0 !important;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav a {
	margin:0 4px;
}

.nivo-dots .nivo-controlNav a {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(nivo-images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(nivo-images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
    .nivo-dots .nivo-controlNav a {
        background:url(nivo-images/bullets@2x.png) no-repeat;
		-moz-background-size: 16px 40px;
		-o-background-size: 16px 40px;
        -webkit-background-size: 16px 40px;
		background-size: 16px 40px;
    }
	.nivo-directionNav a {
		background:url(nivo-images/arrows@2x.png) no-repeat;
		-moz-background-size: 60px 30px;
		-o-background-size: 60px 30px;
        -webkit-background-size: 60px 30px;
		background-size: 60px 30px;
	}
}

.nivoSlider:hover .nivo-directionNav a { opacity: 1; }

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-dots .nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-thumbs-enabled img {
	padding:0 !important; margin:0; background:none !important; border:none;
}

div#ezvideo_wrap_9C5B95DF-FDF5-4137-9633-18980BC3C88C { margin:0;padding:0;}
div#ezvideo_wrap_9C5B95DF-FDF5-4137-9633-18980BC3C88C img { border: none; text-decoration:none;}
div#ezvideo_wrap_9C5B95DF-FDF5-4137-9633-18980BC3C88C img:hover { text-decoration:none; border:none;}

div#ezvideo_wrap_9C5B95DF-FDF5-4137-9633-18980BC3C88C img {
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-o-transform:scale(0.8);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	opacity: 0.75;
	text-decoration:none; 
	border:none;
}

div#ezvideo_wrap_9C5B95DF-FDF5-4137-9633-18980BC3C88C img:hover {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	box-shadow:0px 0px 10px gray;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0px 0px 10px gray;
	opacity: 1;
}

div#ezvideo_wrap_9C5B95DF-FDF5-4137-9633-18980BC3C88C div.ezvideo a {
	text-decoration: none;
	background-color: transparent;
	border: none;
	background-image: none;
	padding: 0;
	margin: 0;
}
div#ezvideo_wrap_9C5B95DF-FDF5-4137-9633-18980BC3C88C div.ezvideo a img {
	border:none;
	background-image: none;
	padding: 0;
	margin: 0;
}

/* @group PrettyPhoto Styles */

/* 
 * Adding pretty photo css
 */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(svpYoutubePortfolio/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(svpYoutubePortfolio/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:105px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;font-color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(svpYoutubePortfolio/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(svpYoutubePortfolio/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(svpYoutubePortfolio/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(svpYoutubePortfolio/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(svpYoutubePortfolio/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(svpYoutubePortfolio/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(svpYoutubePortfolio/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(svpYoutubePortfolio/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(svpYoutubePortfolio/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(svpYoutubePortfolio/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(svpYoutubePortfolio/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(svpYoutubePortfolio/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(svpYoutubePortfolio/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(svpYoutubePortfolio/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(svpYoutubePortfolio/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(svpYoutubePortfolio/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(svpYoutubePortfolio/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(svpYoutubePortfolio/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(svpYoutubePortfolio/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(svpYoutubePortfolio/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(svpYoutubePortfolio/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(svpYoutubePortfolio/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(svpYoutubePortfolio/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(svpYoutubePortfolio/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(svpYoutubePortfolio/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(svpYoutubePortfolio/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(svpYoutubePortfolio/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(svpYoutubePortfolio/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(svpYoutubePortfolio/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(svpYoutubePortfolio/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(svpYoutubePortfolio/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(svpYoutubePortfolio/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(svpYoutubePortfolio/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(svpYoutubePortfolio/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(svpYoutubePortfolio/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(svpYoutubePortfolio/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(svpYoutubePortfolio/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(svpYoutubePortfolio/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(svpYoutubePortfolio/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(svpYoutubePortfolio/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(svpYoutubePortfolio/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(svpYoutubePortfolio/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(svpYoutubePortfolio/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(svpYoutubePortfolio/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(svpYoutubePortfolio/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0 0 5px}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(svpYoutubePortfolio/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(svpYoutubePortfolio/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(svpYoutubePortfolio/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

/* @end */

/* @group TipTip CSS*/

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content h4{
	color: #f9f9f9;
	padding: 5px 15px;
	font: 13px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 2px;
}
#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 4px;
	border: 1px solid #787979;
	background-color: #414242;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
	-moz-opacity: 0.90;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.90;
	max-height: 175px;
	overflow: hidden;
}
#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {

	border-top-color: #FFFFFF;
	/* Original
	border-top-color: rgba(255,255,255,0.35);
	*/
}

#tiptip_holder.tip_bottom #tiptip_arrow {

	border-bottom-color: #FFFFFF;
	/* Original
	border-bottom-color: rgba(255,255,255,0.35);
	*/
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #FFFFFF;
	/* Original
	border-right-color: rgba(255,255,255,0.35);
	*/
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: #FFFFFF;
	/* Original
	border-left-color: rgba(255,255,255,0.35);
	*/
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #191919;
	/* Original - keep line above as this is needed in event browser does not support alpha channel
	border-top-color: rgba(25,25,25,0.92);
	*/
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #191919;
	/* Original - keep line above as this is needed in event browser does not support alpha channel
	border-bottom-color: rgba(25,25,25,0.92);
	*/
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #191919;
	/* Original - keep line above as this is needed in event browser does not support alpha channel
	border-right-color: rgba(25,25,25,0.92);
	*/
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #191919;
	/* Original - keep line above as this is needed in event browser does not support alpha channel
	border-left-color: rgba(25,25,25,0.92);
	*/
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		/* Original
		background-color: rgba(45,45,45,0.88);
		*/
		background-color: #2d2d2d;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		/* Original
		border-bottom-color: rgba(45,45,45,0.88);
		*/
		border-bottom-color: #2d2d2d;
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		/* Original
		border-top-color: rgba(20,20,20,0.92);
		*/
		border-top-color: #141414;
	}
}

/* @end */

.HTMLElement { overflow:hidden; }

/*
File:  'Blueball Shadow Gray' main.css Style Sheet
Created:  2, November, 2009
Last Modified: 29, July, 2011
Version: 4.0
Author:  Charlie Lockhart, Blueball Design
www.sandvoxdesigns.blueballdesign.com
Copyright 2010-2011 Charlie Lockhart/Blueball Design USA, All Rights Reserved
*/

/* @group Global CSS */

body {
	margin: 0px auto;
	background: #161616 url(shadow_bodybgtile_1.jpg) top left repeat-x;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.7em;
	color: #8e8e8e;
	height: 100%;
	text-align: left;
	word-wrap: break-word;
}

img {
	border: 0;
}

a img {
	border: 0;
}

a:link, a:visited, a:active {
	color: #9e9e9e;
	text-decoration: underline;
}

a:hover {
	color: #e1e0df;	text-decoration: underline;
}

p {
	margin: 0 0 12px 0;
}

b, strong {
	font-weight: bold;
}

blockquote {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	font-style: normal;	margin: 8px 0 8px 12px;	font-size: 1.2em;
	line-height: 1.6em;
	padding:  0 10px 0 9px;
	border-left: 3px solid #4e4e4e;
	font-weight: bold;
	color: #e1e0df;
	letter-spacing: .5px;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	line-height: 1.3em;
	color: #e1e0df;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;	
	letter-spacing: .5px;
}

* html h2 {
	letter-spacing: -1px;
	font-weight: 800;
}

*:first-child+html h2 {
	font-size: 1.75em;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #e1e0df;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 0;
	letter-spacing: .5px;
}

*:first-child+html h3 {
	font-size: 1.4em;
}

* html h2, h3 {
	font-weight: 700;
}

.hidden {
	display: none;
}

.ImageElement, .VideoElement {
	text-align: center;
	margin-top: 20px;
}

img.narrow {
	float: left;
	margin: 4px 14px 4px 0;
}

* html img.narrow {
	margin: 4px 10px 4px 0;
}

img.wide {
	display: block;
}

div.rssBadge {
	margin: 10px;
	text-align: center !important;
}

* html div.rssBadge {
	margin: 5px;
}

* {
	
}

/* Small icon option */

img.smallRSSBadgeIcon {
	vertical-align: middle;
}

img.smallRSSBadgeIconLeft {
	margin-right: 4px;
}

img.smallRSSBadgeIconRight {
	margin-left: 4px;
}

/* Large icon option */

div.largeRSSBadgeIcon, p.largeRSSBadgeIcon {
	margin: 0 10px;
	text-align: center !important;
}

* html div.largeRSSBadgeIcon, p.largeRSSBadgeIcon {
	margin: 0 5px;
}

img.largeRSSBadgeIcon {
	margin-bottom: 4px;
}

p.largeRSSBadgeIcon {
	margin: 0;
}

ul {
	padding-left: 20px;
	list-style-type: disc;
}

ol, dd {
	padding-left: 20px;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

.sitemap-page a:hover {
	color: #e1e0df;
	text-decoration: underline;
}

/* @end */

/* @group Page Container */

#page-container {
	width: 996px;
	margin: 0px auto;
	height: 100%;
	z-index: 10;
}

#page {
	clear: both;
	margin: 0 auto;
	margin-top: 0px;
	float: left;
	width: 996px;
	background: url(shadow_pagetopbg_980.jpg) top center no-repeat;
}

.no-sidebar #page {
	clear: both;
	margin: 0 auto;
	margin-top: 0px;
	float: left;
	width: 996px;
	
}


/* @end */

/* @group Page Top */

#page-top {
	position: relative;
	margin: 0px 25px 0px 5px;
	float: left;
	width: 180px;
	background: transparent;
	overflow: visible;
	height: auto;
}

* html #page-top {
	display: inline;
}

#title {
	margin: 0px;
}

#title #logo-container {
	position: absolute;
	top: 21px;
	left: 0px;
	right: 0px;
}

#logo {
	display: block;
	width: 178px;
	height: 57px;
	background: transparent;
}

#logo a {
	border: 0;
}

#title h1 {
	position: absolute;
	top: 24px;
	left: 234px;
	right: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 722px;
	padding: 0 0 8px 0;
	font-size: 1.9em;
	line-height: 1.0em;
	text-align: left;
	font-weight: normal;
	background: transparent;
	color: #9e9e9e;
}

* html #title h1 {
	font-weight: 600;
	letter-spacing: -1px;
}

*:first-child+html h1 {
}

#title h1 a:link, #title h1 a:visited, #title h1 a:active {
	text-decoration: none;
	color: #9e9e9e;
}

#title h1 a:hover {
	text-decoration: none;
	color: #e1e0df;
	padding: 0;
	background: transparent;
}

.has-logo #title h1 {
	right: 250px;
}

.no-logo #title h1 {
	right: 50px;
}

#title p {
	position: absolute;
	top: 110px;
	left: 234px;
	width:  722px;
	right: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
	text-align: left;
	background: transparent;
	letter-spacing: .5px;
	color: #9e9e9e;
}

* html #title p {
	font-weight: 600;
}

.has-logo #title p {
	right: 250px;
}

.no-logo #title p {
	right: 50px;
}

/* @end */

/* @group Site Nav Menu */

#page-top #sitemenu-container {
	position: relative;
	width: 200px;
	padding: 0;
	margin: 136px 0 20px 0;
	background: transparent;
	z-index: 26;
	overflow: hidden;
}

#sitemenu {
	width: 200px;
	margin: 0 auto;
	padding: 0;
	border: none;
	height: 100%;
	list-style-type: none;
	font-size: 14.5px;
	text-align: left;
}

* html #sitemenu {
	font-weight: 600;
}

#sitemenu a {
	text-decoration: none;
}

#sitemenu ul {
	width: 195px;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 3px 5px 4px 0px;
	color: #e1e0df;
	padding: 0;
	border: none;
	height: 100%;
	list-style-type: none;
	font-size: 14.5px;
}

#sitemenu li a {
	width: 195px;
	display: inline-block;
	white-space: normal;
	margin-bottom: 0px;
	color: #e1e0df;
	padding: 3px 5px 4px 0px;
	border: none;
	background: transparent;
	border-bottom: 1px solid #333333;
	text-decoration: none;
}

#sitemenu li a:hover {
	color: #8e8e8e;
	margin-bottom: 0px;
	padding: 3px 5px 4px 0px;
	border: none;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px solid #333333;
}

#sitemenu li.currentPage {
	width: 185px;
	color: #8e8e8e;
	margin-bottom: 0px;
	padding: 3px 5px 4px 10px;
	border: none;
	background: transparent url(navarrow_8e8e8e.jpg) center left no-repeat;
	text-decoration: none;
	border-bottom: 1px solid #333333;
}

#sitemenu li.currentParent .in {
	width: 185px;
	color: #8e8e8e;
	margin-bottom: 0px;
	padding: 3px 5px 4px 10px;
	border: none;
	background: transparent url(navarrow_8e8e8e.jpg) center left no-repeat;
	text-decoration: none;
}

* html #sitemenu li.currentPage .in {
	font-weight: 700;
}

*:first-child+html #sitemenu li.currentPage .in {
	font-weight: 700;
}

#sitemenu li.currentPage .in {
}

* html #sitemenu li.currentPage .in {
}

*:first-child+html #sitemenu li.currentPage .in {
}

/* @end */

/* @group Sidebar */

.allow-sidebar #main {
	width: 522px;
	background: transparent;
}

* html .allow-sidebar #main {
	width: 492px;
}

.no-sidebar #main {
	width: 738px;
	background: transparent;
	z-index: 5;
}

#sidebar-container {
	position: relative;
	float: right;
	margin: 6px 0 20px 0;
	width: 220px;
	padding: 166px 0 0 0;
	background: transparent;
}

* html #sidebar-container {
	margin: 3px 6px 0 0;
	padding: 177px 0 0 0;
}

*:first-child+html #sidebar-container {
	margin: 3px 6px 0 0;
	padding: 177px 0 0 0;
}

#sidebar-top {
	margin: 5px;
}

#sidebar-content {
	margin: 0;
	text-align: left;
	padding: 0 10px 0 0;
}

#sidebar-bottom {
	margin: 5px;
}

/* @end */

/* @group Page Content */

#page-content {
	position: relative;
	margin: 144px 0 20px 240px;
	background: transparent url(banner.jpg) top left no-repeat;
}

* html #page-content {
	height: 1%;
	margin: 144px 0 20px 236px;
}

#main {
}

#main-content {
	margin: 0 0 20px 0;
	padding: 177px 14px 10px 0px;
	background: transparent;
	overflow: auto !important;
}

* html #main-content {
	padding: 177px 7px 10px 0px;
}

*:first-child+html #main-content {
	padding: 177px 14px 10px 0px;
}

.no-sidebar #main-content {
	margin: 0 0 20px 0;
	padding: 177px 5px 10px 0px;
}

#page-bottom {
	position: relative;
	margin-top: -10px;
	margin-bottom: 24px;
	padding: 0 0 24px 0;
	float: left;
	clear: right;
	display: block;
	height: auto;
	width: 996px;
	background: transparent;
	z-index: 2;
}

* html #page-bottom {
	margin-top: -20px;
}

*:first-child+html #page-bottom {
	margin-top: -20px;
}

#page-bottom-contents {
	position: relative;
	width:  738px;
	font-size: .95em;
	line-height: 1.5em;
	font-weight: 500;
	color: #8e8e8e;
	text-align: left;
	padding: 22px 0 0 0;
	margin: 0 auto;
	margin-left: 240px;
	white-space: normal;
	border-top: 1px solid #51555A;
	z-index: 4;
}

#page-bottom a:link, #page-bottom a:visited {
	color: #9e9e9e;
	text-decoration: underline;
}

#page-bottom a:hover {
	color: #e1e0df;	text-decoration: underline;
}

.listing-index h3 {
	font-size: 1em;
	font-weight: normal;
}

/* @end */

/* @group Contact Form */

form.contactElement textarea,form.contactElement input,form.contactElement select {
	width: 97%;
	margin: 4px 0;
	background: #e1e0df;
	color: #3e3e3e;
}

form.contactElement input.submit {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: 2%;
	min-width: 50%;
}

form.contactElement th {
	text-align: right;
	font-weight: normal;
	width: 25%;
}

*:first-child+html form.contactElement input.submit {
	padding: 0px 10%;
}

td.dli1 {
	text-align: center;
}

/* @end */

/* @group Pagelets */

.pagelet {
	font-size: .95em;
	line-height: 1.4em;
	overflow: hidden;
	margin: 0px 0 12px 0;
	padding: 8px 0 8px 0;
	width: 200px;
	background: transparent;
}

.pagelet.bordered {
	border: 1px solid #3e3e3e;
	padding: 6px 5px 6px 8px;
	margin: 8px 0 12px 0;
	width: 186px;
}

* html .pagelet.bordered {
	margin: 4px 0 12px 0;
}

.pagelet.bordered .photo img {
	border: none;
	padding: 0;
}

.pagelet h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	color: #e1e0df;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 5px;
	letter-spacing: .5px;
}

.pagelet p {
	margin-bottom: 0px;
	text-align: left;
}

.pagelet a:link, .pagelet a:visited {
	color: #9e9e9e;
	text-decoration: underline;
	background: transparent;
}

.pagelet a:hover {
	color: #e1e0df;
	text-decoration: underline;
	background: transparent;
}

.pagelet ul {
	line-height: 1.4em;
	margin: 5px 0 0 0;
}

.pagelet .photo img {
	border: none;
	padding: 0;
	background: transparent;
	margin: -2px 0 2px -1px;
	text-align: center;
}

.pagelet img {
	border: none;
	padding: 0;
}

.pagelet a img {
	border: none;
	padding: 0;
}

.pagelet .photo .imageLink {
	background: transparent;
}

.pagelet .photo .imageLink a:hover {
	background: transparent;
}

/* @end */

/* @group Callouts */

.callout {
	float: left;
	margin: 2px 14px 10px 0;
	padding: 0 0 0 0;
}

* html .callout {
	margin: 0 14px 10px 0;
}

*:first-child+html .callout {
	margin: 0 14px 10px 0;
}

.callout a:link, .callout a:visited {
	color: #9e9e9e;
	text-decoration: underline;
	background: transparent;
}

.callout a:hover {
	color: #e1e0df;
	text-decoration: underline;
	background: transparent;
}

.callout .photo {
	margin-left: 0px;
	text-align: center;
}

.callout p {
	line-height: 1.2em;
}

/* @end */

/* @group Blog-Article Page */

#index {
	margin: 0 0 10px 0;
}

.article {
	margin-bottom: 0;
}

.article-info {
	font-style: normal;
	margin-bottom: 0;
}

.article-content {
	margin-bottom: 2px;
	color: #8e8e8e;
}

.article-content p {
	color: #8e8e8e;
	margin: 0 0 10px 0;
}

.article-summary {
clear: left;
}

.article h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.35em;
	line-height: 1.2em;
	color: #e1e0df;
	font-weight: bold;
	margin: 0 0 9px 0;
	letter-spacing: .5px;
}

*:first-child+html .article h3 {
	width: auto;
}

.article h3 a, .article h3 a:active, .article h3 a:focus {
	text-decoration: none;
	color: #e1e0df;
}

.article h3 a:hover {
	text-decoration: underline;
	color: #9e9e9e;
}

.general-index h3 {
	width: 99%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #e1e0df;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 7px 0;
	letter-spacing: .5px;
}

.general-index {
	width: 99%;
	margin: 4px 0 8px 0;
	padding: 0;
}

* html .general-index {
	width: 98%;
}

.Download-index h3 {
	width: 99%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.15em;
	line-height: 1.2em;
	color: #e1e0df;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 7px 0;
	letter-spacing: .5px;
}

.article-info .timestamp {
	font-size: .9em;
	background: url(clock.jpg) left center no-repeat;
	padding: 0 0 1px 19px;
	margin: 3px 0 0 0;
}

.article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	color: #9e9e9e;
	text-decoration: underline;
	background: transparent;
	padding: 0 0 3px 0;
	font-size: .95em;
	margin: 0;
	font-style: normal;
}

.article-info .continue-reading-link a:hover {
	color: #e1e0df;
	text-decoration: underline;
	background: transparent;
	padding: 0 8px 3px 0;
	font-size: .95em;
	margin: 0;
	font-style: normal;
}

.comments {
	font-size: .95em;
	margin: 3px 0 5px 0;
}

div.collection-navigation {
	text-align: left;
	padding: 5px 0 5px 0;
}

/* @end */

/* @group Photo Grid */

.photogrid-index {
	margin-top: 16px;
	text-align: center;
	margin: auto;
	overflow: visible;
}

* html .photogrid-index {
	position: relative;
	height: 1%;
}

*:first-child+html .photogrid-index {
	width: 98%;
}

.photogrid-index a {
	text-decoration: none;
	padding: 1px 3px;
}

.photogrid-index h3 a:hover {
	text-decoration: underline;
}

.gridItem {
	float: left;
	position: relative;
	width: 142px;
	height: 180px;	margin: 6px 0 6px 0;
	padding-top: 10px;
	overflow: hidden;
}

* html .griditem {
	margin: 3px 0 3px 0;
}

body.allow-sidebar .gridItem {
	width: 148px;
}

.gridItem h3 {
	font-weight: normal;
	font-size: .95em;
	line-height: 1.3em;
	color: #383d44;
	margin: 2px 5px 0 5px;
	padding: 0 2px;
	position: absolute;
	top: 140px;
	width: 128px;
}

* html .gridItem h3 {
	position: relative;
	top: 0px;
}

*:first-child+html .gridItem h3 {
	position: relative;
	top: 0px;
	font-weight: normal;
	font-size: .95em;
	line-height: 1.3em;
}

.gridItem h3 a:link, .gridItem h3 a:visited, .gridItem h3 a:focus {
	text-decoration: underline;
}

.gridItem h3 a:hover {
	text-decoration: underline;
}

body.allow-sidebar .gridItem h3 {
	width: 126px;
	margin: 4px 10px 0px 10px;
}

.gridItem img {
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 40px;
	right: 0;
	left: 0;
	border: 0;
}

* html .gridItem img {
	position: relative;
	top: 0;
}

*:first-child+html .gridItem img {
	position: relative;
	top: 0;
}

/* @end */

/* @group Single Photo Page */

.photo-navigation {
	position: relative;
	z-index: 100;
	height: 40px;
	width: 200px;
	margin: 0px auto;
	margin-top: 8px;
	margin-bottom: 0;
}

.photo img {
	padding: 0;
	margin-top: 0;
	margin-bottom: 8px;
}

.caption {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: .6px;
}

* html .caption {
	font-weight: 700;
	letter-spacing: 0px;
}

.photo-navigation a {
	border: none;
}

.photo-navigation div {
	width: 50px;
	height: 38px;
	position: absolute;
	text-indent: -5000em;
}

.photo-navigation a {
	border-bottom: none;
	display: block;
	width: 100%;
	height: 100%;
}

.image-controls a, .image-controls a:hover {
	border: 0;
}

#previous-photo {
	left: 27px;
}

* html #previous-photo {
	left: 28px! important;
}

*:first-child+html #previous-photo {
	left: 27px;
}

#previous-photo a {
	background: url(arrow_left_off.jpg) top no-repeat;
}

#previous-photo a:hover {
	background: url(arrow_gray_left_on.jpg) top no-repeat;
}

#previous-photo a:visited {
	background: url(arrow_left_off.jpg) top no-repeat;
}

#next-photo {
	background: url(arrow_right_off.jpg) top no-repeat;
	left: 122px;
}

* html #next-photo {
	left: 122px! important;
}

*:first-child+html #next-photo {
	left: 122px;
}

#next-photo a {
	background: url(arrow_right_off.jpg) top no-repeat;
}

#next-photo a:hover {
	background: url(arrow_gray_right_on.jpg) top no-repeat;
}

#next-photo a:visited {
	background: url(arrow_right_off.jpg) top no-repeat;
}

#photo-list {
	background: url(index_off.jpg) top no-repeat;
	left: 75px;
}

* html #photo-list {
	left: 75px! important;
}

*:first-child+html #photo-list {
	left: 75px;
}

#photo-list a {
	background: url(index_off.jpg) top no-repeat;
}

#photo-list a:hover {
	background: url(index_gray_on.jpg) top no-repeat;
}

.image-controls a {
	border-bottom: 0;
}

/* @end */

.callout-container, .graphic-container { clear:both; }

#page-content { background-image: url("banner.jpeg"); }

