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

/*
File:  'Blueball SV Minimal Colors Blue' main.css Style Sheet
Created: 30, April, 2010
Last Modified: 3, June, 2010
Version: 1.0
Author:  Charlie Lockhart, Blueball Design
www.sandvoxdesigns.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design LLC USA, All Rights Reserved
*/

/* @group Global CSS */

body {
	position: relative;
	margin: 0px auto;
	padding: 0;
	background: #e9e9e9;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #4C524F;
	font-weight: normal;
	line-height: 1.7em;
	height: 100%;
	text-align: left;
	word-wrap: break-word;
}

* html body {
	line-height: 1.9em;
	text-align: center;
}

@font-face {
	font-family: 'GraublauWebBold';
	src: url('fonts/graublauwebbold-webfont.eot');
	src: local('fonts/GraublauWebBold'), 
	url('fonts/graublauwebbold-webfont.ttf') format('truetype'), 
	url('fonts/graublauwebbold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

#main {
	min-height: 525px;
}

img {
	border: 0;
}

a img {
	border: 0;
}

a:link, a:visited, a:active {
	color: #0D7FC4;
	text-decoration: underline;
}

a:hover {
	color: #0D7FC4;
	text-decoration: none;
}

p {
	margin: 0 0 12px 0;
}

strong {
	font-weight: 700;
}

hr {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #e9e9e9;
	height: 2px;
	margin: 10px 0;
}

blockquote {
	font-size: 1.4em;
	line-height: 1.3em;
	font-style: normal;
	background: url(quotes.gif) no-repeat top left;
	background-position: 12px 4px;
	color: #0D7FC4;
	margin: 5px 0;
	padding: 8px 15px 8px 58px;
}

h2 {
	font-family: GraublauWebBold, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1.25em;
	color: #0D7FC4;
	margin: 0 0 10px -1px;
	padding: 0;
	text-align: left;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #0D7FC4;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0;
	text-align: left;
}

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

.clear {
	clear: both;
	height: 0px;
	line-height: 2px;
}

* html .clear {
	line-height: 0px;
}

#main .clear {
	
}

* html #main .clear {
	line-height: 0px;
}

.hidden {
	display: none;
}

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

img.narrow, .article-thumbnail img {
	float: left;
	margin: 3px 15px 3px 0;
}

* html img.narrow, .article-thumbnail img {
	margin: 3px 8px 3px 0;
}

*:first-child+html img.narrow, .article-thumbnail img {
	margin: 3px 15px 3px 0;
}

img.wide {
	display: block;
}

div.rssBadge {
	margin: 10px 10px 10px 0;
}

div.rssBadge.bordered {
	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: 22px;
	list-style-type: disc;
}

ol, dd {
	padding-left: 20px;
	list-style-type: square;
}

.sitemap-page a:hover {
	color: #0D7FC4;
	text-decoration: none;
}


/* @end

 */

/* @group Page-Top Header */

#page-container {
	position: relative;
	width: 1028px;
	margin: 0px auto;
	margin-top: -60px;
	margin-bottom: 20px;
	background: transparent url(mainbackground02.jpg) top center no-repeat;
	border: none;
	height: auto;
	z-index: 5;
}

#page {
	position: relative;
	width: 954px;
	margin: 0px auto;
	margin-top: 0;
	padding: 0px;
	height: auto;
	background: #ffffff;
	text-align: center;
	z-index: 7;
}

* html #page {
}

*:first-child+html  #page {
	
}

#page-top {
	position: relative;
	margin: 0px auto;
	margin-top: 60px;
	width: 904px;
	height: auto !important;
	padding: 0;
	overflow: visible;
}

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

#title {
	position: relative;
	background: transparent url(banner.jpg) no-repeat;
	background-position: bottom center;
	width: 904px;
	height: 240px;
	margin: 0px auto;
	margin-top: 60px;
	overflow: visible;
}

* html #title {
	margin-top: 0px;
}

#title h1 {
	position: absolute;
	top: 10px;
	left: -1px;
	right: 0;
	display: block;
	font-family: GraublauWebBold, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 2.4em;
	text-align: left;
	color: #0d7fc4;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0;
	z-index: 17;
	background: transparent;
}

* html #title h1 {
	
}

.has-logo #title h1 {
	position: absolute;
	top: 10px;
	left: -1px;
	right: 192px;
	display: block;
	font-family: GraublauWebBold, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 2.4em;
	text-align: left;
	color: #0d7fc4;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0;
	z-index: 18;
	background: transparent;
}

* html .has-logo #title h1 {
	
}

#title h1 a:link, #title h1 a:visited {
	color: #0D7FC4;
	text-decoration: none;
}

#title h1 a:hover {
	text-decoration: none;
	color: #4c524f;
}

#title p {
	position: absolute;
	top: 53px;
	left: 0;
	right: 0;
	display: block;
	margin: 1px 0 10px 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.1em;
	text-align: left;
	z-index: 20;
	font-weight: normal;
	color: #4c524f;
	background: transparent;
}

* html #title p {
}

.has-logo #title p {
	position: absolute;
	top: 53px;
	left: 0px;
	right: 212px;
	display: block;
	margin: 1px 0 10px 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.1em;
	text-align: left;
	z-index: 21;
	font-weight: normal;
	color: #4c524f;
	background: transparent;
}

* html .has-logo #title p {
}

#title img {
	position: absolute;
	top: 12px;
	left: 704px;
	right: 0px;
	display: block;
	height: 60px;
	width: 200px;
	background: transparent;
	margin: 0;
	padding: 0;
}

/* @end

*/

/* @group Site Menu */

#sitemenu-container {
	clear: both;
	position: relative;
	height: auto !important;
	margin: 0px auto;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	background: url(menubg.jpg) bottom left repeat-x;
	margin-top: 5px! important;
	padding-bottom: 8px;
}

#sitemenu {
	position: relative;
	margin-left: 0px;
	background: transparent;
	color: #585858;
	text-align: center;
}

#sitemenu-content ul {
	list-style-type: none;
	font-size: 13px;
	line-height: 22px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px 7px 10px;
	z-index: 45;
	letter-spacing: 0;
	text-align: left;
}

#sitemenu-content ul li {
	margin: 0;
	padding: 0 14px 0 0;
	display: inline;
	text-align: left;
}

#sitemenu ul li a {
	color: #585858;
	text-decoration: none;
}

#sitemenu-content ul li a:hover {
	color: #0D7FC4;
	text-decoration: underline;
}

#sitemenu-content li.currentPage {
	color: #0D7FC4;
	text-decoration: none;
}

/* @end */

/* @group Sidebar */

#sidebar {
	position: relative;
	float: right;
	width: 200px;
	height: auto;
	margin: 0 0 0 0;
	padding: 10px 43px 10px 10px;
	background: transparent;
}

* html #sidebar {
	margin-bottom: 12px! important;
	margin-right: 8px;
	padding: 10px 0 10px 0px;
}

.allow-sidebar #main {
	position: relative;
	float: left;
	min-height: 300px;
	height: auto !important;
	width: 658px;
	margin: 0 0 0 0;
	padding: 8px 16px 15px 27px;
	text-align: left;
	background: transparent;
}

* html .allow-sidebar #main {
	padding-right: 0px! important;
	padding-left: 0px! important;
	margin-left:  13px
}

.no-sidebar #main {
	position: relative;
	min-height: 300px;
	height: auto !important;
	width: 904px;
	margin: 0 0 10px 0px;
	padding: 8px 0px 15px 25px;
	text-align: left;
	background: transparent;
}

* html body.no-sidebar #main {
	margin: 0 0 10px 3px;
	padding: 8px 0px 15px 2px;
}

*:first-child+html .no-sidebar #main {
	padding: 8px 0px 15px 0px;
}

#sidebar p {
	text-align: left;
}

#sidebar-top {
	
}

#sidebar-bottom {
	
}

#main-bottom {
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

/* @end */

/* @group Page-Content */

#page-content {
	clear: both;
	position: relative;
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
	z-index: 200;
}

* html #page-content {
	margin-top: 0;
}

#main-content {
	position: relative;
	background: transparent;
	padding: 0;
	margin: 0;
	z-index: 100;
}

/* @end */

/* @group Page Bottom */

#page-bottom {
	clear: both;
	width: 954px;
	margin: 0px auto;
	margin-top: -10px;
	padding: 0 0 16px 0;
	text-align: left;
	background: transparent url(bottom_shadow01.jpg) bottom center no-repeat;
	z-index: 40;
}

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

#page-bottom-contents {
	width: 954px;
	font-size: .95em;
	line-height: 1.5em;
	color: #585858;
	text-align: center;
	padding: 12px 0px 40px 0px;
	background: transparent;
}

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

#page-bottom a:hover {
	color: #0D7FC4;
	text-decoration: none;
}

/* @end */

/* @group Contact Form */

form.contactElement textarea,form.contactElement input,form.contactElement select {
	margin: 4px 0;
}

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 Pagelet */

.pagelet {
	width: 206px;
	font-size: .93em;
	line-height: 1.5em;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 8px 0 0 0;
	text-align: left;
}

* html .pagelet {
}

.pagelet.bordered {
	width: 200px;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	background: url(menubg.jpg) bottom left repeat-x;
	padding: 5px 8px 15px 8px;
	margin: 0 0 10px 0;
	text-align: left;
}

* html .pagelet.bordered {
}

.pagelet.bordered .photo img {
	border: none;
	padding: 0;
	text-align: left;
}

.pagelet-body p {
	font-size: .95em;
	margin: 0;
	padding: 0;
	text-align: left;
}

.pagelet-body li {
	font-size: .95em;
	line-height: 1.5em;
	text-align: left;
}

.pagelet-body .imgelement {
	margin: -10px 0 4px 0;
	padding: 0;
	text-align: left;
}

.pagelet h4 {
	font-family: Graublau, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.25em;
	font-weight: bold;
	color: #0D7FC4;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
}

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

.pagelet a:hover {
	text-decoration: none;
	background: transparent;
	color: #0D7FC4;
}

.pagelet ul {
	line-height: 1.5em;
	margin: 5px 0 0 0;
	text-align: left;
}

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

.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 */

.callout {
	float: right;
	margin: 5px 0px 5px 15px;
	color: #171717;
}

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

*:first-child+html .callout {
	
}

.callout a:link, .callout a:visited {
	color: #4c524f;
	text-decoration: underline;
}

.callout a:hover {
	text-decoration: none;
	color: #0D7FC4;
}

/* @end */

/* @group Blog-Article Page */

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

.article {
	margin-bottom: 0;
}

* html .article ul {
	margin-left: 15px;
}

.article-info {
	color: #5A5A5A;
	font-style: normal;
	margin-bottom: 0;
}

.article-content {
	margin-bottom: 2px;
}

.article-content p {
	margin: 0 0 10px 0;
}

.article-content ul {
	margin-left: 4px;
}

* html .article-content ul {
	margin-left: 4px;
}

.article h3 {
	font-size: 1.35em;
	line-height: 1.2em;
	color: #0D7FC4;
	font-weight: bold;
	margin: 4px 0 7px 0;
}

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

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

.article h3 a:hover {
	text-decoration: none;
	color: #6d6d6d;
}

.article-summary {
	margin-bottom: -5px;
}

.general-index {
	width: 99%;
	margin: 4px 0 12px 0;
	padding: 0;
	text-align: left;
}

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

.general-index h3 {
	width: 99%;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.35em;
	line-height: 1.2em;
	color: #0D7FC4;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 8px 0;
}

.listing-index ul {
	margin-left: 15px;
}

.listing-index li h3 {
	font-size: 1em;
	line-height: 1.3em;
	color: #0D7FC4;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: left;
}

.article-info .timestamp {
	clear: left;
	font-size: .9em;
	background: url(images/clock.jpg) left center no-repeat;
	padding: 0 0 1px 20px;
	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: #0D7FC4;
	text-decoration: underline;
	background: transparent;
	padding: 0 0 1px 4px;
	font-size: .95em;
	margin: 1px 0 0 0;
}

* html .article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	padding: 3px 0 1px 4px;
}

*:first-child+html .article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	padding: 3px 0 1px 4px;
}

.article-info .continue-reading-link a:hover {
	color: #0D7FC4;
	text-decoration: none;
	background: transparent;
	padding: 0 0 1px 4px;
	font-size: .95em;
	margin: 1px 0 0 0;
}

* html .article-info .continue-reading-link a:hover {
	padding: 3px 0 1px 4px;
}

*:first-child+html .article-info .continue-reading-link a:hover {
	padding: 3px 0 1px 4px;
}

.comments {
	padding: 0 6px 6px 0;
	margin-top: 1px;
	font-size: .95em;
}

.comments a, .comments a:visited {
	padding: 0 6px 6px 0;
	margin-top: 1px;
	color: #4C524F;
	text-decoration: underline;
	font-size: .95em;
}

.comments a:hover {
	padding: 0 6px 6px 0;
	margin-top: 1px;
	color: #0D7FC4;
	text-decoration: none;
	font-size: .95em;
}

.js-kit-comments, .js-CommentsSkin-echo {
	width: 99%;
	margin-bottom: 5px;
	clear: left;
}

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

/* @end */

/* @group Photo Grid */

.photogrid-index {
	position: relative;
	text-align: left;
	margin: auto;
	margin-left: 0;
	overflow: hidden;
}

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

.gridItem {
	float: left;
	position: relative;
	width: 150px;
	height: 186px;
	padding-top: 10px;
	color: inherit;
	overflow: hidden;
}

.gridItem h3 {
	position: absolute;
	top: 148px;
	left: 0;
	right: 0;
	font-weight: normal;
	font-size: .95em;
	line-height: 1.3em;
	text-align: center;
	color: #464646;
	margin: 0 5px 0 5px;
	background: transparent;
	height: auto !important;
	width: 138px;
}

.gridItem h3 a, .gridItem h3 a:visited {
	text-decoration: underline;
	color: #464646;
}

.gridItem h3 a:hover {
	text-decoration: none;
	color: #0D7FC4;
}

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

* html .gridItem img {
	position: relative;
}

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

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

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

/* @end */

/* @group Single Photo Page */

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

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

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

.photo img {
	padding: 0;
	border: 0;
	margin-bottom: 5px;
}

.caption {
	font-size: .95em;
	line-height: 1.4em;
	font-weight: normal;
}

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

#previous-photo {
	background: url(images/navarrowL_gray.jpg) top center no-repeat;
	left: 18px;
}

#previous-photo a {
	background: url(images/navarrowL_gray.jpg) top center no-repeat;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

#previous-photo a:hover {
	background: url(images/navarrowL_hover.jpg) top center no-repeat;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

#previous-photo a:visited {
	background: url(images/navarrowL_gray.jpg) top center no-repeat;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

#next-photo {
	background: url(images/navarrowR_gray.jpg) top center no-repeat;
	left: 136px;
}

#next-photo a {
	background: url(images/navarrowR_gray.jpg) top center no-repeat;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

#next-photo a:hover {
	background: url(images/navarrowR_hover.jpg) top center no-repeat;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

#next-photo a:visited {
	background: url(images/navarrowR_gray.jpg) top center no-repeat;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

#photo-list {
	background: url(images/navarrow_H2_gray.jpg) top center no-repeat;
	left: 77px;
}

#photo-list a {
	background: url(images/navarrow_H2_gray.jpg) top center no-repeat;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

#photo-list a:hover {
	background: url(images/navarrow_H2_hover.jpg) top center no-repeat;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

/* @end */

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

