@import url('../css/bootstrap.css');
/* 
 * HTML5 - Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   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; padding:0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { line-height:1.5em; height:1.5em; color: #222; padding:1px 4px; font-size:0.9em;}

/* 
 * 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: #54CDF9; color: #fff; text-shadow: none; }
::selection { background: #54CDF9; color: #fff; text-shadow: none; }


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

a { color: #15A8E5; }
a:visited { color: #15A8E5; }
a:hover { color: #000000; }
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; font-size:0.9em;}
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; height: 4em; }

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

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


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

.content_image_box {
border-color: transparent;
border-width: 0;
background-image: none;
background-color: transparent;
width: auto;
}

.oldie .content_image_box {
display:inline;
}

/* =============================================================================
   Structure
============================================================================= */

body {
margin: 0;
padding: 0;
}

.group {
margin: 0 auto;
padding: 0;
width: 960px;
position: relative;
}
   .group:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }
     
.wrap { 
width: 960px;
margin: 0 auto;
}


/* Helper Classes */

.left { float: left; }
.right { float: right; }
.clear {clear: both; }

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

.helper_block { display: block; }
li.helper_inline { display: inline; }
.helpder_iblock { display: inline-block; }

.testing {display: none;}

aside {

}

section {

}

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

body {
background: url('../graphics/layout/bg_body.gif') repeat-x top left #e2e2e2;
font-family: 'Helvetica', 'Arial', sans-serif;
font-size: 14px;
color: #4d4d4f;
}

button, input, select, textarea {
font-family: 'Helvetica', 'Arial', sans-serif;
}

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

header {
background: url('../graphics/layout/bg_header.gif') repeat-x top left;
height: 108px;
position: relative;
}

#logo {
position: absolute;
bottom: 0;
}

/* =============================================================================
   Top Navigation
============================================================================= */

#topnav {
width: auto;
position: relative;
}

#topnav div.portal_login {
margin: 8px 0 0 0px;
width: auto;
float: right;
clear: none;
}

#topnav .portal_login_password, #topnav .portal_login_username {
float: left;
width: 100px;
margin-right: -6px;
margin-left: 12px;
}
 #topnav .portal_login_username input,
#topnav .portal_login_password input {
background: #fff;
border: 0 none;
height: 23px;
width: 100px !important;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

#topnav .portal_login div.form_row_submit {
background: none;
float: left;
margin: 0 0 0 11px;
padding: 0;
width: 77px;
height: 23px;
}

#topnav .portal_login div.form_row_submit input {
background: url('../graphics/layout/bg_login_btn.png') no-repeat top left transparent;
width: 76px;
line-height: 0; 
font-size: 0;
height: 23px;
border: 0 none;
}
#topnav .portal_login div.form_row_submit input:hover {
background: url('../graphics/layout/bg_login_btn_h.png') no-repeat top left transparent;
}

#topnav .form_label { display: none; }

#topnav #chatnow { 
float: right;
margin-top: 8px;
margin-right: 3px;
margin-left: 15px;
}

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

#topnav #chatnow a {
background: url('../graphics/layout/chatnow.png') no-repeat top left;
height: 23px;
width: 99px;
display: block;
font-size: 0; 
line-height: 0;
}

#topnav #chatnow a:hover {
background: url('../graphics/layout/chatnow_h.png') no-repeat top left;
}

#topnav #search a {
background: url('../graphics/need-login.png') no-repeat top left;
width: 104px;
height: 23px;
display: block;
font-size: 0; 
line-height: 0;
}

#topnav #search a:hover {
opacity: 0.8; 
}



#topnav #home { 
float: right;
margin-top: 8px;
margin-right: 3px;
margin-left: 15px;
}

#topnav #home a {
background: url('../graphics/layout/home.png') no-repeat top left;
width: 33px;
height: 23px;
display: block;
font-size: 0; 
line-height: 0;
text-indent:-9999px;
overflow:hidden;
}

#topnav #home a:hover {
background: url('../graphics/layout/home_h.png') no-repeat top left;
}



nav ul.sub1 li.first {
    top: 10px;
}
#content a:link, #content a:visited {
    text-decoration: underline;
}
#subnav ul li ul li, #subnav ul li.current ul li {
    padding: 8px 0;
}
nav ul li ul.sub1 {
    margin-top: 0px;
}
iframe {
    z-index:1001;
}
#topnav div.portal_login {
padding-left:10px;
}
button {
    padding: 12px 10px;
}
button, input, select, textarea {
    vertical-align: text-top;
}


/* =============================================================================
   Search
============================================================================= */

#search {
float:right;
position: relative;
margin-top: 7px;
}

#search input.google_site_search_form_textbox {
background-image: none !Important;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
height: 14px;
width: 120px;
padding-left: 30px;
text-transform: uppercase;
color: #999999;
font-size: 12px;
}

#search input.google_site_search_form_search_button {
position: absolute;
top: 5px;
left: 5px;
background: url('../graphics/layout/search.png') no-repeat center center; 
height: 17px;
width: 17px;
border: none;
font-size: 0;
line-height: 0;
}


/* =============================================================================
   Navigation
============================================================================= */

nav {
z-index: 9001;
clear: right;
float: right;
margin-top: 8px;
position: relative;
}

nav ul li {
position: relative;
background: url('../graphics/layout/nav_divider.gif') no-repeat top right;
line-height: 51px;
padding: 0 10px 0 10px;
margin-left: -3px;
}

nav ul li a {
font-size: 13px;
}

nav ul li a:link, nav ul li a:visited {
color: #999999;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
display: block;
}
nav ul li a:hover, nav ul li a:active { color: #fff; }

nav ul li:hover {
background: url('../graphics/layout/nav_divider.gif') no-repeat top right #000000;
}
nav ul li:hover a { color: #fff; }

nav ul li.current a:link, nav ul li.current a:visited { color: #fff; }

/* ------------- Sub 1 -------------  */

nav ul li ul.sub1 {
background: none repeat scroll 0 0 #000000;
    left: 0;
    margin-top: 5px;
    position: absolute;
    visibility: hidden;
}

nav ul.sub1 li.first {
display: block;
    left: -15px;
    line-height: 6px;
    margin-left: 30px;
    padding: 0 20px 0 22px;
    position: absolute;
    top: -5px;
    width: 26px;
}

nav ul li ul.sub1 li {
background: #000000;
width: 223px;
padding: 6px 20px 6px 22px;
margin: 0;
}

/*nav ul li ul li {
  line-height: 18px !important;
  padding: 8px 20px 8px 22px !important;
}*/
nav ul li ul li a:link, nav ul li ul li a:visited,
nav ul li.current ul li a:link, nav ul li.current ul li a:visited  {
color: #999999;
display:block;
}
nav ul li ul li a:hover, nav ul li ul li a:active,
nav ul li.current ul li a:hover, nav ul li.current ul li a:active { color: #fff; }

nav ul li ul li:hover {
background: url('../graphics/layout/dd1_hover.gif') repeat-x top left;
}
nav ul li ul li:hover a, nav ul li.current ul li:hover a { color: #fff; }

nav ul li ul.sub1 li {
 padding: 11px 20px !important;
 line-height: 1 !important;
 margin: 0;
 display: block;
}
/* ------------- Sub 2 -------------  */
nav ul li ul.sub2 {
position: absolute;
left: 270px;
top: 0;
visibility: hidden;
}

nav ul.sub2 li.first {
position: absolute;
width: 20px;
left: -5px;
top: 15px;
margin-left: 0;
padding: 0;
line-height: 43px;
}

nav ul li ul.sub2 li {
background: #000000;
width: 223px;
padding: 6px 20px 6px 22px;
margin: 0;
}
nav ul.sub2 li a:link, nav ul.sub2 li a:visited,
nav ul li.current ul.sub2 li a:link, nav ul li.current ul.sub2 li a:visited {
color: #999999;
}
nav ul.sub2 li a:hover, nav ul.sub2 li a:active,
nav ul li.current ul.sub2 li a:hover, nav ul li.current ul.sub2 li a:active { color: #fff; }

nav ul li ul li ul li:hover {
background: url('../graphics/layout/dd1_hover.gif') repeat-x top left;
}
nav ul li ul li ul.sub2 li:hover a, nav ul li.current ul li ul.sub2 li:hover a { color: #fff; }


/* =============================================================================
   Spotlight
============================================================================= */
#spotlight { 
text-align: center;
width: 960px;
margin: 0 auto;
position: relative;
z-index: 8500 !important;
}

#spotlight ul {
padding: 0;
margin: 0;
list-style: none;
background: none !important;
height: 346px !important;
width: 960px !important;
overflow: hidden;
}

#spotlight ul li {
background: none !important;
}

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

#spotlight_nav {
position: absolute;
bottom: 25px;
left: 0;
width: 940px;
text-align: right;
z-index: 9000;
}

   #spotlight_nav a {
   background: url('../graphics/layout/spot_nav.png') no-repeat top left;
   height: 11px;
   width: 11px;
   padding: 0 4px;
   display: inline-block;
   outline: 0 none;
   line-height: 0;
   font-size: 0;
   }

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

/* =============================================================================
   Content
============================================================================= */
#main {
background: #ffffff; 
margin-top: -15px;
padding-bottom: 2em;
}

/* ------------- Banner -------------  */

#banner {
background: url('../graphics/layout/banner.png') no-repeat top left; 
height: 72px;
width: 989px;
margin-left: -15px;
}
#banner h3 {
color: white;
font-size: 22px;
margin: 0;
line-height: 60px;
margin-left: 45px;
float: left;
}
#banner ul { list-style: none; margin: 13px 50px; padding: 0; float: right; }

#banner li { 
background: url('../graphics/layout/flyer.png') no-repeat bottom left;
height: 30px;
overflow:hidden;
padding-left: 35px;
}
#banner li:hover {
background: url('../graphics/layout/flyer.png') no-repeat top left;
}

#banner .collection_item_description { display: none; }

#banner a:link, #banner a:visited {
color: white;
text-decoration: none;
white-space: nowrap;
display: inline;
line-height: 35px;
}
#banner a:hover, #banner a:active, #banner li:hover a { color: #e51937; }

#banner a::after {
content: url('../graphics/layout/arrow.gif');
padding-left: 10px;
}
#banner a:hover::after, #banner a:active::after, #banner li:hover a::after {
content: url('../graphics/layout/arrow_h.gif');
}

/* ------------- Featured -------------  */

#featured {
padding-bottom:15px;
}

#featured ul { padding: 0 0 0 30px; }

#featured a img,#featured img {
width:208px;
}

#featured ul li div.collection_item_description p {
font-size:1.03em;
font-style:normal;
line-height:1.5em;
margin:0 0 1.14em;
}

#featured ul li div.collection_item_label {
margin:15px 0 5px;
}

#featured ul li{
width: 204px;
height:auto;
overflow:hidden;
float:left;
padding-left: 27px;
position:relative;
}

#featured ul li p {
margin:0;
}

#featured ul li:first-child,
#featured ul li.first {
padding-left:0;
}

#featured ul li div.collection_item_label {
text-decoration:none;
font-size:17px;
font-weight:bold;
margin:15px 0 10px;
color: black;
}

#featured ul li div.collection_item_label a:link,
#featured ul li div.collection_item_label a:visited {
text-decoration:none;
color:#000000;
}

#featured ul li div.collection_item_label a:hover,
#featured ul li div.collection_item_label a:active {
color:#e51937;
}

#featured ul li div.collection_item_description {
width:210px;
overflow:hidden;
}

#featured ul li div.collection_item_description p{
margin:0 0 1.14em;
font-size: 14px;
font-style:normal;
line-height:1.5em;
}
#featured ul li:hover div.collection_item_description p { color:#e51937; }

#featured ul li div.collection_item_description p::after {
content: url('../graphics/layout/arrow_f.gif');
padding-left: 5px; }
#featured ul li:hover div.collection_item_description p::after {
content: url('../graphics/layout/arrow_f_h.gif'); }

#featured div.content_image_box {
width:208px !important;
height: 130px;
background:#c5c5c5;
overflow:hidden;
}

#featured a img,
#featured img {
display: block;
width: 201px;
height: 126px;
margin: 2px;
}

/* ------------- Content -------------  */

#content {
padding-left: 30px;
}

#content a:link, #content a:visited { color: #000000; text-decoration: none; }
#content a:hover, #content a:active { color: #e51937; }

h4 {
color: #e51937;
font-size: 22px;
font-weight: normal;
}

#news {
/*background: url('../graphics/layout/bg_news.gif') repeat-y top left;*/
width: 240px;
margin-right: 30px;
padding: 0 20px;
color: #15A8E5;
background: #fff;
box-shadow: 1px 1px 4px #ccc;
}
#news_btm, #news_top { 
background: url('../graphics/layout/bg_news_btm.gif') no-repeat bottom left;
height: 7px;
width: 280px;
margin-left: -20px;
padding-top: 15px;
display: none;
}
#news_top { 
background: url('../graphics/layout/bg_news_top.gif') no-repeat top left;
padding-top: 0;
padding-bottom: 15px;
display: none;
}

#news_header {
  background: transparent;
  height: 54px;
  width: 281px;
  margin-left: -20px;
  padding-bottom: 20px;
  color: #444a4d;
  border-bottom: 1px solid #ccc;
}
#news_header h4 {
margin: -3px 0 0 0;
line-height: 60px;
padding-left: 27px;
color: #444a4d;
}

#news a:link, #news a:visited {
color: #000000;
font-size: 14px;
font-weight: normal;
text-decoration: none;
}
#news a:hover, #news a:active {
color: #15A8E5;
}

/* =============================================================================
   Footer
============================================================================= */
   
footer {
background: url('../graphics/layout/bg_footer_top.gif') repeat-x top left #000000;
color: #646464;
}

footer ul { list-style: none; padding: 0; margin: 0; line-height: 10px; }

footer .top {
background: url('../graphics/layout/glow.gif') bottom center no-repeat;
height: 84px;
padding-top: 36px;
padding-left: 36px;
}

footer h4 {
color: #34B4E8;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 11px;
}

#contact { float: left; }
#contact ul li { float: left; padding-right: 45px; }

	#contact .content_image_box { float: left; }
	#contact .content_image img { opacity: 0.3; filter: Alpha(Opacity=30); margin-top: 0; margin-left: 0; }
	#contact ul li:hover .content_image img { opacity: 1; filter: Alpha(Opacity=100); }
	#contact .collection_item_description { display: none; }
	
#contact .collection_item_label { 
float: right; 
line-height: 20px;
color: #646464;
font-weight: normal;
padding-left: 7px;
}

#contact a:link, #contact a:visited { color: #646464; text-decoration: none; }
#contact a:hover, #contact a:active, #contact ul li:hover a { color: #fff; }
	
	
#emailmarketing { float: right; margin-right: 55px; }

.e2ma_signup_form_container form { position: relative; }

.e2ma_signup_form_label, #e2ma_signup_reset_button { display: none; }
.e2ma_signup_form_element  {
background: url('../graphics/layout/bg_email.gif') no-repeat top left; 
width: 249px;
height: 30px;
}
.e2ma_signup_form_element INPUT {
background-color: transparent;
border: none;
width: 210px;
height: 22px;
color: #fff;
}
#e2ma_signup_submit_button {
position: absolute;
top: 0;
right: 0;
width: 38px;
height: 30px;
background: none;
border: none;
font-size: 0;
line-height: 0;
}

footer .btm { padding-top: 10px; }

#social_media { margin-left: 30px; }
#social_media ul li {
display: inline-block; 
}
	
	#social_media .collection_item_description, #social_media .collection_item_label { display: none; }
	#social_media .content_image img { opacity: 0.3; filter: Alpha(Opacity=30); }
	#social_media ul li:hover .content_image img { opacity: 1; filter: Alpha(Opacity=100); }

footer #logo {
position: relative;
float: right; 
margin-right: 55px;
opacity: 0.4;
filter: Alpha(Opacity=40);
margin-top: 7px;
}
footer #logo:hover { opacity: 1; filter: Alpha(Opacity=100); }

#copyright { clear:both;  text-align: center; padding-bottom: 3em; }

	#copyright ul li { display: inline-block; padding: 0 4px 0 2px;  border-right: 1px solid #646464; }
	#copyright ul li.last { border-right: none; }
	#copyright .collection_item_description { display: none; }
	
	#copyright a:link, #copyright a:visited {
	font-weight: normal;
	color: #646464;
	text-decoration: none; 
	}
	#copyright a:hover, #copyright a:active { color: #fff; }

/* =============================================================================
   Internal
============================================================================= */

body.internal { background-image: none; }

.internal h3 {
color: #000000;
font-weight: normal;
font-size: 22px;
}

.internal h4 {
font-weight: bold;
font-size:14px;
}

.internal #main {
margin-top: 0;
padding-top: 56px;
}

.internal #content {
padding-left: 0;
width: 660px !important;
margin-right: 36px;
color: #000000;
}

.internal #content div.content_image_box {
background: #C5C5C5;
}
	.internal #content .content_image img { margin: 2px; }

.internal h3.content_news_article_headline { font-size: 14px; }
	
#subnav {
/*background: url('../graphics/layout/bg_news.gif') repeat-y top left;*/
width: 140px;
margin-left: 23px;
padding: 0 20px;
color: #15A8E5;
margin-top: 17px;
background: #fff;
box-shadow: 1px 1px 4px #ccc;
}
#subnav_btm, #subnav_top { 
background: url('../graphics/layout/bg_news_btm.gif') no-repeat bottom left;
height: 7px;
width: 280px;
margin-left: -20px;
padding-top: 15px;
display: none;
}
#subnav_top { 
background: url('../graphics/layout/bg_news_top.gif') no-repeat top left;
padding-top: 0;
padding-bottom: 2px;
display: none;
}

#subnav ul { list-style: none; padding: 0; }
#subnav ul li { 
line-height: 20px;
padding: 10px 0px;
}
#subnav ul li.first { padding-top: 0; }
	#subnav ul li a:link, #subnav ul li a:visited {
	color: #999999;
	font-size: 14px;
	font-weight: normal; 
	text-transform: uppercase;
	text-decoration: none;
	}
	#subnav ul li a:hover, #subnav ul li a:active { color: #e51937; }
	
	#subnav ul li ul { padding: 23px 0 0 0; margin-bottom: 0; }
	#subnav ul li ul li, #subnav ul li.current ul li { padding: 21px 0; }
		#subnav ul li ul li.first { padding-top: 0; }
		#subnav ul li ul li.last { padding-bottom: 0; }
	
	#subnav ul li.current ul li a:link, #subnav ul li.current ul li a:visited,
	#subnav ul li ul li a:link, #subnav ul li ul li a:visited{ color: #999999; }
	
	#subnav ul li.current ul li a:hover, #subnav ul li.current ul li a:active,
	#subnav ul li ul li a:hover, #subnav ul li ul li a:active { color: #e51937; }
	
	#subnav ul li ul li a, #subnav ul li.current ul li a, #subnav ul li ul li.current a { 
		background: url('../graphics/layout/arrow_f_h.gif') left center no-repeat;
		padding-left: 14px;
		margin-left: 10px;
		}
	

#subnav ul li.current { 
background: url('../graphics/layout/news_header.png') no-repeat top center;
padding: 21px 10px 21px 31px;
width: 160px;
margin-left: -32px;
}
#subnav ul li.current a { 
   color: #fff; 
   background: url('../graphics/layout/arrow_red.png') no-repeat right center;
   width: 150px;
   display: block;
   }

#subnav ul li ul li.current {
   background: none;
   padding: 21px 0;
   width:inherit;
   margin-left: 0;
}
   #subnav ul li ul li.current a { color: #e51937 !important; }


/* Internal spotlight */

.internal #spotlight_nav {
    bottom: 70px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 600px;
}
.internal #spotlight {

    padding-top: 20px;
	width:700px;
   }
.internal #spotlight_content #content div.content_image_box {
    background: none repeat scroll 0 0 transparent;
}

/* =============================================================================
   Gallery 
============================================================================= */

.gallery_layout #featured .collection_gallery_table span { width: 201px !important; }
.gallery_layout #topnav #home { display: none; }
.gallery_layout #topnav #chatnow { display: none; }

.gallery_layout #topnav #guest a {
    background: url("../graphics/createaccount.png") no-repeat scroll left top transparent;
	width: 140px;
	}

.gallery_layout #topnav div.portal_login {
margin: 55px 0 0 33px;
}

.gallery_layout #topnav #guest,
.gallery_layout #topnav #search { margin-top: 55px; }

/* =============================================================================
   General QA
============================================================================= */
#topnav div.portal_login {
margin: 4px 0 0 0px;
}

.internal #main {
min-height: 610px;
}

nav ul li ul.sub1 li {
padding: 15px 20px 17px 22px;
line-height: 20px;
}

nav ul li ul li:hover { background-color: #000000; }

nav ul li ul.sub2 { background: #000000; }

nav ul li+li+li ul li ul {
left: -270px !important;
float: none;
display: block;
width: 265px;
}

nav ul li+li+li ul li ul li.first { left: 250px !Important; }


#topnav #guest a {
    background: url("../graphics/guest-login.png") no-repeat scroll left top transparent;
    display: block;
    font-size: 0;
    height: 23px;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 92px;
}
#topnav #home, #topnav #chatnow, #topnav #search, #topnav #guest {
    margin-left: 8px;
    margin-top: 0;
    padding: 0;
    position: relative;
    top: 23px;
}
#topnav #guest {
float:right;
}
#topnav div.portal_login {
    margin: 0 0 0 33px;
}

/* =============================================================================
   Browser QA
============================================================================= */

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

   

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

   

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

   

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

   

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

   

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

   .ie7 .clear { height: 1px; }
   
   .ie7 #topnav #chatnow { margin-right: 0px; margin-left: 15px; }
   .ie7 #topnav .portal_login { width: 300px; }
   .ie7 #search { margin-right: 10px; }
   .ie7 header { z-index: 99999; }
   .ie7 nav { margin-top: 7px; }
   .ie7 nav ul li { float: left; }
   .ie7 nav ul li ul.sub1 { top: 50px; }
   .ie7 #banner li { background-position-y: -30px; }
   .ie7 #banner li:hover { background-position-y:0px; }
   .ie7 #contact .collection_item_label { float: none; }
   .ie7 #social_media ul li { float: left;}
   .ie7 #copyright ul li {line-height: 18px; display: inline; }
   
   .ie7 .internal #spotlight { 
text-align: left; 
height: 270px;
width: 609px;
overflow: hidden;
}

.ie7 .internal #spotlight ul {
width: 609px !important; 
}


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

/* =============================================================================
|   New contentspace internal                                                 |
============================================================================= */

div#under_subnav_section {
  height: auto;
  background: transparent;
  width: 180px;
  clear: left;
  margin: 40px 0px 0px 23px;
  padding: 20px 0px;
  overflow: hidden;
}
/* =============================================================================
|   Form Reset                                                                 |
============================================================================= */

button, input, select {
   height: 22px;
   font-size: 12px;
   line-height: 14px;
   }

button, input { padding: 2px 10px; }

input.content_login_portal_password, input.content_login_portal_username, .form_row_submit {
   width: 100%;
   margin: 0;
   padding: 0;
   }

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

table.express_order tr.item td { padding: 7px; }

.dlCategoriesTitle h4, .dlListHeadingContainer a,  { color: #333; }

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

div.required_form_label { color: #EF3A35; }

div.portal_login { clear: both; }

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

#frm_password {
margin-left:10px;
}

#frm_username,#frm_password {
clear:none;
float:left;
font-size:12px;
width:100px;
}

#search {
margin-left:15px;
}

#search input.google_site_search_form_search_button {
top:7px;
}

#search input.google_site_search_form_textbox {
text-transform:none;
}

#topform label {
color:#999;
}

#topnav #home {
float:right;
margin-left:15px;
margin-right:3px;
margin-top:8px;
}

#topnav #home,#topnav #chatnow,#topnav #search {
margin-left:11px;
margin-top:0;
padding:0;
position:relative;
top:23px;
}

#topnav #login {
height:23px;
padding:0;
margin:0 0 0 11px;
position:relative;
top:15px;
}

#topnav div.portal_login {
margin:0 0 0 11px;
padding:6px 0 0;
width:309px;
}

#topnav input[type=text],#topnav input[type=password] {
font-size:12px;
height:16px;
line-height:16px;
margin-top:-6px;
padding:2px;
width:92px;
}

header {
background-color:#000;
background-position:bottom left;
height:124px;
}

.ie7 #topnav label {
padding-bottom:4px;
}

.ie7 #topnav input[type=password] {
margin-left:-11px !important;
}

.ie7 #topnav #login {
margin-left:0;
}

#abovenews {
margin: 0 30px 30px 0;
}

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

/* Design Classes */



/* ==|== 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; }
  a[href]:after { content: " (" attr(href) ")"; }
  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; }
}