@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,   .wide.left video,   .wide.left audio   { display:block; margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center, .wide.center video, .wide.center audio { display:block; margin-left:auto; margin-right:auto; }
.wide.right  .graphic, img.wide.right,  .wide.right video,  .wide.right audio  { display:block; 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;
}


.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;
}

.photogrid-index-bottom { clear:left; }

/* Overall pagelet */
div.rssBadge
{
	margin: 10px;
}

/* Small icon option */
img.smallRSSBadgeIcon { vertical-align:middle; }
img.smallRSSBadgeIconLeft { margin-right:3px; }
img.smallRSSBadgeIconRight { margin-left:3px; }

/* Large icon option */
div.largeRSSBadgeIcon, p.largeRSSBadgeIcon
{
	margin: 0 10px;
	text-align:center !important;
}

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

/*
	Based on ColorBox 1.3.19 example1.  Changes:
		changed "colorbox/" to "colorbox/"
		removed background:url line for #cboxOverlay
        added color to #cboxError
*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox{}

    #cboxTopLeft,#cboxTopRight,#cboxBottomLeft,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat}

    #cboxTopLeft{background-position:-101px 0;}
    #cboxTopRight{background-position:-130px 0;}
    #cboxBottomLeft{background-position:-101px -29px;}
    #cboxBottomRight{background-position:-130px -29px;}
    #cboxMiddleLeft{background-position:left top; background-repeat:repeat-y;}
    #cboxMiddleRight{background-position:right top; background-repeat:repeat-y;}

    #cboxTopCenter{height:21px; background:url(colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;color:red;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
            
        #cboxPrevious,#cboxNext,#cboxClose{background:url(colorbox/controls.png) no-repeat; width:25px; height:25px; text-indent:-9999px;}
            
        #cboxPrevious{position:absolute; bottom:0; left:0; background-position:-75px 0;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background-position:-50px 0;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background-position:-25px 0;}
        #cboxClose:hover{background-position:-25px -25px;}


/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

textarea.fullWidth, input.fullWidth, select.fullWidth {
	width:96%;
	margin:4px 0;
}
textarea.fullWidth, select.fullWidth {
	margin: 4px 1px
}

form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

.contactError { color:red; font-weight:bold; }

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: 0px;
}

textarea {
    resize: vertical;
}

form.contactElement p {
	text-align: left;
}

/*
File:  'Blueball Cubicle Wide' main.css Style Sheet
Created: 21, January, 2008
Last Modified: 8, September, 2011
Version: 8.0
Author:  Charlie Lockhart, Blueball Design
www.sandvoxdesigns.blueballdesign.com
Copyright 2008-2011 Charlie Lockhart/Blueball Design LLC USA, All Rights Reserved
*/


/* @group Global CSS */

body {
	margin: 0px auto;
	height: 100%;
		background: #c7bfb0 url(bkgd.png);
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13.5px;
	line-height: 23px;
	font-weight: normal;
	color: #333;
	text-align: left;
	word-wrap: break-word;
}

* html body {
	font-weight: 500;
}

* {
	margin: 0px;
	padding: 0px;
}

#main {
	min-height: 200px;
}

img {
	border: none;
}

a img {
	border: none;
	text-decoration: none;
}

a:link {
	font-weight: normal;
	color: #764477;
	text-decoration: underline;
}

a:hover {
	font-weight: normal;
	color: #764477;
	text-decoration: none;
}

a:visited {
	font-weight: normal;
	color: #764477;
	text-decoration: underline;
}

a:active {
	font-weight: normal;
	color: #764477;
	text-decoration: none;
}

p {
	
}

h2 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	line-height: 28px;
	color: #764477;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 12px;
}

* html h2 {
	font-weight: 600;
}

h3 {
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 19px;
	color: #333;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
}

.clear {
	clear: both;
	height: 0;
	line-height: 1px;
}

#main .clear {
	clear: left;
}

.hidden {
	display: none;
}

.ImageElement, .VideoElement {
	text-align: center;
	margin: 10px 0 6px 0;
}

img.narrow {
	display: block;
	clear: left;
	float: left;
}

.narrow.left { 
	margin: 3px 16px 3px 0px; 
}

.narrow.right {
	margin: 3px 0px 3px 16px; 
}

img.wide {
	display: block;
	clear: both;
}

div.rssBadge {
	margin: 10px;
}

/* 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;
}

img.largeRSSBadgeIcon {
	margin-bottom: 4px; 
}

p.largeRSSBadgeIcon {
	margin: 0; 
}

ul {
	padding-left: 20px;
	list-style-type: disc;
	color: #333;
}

* html ul {
	padding-left: 22px;
	list-style-type: square;
	color: #333;
}

ul a:hover {
	color: #764477;
	text-decoration: none;
} 

li a:hover {
	color: #764477;
	text-decoration: none;
}

ol, dd {
	padding-left: 20px;
}

.sitemap-page a:hover {
	color: #626262;
	text-decoration: none;
}

.js-kit-comments { 
	float:left; 
	width: 99%; 
}

* html .js-kit-comments { 
	width:98%; 
} 

hr {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #e9e9e9;
	height: 2px;
	margin: 10px 0;
}

blockquote {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	background: url(quotes.gif) no-repeat top left;
	background-position: 12px 4px;
	color: #764477;
	margin: 5px 0;
	padding: 8px 15px 8px 58px;
}

/* 2.0 callout compatibility. 2.0-compatible designs are expected to implement this themselves */

.callout-container, .graphic-container {
	clear: both;
}

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */

.wide {
	display: block;
}

img.narrow.left {
    float: left!important;
	clear: left;
}

img.narrow.right {
	float: right!important;
	clear: right;
}

.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 {
	text-align: left;
}

.ImageElement.center {
	text-align: center;
}

.ImageElement.right {
	text-align: right;
}

/* @end */

/* @group Page-Top */

#page-container {
	background: transparent;
	margin: 0px auto;
	width: 990px;
}

#page {
	width: 990px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 24px;
	padding: 0;
	background: url(cubicle_bg990.gif) top repeat-y;
}

#page-top {
	position: relative;
	width:  982px;
	margin: 0px auto;
	padding-left: 4px;
	background: url(vdlwide_banner.jpg) top no-repeat;
	z-index: 10;

}

#title {
	position: relative;
	background: transparent;
	width: 980px;
	margin: 0px auto;
	overflow: hidden;
	height: 200px;
}

#title h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 26px 30px 0 20px;
	padding: 0;
	font-size: 30px;
	line-height: 38px;
	font-weight: bold;
	/* Edit the color code below for the Title text color */
    color: #764477;
	text-align: left;
	letter-spacing: -1px;
	overflow: hidden;
	z-index: 20;
}

* html #title h1 {
	font-weight: bold;
	letter-spacing: -1px;
}

.has-logo #title h1 {
	margin: 26px 30px 0 20px;
	padding: 0 0 0 16px;
	overflow: hidden;
}

#title h1 a:link, #title h1 a:visited {
	color: #764477;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
}

#title h1 a:hover {
	text-decoration: none;
	color: #626262;
}

#title p {
	position: absolute;
	top: 108px;
	bottom: 15px;
	left: 20px;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	letter-spacing: 1px;
	/* Edit the color code below for the text color in the red block area */
    color: #e5e5e5;
}

* html #title p {
	font-weight: 600;
	letter-spacing: 0px;
}

#title img {
	float: right;
	margin: 0 47px 0 30px;
	display: block;
	height: 90px;
	width:  200px;
}

* html #title img {
	margin: 0 15px 0 15px;
}

/* @end */

/* @group Site Menu */

#sitemenu-container {
	clear: both;
}

#sitemenu {
	position: relative;
	margin: 0px auto;
	padding-left: 0;
	width: 982px;
	margin-left: -2px;
	margin-bottom: 7px;
	height: 24px;
	background: url(navbg_up.jpg) top left repeat-x;
	border-top: 1px solid #f6f7f8;
	z-index: 105;
	overflow: visible;
}

#sitemenu-content ul {
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	line-height: 24px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

* html #sitemenu-content ul {
	font-weight: 500;
}

#sitemenu-content ul .submenu-indicator {
	padding: 0 0 0 8px;
}

#sitemenu-content ul li {
	float: left;
}

*:first-child+html #sitemenu-content ul li {
	zoom: 1;
	display: inline;
}

#sitemenu-content ul li a {
	display:  block;
	height: 24px;
	background: url(navbg_up.jpg) top left repeat-x;
	color: #333333;
	list-style: none;
	text-decoration: none;
	white-space: nowrap;
	border-right: 1px solid #999;
	padding: 0 12px 0 12px;
	z-index: 10;
	overflow: visible;
}

#sitemenu-content ul li a:hover {
	font-weight: normal;
	color: #764477;
	text-decoration: none;
	padding: 0 12px 0 12px;
}

#sitemenu-content li.currentPage {
	display:  block;
	background: #ffffff;
	color: #764477 !important;
	padding: 0 12px 0 12px;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	white-space: nowrap;
	border-right: 1px solid #999;
}

/* SV2 - New Sub Menu Level CSS */

/* 2nd level */


#sitemenu-content ul li ul {
	margin: 0 0 0 0;
	margin-left: -1px!important;
	line-height: 18px;
	width:  200px !important;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top:  0;
	color: #333333;
	font-weight: normal;
	z-index: 110;
}

#sitemenu-content ul li ul li a {
	margin: 0 0 0 0;
	padding: 0 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	height:  auto !important;
	line-height: 18px;
	color: #333333;
	background:  #f1f1f1;
	border-bottom: 1px solid #999999;
	font-weight: normal;
}

#sitemenu-content ul li ul li a:hover {
	text-decoration: none!important;
	line-height: 18px;
	background:  #ffffff;
	color: #764477;
}

#sitemenu-content ul li ul li, #sitemenu-content ul li ul li a.selected {
	width:  200px !important;
}

#sitemenu-content ul li ul li span.in {
	border-bottom: 0;
	line-height: 18px;
	padding: 5px 15px 5px 13px;
}

#sitemenu-content ul li ul li.currentPage {
	color: #ffffff !important;
	background: #774477;
	line-height: 18px;
	padding: 0;
	border-bottom: 1px solid #505050;
}

ul.isSubMenu li.currentParent a.selected span.in {
	background: #764477;
	color: #ffffff !important;
}


/* 3rd Level */

#sitemenu-content ul li ul li ul {
	top: 0 !important;
	margin-left: -2px!important;
	margin-top: -1px !important;
	border-top:  1px solid #505050;
	line-height: 18px;
	background:  #f1f1f1;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin-top: 1px;
	margin-bottom: 12px;
	padding: 10px 5px 5px 10px;
	background: #e5e5e5;
	line-height: 1.5em;
	min-height: 80px;
	height: auto !important;
}

.allow-sidebar #main {
	float: left;
	width: 675px;
	padding: 1px 0 0 0;
	min-height: 158px;
	height: auto !important;
}

.no-sidebar #main {
	float: left;
	width: 940px;
	margin-left: 0;
	padding: 1px 0 0 0;
	height: auto !important;
}

/* @end */

/* @group Pagelet */

.pagelet {
	font-size: .95em;
	line-height: 1.4em;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 6px 0 6px 0;
	width: 220px;
	background: transparent;
}

.pagelet.bordered {
	border: 1px solid #626262;
	background: #e5e5e5;
	padding: 6px;
	margin: 0 0 10px 0;
	width: 210px;
}

* html .pagelet.bordered {
	margin: 0 0 12px 0;
}

.pagelet.bordered .photo img {
	border: none;
	padding: 0;
}

.pagelet h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #764477;
	background: transparent;
	padding: 0px 0px 3px 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	letter-spacing: .5px;
	border-bottom: 1px solid #626262;
}

.pagelet.bordered h4 {
	padding: 3px 0px 3px 0px;
}

.pagelet p {
	margin-bottom: 4px;
	text-align: left;
	line-height: 1.5em;
}

.pagelet a:link, .pagelet a:visited {
	color: #764477;
	text-decoration: underline;
	background: transparent;
}

.pagelet a:hover {
	color: #626262;
	text-decoration: none;
	background: transparent;
}

.pagelet ul {
	line-height: 1.5em;
	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 Callout */

/* My Comment */


.callout {
	width: 220px;
	float: left;
	margin: 4px 20px 5px 0;
	padding: 0 0 0 0;
}

* html .callout {
}

*:first-child+html .callout {
}

.callout a:link, .callout a:visited {
	color: #764477;
	text-decoration: underline;
}

.callout a:hover {
	color: #626262;
	text-decoration: none;
}

.callout .photo {
	margin-left: 0px;
	text-align: center;
}

.callout img {
	border: none;
	padding: 0;
}

.callout a img {
	border: none;
	padding: 0;
}

.callout p {
	line-height: 1.5em;
}

.callout ul {
	margin:  4px 0 0 6px;
}

.callout li {
	line-height: 1.5em;
}

/* @end */


/* @group Page-Content */

#page-content {
	width: 940px;
	min-height: 200px;
	margin: 0px auto;
	padding: 14px 0 8px 0px;
	background: transparent;
	text-align: left;
}

* html #page-content {
	padding: 2px 0px 0px 0px;
	margin-top: -12px;
	margin-bottom: -22px;
}

*:first-child+html #page-content {
	padding: 10px 0 5px 0px;
}

/* @end */

/* @group Article-Blog Page */

#main h2 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	line-height: 28px;
	color: #764477;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 14px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom:  1px solid #626262;
}

* html #main h2 {
	font-weight: 600;
}

.general-index {
	line-height: 22px;
	color: #333;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 8px;
	padding: 10px 0 0 0;
}

.general-index h3 {
	padding: 10px 10px 0px 0;
	font-size: 17px;
	line-height: 1.4em;
	color: #333;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 2px;
	border-bottom: 1px solid #626262;
	width: 98%;
}

.general-index h3 a {
	color: #764477;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 0;
	margin-top: 12px;
	margin-bottom: 8px;
}

.general-index h3 a:hover {
	color: #626262;
	text-decoration: none;
}

.listing-index {
	margin-bottom: 15px;
	padding: 0px 6px;
}

.listing-index h3 {
	line-height: 16px;
	color: #333;
	font-weight: normal;
}

.general-index .article {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background: transparent;
	margin-bottom: 15px;
}

.article {
	margin-bottom: 6px;
	padding: 10px 0 0 0;
}

* html .article {
	padding: 2px 0 0 0;
}

*:first-child+html .article {
	padding: 10px 0 10px 0;
}

.article ul {
	line-height: 24px;
}

.article-content ul {
	margin-left:  10px;
}

.article-info {
}

.article h3 {
	padding: 0px 10px 10px 0;
	font-size: 17px;
	line-height: 19px;
	color: #333;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}

.article h3 a, .article h3 a:active {
	text-decoration: underline;
	color: #764477;
}

.article h3 a:hover, a:focus {
	text-decoration: none;
	color: #555;
}

.article-info .timestamp {
	clear: left;
	text-align: left;
	background: transparent;
	padding: 1px 12px 1px 0px;
	margin: 6px 0px 0px 0px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: .6px;
	color: #764477;
}

.article-info .comments {
padding-bottom: 6px;
color: #333;
font-size: 12px;
}

.article-info .comments a {
padding-bottom: 6px;
color: #333;
text-decoration: underline;
}

.article-info .comments a:hover {
padding-bottom: 6px;
color: #626262;
text-decoration: none;
}

/* @end */

/* @group Photo Grid */

.photogrid-index {
	margin-top: 12px;
	margin-left: 8px;
}

.photogrid-index a {
	text-decoration: none;
}

.gridItem {
	float: left;
	position: relative;
	width: 150px;
	height: 186px;	/* room for caption */
	overflow: hidden;
	margin-top: 5px;
}

.gridItem h3 {
	font-weight: normal;
	font-size: 11.5px;
	line-height: 14px;
	text-align: center;
	margin: 0 5px;
	padding: 1px 0px 0px 0px;
	background: transparent;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	width: 136px;
	position: absolute;
	top: 140px;
}

* html .gridItem h3 {
	margin: 2px 5px;
}

.gridItem h3 a, .gridItem h3 a:focus {
	text-decoration: underline !important;
	color: #764477 !important;
}

.gridItem h3 a:hover {
	text-decoration: none !important;
	color: #626262 !important;
}

.gridItem img {
    border: 0;
    margin: auto!important;
    display: block;
    position: absolute;
    top: 0;
    bottom: 48px;
    right: 0;
    left: 0;
}

.gridItem img a:hover {
    border: 0px solid #764477;
}

* html .gridItem img {
	position: relative;
}

* html .gridItem h3 {
	position: relative;
	top: 0px;
}

*:first-child+html .gridItem img {
	position: relative;
	top: 0px;
}

*:first-child+html .gridItem h3 {
	position: relative;
	top: 2px;
}

/* @end */

/* @group Single Photo Page */

.photo-navigation {
	position: relative;
	height: 34px;
	width: 200px;
	margin: 0px auto;
	margin-top: 15px;
}

.photo img {
	padding: 0px;
	border: 1px solid #626262;
	margin-top: 0px;
	margin-bottom: 8px;
}

.caption {
	font-size: 13px;
	line-height: 22px;
}

.photo-navigation a {
	border: none;
}

.photo-navigation div {
	width: 35px;
	height: 34px;
	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 {
	background: url(leftarrow_off.jpg) top no-repeat;
	left: 39px;
}

#previous-photo a {
	background: url(leftarrow_on.jpg) top no-repeat;
}

#previous-photo a:hover {
	background: url(leftarrow_off.jpg) top no-repeat;
}

#next-photo {
	background: url(rightarrow_off.jpg) top no-repeat;
	left: 125px;
}

#next-photo a {
	background: url(rightarrow_on.jpg) top no-repeat;
}

#next-photo a:hover {
	background: url(rightarrow_off.jpg) top no-repeat;
}

#photo-list {
	background: url(centerindex_off.jpg) top no-repeat;
	left: 82px;
}

#photo-list a {
	background: url(centerindex_on.jpg) top no-repeat;
}

#photo-list a:hover {
	background: url(centerindex_off.jpg) top no-repeat;
}

.image-controls a {
	border-bottom: 0;
}

/* @end */

/* @group Page Bottom */

#page-bottom {
	clear: both;
	width: 982px;
	margin: 10px 0px 0px 4px;
	padding: 0;
	text-align: center;
	background: #333;
	border-left: 1px solid #333;
}

*:first-child+html #page-bottom {
	margin: 4px 0px 0px 4px;
}

#page-bottom-contents {
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 1.4em;
	color: #fff;
	text-align: center;
	padding: 7px 12px 8px 12px;
	margin: 0px;
	overflow: hidden;
}

#page-bottom-contents a:link, #page-bottom a:visited {
	color: #ededed;
	text-decoration: underline;
}

#page-bottom-contents a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* @end */

/* @group Contact Form */

form.contactElement textarea,
form.contactElement input {
	padding:  2px 0px;
}

/* @end */
.callout-container, .graphic-container { clear :left ; }

#page-top { background-image : url(banner.png); }

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

#page-top { background-image: url("banner.png"); }

