/* Default site CSS */

#container
{
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.oneColumn #middleColumn
{
}

.twoColumnLeft #middleColumn
{
	position: relative;
	width: 80%;
	left: 20%;
	float: left;
}

.twoColumnLeft #leftColumn, .threeColumn #leftColumn
{
	width: 20%;
	left: -80%;
	float: left;
	position: relative;
}

.threeColumn #leftColumn
{
	left: -60%;
}

.twoColumnRight #middleColumn
{
	position: relative;
	width: 80%;
	float: left;
}

.twoColumnRight #rightColumn, .threeColumn #rightColumn
{
	position: relative;
	width: 20%;
	float: left;
}

.threeColumn #middleColumn
{
	position: relative;
	width: 60%;
	left: 20%;
	float: left;
}

.edit .content:empty::before, .edit .dynamic-content:empty::before
{
	border: 3px dashed #ccc;
	content: "This area intentionally left blank.";
	font: 14px sans-serif;
	padding: 28px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	display: block;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: white;
	color: #f33;
}

.news .record-image
{
	float: right;
	clear: right;
}

.news .date-container
{
	float: left;
	width: 4em;
	margin: 0 1em 0 0.5em;
	text-align: center;
}

.news .date-container .day
{
	font-size: 2em;
	padding: 0.25em;
}

.news .date-container .month
{
	border: 1px solid #ccc;
	padding: 0.2em 0;
	text-transform: uppercase;
	background: #ccc;
}

.news .date-container .year
{
	padding-top: 0.5em;
}

.news .news-content
{
	margin-left: 6em;
}

.news .end-of-record
{
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 1px;
}


.row .end-of-row
{
	display: block;
	clear: left;
}

.row .item
{
	float: left;
	cursor: pointer;
	cursor: hand;
    font-size: 1em;
}

.grid-1-column .row .item
{
	width: 100%;
	float: none;
}

.grid-1-column .row .end-of-row
{
	display: none;
}

.grid-2-column .row .item
{
	width: 50%;
}

.grid-3-column .row .item
{
	width: 33%;
}

.grid-4-column .row .item
{
	width: 25%;
}

.grid-5-column .row .item
{
	width: 20%;
}

.grid-6-column .row .item
{
	width: 16.6%;
}

/* Default grid type layout: polaroid view */
.grid .item
{
}

.grid-1-column .item
{
}

.grid .item .record
{
	text-align: center;
	padding: 2px 2px 0.75em 2px;
	margin: 0px;
}

.grid-1-column .item .record
{
	margin: 0;
	text-align: left;
}

.grid .item .record .record-body
{
	min-height: 1em;
}

.grid .empty
{
	display: none;
}

.grid .hover
{
}

.grid .hover .hover
{
}

.grid .hover .hover a
{
}

.grid .hover
{
}

.end-of-record
{
	display: none;
}

.date-paginator .tab-box-outer
{
	position: relative; 
	width: 100%;
}

.date-paginator .tab-box-inner
{
	width: 100%;
	height: 2.4em;
	padding-bottom: 1px;
	border-bottom: 1px solid rgb(204, 204, 204);
	margin-left: -1px;
	margin-right: -1px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.date-paginator .tab-box
{
	display: block;
	margin: 0px;
	padding: 0px 1em;
	padding-right: 0px;
}

.date-paginator .tab-box li
{
	display: block;
	float: left;
	height: 2.4em;
	line-height: 2.4em;
	padding: 0px 1em;
	border: 1px solid transparent;
	border-bottom-width: 0px;
}

.date-paginator .tab-box li.selected
{
	border-color: rgb(204, 204, 204);
	background: rgb(235,235,223);
}

.date-paginator .tab-box li.rss,
.date-paginator .tab-box li.print,
.date-paginator .tab-box li.search
{
	float: right;
	position: relative;
	width: 22px;
	padding: 0px 0px;
	overflow: hidden;
}

.date-paginator .tab-box li.rss span,
.date-paginator .tab-box li.print span,
.date-paginator .tab-box li.search span
{
	position: absolute;
	left: 4px;
	width: 16px;
	top: 50%;
}

.date-paginator .tab-box li.rss span a,
.date-paginator .tab-box li.print span a,
.date-paginator .tab-box li.search span a
{
	position: absolute;
	top: -8px;
	height: 16px;
	left: 0px;
	width: 16px;
}

.date-paginator .tab-box li span a span
{
	top: 0;
	left: 0;
	width: auto;
	height: auto;
}

.date-paginator .date-box
{
	position: relative;
	height: 2.4em;
	font-size: 1.25em;
	text-transform: uppercase;
	line-height: 2.4em;
	text-align: center;
	background: rgb(235, 235, 223);
	border-bottom: 1px solid rgb(204, 204, 204);
}

.date-paginator .date-box .previous-link,
.date-paginator .date-box .next-link
{
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -12px;
	width: 25px;
	overflow: hidden;
}

.date-paginator .date-box .previous-link
{
	left: 6px;
}

.date-paginator .date-box .next-link
{
	right: 6px;
}

.date-paginator .search-container
{
	padding: 0;
	margin: 0;
	border: 0;
	height: 8em;
	margin-bottom: 2.3em;
	background: rgb(247, 247, 242);
	border-bottom: 1px solid rgb(235, 235, 235);
	position: relative;
}

.date-paginator .search-container .search-container-inner
{
	padding: 1em;
}

.date-paginator .search-container table
{
	border-spacing: 0;
}

.date-paginator .search-container td
{
	width: 50%;
	height: 3em;
	padding: 0 0.5em;
	vertical-align: middle;
}

.date-paginator .search-container select,
.date-paginator .search-container input
{
	border: 1px solid rgb(204, 204, 204);
	font-size: 1em;
	padding: 0.2em;
	width: 100%;
	/* Non-CSS3 variations... */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	/* CSS3 variation */
	box-sizing: border-box;
}

.date-paginator .search-container input.start-date, 
.date-paginator .search-container input.end-date
{
	background: white url(../images/calendar.png) no-repeat 98% 50%;
}

.date-paginator .search-container button
{
	text-transform: uppercase;
	position: absolute;
	top: 8.0em;
	right: 0;
	height: 2em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	background: rgb(231, 231, 207);
	border: 1px solid rgb(204, 204, 204);
	margin-right: -1px;
	font-size: 1em;
	font-family: inherit;
}

.date-paginator .tabs-none li.selected
{
	display: none;
}

.date-paginator .tabs-none li.search
{
	display: block !important;
}

a img
{
	border: 0;
}

ul.pagination {
	display: block;
	padding: 0;
	margin: 0;
}

ul.pagination li { display: inline-block; }

ul.pagination li.current, ul.pagination li a {
	background: transparent;
	border: 1px solid #ccc;
	height: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0.5em;
	text-align: center;
	width: 1em;
}

a, a:visited { 
	text-decoration: none; 
}

ul.pagination li a { display: block; font-size: 1em; }

ul.pagination li.current {
	background: white;
	font-weight: bold;
}

@media print {
	.page_a9b5cea9e33296344ddfec2c7652803b body { width: 100%; }
	.page_a9b5cea9e33296344ddfec2c7652803b #headerContainer,
	.page_a9b5cea9e33296344ddfec2c7652803b #footerContainer,
	.page_a9b5cea9e33296344ddfec2c7652803b #outerHeader,
	.page_a9b5cea9e33296344ddfec2c7652803b #rightColumn,
	.page_a9b5cea9e33296344ddfec2c7652803b .search-button,
	.page_a9b5cea9e33296344ddfec2c7652803b .pagination-bottom { display: none; }
	.page_a9b5cea9e33296344ddfec2c7652803b #middleColumn { width: 100% !important; }
	.page_a9b5cea9e33296344ddfec2c7652803b .date { padding-left: 0; }
}

p:first-child { margin-top: 0; }

.gallery-nav .gallery-item
{
	display: inline-block;
	padding: 1em;
	border: 1px solid transparent;
}

*:first-child+html .gallery-nav .gallery-item {
	float: left;
}

.gallery-nav .current
{
	border-color: white;
}

.gallery-overlay
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: 10000;
	background: black;
}

.gallery-nav
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: black;
	z-index: 10002;
}

.gallery-current
{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10001;
	background: black url(../tools/images/thickbox_loadingAnimation.gif) no-repeat 50% 50%;
	color: white;
	border: 2px solid white;
}

.gallery-current .previous, .gallery-current .next
{
	top: 50%;
	margin-top: -17px;
	height: 30px;
	width: 30px;
	border: 2px solid white;
	position: absolute;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	color: white !important;
}

.gallery-current .previous:hover, .gallery-current .next:hover {
	background: white;
	color: black !important;
	text-decoration: none;
	font-weight: bold;
}

.gallery-current .previous
{
	left: 0px;
	margin-left: -34px;
}

.gallery-current .next
{
	right: 0px;
	margin-right: -34px;
}

.gallery-current h2.gallery-title
{
	position: absolute;
	top: -1.4em;
	left: 0;
	padding: 0;	
}

.gallery-current .close
{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -1.7em;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}

.gallery-current .close span
{
	display: block;
	float: right;
	margin-left: 5px;
	background: white;
	color: black;
	width: 1em;
	text-align: center;
}

.gallery-current h2.title
{
	font-size: 1em;
	font-weight: bold;
}

.gallery-current h2
{
	margin: 0 !important;
	padding: 0 !important;
	line-height: 2em;
	/* padding: 0 1em; */
	font-weight: normal;
	position: relative;
}

.gallery-current h2 img
{
	position: absolute;
	right: 1em;
	top: 1em;
	margin-top: -11px;
}



/* masters/global [ Global ] */

body.page_f57f4ea3585405f0faf6b3d481970df8 {
		font-family: Arial , Helvetica , sans-serif , Georgia , 'Times New Roman' , Times , serif;
		font-size: 0.85em;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 h1, body.page_f57f4ea3585405f0faf6b3d481970df8 h2, body.page_f57f4ea3585405f0faf6b3d481970df8 h3, body.page_f57f4ea3585405f0faf6b3d481970df8 h4, body.page_f57f4ea3585405f0faf6b3d481970df8 h5 {
		margin-bottom: 0.25em;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 h1 {
		font-weight: normal;
		font-size: 160%;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 h2 {
		font-weight: normal;
		color: #333333;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 h3 {
		color: #669900;
		font-weight: normal;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0;
		font-size: 1em;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 h5 {
		text-transform: uppercase;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 p {
		margin: 0.25em 0em;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 a {
		color: #006699;
		text-decoration: none;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 a:hover {
		text-decoration: underline;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 hr {
		background-color: #cc9900;
		border: 0;
		height: 2px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .navHorizontal, body.page_f57f4ea3585405f0faf6b3d481970df8 .navVertical {
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 0.9em;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .navHorizontal li {
		display: inline;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .navHorizontal li a {
		display: inline-block;
		padding: 0 0.4em;
		text-transform: uppercase;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .navHorizontal li:first-child a {
		border-left: 0;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .navVertical li.active a, body.page_f57f4ea3585405f0faf6b3d481970df8 .navHorizontal li.active a {
		color: #000;
		font-weight: bold;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .navVertical li {
		padding: 0.2em .5em;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .swButton, body.page_f57f4ea3585405f0faf6b3d481970df8 .return, body.page_f57f4ea3585405f0faf6b3d481970df8 .gallery-link {
		float: right;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .swButton, body.page_f57f4ea3585405f0faf6b3d481970df8 .gallery-link {
		padding: .5em .65em;
		background: #006699;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .swButton a, body.page_f57f4ea3585405f0faf6b3d481970df8 .gallery-link a {
		color: white;
		font-weight: bold;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .return a {
		padding: 10px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .swButton {
		text-transform: uppercase;
		float: none;
		color: white;
		margin: 0px;
		display: inline-block;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .swButton:hover {
		background: black;
		text-decoration: none;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #copyright {
		font-size: 80%;
		color: #999;
		text-align: left;
		height: 100px;
		background: #ccc;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #copyright a {
		color: #666;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #footer {
		min-height: 30px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .grid .item .record {
		margin: 0;
		padding: 0;
		border: 0;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .splitter-horizontal-item {
		float: left;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #footer-content-0 {
		width: 50%;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #footer-content-1 {
		width: 30%;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #footer-content-2 {
		width: 20%;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #navigation {
		text-align: right;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #navigation .splitter-horizontal-item {
		display: inline-block;
		float: none;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #navigation a {
		padding: 0.15em 1.5em;
		margin: 0.35em 0;
		color: #333;
		font-weight: bold;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #navigation li.active a {
		background: #b0b0b0;
		color: #000;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 {
		padding: 0;
		margin: 0;
		border: 0;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #container {
		margin: 0;
		width: auto;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #header {
		background: url(images/topnav-bg.gif) repeat-x;
		min-height: 33px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #header .content, body.page_f57f4ea3585405f0faf6b3d481970df8 #footer .content, body.page_f57f4ea3585405f0faf6b3d481970df8 #copyright .content {
		width: 940px;
		margin: 0 auto;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #footer {
		background: #ccc url(images/footer-bg.gif) repeat-x top left;
		padding-top: 24px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #footer h5 {
		margin-top: 0;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #footer {
		padding-bottom: 25px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #copyright p {
		margin: 0;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #footer-left-1 {
		margin-top: 1em;
		font-size: 1em;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #footer-left-1 ul {
		font-size: 1em;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #footer-left-1 a {
		text-transform: none;
		display: inline-block;
		padding: 0;
		margin-right: 8px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #footer-left {
		padding-right: 25px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 form.location-search {
		border: 3px solid #006699;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		padding: 1em 1em;
		background: white;
		margin-top: 25px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 form.location-search h3 {
		font-weight: bold;
		margin: 0;
		font-size: 1em;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 form.location-search .text {
		width: 200px;
		padding: 5px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 form.location-search .default {
		color: #666;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 form.location-search .submit {
		float: right;
		background: #006699;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border: 0;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0.1em 1.2em;
		margin-right: 5px;
		margin-top: 5px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 form.location-search a {
		font-size: 0.8em;
		color: #006699;
		display: inline-block;
		margin-top: 5px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 form.location-search .submit:hover {
		background: #006699;
		color: white;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .grid .row {
		background: white;
		border-bottom: 1px solid #dcdcdc;
		padding: 15px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .grid .row h2 {
		margin-top: 0;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .grid .group-header {
		background: transparent;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .facebook {
		margin-bottom: 5px;
		display: block;
		padding-left: 25px;
		background: url(images/icon-facebook.gif) no-repeat;
		line-height: 20px;
		text-transform: uppercase;
		font-size: 12px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .twitter {
		margin-bottom: 5px;
		display: block;
		padding-left: 25px;
		background: url(images/icon-twitter.gif) no-repeat;
		line-height: 20px;
		text-transform: uppercase;
		font-size: 12px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .blog {
		margin-bottom: 5px;
		display: block;
		padding-left: 25px;
		background: url(images/icon-blog.gif) no-repeat;
		line-height: 20px;
		text-transform: uppercase;
		font-size: 12px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .email {
		margin-bottom: 5px;
		display: block;
		padding-left: 25px;
		background: url(images/icon-email.gif) no-repeat;
		line-height: 20px;
		text-transform: uppercase;
		font-size: 12px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .yellow-box {
		padding: 5px 5px 5px 15px;
		background-color: #ffcc00;
		margin: 15px 0 0 0;
		font-size: 150%;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .yellow-box-content {
		padding: 15px;
		background-color: #ffffcc;
		margin: 0 0 25px 0;
		border: 1px solid #ffcc00;
		line-height: 120%;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .yellow-box-content li {
		list-style-type: circle;
		list-style-image: url(images/bullet-arrow.gif);
		padding-bottom: 10px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .yellow-box-content ul {
		padding-left: 25px;
		margin-left: 0;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .button {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background: none repeat scroll 0 0 #006699;
		border: 0 none;
		color: #FFFFFF;
		float: right;
		font-weight: bold;
		margin-right: 5px;
		margin-top: 5px;
		padding: 0.1em 1.2em;
		text-transform: uppercase;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .addthis_button_compact at300m {
		text-transform: uppercase;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .statement-text1 {
		color: #666666;
		font-size: 80%;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 .statement-text2 {
		font-size: 80%;
		color: black;
		font-weight: bold;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #right-column-statement {
		margin-top: 25px;
}
body.page_f57f4ea3585405f0faf6b3d481970df8 #right-column-statement h3 {
		margin-top: 0px;
		padding-top: 0px;
		line-height: 2em;
}



/* masters/internal [ Internal Pages ] */

body.page_d9c9f60cf8694f33507d7810b9e5f005 #mainContainer {
		background: #330 url(images/image1-bg.jpg) 50% -46px no-repeat;
		min-height: 621px;
}
body.page_d9c9f60cf8694f33507d7810b9e5f005 #middleColumn {
		width: 940px;
		margin: 0 auto;
		padding-bottom: 25px;
}
body.page_d9c9f60cf8694f33507d7810b9e5f005 #middleColumn .content {
		border: 3px solid white;
		padding: 2px;
		background: rgb(228 , 242 , 202) url(images/content-bg.jpg) repeat-x 0 332px;
		-moz-box-shadow: black 0 0 25px;
		-webkit-box-shadow: black 0 0 25px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
}
body.page_d9c9f60cf8694f33507d7810b9e5f005 #middleColumn2 {
		min-height: 0px;
}
body.page_d9c9f60cf8694f33507d7810b9e5f005 #subHeader {
		height: 46px;
		background: #330 url(images/image1-bg.jpg) 50% 0% no-repeat;
}
body.page_d9c9f60cf8694f33507d7810b9e5f005 #subHeader1 {
		text-align: right;
		padding-top: 4px;
		vertical-align: bottom;
		width: 940px;
		margin: 0 auto;
}
body.page_d9c9f60cf8694f33507d7810b9e5f005 #subHeader1 a {
		margin-left: 1px;
		margin-top: 6px;
		padding: 6px 23px 6px 36px;
		font-size: 14px;
		background: #333 no-repeat 16px 50%;
		line-height: 24px;
		color: white;
		font-weight: bold;
		vertical-align: bottom;
}
body.page_d9c9f60cf8694f33507d7810b9e5f005 #subHeader1 li.collection a {
		background-image: url(images/nav-icon-collection-off.gif);
		-moz-border-radius-topleft: 6px;
		-webkit-border-top-left-radius: 6px;
		padding-right: 29px;
}
body.page_d9c9f60cf8694f33507d7810b9e5f005 #subHeader1 li.production a {
		background-image: url(images/nav-icon-production-off.gif);
}
body.page_d9c9f60cf8694f33507d7810b9e5f005 #subHeader1 li.retail a {
		background-image: url(images/nav-icon-retail-off.gif);
		-moz-border-radius-topright: 6px;
		-webkit-border-top-right-radius: 6px;
		padding-right: 35px;
		margin-right: 35px;
}
body.page_d9c9f60cf8694f33507d7810b9e5f005 #subHeader1 li.active a, body.page_d9c9f60cf8694f33507d7810b9e5f005 #subHeader1 li a:hover {
		margin-top: 0;
		padding-top: 9px;
		padding-bottom: 9px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		background-color: #006699;
		text-decoration: none;
}



/* masters/divisions [ Divisions Pages ] */

body.page_119e7e8574102d73823536aad2fb50b9 #content-left {
		width: 620px;
		float: left;
}
body.page_119e7e8574102d73823536aad2fb50b9 #content-right {
		width: 300px;
		float: right;
}
body.page_119e7e8574102d73823536aad2fb50b9 #container #middleColumn .content {
		background-position: 0 330px;
}
body.page_119e7e8574102d73823536aad2fb50b9 #middleColumn1 {
		background-color: white;
		margin: 0 -4px;
		border-bottom: 32px solid #006699;
}
body.page_119e7e8574102d73823536aad2fb50b9 #content-left div.dynamic-content {
		padding: 25px;
}
body.page_119e7e8574102d73823536aad2fb50b9 #content-right div.dynamic-content {
		padding: 15px 25px 25px 25px;
}
body.page_119e7e8574102d73823536aad2fb50b9 #page-header1 {
		position: relative;
		height: 287px;
}
body.page_119e7e8574102d73823536aad2fb50b9 #page-header1 .logo {
		position: absolute;
		top: -65px;
		left: 15px;
}
body.page_119e7e8574102d73823536aad2fb50b9 #page-header1 .picture {
		position: absolute;
		right: 0px;
		top: -5px;
		border: 3px solid white;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-top-right-radius: 12px;
		-moz-border-radius-topright: 12px;
}
body.page_119e7e8574102d73823536aad2fb50b9 #page-header1 .tagline {
		position: absolute;
		top: 225px;
		left: 50px;
		width: 275px;
		font-size: 1.25em;
		text-align: center;
}
body.page_119e7e8574102d73823536aad2fb50b9 #rightCol-banner-join-email {
		padding-top: 7px;
}
body.page_119e7e8574102d73823536aad2fb50b9 #rightCol-banner-feature {
		padding-top: 15px;
}
body.page_119e7e8574102d73823536aad2fb50b9 .content-box {
		padding: 25px;
		border: 2px solid #dcdcdc;
		background-color: #ffffcc;
		margin-bottom: 15px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
}
body.page_119e7e8574102d73823536aad2fb50b9 .content-box li {
		list-style-type: circle;
		list-style-image: url(images/bullet-arrow.gif);
		padding-bottom: 10px;
}
body.page_119e7e8574102d73823536aad2fb50b9 .content-box ul {
		padding-left: 25px;
		margin-left: 0;
}
body.page_119e7e8574102d73823536aad2fb50b9 #page-header1 .tagline {
		font-size: 150%;
		color: #669900;
}
body.page_119e7e8574102d73823536aad2fb50b9 .tab-box-inner {
		border-bottom: 4px solid #ffcc00;
		border-left: 0;
		border-right: 0;
}
body.page_119e7e8574102d73823536aad2fb50b9 .tab-box {
		padding-left: 0;
}
body.page_119e7e8574102d73823536aad2fb50b9 .tab-box .selected {
		background: #ffcc00;
		border-color: #ffcc00;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
}
body.page_119e7e8574102d73823536aad2fb50b9 .news .date-container .day {
		border: 1px solid #dcdcdc;
}
body.page_119e7e8574102d73823536aad2fb50b9 .news .date-container .year {
		font-size: 80%;
		font-weight: bold;
		color: gray;
}
body.page_119e7e8574102d73823536aad2fb50b9 #content-left {
		position: relative;
}
body.page_119e7e8574102d73823536aad2fb50b9 #content-left0 {
		position: absolute;
		top: -27px;
}
body.page_119e7e8574102d73823536aad2fb50b9 #content-left0 ul li a {
		background: #ffcc00;
		margin: 0 1px;
		padding: 0 16px;
		line-height: 27px;
}
body.page_119e7e8574102d73823536aad2fb50b9 #content-left0 ul li.active a {
		background: #fff;
		padding: 3px 12px 0 12px;
		margin-top: -3px;
		font-size: 110%;
}
body.page_119e7e8574102d73823536aad2fb50b9 #impact-statement {
		margin-top: 15px;
}



/* masters/tool-content [ Tools Content ] */

body.page_3ef0ebb6f814d15358fe56f6a3c350ff #links {
		float: right;
		margin-right: -1px;
		margin-top: -5px;
		border-left: 1px solid #666;
}
body.page_3ef0ebb6f814d15358fe56f6a3c350ff #page-header {
		float: left;
		font-size: 2.2em;
		font-weight: bold;
		height: 165px;
		text-indent: 1em;
}
body.page_3ef0ebb6f814d15358fe56f6a3c350ff #page-header h1 {
		font-weight: normal;
}
body.page_3ef0ebb6f814d15358fe56f6a3c350ff .group .title {
		padding: 0;
}
body.page_3ef0ebb6f814d15358fe56f6a3c350ff #content-left {
		width: 620px;
		float: left;
}
body.page_3ef0ebb6f814d15358fe56f6a3c350ff #content-right {
		width: 300px;
		float: right;
}
body.page_3ef0ebb6f814d15358fe56f6a3c350ff #middleColumn1 {
		margin: 0 -4px;
		border-bottom: 32px solid #006699;
}
body.page_3ef0ebb6f814d15358fe56f6a3c350ff #content-left div.dynamic-content {
		padding: 15px 25px 25px 25px;
}
body.page_3ef0ebb6f814d15358fe56f6a3c350ff #content-right div.dynamic-content {
		padding: 15px 25px 25px 25px;
}
body.page_3ef0ebb6f814d15358fe56f6a3c350ff #container #middleColumn .content {
		background-position: 0 187px;
}



/* masters/retail [ Retail (SeQuential) - Master ] */

body.page_db432c0aa048e34ae50f145cf45b1f39 #container #subHeader1 li.retail a {
		background: url(images/nav-icon-retail-bg.jpg);
		color: #000;
		font-size: 18px;
		padding-right: 16px;
		padding-left: 42px;
}
body.page_db432c0aa048e34ae50f145cf45b1f39 #content-left {
		position: relative;
}
body.page_db432c0aa048e34ae50f145cf45b1f39 #retail-nav {
		position: absolute;
		top: -27px;
}
body.page_db432c0aa048e34ae50f145cf45b1f39 #retail-nav ul li a {
		background: #fc0;
		margin: 0 1px;
		padding: 0 16px;
		line-height: 27px;
}
body.page_db432c0aa048e34ae50f145cf45b1f39 #retail-nav ul li.active a {
		background: #fff;
		padding: 3px 12px 0 12px;
		margin-top: -3px;
		font-size: 110%;
}
body.page_db432c0aa048e34ae50f145cf45b1f39 #retail-nav ul li.retail-about a, body.page_db432c0aa048e34ae50f145cf45b1f39 #retail-nav ul li.active a {
		-moz-border-radius-topleft: 3px;
		-webkit-border-top-left-radius: 3px;
		border-top-left-radius: 3px;
}
body.page_db432c0aa048e34ae50f145cf45b1f39 #retail-nav ul li.retail-food a, body.page_db432c0aa048e34ae50f145cf45b1f39 #retail-nav ul li.active a {
		-moz-border-radius-topright: 3px;
		-webkit-border-top-right-radius: 3px;
		border-top-right-radius: 3px;
}



/* test-statement [ [ TEST ] Retail (SeQuential) ] */

body.page_80f2910ededf15981e7266a048019abf .spotlights {
		position: relative;
}
body.page_80f2910ededf15981e7266a048019abf .spotlight {
		position: absolute;
		top: 0;
		left: 0;
}
body.page_80f2910ededf15981e7266a048019abf #content-right4 {
		height: 120px;
		margin-top: 25px;
}



/* copy-retail [ Retail (SeQuential) (copy) ] */

body.retail-copy .spotlights {
		position: relative;
}
body.retail-copy .spotlight {
		position: absolute;
		top: 0;
		left: 0;
}
body.retail-copy #content-right4 {
		height: 120px;
		margin-top: 25px;
}



/* retail/spotlight [ Food - Spotlight ] */

body.page_de6320934963e850192d353b2c1301a3 #content-left1 {
		border: 3px solid rgb(0 , 102 , 153);
		background: white;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
		padding: 12px 24px;
		margin-top: 15px;
		overflow: hidden;
}
body.page_de6320934963e850192d353b2c1301a3 div.return a {
		padding: 10px 25px;
}
body.page_de6320934963e850192d353b2c1301a3 #content-left1 h1 {
		line-height: 40px;
}
body.page_de6320934963e850192d353b2c1301a3 #content-left1 div.description {
		clear: both;
		margin-top: 25px;
}



/* privacy [ Privacy Policy ] */

body.style-privacy #middleColumn1 {
		margin: 0 auto;
		width: 740px;
		margin-bottom: 100px;
		margin-top: 75px;
}



/* terms [ Terms of Use ] */

body.page_terms #middleColumn1 {
		margin: 0 auto;
		width: 740px;
		margin-bottom: 100px;
}



/* close-the-loop [ Close the Loop ] */

body.page_8e60541f15e86ad403c7e6084fe6087d #container {
		width: auto;
}



/* locations/detail [ Locations - Detail ] */

body.page_fb5b4d10910f2670eac844e7ae2165c5 #map {
		float: left;
}
body.page_fb5b4d10910f2670eac844e7ae2165c5 #content {
		margin-left: 325px;
}
body.page_fb5b4d10910f2670eac844e7ae2165c5 #middleColumn div.content {
		background-position: 0 0;
}
body.page_fb5b4d10910f2670eac844e7ae2165c5 #middleColumn1 {
		padding: 1em 50px;
		min-height: 400px;
}
body.page_fb5b4d10910f2670eac844e7ae2165c5 .return {
		margin-right: -20px;
}



/* press/detail [ Press - Detail ] */

body.page_441247546cc2ea447630fba343e8ca2d #content-header-1 {
		float: right;
		margin-top: -5px;
		margin-right: -1px;
}
body.page_441247546cc2ea447630fba343e8ca2d #content-header-0 h1 {
		margin: 0;
}
body.page_441247546cc2ea447630fba343e8ca2d #content-header-0 {
		font-size: 2.2em;
		font-weight: bold;
		text-indent: 1em;
		height: 190px;
		line-height: 190px;
}
body.page_441247546cc2ea447630fba343e8ca2d #main-content-0 {
		float: left;
		width: 620px;
}
body.page_441247546cc2ea447630fba343e8ca2d #main-content .main-content-content {
		padding: 50px 25px 25px 25px;
}
body.page_441247546cc2ea447630fba343e8ca2d #main-content-1 {
		float: right;
		width: 300px;
}
body.page_441247546cc2ea447630fba343e8ca2d #main-content-1 .main-content-content {
		padding-top: 15px;
}
body.page_441247546cc2ea447630fba343e8ca2d #right-column .right-column-content {
		margin-bottom: 1.5em;
}
body.page_441247546cc2ea447630fba343e8ca2d .tab-box-inner {
		border-bottom: 4px solid #ffcc00;
		border-left: 0;
		border-right: 0;
}
body.page_441247546cc2ea447630fba343e8ca2d .tab-box {
		padding-left: 0;
}
body.page_441247546cc2ea447630fba343e8ca2d .tab-box .selected {
		background: #ffcc00;
		border-color: #ffcc00;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
}
body.page_441247546cc2ea447630fba343e8ca2d .news .date-container .day {
		border: 1px solid #dcdcdc;
}
body.page_441247546cc2ea447630fba343e8ca2d .news .date-container .year {
		font-size: 80%;
		font-weight: bold;
		color: gray;
}
body.page_441247546cc2ea447630fba343e8ca2d #content-left {
		position: relative;
}
body.page_441247546cc2ea447630fba343e8ca2d #content-left0 {
		position: absolute;
		top: -27px;
}
body.page_441247546cc2ea447630fba343e8ca2d #content-left0 ul li a {
		background: #ffcc00;
		margin: 0 1px;
		padding: 0 16px;
		line-height: 27px;
}
body.page_441247546cc2ea447630fba343e8ca2d #content-left0 ul li.active a {
		background: #fff;
		padding: 3px 12px 0 12px;
		margin-top: -3px;
		font-size: 110%;
}
body.page_441247546cc2ea447630fba343e8ca2d #content-left0 ul li#swt_resourcePressRelease-group-Articles a, body.page_441247546cc2ea447630fba343e8ca2d #content-left0 ul li.active a {
		-moz-border-radius-topleft: 3px;
		-webkit-border-top-left-radius: 3px;
		border-top-left-radius: 3px;
}
body.page_441247546cc2ea447630fba343e8ca2d #content-left0 ul li#swt_resourcePressRelease-group-Press-Releases a, body.page_441247546cc2ea447630fba343e8ca2d #content-left0 ul li.active a {
		-moz-border-radius-topright: 3px;
		-webkit-border-top-right-radius: 3px;
		border-top-right-radius: 3px;
}
body.page_441247546cc2ea447630fba343e8ca2d #content-left1 .record-body {
		margin-right: 145px;
}
body.page_441247546cc2ea447630fba343e8ca2d #content-left1 .description-wrap {
		border-top: 1px solid #669;
		padding-top: 25px;
		margin-top: 1em;
}
body.page_441247546cc2ea447630fba343e8ca2d #content-left1 .date {
		margin-bottom: 1em;
		margin-top: 25px;
		text-transform: uppercase;
}



/* retail/food [ Food - Retail (SeQuential) ] */




/* retail/fuel [ Fuel - Retail (SeQuential) ] */

body.page_5a71c114cc6988052ee8d6e98071cd5a .spotlights {
		position: relative;
}
body.page_5a71c114cc6988052ee8d6e98071cd5a .spotlight {
		position: absolute;
		top: 0;
		left: 0;
}
body.page_5a71c114cc6988052ee8d6e98071cd5a #content-right4 {
		height: 120px;
		margin-top: 25px;
}



/* retail [ Retail (SeQuential) ] */

body.page_6612932aa9f74cbc6ad15545fb638759 .spotlights {
		position: relative;
}
body.page_6612932aa9f74cbc6ad15545fb638759 .spotlight {
		position: absolute;
		top: 0;
		left: 0;
}
body.page_6612932aa9f74cbc6ad15545fb638759 #content-right4 {
		height: 120px;
		margin-top: 25px;
}



/* empty [ Empty Page ] */



/* collection [ Collection ] */

body.page_c6530e9eebd0e7a63e2ab3d52b7328e9 #container #subHeader1 li.collection a {
		background: url(images/nav-icon-collection-bg.jpg);
		color: #000;
		font-size: 18px;
		padding-right: 16px;
		padding-left: 42px;
}
body.page_c6530e9eebd0e7a63e2ab3d52b7328e9 h3 {
		margin: 0;
}



/* production [ Production ] */

body.page_e73106560542f866078b530febdc357c #container #subHeader1 li.production a {
		background: url(images/nav-icon-production-bg.jpg);
		color: #000;
		font-size: 18px;
		padding-right: 16px;
		padding-left: 42px;
}



/* contact [ Contact Us ] */

body.page_6ab5b33aaae261a7b09d90eeae8666b6 #content-left1 {
		padding: 1em;
}
body.page_6ab5b33aaae261a7b09d90eeae8666b6 #content-left1 h2 {
		font-size: 1em;
		font-weight: bold;
		line-height: 2.25em;
		padding: 0 1em;
		margin: -1em -1em 1em -1em;
		text-transform: uppercase;
}
body.page_6ab5b33aaae261a7b09d90eeae8666b6 #content-left2 {
		padding: 1em;
}
body.page_6ab5b33aaae261a7b09d90eeae8666b6 #content-left2 .text, body.page_6ab5b33aaae261a7b09d90eeae8666b6 #content-left2 textarea {
		width: 100%;
		padding: .5em;
		border: 1px solid #dcdcdc;
		font-size: 1em;
}
body.page_6ab5b33aaae261a7b09d90eeae8666b6 #content-left2 .field {
		margin: 0.5em 0em;
}
body.page_6ab5b33aaae261a7b09d90eeae8666b6 #content-left2 textarea {
		height: 6em;
}
body.page_6ab5b33aaae261a7b09d90eeae8666b6 #content-left2 .field-I-am-interested-in {
		padding: 0.5em 0;
}
body.page_6ab5b33aaae261a7b09d90eeae8666b6 #content-left2 .field-Interested-Retail {
		padding-bottom: 1.5em;
		border-bottom: 1px solid #dcdcdc;
		margin-bottom: 1.5em;
}
body.page_6ab5b33aaae261a7b09d90eeae8666b6 .email-submit {
		display: block;
		width: 150px;
		margin: 0 auto;
}
body.page_6ab5b33aaae261a7b09d90eeae8666b6 .email-form {
		padding: 25px;
		border: 1px solid #dcdcdc;
		background: white;
}
body.page_6ab5b33aaae261a7b09d90eeae8666b6 .email-label, body.page_6ab5b33aaae261a7b09d90eeae8666b6 .email-block {
		color: gray;
		padding-top: 15px;
}



/* newsletter [ Newsletter ] */




/* community [ Community ] */

body.page_81419f5cb121c88178120d3fe92fc956 #content-left1 .group-header {
		padding: 5px;
		background-color: #FFCC00;
		color: block;
}
body.page_81419f5cb121c88178120d3fe92fc956 #content-left1 .group-header h2 {
		font-size: 1em;
		padding: 0;
		line-height: 2.25em;
		font-weight: bold;
		text-transform: uppercase;
		margin: -1px 0 0 0;
}
body.page_81419f5cb121c88178120d3fe92fc956 #content-left1 .end-of-record {
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
}
body.page_81419f5cb121c88178120d3fe92fc956 #content-left1 .record-image {
		float: right;
		margin-top: 1em;
}
body.page_81419f5cb121c88178120d3fe92fc956 #content-left1 .record-body {
		margin-right: 95px;
}



/* press [ Press Room ] */

body.page_896c24426e1b516951102e1dc1e7c34e #content-header-1 {
		float: right;
		margin-top: -5px;
		margin-right: -1px;
}
body.page_896c24426e1b516951102e1dc1e7c34e #content-header-0 h1 {
		margin: 0;
}
body.page_896c24426e1b516951102e1dc1e7c34e #content-header-0 {
		font-size: 2.2em;
		font-weight: bold;
		text-indent: 1em;
		height: 190px;
		line-height: 190px;
}
body.page_896c24426e1b516951102e1dc1e7c34e #main-content-0 {
		float: left;
		width: 620px;
}
body.page_896c24426e1b516951102e1dc1e7c34e #main-content .main-content-content {
		padding: 50px 25px 25px 25px;
}
body.page_896c24426e1b516951102e1dc1e7c34e #main-content-1 {
		float: right;
		width: 300px;
}
body.page_896c24426e1b516951102e1dc1e7c34e #main-content-1 .main-content-content {
		padding-top: 15px;
}
body.page_896c24426e1b516951102e1dc1e7c34e #right-column .right-column-content {
		margin-bottom: 1.5em;
}
body.page_896c24426e1b516951102e1dc1e7c34e .tab-box-inner {
		border-bottom: 4px solid #ffcc00;
		border-left: 0;
		border-right: 0;
}
body.page_896c24426e1b516951102e1dc1e7c34e .tab-box {
		padding-left: 0;
}
body.page_896c24426e1b516951102e1dc1e7c34e .tab-box .selected {
		background: #ffcc00;
		border-color: #ffcc00;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
}
body.page_896c24426e1b516951102e1dc1e7c34e .news .date-container .day {
		border: 1px solid #dcdcdc;
}
body.page_896c24426e1b516951102e1dc1e7c34e .news .date-container .year {
		font-size: 80%;
		font-weight: bold;
		color: gray;
}
body.page_896c24426e1b516951102e1dc1e7c34e #content-left {
		position: relative;
}
body.page_896c24426e1b516951102e1dc1e7c34e #content-left0 {
		position: absolute;
		top: -27px;
}
body.page_896c24426e1b516951102e1dc1e7c34e #content-left0 ul li a {
		background: #ffcc00;
		margin: 0 1px;
		padding: 0 16px;
		line-height: 27px;
}
body.page_896c24426e1b516951102e1dc1e7c34e #content-left0 ul li.active a {
		background: #fff;
		padding: 3px 12px 0 12px;
		margin-top: -3px;
		font-size: 110%;
}
body.page_896c24426e1b516951102e1dc1e7c34e #content-left0 ul li#swt_resourcePressRelease-group-Articles a, body.page_896c24426e1b516951102e1dc1e7c34e #content-left0 ul li.active a {
		-moz-border-radius-topleft: 3px;
		-webkit-border-top-left-radius: 3px;
		border-top-left-radius: 3px;
}
body.page_896c24426e1b516951102e1dc1e7c34e #content-left0 ul li#swt_resourcePressRelease-group-Press-Releases a, body.page_896c24426e1b516951102e1dc1e7c34e #content-left0 ul li.active a {
		-moz-border-radius-topright: 3px;
		-webkit-border-top-right-radius: 3px;
		border-top-right-radius: 3px;
}



/* locations [ Where to Buy ] */

body.page_d50b73d03df01f8776ae73a7d45d94bf .map {
		height: 300px;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn1 {
		border-bottom: 32px solid #006699;
		padding: 4px;
		margin: -4px;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn2 {
		padding: 0 50px 50px 50px;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn2 table {
		width: 100%;
		border-collapse: collapse;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn2 td, body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn2 th {
		border: 0;
		padding: 0;
		margin: 0;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn2 thead th {
		background: #ffcc00;
		text-align: left;
		line-height: 2.25em;
		text-transform: uppercase;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn2 td {
		padding: 0.5em;
		background: white;
		border-bottom: 1px solid #dcdcdc;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn2 td.company, body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn2 th.company {
		padding-left: 0.5em;
		width: 100px;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn4 {
		float: right;
		margin-top: 1.2em;
		margin-right: 50px;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf form .default {
		color: #666;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn3 h1 {
		margin: 0;
		font-size: 1.3em;
		line-height: 2em;
		text-transform: uppercase;
		padding: 0.5em 50px 0.5em 50px;
		font-weight: bold;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf .grid {
		background: white;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf .row {
		border-bottom: 1px solid #dcdcdc;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf .swt_location-group- {
		display: none;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf .location-item {
		font-size: 0.9em;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf .location-item img {
		float: right;
		margin-right: 24px;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf .location-item .title {
		margin: 0;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf .location-item .fuels, body.page_d50b73d03df01f8776ae73a7d45d94bf .location-item .hours {
		width: 50%;
		float: left;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf table .fuels {
		width: 125px;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf table .distance {
		display: none;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf table.search .distance {
		display: table-cell;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn5 {
		position: relative;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn5 ul {
		position: absolute;
		top: -22px;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn5 ul li a {
		background: #ffcc00;
		margin: 0 1px;
		padding: 0 16px;
		line-height: 26px;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn5 ul li.active a {
		background: #fff;
		padding: 3px 12px 0 12px;
		margin-top: -3px;
		font-size: 110%;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn5 ul li#swt_resourcePressRelease-group-Articles a, body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn5 ul li.active a {
		-moz-border-radius-topleft: 3px;
		-webkit-border-top-left-radius: 3px;
		border-top-left-radius: 3px;
}
body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn5 ul li#swt_resourcePressRelease-group-Press-Releases a, body.page_d50b73d03df01f8776ae73a7d45d94bf #middleColumn5 ul li.active a {
		-moz-border-radius-topright: 3px;
		-webkit-border-top-right-radius: 3px;
		border-top-right-radius: 3px;
}



/* index.php [ Home ] */

body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #mainContainer {
		height: 667px;
		background: white url(images/img-home-bg.jpg) no-repeat 50% 0%;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #middleColumn {
		width: 940px;
		margin: 0 auto;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #middleColumn1 {
		height: 518px;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #home-buttons .splitter-horizontal-item .item-content {
		width: 255px;
		height: 458px;
		background-repeat: no-repeat;
		border: 2px solid #666;
		margin: -2px;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #home-buttons .splitter-horizontal-item {
		padding-top: 30px;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #home-buttons-0 {
		padding-left: 48px;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #home-buttons-1 {
		padding: 0 40px;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #home-buttons-2 {
		padding-right: 47px;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #home-buttons-3 {
		display: none;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 .button-item a {
		padding: 220px 25px 84px 25px;
		display: block;
		color: #333;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 .button-item a:hover {
		text-decoration: none;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #home-buttons-0 .item-content {
		background-image: url(images/home-banner-bg-collection.jpg);
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #home-buttons-1 .item-content {
		background-image: url(images/home-banner-bg-production.jpg);
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #home-buttons-2 .item-content {
		background-image: url(images/home-banner-bg-retail.jpg);
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 .home-button-bg {
		margin-top: 15px;
		position: relative;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 .home-button-link {
		position: absolute;
		left: 10px;
		top: 3px;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 .home-button-link a {
		text-transform: uppercase;
		color: #990000;
		text-decoration: none;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 .home-button-link a:hover {
		font-weight: bold;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #home-search-0 p {
		color: white;
		margin: 0;
		font-size: 36px;
		font-weight: bold;
		line-height: 146px;
		text-transform: uppercase;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #home-search-1 {
		float: right;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #home-search-1 .item-content {
		width: 250px;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 .submit:hover {
		background: #006699;
		color: white;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #footer .navHorizontal li a {
		text-transform: none;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #middleColumn .home-button {
		width: 198px;
		height: 32px;
		background: url(images/home-button-bg.gif);
		text-transform: uppercase;
		text-align: center;
		margin-top: 13px;
		line-height: 32px;
		color: #660000;
}
body.page_328c0d1e2b0645b4ff93f9bf019fdbd1 #middleColumn a:hover .home-button {
		background-image: url(images/home-button-bg-over.gif);
		color: white;
		font-weight: bold;
}



@media only screen and (max-device-width: 480px) {
  html {
    -webkit-user-select: none;
  }
}

