/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #4376BA; color: #fff; text-shadow: none; }
::selection { background: #4376BA; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #193F72; }
a:visited { color: #193F72; }
a:hover { color: #4376BA; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* =============================================================================
   FDP Resets
============================================================================= */

.content_image_box {
border:0 none;
background:0 none;
display:inline-block;
width:auto;
}

.oldie .content_image_box {
display:inline;
}

/* ==|== primary styles =====================================================
Author: 
========================================================================== */

html {
	background: url('../graphics/layout/bg_body_repeat.jpg') repeat bottom left;
	}

body {
	background: url('../graphics/layout/bg_body.jpg') repeat-x top left;
	color: #0f0f0f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

.group {
margin: 0 auto;
padding: 0;
}
   .group::after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }

.left{
float: left;
}

.right{
float: right;
}

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

h1{font-size:27px;font-weight:300;margin-top:0;}
h2{font-size:24px;font-weight:300;margin:0;}
h3{color:#010101;font-size:21px;font-weight:300;}
h4{color:#010101;font-size:18px;font-weight:300;}
h5{color:#010101;font-size:16px;font-weight:300;margin-top:0;}
h6{color:#010101;font-size:16px;font-weight:400;margin-top:0;}


/* =============================================================================
Header
========================================================================== */

header {
background:url('../graphics/layout/bg_header.jpg') no-repeat top center;
height:215px;
margin:0 auto;
padding:0 20px;
position:relative;
width:960px;
}

#logo {
float:left;
padding-left: 24px;
padding-top: 27px;
}

#logo img {
padding:0;
}

#topright {
float:right;
height:45px;
line-height:45px;
padding-right: 11px;
padding-top: 32px;
vertical-align:middle;
}

#search {
background: none;
float: right;
height: 49px;
position: relative;
width: 309px;
clear: right;
margin-right: 13px;
margin-top: 31px;
text-align: right;
}

#search .google_site_search_form_textbox {
background-color:transparent !important;
background-image: none !important;
border:0 none;
color: #71767d;
font-size: 13px;
left:5px;
padding:8px 2px;
position:absolute;
top: 3px;
width:255px;
}

#search .google_site_search_form_search_button {
background:none repeat scroll 0 0 transparent;
border:0 none;
font-size:0.1em;
height:42px;
line-height:0.1em;
position:absolute;
right: 6px;
text-indent:-9999px;
top:-3px;
width:40px;
}

#utilities {
float:left;
font-family:'Brawler', serif;
line-height:30px;
}

#utilities ul {
list-style:none;
margin:0;
padding: 15px 12px 0 0px;
}

#utilities ul li {
display:inline-block;
padding: 0 10px;
}

#utilities ul li a:link,#utilities ul li a:visited {
color:#0f0f0f;
font-size:12px;
text-decoration:none;
}

#utilities ul li a:hover {
text-decoration:underline;
}

#donate {
float:left;
padding:0 10px;
}


/* =============================================================================
PrimaryNav
========================================================================== */

nav {
clear: both;
height: 42px;
padding-top: 4px;
position: relative;
z-index: 5000;
}

nav ul {
line-height:40px;
list-style:none;
margin:0;
padding: 0 0 0 40px;
text-align:left;
}

nav ul li {
background:url('../graphics/layout/bg_nav_divider.png') right top no-repeat;
display:inline-block;
position:relative;
margin-left: -4px;
}

nav ul li a:link,nav ul li a:visited {
color:#FFF;
display:inline-block;
font-size:13px;
font-weight:bold;
padding:0 14px;
text-decoration:none;
}

nav ul li a:hover {
color:#fff;
}

nav ul li:hover {
background:url('../graphics/layout/bg_nav_divider.png') right top no-repeat #9FB5D3;
}

nav ul li:last-child {
background:0 none;
}

nav ul li:last-child:hover {
background:#9fb5d3;
}

/*
second tier
*/
nav ul li ul {
background:#9FB5D3;
filter:alpha(opacity=95);
left:0;
line-height:34px;
opacity:0.95;
padding:18px;
position:absolute;
text-align:left;
visibility:hidden;
width:171px;
}

nav ul li ul li {
background:url('../graphics/layout/bg_nav_dd.gif') no-repeat bottom;
display:block;
padding: 12px 0;
}

nav ul li ul li a:link,nav ul li ul li a:visited {
color:#252f3c;
font-weight:400;
line-height:14px;
padding:0;
display: block;
}

nav ul li ul li:hover {
background:url('../graphics/layout/bg_nav_dd.gif') no-repeat bottom;
}

/*
third tier
*/
nav ul li ul li ul {
left:175px;
top:0;
}
			

#lssndbtn {
background: url('../graphics/layout/lssndbutton.png') no-repeat top left;
height: 52px;
width:299px;
position: absolute;
right: 25px;
top: -2px;
}		
	
#lssndbtn a {
font-size: 0em;
line-height: 0em;
display: block;
height: 52px;
width:299px;
}

/* =============================================================================
Spotlight
========================================================================== */			

#spotlight {
clear:both;
height:364px;
margin:0 auto;
width:960px;
}

#spotlight_content {
height:364px;
position:relative;
width:960px;
}

#spotlight_content ul {
list-style:none;
margin:0;
padding:0;
}

#spotlight_content ul li {
position:relative;
}

#spotlight .content_image img {
margin:0;
}

#spotlight .content_image_box {
background:none;
border:none;
}

#spotlight_content .collection_item_label {
background: url('../graphics/layout/bg_spotlight_label.png') no-repeat top left;
color: #9B4925;
font-family: 'Brawler', serif;
font-size: 27px;
font-weight: 300;
height: 125px;
line-height: 36px;
margin-left: 27px;
overflow: hidden;
padding: 25px 33px 20px;
position: absolute;
top: 0;
width: 234px;
}

#spotlight_content .collection_item_description {
background: url('../graphics/layout/bg_spotlight_label.png') no-repeat bottom left;
color:#343534;
font-family:'Brawler', serif;
font-size:14px;
font-style:normal;
height: 175px;
margin-left:27px;
overflow:hidden;
padding:0 33px 20px;
position:absolute;
top: 170px;
width: 234px;
line-height: 24px;
}

#spotlight_content .collection_item_description a {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background: #008542;
border-radius: 8px;
color: #EEE;
line-height: 70px;
padding: 10px;
text-decoration: none;
font-size: 13px;
}

#spotlight_nav {
bottom:25px;
left:-115px;
position:absolute;
text-align:center;
width:960px;
z-index:3000;
}

#spotlight_nav a {
background:url('../graphics/layout/spotlight_nav.png') top left no-repeat;
display:inline-block;
height:11px;
outline:0 none;
padding:0 2px;
text-indent:-9999px;
width:11px;
}

#spotlight_nav a.activeSlide {
background:url('../graphics/layout/spotlight_nav_H.png') top left no-repeat;
}

#swoosh {
background: url('../graphics/layout/swoosh.png') no-repeat top left;
height: 31px;
width: 960px;
margin-top: -29px;
z-index: 999 !important;
position: relative;
}

/* =============================================================================
Main Content Area
========================================================================== */		

#primarycontent {
background:url('../graphics/layout/bg_content.png') repeat-y top center;
color:#2a2a2a;
margin:-3px auto;
padding:0 20px;
width:960px;
}

#content {
padding: 13px 27px 30px;
width: 906px;
}

#tagline,#tagline h1,#tagline h2,#tagline h3,#tagline h4,#tagline h5,#tagline h6 {
font-style: normal;
font-weight: 400;
font-size: 33px;
line-height: 40px;
margin:0;
padding: 0 65px 7px;
text-align:center;
letter-spacing: -1px;
}
#tagline p {margin: 0;}

#content .left {
width: 443px;
float: left;
}

#content .right {
width: 443px;
float: right;
}

/* New Slider Styles */

#newsslider {
background: url('../graphics/layout/bg_tagline.jpg') repeat-y top center;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 18px;
text-align: left;
min-height: 67px;
width: 905px;
margin: 0 auto;
}
#newsslider h4.inthenews {
float: left;
font-size: 13px;
font-style: normal;
font-weight: 300;
padding-left: 85px;
line-height: 18px;
text-align: left;
margin-top: 28px;
text-transform: uppercase;
}
#newsslider .news_articles {
padding-left: 215px;
padding-top: 13px;
}
#newsslider .content_news_article_headline {
float: left;
padding-right: 10px;
font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: 18px;
text-align: left;
}
#newsslider .content_news_article_by_line {
font-style: normal;
font-size: 13px;
color: #5C5C5C;
}
#newsslider a {
text-decoration: none;
color: #193F72;
}
#newsslider .news_archives {
padding-left: 215px;
padding-top: 7px;
text-align: right;
padding-right: 40px;
padding-bottom: 10px;
font-size: 13px;
}
#newsslider .news_articles ul li {
margin: 0 0 8px !important;
}

/* =============================================================================
Internal
========================================================================== */	
aside {
background:url('../graphics/layout/bg_sidenav.jpg') repeat-y top left;
float:left;
margin-left:9px;
margin-top: 3px;
min-height:735px;
padding-top:22px;
position:relative;
width:301px;
z-index:150;
}

#sectiontitle {
color: #323334;
font-size: 24px;
padding: 5px 20px 7px;
}

#sidenav {
list-style:none outside none;
margin:0 0 2em;
padding:0 26px 0 22px;
}

#sidenav li {
background:url("../graphics/layout/bg_sidenav_arrow.png") no-repeat scroll right 10px transparent;
color:#3590ce;
height:auto;
vertical-align:middle;
}

#sidenav li a {
color: #193F72;
font-size: 15px;
font-weight: 300;
line-height: 33px;
padding-right: 12px;
text-decoration: none;
}

#sidenav li a:hover {
color:#193f72;
}

#sidenav li ul {
list-style:none;
margin:0;
padding:0 0 4px 20px;
}

#sidenav li ul li {
background:none repeat scroll 0 0 transparent;
border:medium none;
line-height:0;
min-height:0 !important;
}

#sidenav li ul li:hover {
background:none;
}

#sidenav li ul li a {
color: #4376BA;
font-size: 13px;
line-height: 28px;
padding-right: 12px;
}

#undernav {
margin-bottom:2em;
text-align:center;
}

#sidenav li:hover,#sidenav li.current_page {
background:url("../graphics/layout/bg_sidenav_active.png") no-repeat scroll right 10px transparent;
}

.internal #undernav #donate { float: left; padding: 20px; }


#internalcontent {
float:right;
font-size: 15px;
line-height: 21px;
padding: 17px 20px;
width:610px;
}

#masthead {
float: right;
height: 207px;
position: relative;
width: 650px;
margin-top: 3px;
}

#masthead img {
	margin:0 !important;
}

#masthead .sectiontitle {
color: white;
font-size: 30px;
font-weight: 700;
height: 133px;
line-height: 133px;
overflow: hidden;
padding-left: 20px;
position: absolute;
text-shadow: 1px 1px 2px #4A4A4A;
width: 650px;
}

.internal #swoosh {
background: url('../graphics/layout/internal_swoosh.png') top left no-repeat;
width: 649px;
margin-top: -15px;
}


.internal nav ul { line-height: 42px; }

/* =============================================================================
Footer
========================================================================== */					
footer {
	background: url("../graphics/layout/bg_footer.png") no-repeat scroll center top transparent;
    margin-top: 2em;
    min-height: 97px;
    padding-top: 15px;
	}

#sponsors {
float:left;
padding-top:10px;
width:430px;
}

#sponsors ul {
list-style:none;
margin:0;
padding: 0 0 0 22px;
text-align: left;
}

#sponsors ul li {
display:inline-block;
padding: 0 6px;
}

#sponsors .content_image_box {
background:none;
border:none;
}

#sponsors .content_image img {
margin:0;
}

#sponsors .collection_item_label, #sponsors .collection_item_description { display: none; }

#social_media {
float:right;
padding-right: 30px;
padding-top: 17px;
text-align: right;
}
#social_media ul {
list-style:none;
margin:0;
padding:0;
float: right;
}
#social_media ul li {
display:inline-block;
padding-right: 2px;
}
#social_media .content_image img {
margin:0;
}
#social_media .content_image_box {
background:none;
border:none;
}
#social_media h4 {
color: #A0A0A0;
font-size: 10px;
font-weight: 300;
text-transform: uppercase;
float: left;
line-height: 32px;
margin: 0;
padding-right: 15px;
}
#social_media .collection_item_label, #social_media .collection_item_description { display: none; }



#footerlinks {
float: right;
clear: right;
padding-top: 13px;
padding-right: 30px;
text-align: right;
}
#footerlinks ul { list-style: none; margin: 0; padding: 0; }
#footerlinks ul li {
display: inline-block;
width: 80px;
text-align: center;
line-height: 15px;
}
#footerlinks a:link, #footerlinks a:visited {
font-weight: 300;
font-size: 12px;
color: #363636;
text-decoration: none;
line-height: 15px;
}
#footerlinks a:hover, #footerlinks a:active { text-decoration: underline; }

#footerlinks .collection_item_description { display: none; }

/* Copyright and Location information */

#copyright {
background:url('../graphics/layout/bg_footer_btm.jpg') top center no-repeat;
margin: 3px auto 2em;
padding:0 20px;
text-align:center;
width:960px;
color: #865918;
font-size: 13px;
min-height: 32px;
}

.locations { padding-top: 25px; }

.locations_website_title { padding-left: 100px; }

.locations_website_title, .location_address, .location_phones, .location_phone { float: left; padding-right: 5px; }

.locations_website_title::after, .location_address::after {
	content: url(../graphics/layout/bullet.gif);
	padding-left: 3px;
}

.location_phone_label, .location_email, .location_info { display: none; }

/* Footer Navigation */

#footnav {
width: 960px;
text-align: center;
margin: 0 auto 2em;
}

#footnav ul { list-style: none; margin: 0; padding: 0; }
#footnav ul li { display: inline-block; }
#footnav ul li a:link, #footnav ul li a:visited {
font-size: 13px;
font-weight: 300;
color: white;
text-decoration: none;
padding-right: 3px;
}
#footnav ul li a:hover, #footnav ul li a:active { text-decoration: underline; }

#footnav ul li a::after {
		content: url(../graphics/layout/bullet.gif);
		padding-left: 8px;
	}
#footnav ul li.last a::after { content: none; padding-left: 0; }

#footnav .collection_item_description { display: none; }



/* =============================================================================
   General QA
============================================================================= */

.location2 {
	display: none;
}

div.locations div.locations_website_title {
	font-weight: normal;
}
.locations {
	width: 550px; /* change based on client content */
	margin: 0 auto;
}

.internal aside {
	overflow: hidden;
}

.content_video_box {
	padding-left: 10px;
}
/* =============================================================================
   Browser QA
============================================================================= */

/* Modern =================================================================== */

#utilities ul li a:link, #utilities ul li a:visited {
	font-weight: normal;
}
#newsslider {
	padding-bottom: 5px;
}

#copyright {
	margin-bottom: 22px;
}

nav ul li+li+li+li+li+li+li { display: none; }
nav ul li ul li+li+li+li+li+li+li  { display: block; }

#masthead .sectiontitle { display: none; }

/* IE (.ie) ================================================================= */

   

/* IE9 (.ie9) =============================================================== */

   

/* IE8 (.ie8) =============================================================== */

.ie8 nav ul li ul li ul { padding-top: 8px; left: }
.ie8 #spotlight_content .collection_item_label { background: #fff; }
.ie8 #spotlight_content .collection_item_description { background: #fff; }

.ie8 .locations_website_title:after, .ie8 .location_address:after {
	content: url(../graphics/layout/bullet.gif);
	padding-left: 3px;
}

.ie8 #footnav ul li a:after {
		content: url(../graphics/layout/bullet.gif);
		padding-left: 8px;
}

.ie8 #footnav ul li.last a:after { content: none; padding-left: 0; }

   

/* IE8 & IE7 (.oldie) ======================================================= */


   

/* IE7 (.ie7) =============================================================== */

.ie7 header { z-index: 9000; }
.ie7 #topright { width: 480px; }
.ie7 #donate { float: right; padding-top: 0px; }
.ie7 #utilities ul li {float: left; }
.ie7 nav { z-index: 7000 !important; position: relative; }
.ie7 nav ul { padding-left: 30px; line-height: 42px; }
.ie7 nav ul li {float: left; }
.ie7 nav ul li ul { top: 42px; z-index: 6500 !important; }
.ie7 nav ul li ul li { float: none;  width: 175px !important; }
.ie7 nav ul li ul li ul { top: 0; left: 192px; padding-right: 20px }
.ie7 #newsslider .content_news_article_by_line { float: left; }

.ie7 #sponsors ul li { float: left; }
.ie7 #spotlight_content .collection_item_label { background: #fff; left: 0; }
.ie7 #spotlight_content .collection_item_description { background: #fff; left: 0; }
.ie7 #spotlight_nav a { text-indent: 0px; font-size: 0px; line-height: 0; }
.ie7 #social_media { width: 250px; }
.ie7 #social_media ul li { float: left; padding: 0 4px; }
.ie7 #emailmarketing .button { font-size: 0; line-height: 0; }
.ie7 #spotlight_content .collection_item_label, .ie7 #spotlight_content .collection_item_description {
filter: Alpha(Opacity=70);
}

.ie7 #footerlinks ul li { float: left; }
.ie7 #footnav { margin-top: -10px; }
.ie7 #footnav ul { padding-left: 160px; padding-bottom: 4em; }
.ie7 #footnav ul li { float: left; padding: 0 4px; }
.ie7 #social_media ul li {display: inline;}

.ie7 #footnav ul li a {
		background: url(../graphics/layout/bullet.gif) right center no-repeat;
		padding-right: 8px;
}
.ie7 #footnav ul li.last a {
	background: none;
}
.ie7 .locations_website_title, .ie7 .location_address {
	background: url(../graphics/layout/bullet.gif) right center no-repeat;
	padding:0 10px;
}
.ie7 .location_end {
	display: none;
}

.ie7 #spotlight_content  {
	overflow: hidden;
}
.ie7 #swoosh {
	z-index: 9 !important;
}
.ie7 .location_phones {
	padding-left: 10px;
}


/* =============================================================================
   FDP Styles
============================================================================= */

#catalog {
margin:1.14em 0;
position:relative;
}

#catalog_order_details th {
padding:4px 10px;
}

#internal div.dlCategoriesContainer h4 {
color:#edecea;
font-size:1.1em;
margin:0;
}

#message_details .value {
padding-left:10px;
}

#order_details_cart_actions,.dlItemDetailsFormSubmitContainer,.dlItemDetailsCategory {
font-size:0.9em;
}

.catalog_order_details_section .catalog_order_items_reorder_button {
bottom:0;
clear:both;
margin-top:-1.14em;
position:relative;
right:0;
}

.column_title,table#content_online_proof tbody tr td {
padding:4px 10px 4px 0;
}

.dlItemDetailsPhotoContainer img.dlDetailsPhoto,.dlPhotoContainer img.dlPhoto {
border-color:rgba(0,0,0,0.1);
}

.dlListHeadingContainer a {
color:#edecea;
}

div.dlSpecifyDetailsLinkContainer a:hover,div.dlSpecifyDetailsLinkContainer a:active {
background:#edecea;
color:#B78B90;
}

div.form_row_submit,table#content_online_proof thead tr,#internal h5.form_title,div.dlItemDetailsHeading,div.dlSpecifyDetailsLinkContainer a:link,div.dlSpecifyDetailsLinkContainer a:visited,.dlListHeadingContainer,.dlCategoriesTitle {
background:#e8e8e6;
color:#edecea;
font-size:0.9em;
}

h5.form_title {
clear:both;
}

table.calendar tbody td span.day,table.calendar thead th,table.content_data_table th.column_label,div.catalog_display_express p.continue_button,table.express_order th,.dlItemDetailsFormSubmitContainer,div.content_catalog_cart_navigation a:hover {
background:#e8e8e6;
color:#255764;
}

table.content_data_table td.row_odd,table.express_order p.category_title,#catalog_order_details th,.catalog_order_details_wrapper .catalog_order_section_row .catalog_order_section .catalog_order_section_title,#message_details .label.online_proof_details_label,table.express_order td.order_details_subtotal_value,table.express_order td.order_details_tax_value,table.express_order td.order_details_total_value,.dlItemDetailsFormHeading,.dlItemDetailsCategory {
background: transparent;
color:#555;
vertical-align:middle;
}

table.express_order tr.category,table.express_order tr.category td {
background:transparent none;
}


div.news_articles ul li h3.content_news_article_headline { font-size: 16px; }










/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

#spotlight_content .collection_item_description p {
	margin-top: 0;
}



/* ==========================================================================
   Custom Wide Layout Styles
   ========================================================================== */

.internalwide aside {
	margin-top:200px;
	float:right;
}

.internalwide #primarycontent {
	position: relative;
}

.internalwide #masthead {
	width: 960px;
	position: absolute;
	left: 20px;
}

.internalwide #internalcontent {
	margin-top: 212px;
}

.internalwide #swoosh {
	background: url('../graphics/layout/internal_swoosh_wide.png') top left no-repeat;
	width: 960px;
}


/* ==========================================================================
   Customizations
   ========================================================================== */

#sectiontitle,
#undernav #donate {
	display:none;
}