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

.HTMLElement { overflow:hidden; }

/* 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; }

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

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: 9, January, 2008
Last Modified: 9, January, 2009
Version: 5.0
Author:  Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2008-2009 Charlie Lockhart/Blueball Design USA, All Rights Reserved
*/

/* @group Global CSS */

body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	background: #f0f0f0;
	/* Edit the color code below for the normal content text color */
	color: #333;
	word-wrap: break-word;
	margin: 0px auto;
}

* html body {
	font-weight: 500;
}

* {
	margin: 0px;
	padding: 0px;
}

#main {
	min-height: 200px;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #AB062F;
	text-decoration: underline;
}

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

a:visited {
	color: #AB062F;
	text-decoration: underline;
}

a:active {
	color: #AB062F;
	font-weight: bold;
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
}

h2 {
	font-size: 24px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 28px;
	color: #1f4f82;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 12px;
}

* html h2 {
	font-weight: 600;
}

h3 {
	font-size: 17px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 19px;
	color: #333;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
}

.clear {
	clear: both;
	height: 0;
}

* html .clear {
	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;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 2px;
}

img.wide {
	display: block;
	clear: both;
}

div.rssBadge
{
	margin: 10px;
}

/* Small icon option */
img.smallRSSBadgeIcon { 
	vertical-align: middle; 
}

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

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

/* 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: 24px;
	list-style-type: disc;
	color: #333;
	line-height: 18px;
}

* html ul {
	padding-left: 28px;
	list-style-type: square;
	color: #333;
}

ul a:hover {
	color: #d9231f;
	text-decoration: none;
} 

li a:hover {
	color: #d9231f;
	text-decoration: none;
}

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

/* @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 {
	width:  982px;
	margin: 0px auto;
	padding-left: 4px;
	background: url(cubiclewide_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: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 31px 30px 0 40px;
	padding: 0;
	font-size: 24px;
	line-height: 50px;
	font-weight: normal;
	/* Edit the color code below for the Title text color */
    color: #faff69;
	text-align: left;
	overflow: hidden;
	z-index: 20;
}

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

.has-logo h1 {
	margin: 30px 30px 0 30px;
	padding: 0 0 0 16px;
	overflow: hidden;
}

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

#title h1 a:hover {
	text-decoration: underline;
	color: #faff69;
}

#title p {
	position: absolute;
	top: 108px;
	bottom: 15px;
	left: 40px;
	width:  700px;
	font-family: "Helvetica Neue", 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: #faff69;
}

* 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;
	position: relative;
	margin: 0px auto;
	padding-left: 0;
	width: 982px;
	margin-left: -2px;
	margin-bottom: 7px;
	background: url(navbg_up.jpg) top left repeat-x;
	z-index: 5;
}

#sitemenu ul {
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

* html #sitemenu ul {
	font-weight: 500;
}

#sitemenu ul li {
	float: left;
}

#sitemenu ul a {
	display:  block;
	color: #333333;
	list-style: none;
	text-decoration: none;
	white-space: nowrap;
	border-right: 1px solid #999;
	padding: 0 12px 0 12px;
	z-index: 10;
}

#sitemenu ul a:hover {
	color: #1f4f82;
	text-decoration: none;
	padding: 0 12px 0 12px;
}

#sitemenu ul .currentPage .in {
	display:  block;
	color: #333333;
	list-style: none;
	text-decoration: none;
	white-space: nowrap;
	text-decoration: none;
}

#sitemenu .currentPage .in {
	background: #ffffff;
	color: #1f4f82 !important;
	padding: 0 12px 0 12px;
	border-right: 1px solid #999;
	font-weight: bold;
	background: url(navbg_over.jpg) top left repeat-x;
	text-decoration: none;
}

#sitemenu .currentParent a {
	background: #ffffff;
	color: #1f4f82!important;
	font-weight: bold;
	border-right: 1px solid #999;
	background: url(navbg_over.jpg) top left repeat-x;
	text-decoration: none;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin-top: 1px;
	margin-bottom: 12px;
	padding: 10px 5px 5px 10px;
	background: #f0f0f0;
	line-height: 1.5em;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}

.allow-sidebar #main {
	margin-right: 265px;
	padding: 1px 0 0 0;
	min-height: 158px;
	height: auto !important;
	height: 158px;
}

.no-sidebar #main {
	width: 940px;
	margin-left: 0;
	padding: 1px 0 0 0;
	height: auto !important;
}

/* @end */

/* @group Pagelet */

.pagelet {
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 4px 0px 4px 2px;
	overflow: hidden;
	width: 220px;
	background: #f0f0f0;
}

*:first-child+html .pagelet {
	padding: 2px 0px 6px 2px;
}

.pagelet-body {
	font-size: 12px;
	line-height: 17px;
	padding:  3px;
}

.pagelet p {
	margin-bottom: 4px;
}

.pagelet h4 {
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	margin: 0px 8px 5px 8px;
	color: #ab062f;
	background: transparent;
	padding: 3px 0px 3px 0px;
	letter-spacing: .5px;
	border-bottom: 1px solid #ab062f;
}

.pagelet.bordered {
	border-style: solid;
	padding: 6px 0 6px 2px;
	border-color: #a2a2a2;
	border-width: 1px;
	background: #f0f0f0;
}

.pagelet.bordered h4 {
	font-size: 15px;
	font-weight: normal;
	line-height: 16px;
	margin: 0px 5px 5px 5px;
	color: #ab062f;
	background: transparent;
	padding: 3px 8px 3px 6px;
	letter-spacing: .5px;
	border-bottom: 1px solid #ab062f;
}

.pagelet div {
	margin: 0px 3px;
}

.pagelet a:hover {
	text-decoration: none;
}

.pagelet img {
	border: none;
	padding: 10px 0 0 0;
	margin-left:  -3px;
}

.pagelet.bordered a img {
	border: none;
}

.pagelet.bordered img {
	border: none;
	padding: 10px 0 0 0;
	margin-left: -2px;
}

.pagelet a img {
	border: none;
}

/* @end */

/* @group Callout */

.callout {
	width: 220px;
	float: left;
	margin: 3px 20px 0px 0px;
	padding: 0px;
	width: 220px;
	background: #ffffff;
}

.callout-body {
	font-size: 12px;
	line-height: 17px;
	padding:  3px;
}

.callout .pagelet.bordered {
	border-style: solid;
	border-color: #626262;
	border-width: 1px;
	background: #f0f0f0;
}

.callout h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	margin: 0px 5px 5px 5px;
	color: #ab062f;
	background: transparent;
	padding: 3px 8px 3px 6px;
	text-align: left;
	letter-spacing: .5px;
	border-bottom: 1px solid #ab062f;
}

.callout img {
	border: none;
	padding: 0;
	margin-left: -4px;
}

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

/* @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 Page Bottom */

#page-bottom {
	clear: both;
	width: 978px;
	margin: 10px 0px 0px 4px;
	padding: 2px;
	text-align: center;
	background: #14376D;
	border-left: 1px solid #14376D;
}

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

#page-bottom p {
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 1.4em;
	color: #fff;
	text-align: center;
	padding: 6px 12px 6px 12px;
	margin: 0px;
	overflow: hidden;
}

#page-bottom p a:link {
	color: #ccc;
	text-decoration: underline;
}

#page-bottom p a:hover {
	color: #ffffff;
	text-decoration: none;
}

#page-bottom p a:visited {
	color: #ccc;
	text-decoration: underline;
}

#page-bottom p a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


/* @end */

/* @group Contact Form */

form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	background-color: #f0f0f0;
}

* html form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	background-color: #f0f0f0;
}

form.contactElement textarea {
	background-color: #f0f0f0;
}

td.dli1 {
	text-align: center;
}

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

/* Contact Element (customized HTML) */

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

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

* html form.contactElement input.submit {
	margin-bottom: 8px;
}

*:first-child+html form.contactElement input.submit {
	margin-bottom: 8px;
}

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

/* @end */

/* @group Article-Blog Page */

#main h2 {
	font-size: 24px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 28px;
	color: #1f4f82;
	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 {
	width: 99%;
	font-size: 13px;
	line-height: 22px;
	color: #333;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
}

.general-index h3 {
	width: 99%;
	padding: 10px 10px 2px 0;
	font-size: 17px;
	line-height: 1.4em;
	color: #333;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #626262;
	width: 98%;
}

.general-index h3 a {
	color: #ab062f;
	font-weight: bold;
	text-decoration: underline;
}

.general-index h3 a:hover {
	color: #d9231f;
	text-decoration: none;
}

.listing-index {
	margin-bottom: 15px;
	padding: 0px 6px;
}

.listing-index h3 {
	font-size: 13px;
	line-height: 16px;
	color: #333;
	font-weight: normal;
}

.general-index .article {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background: transparent;
	clear: left;
	margin-bottom: 10px;
}

.article {
	margin-bottom: 6px;
	padding: 10px 0 0 0;
}

* html .article {
	padding: 2px 0 0 0;
}

t-child+html .article {
	padding: 10px 0 10px 0;
}

.article ul {
	line-height: 24px;
}

.article-info {
	clear: left;
}

.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, a:active {
	text-decoration: underline;
	color: #ab062f;
}

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

.article-info .timestamp {
	clear: left;
	text-align: left;
	background: transparent;
	padding: 1px 12px 1px 0px;
	margin: 6px 0px 0px 0px;
	font-size: 11px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: .6px;
	color: #ab062f;
}

.article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	color: #AB062F;
	text-decoration: underline;
	font-size: .95em;
	font-style: italic;
	margin-top:  3px;
}

.article-info .continue-reading-link a:hover {
	color: #d9231f;
	text-decoration: none;
	font-size: .95em;
	font-style: italic;
	margin-top:  3px;
}

.article-info .comments {
	padding: 0 0 6px 0;
	color: #333;
	font-size: 12px;
}

.article-info .comments a {
	padding: 0 0 6px 20px;
	color: #333;
	text-decoration: underline;
	background: #fff url(commentR.png) left center no-repeat;
}

* html .article-info .comments a {

	background: #fff url(commentR.gif) left center no-repeat;
}

.article-info .comments a:hover {
	padding: 0 0 6px 20px;
	color: #d9231f;
	text-decoration: none;
	background: #fff url(commentR.png) left center no-repeat;
}

* html .article-info .comments a:hover {

	background: #fff url(commentR.gif) left center no-repeat;
}

.article img {
	border: none;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 2px;
}

.article img.narrow {
	display: block;
	clear: left;
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 2px;
}

.article-thumbnail {
	float: left;
	border: none;
	margin: 0 12px 12px 0;
}

* html article-thumbnail {
	float: left;
	border: none;
	margin-right: 6px;
	margin-bottom: 6px;
}

/* @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 {
	text-decoration: underline;
	color: #ab062f;
}

.gridItem h3 a:hover, a:focus {
	text-decoration: none;
	color: #d9231f;
}

.gridItem img {
    border: 1px solid #626262;
    margin: auto!important;
    display: block;
    position: absolute;
    top: 0;
    bottom: 48px;
    right: 0;
    left: 0;
}

.gridItem img a:hover {
    border: 1px solid #d9231f;
}

* 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;
	z-index: 100;
	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: 32px;
}

#previous-photo a, #previous-photo a:visited {
	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: 118px;
}

#next-photo a, #next-photo a:visited {
	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: 75px;
}

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

.advert {
	text-align: center;
	margin-bottom: 12px;
	margin-left: 10px;
	overflow: hidden;
	width: 640px;
	background: #ab062f;
	color: #f9f9f9;
	font-size: 18px;
	border-style: solid;
	padding: 6px 0 6px 2px;
	border-color: #a2a2a2;
	border-width: 4px;
}

.advert2 {
	text-align: center;
	margin-bottom: 12px;
	margin-left: 10px;
	overflow: hidden;
	width: 640px;
	background: #faff69;
	color: #ab062f;
	font-size: 20px;
	/* font-weight: bold; */
	border-style: solid;
	padding: 6px 0 6px 2px;
	border-color: #1f4f82;
	border-width: 4px;
}



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

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

