/* =============================================================================
   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%; min-width: 1180px !important;}

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: #5abbe6; color: #fff; text-shadow: none; }
::selection { background: #5abbe6; color: #fff; text-shadow: none; }


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

a { color: #52bdec; }
a:visited { color: #52bdec; }
a:hover { color: #f7942c; }
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; }

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
html, body {height: 100%;}

body {
font-family: 'Open Sans', sans-serif;
background: #000;
}

#container {
width: 985px;
margin: 0 auto;
min-height: 100%;
padding: 0 82px;
position: relative;
}

#border_top {
background: url('../graphics/layout/bg_border_top.png') repeat-x top left transparent;
height: 47px;
position: absolute;
top: 0;
width: 100%;
}

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

#push {
clear: both;
height: 635px;
}

/* =============================================================================
Header
========================================================================== */
header {
position: relative;
z-index: 99999;
}

.logo {
background: url('../graphics/layout/bg_logo.png') no-repeat top left;
height: 112px;
width: 203px;
position: absolute;
z-index: 50;
top: 0;
left: -64px;
padding-left: 125px;
padding-right: 100px;
padding-bottom: 80px;
padding-top: 8px;
}
.logo img {
padding: 0;
background: none;
}

/* =============================================================================
PrimaryNav
========================================================================== */
nav {
background: url('../graphics/layout/bg_nav_left.png') no-repeat top left;
height: 74px;
padding-left: 18px;
margin-left: -2px;
}

#nav_end { background: url('../graphics/layout/bg_nav_right.png') no-repeat top right; width: 18px; height: 74px; float: right; }

nav ul {
background: url('../graphics/layout/bg_nav.png') repeat-x top left;
height: 74px;
padding-left: 327px;
margin: 0;
list-style: none;
width: 624px;
float: left;
}
nav ul li {
display: inline-block;
background: url("../graphics/layout/bg_nav_divider.png") no-repeat top left;
padding: 0 8px 0 14px;
position: relative;
}
nav ul li.first { margin-left: 20px; }

nav ul li a:link, nav ul li a:visited {
line-height: 60px;
font-weight: 600;
font-size: 15px;
color: #636A06;
text-decoration: none;
text-shadow: 1px 1px 1px white;
}

nav ul li:hover a, nav ul li a:hover { color: #454c00; }
nav ul li a:active { color: #636A06; }

nav ul li ul {
background: url('../graphics/layout/bg_dropdown_top.png') no-repeat top left;
border-bottom: 1px solid #fff;
position: absolute;
height: auto;
padding-left: 0;
padding-top: 11px;
width: 215px;
float: none;
top: 52px;
left: 0;
visibility: hidden;
}

nav ul li ul li {
display: block;
background: #52bdec url('../graphics/layout/bg_dropdown_divider.png') bottom left repeat-x;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
padding: 12px 14px;
}

nav ul li ul li.first { margin: 0; }

nav ul li ul li a:link, nav ul li ul li a:visited {
font-family: Helvetica;
font-size: 14px;
color: white;
text-shadow: none;
line-height: 24px;
}

nav ul li ul li:hover {background: #2c8db6 url('../graphics/layout/bg_dropdown_divider.png') bottom left repeat-x; }


/* =============================================================================
Spotlight Slider With MaxImage
========================================================================== */

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

#cycle-loader {
height:32px;
left:50%;
margin:-8px 0 0 -8px;
position:absolute;
top:50%;
width:32px;
z-index:999;
background: url('../graphics/ajax-loader.gif') no-repeat center center;
}

.mc-hide-scrolls{
overflow:hidden;
}

body .mc-cycle {
height:100%;
left:0;
overflow:hidden;
position:fixed;
top:0;
width:100%;
z-index:-1;
}

div.mc-image {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position:center center;
background-repeat:no-repeat;
height:100%;
width:100%;
opacity: 1;
display: block;
}

/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
#maximage {
display: block;
position:fixed !important;
}

/*I want to style my pager*/
#cycle-nav {
position:absolute;
right:10px;
top:10px;
}
#cycle-nav ul {
list-style-type:none;
}
#cycle-nav ul li {
border:1px solid #ffffcc;
float:left;
margin:4px;
}
#cycle-nav ul li a {
background:#ffffcc;
float:left;
height:10px;
margin:2px;
width:10px;
}
#cycle-nav ul li.activeSlide {
border:1px solid #ff6600;
}

#arrow_left, #arrow_right {
  position: absolute;
  height: 33px;
  width: 33px;
  z-index: 9960;
  top: 293px;
  text-decoration: none;
  font-size: 0;
}
#arrow_left {
	background: url('../graphics/layout/spot_nav_prev.png') no-repeat top left;
	left: 82px;
}

#arrow_right {
	background: url('../graphics/layout/spot_nav_next.png') no-repeat top left;
	left: 437px;
}

#spotlight_box {
  background: white url('../graphics/layout/bg_spotlight_box.gif') top left no-repeat;
  position: absolute;
  width: 292px;
  top: 188px;
  left: 106px;
  padding: 13px 24px 10px;
  line-height: 21px;
  z-index: 9949;
}

#spotlight_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #574e47;
}

#spotlight_box .collection_item_label {
  line-height: 21px;
  font-weight: 600;
  font-size: 21px;
}
#spotlight_box .collection_item_label span { font-style: italic; font-size: 14px; font-weight: 300;}

#spotlight_box .collection_item_description {
  font-weight: 300;
  line-height: 20px;
  z-index: 9950;
}


#spotlight_box .content_image_box { border: none; background: none; }
#spotlight_box .content_image img { margin: 0; }

#spotlight_box .button {
  background: url('../graphics/layout/submit_btn.gif') repeat top left;
  border: 1px solid #3daac9;
  box-shadow: 1px 1px 2px #bce2ee inset, 1px 1px 2px #d5c3b4;
  -moz-box-shadow: 1px 1px 2px #bce2ee inset, 1px 1px 2px #d5c3b4;
  -webkit-box-shadow: 1px 1px 2px #bce2ee inset, 1px 1px 2px #d5c3b4;
  padding: 4px 10px;
  margin: 0 0 8px 2px;
  color: #0b597b;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #ACDEEE;
  -moz-text-shadow: 1px 1px 0px #ACDEEE;
  -webkit-text-shadow: 1px 1px 0px #ACDEEE;
  float: right;
}

#spotlight_box .photographer {
  color: #23799E;
  font-size: 10px;
  line-height:15px;
  float: left;
}

.stretchwrap #prev {
  position: absolute;
  background: url('../graphics/layout/spot_nav_prev.png') no-repeat top left;
  height: 33px;
  width: 33px;
  z-index: 9960;
  top: 293px;
  left: 82px;
  text-decoration: none;
  font-size: 0;
}

.stretchwrap #next {
  position: absolute;
  background: url('../graphics/layout/spot_nav_next.png') no-repeat top left;
  height: 33px;
  width: 33px;
  z-index: 9961;
  top: 293px;
  left: 437px;
  text-decoration: none;
  font-size: 0;
}






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

#main {
overflow:auto;
padding-bottom: 160px; /* must be same height as the footer */
}

#banner {
background: url('../graphics/layout/bg_ribbon_left.png') no-repeat top left;
height: 64px;
padding-left: 19px;
width: 930px;
float: left;
position: relative;
margin-left: 8px;
margin-top: -255px;
}

#banner_end {
background: url('../graphics/layout/bg_ribbon_right.png') no-repeat top right;
width: 15px;
height: 64px;
float: right;
margin-right: 13px;
margin-top: -255px;
}

/* --- Quicklinks --- */

#quicklinks { background: url('../graphics/layout/bg_ribbon.png') repeat-x top left;}
#quicklinks ul { margin: 0 0 0 6px; padding: 0; list-style: none; }
#quicklinks ul li { display: inline-block; padding: 1px 18px; }
#quicklinks ul li a:link, #quicklinks ul li a:visited {
font-size: 15px;
color: #0b597b;
text-shadow: #fff 1px 1px 2px;
-moz-text-shadow: #fff 1px 1px 2px;
-webkit-text-shadow: #fff 1px 1px 2px;
line-height: 62px;
text-decoration: none;
}
#quicklinks ul li a:hover, #quicklinks ul li a:active {
color: #008ac6;
line-height: 61px;
}

/* --- Email Marketing --- */

#email {
background: url('../graphics/layout/bg_email.png') no-repeat top left;
height: 157px;
width: 296px;
overflow: hidden;
position: absolute;
right: -25px;
top: -75px;
}

.e2ma_signup_form {
width: 215px;
padding-top: 50px;
padding-left: 23px;
}

.e2ma_signup_image_container,
.e2ma_signup_form_required_footnote,
.e2ma_signup_form_row+.e2ma_signup_form_row,
.e2ma_signup_form_label,
#e2ma_signup_reset_button { display: none; }

.e2ma_signup_message {
font-weight: bold;
font-size: 12px;
color: #3e3c3c;
margin-top: 2px;
margin-bottom: 15px;
}

.e2ma_signup_form_element INPUT {
float: left;
width: 136px;
margin-right: 5px;
padding: 7px 0;
border: 1px solid #f5d2b7;
}

#e2ma_signup_submit_button {
background: url('../graphics/layout/submit_btn.gif') repeat top left;
border: 1px solid #3daac9;
box-shadow: 1px 1px 2px #bce2ee inset, 1px 1px 2px #d5c3b4;
-moz-box-shadow: 1px 1px 2px #bce2ee inset, 1px 1px 2px #d5c3b4;
-webkit-box-shadow: 1px 1px 2px #bce2ee inset, 1px 1px 2px #d5c3b4;
padding: 7px 5px;
margin-left: 2px;
color: #0b597b;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
text-shadow: 1px 1px 0px #ACDEEE;
-moz-text-shadow: 1px 1px 0px #ACDEEE;
-webkit-text-shadow: 1px 1px 0px #ACDEEE;
}

/* --- Carousel Slider for Spotlets --- */

#carousel {
position: absolute;
height: 200px;
top: -159px;
left: 85px;
}

#carousel .prev {
position: absolute;
background: url('../graphics/layout/spot_nav_prev.png') no-repeat top left;
height: 33px;
width: 33px;
z-index: 5000;
top: 90px;
left: 0;
text-decoration: none;
font-size: 0;
}

#carousel .next {
position: absolute;
background: url('../graphics/layout/spot_nav_next.png') no-repeat top left;
height: 33px;
width: 33px;
z-index: 5001;
top: 90px;
right: 0;
text-decoration: none;
font-size: 0;
}

#spotlets { width: 960px !important; margin-left: 16px; }
#spotlets ul { margin: 0; padding: 0; list-style: none; }
#spotlets ul li { float: left; padding-right: 20px; height: 205px !important; width: 300px !important;}

#spotlets .content_image_box { background: 0; border: 0; }
#spotlets .collection_item_label,
#spotlets .collection_item_description { display: none; }
#spotlets .content_image { margin: 0; }
#spotlets .content_image:hover { margin: -4px 0 0 0; }
#spotlets .content_image:active { margin: 0; }


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

body.internal { background: #ececec;}

.internal h2 {
color: #F57D25;
font-size: 26px;
font-weight: 600;
margin: 0 0 .5em 0;
line-height: 32px;
}

.internal h3 {
font-size: 13px;
font-weight: bold;
line-height: 18px;
margin-bottom: 0;
}

.internal p { margin: 0 0 2em 0; }

.internal #main { margin-top: -7px; }
.internal .content {
padding-top: 32px;
color: #646464;
font-size: 13px;
line-height: 18px;
}

.internal .content .content_image_box { background: 0; border: 0; }
.internal .content .content_image { margin: 0 0 2em; }

.sidebar {
width: 267px;
padding-right: 35px;
padding-top: 140px;
padding-left: 24px;
float: left;
}

.sidenav {
width: 267px;
padding: 0 20px;
margin-left: -20px;
}


.sidenav ul { margin: 0; padding: 14px 0 0px 0; list-style: none; background: white url('../graphics/layout/bg_spotlight_box.gif') top left no-repeat; }
.sidenav ul li {
background: url('../graphics/layout/bg_sidenav_02.png') no-repeat bottom right;
padding: 0px 20px;
vertical-align: middle;
}
.sidenav ul li:last-child { background: none; }
.sidenav ul li span {
display: block;
margin-left: -32px;
padding: 10px 32px 15px;
}

.sidenav ul li span:hover, .sidenav ul li.current_page span {
background: url('../graphics/layout/bg_sidenav_H.png') repeat-y 5px 0px;
width: 290px;
}
.sidenav ul li span a {
font-size: 15px;
text-decoration: none;
color: #52BDEC;
font-weight: bold;
padding-right: 40px;
line-height: 25px;
background: url('../graphics/layout/bg_sidenav_arrow.png') no-repeat 218px 5px;
display: block;
width: 207px;
}
.sidenav ul li span:hover a, .sidenav ul li.current_page span a {
color: #6a710a;
text-shadow: 1px 1px 2px white;
background: url('../graphics/layout/bg_sidenav_arrow_H.png') no-repeat 213px 5px;
}

.sidenav ul li ul {
background: none;
height: auto;
padding: 0 0 0 20px;
margin: 10px 0 0;
}
.sidenav ul li ul li {
height: auto;
background: none;
width: auto;
padding: 0;
margin-left: 0;
}
.sidenav ul li ul li a {
  font-size: 12px;
  color: #52bdec;
  background: url('../graphics/layout/bg_sidenav_arrow2.png') no-repeat 205px 5px;
}

.sidenav ul li.current_page ul li span,
.sidenav ul li ul li span {
background: none;
width: auto;
padding: 0px 25px 5px;
}

.sidenav ul li.current_page ul li span a,
.sidenav ul li ul li span a {
color:#52bdec;
background: url('../graphics/layout/bg_sidenav_arrow2.png') no-repeat 205px 5px;
}

.sidenav ul li.current_page ul li span a:hover,
.sidenav ul li ul li span a:hover {
color: #6A710A;
background: url('../graphics/layout/bg_sidenav_arrow2_H.png') no-repeat 205px 5px;
}

.internal #quicklinks {
position: relative;
background: #fff;
margin-top: 30px;
}

.internal #quicklinks h4 {
background: url('../graphics/layout/bg_quicklinks.png') no-repeat top left;
height: 50px;
width: 283px;
position: absolute;
left: -8px;
line-height: 50px;
margin: 0;
color: #21779D;
font-size: 15px;
text-shadow: black 1px 1px 2px inset;
-moz-text-shadow: #000 1px 1px 2px inset;
-webkit-text-shadow: #000 1px 1px 2px inset;
text-align: center;
}

.internal #quicklinks ul { padding: 60px 0 20px 0; margin: 0; }

.internal #quicklinks ul li {
display: block;
padding: 5px 0;
text-align: center;
}

.internal #quicklinks ul li a:link,.internal #quicklinks ul li a:visited {
font-size: 15px;
color: #52BDEC;
text-shadow: none;
-moz-text-shadow: none;
-webkit-text-shadow: none;
line-height: 40px;
text-decoration: none;
text-align: center;
}

.internal #quicklinks ul li a:hover, .internal #quicklinks ul li a:active {
color: #008ac6;
}


.primary_content {
float: left;
width: 530px;
padding: 0 45px;
background: #fff;
margin-bottom: 5em;
}

.masthead {
height: 140px;
width: 620px;
margin-left: -45px;
background: #000;
position: relative;
}
.sectionname {
position: absolute;
top: 0;
left: 0;
line-height:140px;
font-size:45px;
font-weight: 600;
color: #52bdec;
padding-left: 45px;
}


.internal #footer { margin-top: 0; }

table.content_data_table th.column_label {
    background-color: #DAE158;
    color: #636A06;
    font-weight: bold;
    vertical-align: bottom;
}
table.content_data_table td.row_odd {
    background-color: #EFEFEF;
}


/* =============================================================================
Footer
========================================================================== */

#footer {
background: url('../graphics/layout/bg_footer.gif') repeat-x bottom left;
position: relative;
margin-top: -160px; /* negative value of footer height */
height: 160px;
clear:both;
}

#footer .wrap {
width: 985px;
margin: 0 auto;
padding: 0 82px;
position: relative;
}

#contactinfo {
padding-top: 69px;
padding-left: 23px;
height: 80px;
overflow: hidden;
color: #ECECEC;
font-size: 10px;
font-weight: 600;
line-height: 18px;
float: left;
width: 540px;
}

#footer .fdpc_policy {
  margin-left: 0;
}
#footer .fdpc_policy {
  margin-left: 0;
}
.internal #footer p {
  margin-bottom: 10px;
}

.locations_website_title,
.location1, .location_addresses, .location_address1, .location_address2,
.location_phones, .location_phone1, .location_phone2
{ float: left; padding-right: 5px; }

.location_email, .location_info { display: none; }

.locations_website_title { padding: 0 5px 0 0 !important;}

.locations_website_title, .location_addresses,  .location_phone1 { border-right: 1px solid #ececec;}

.location_phone { padding-left: 5px;}

div.locations div.locations_additional, div.locations div.location {
padding: 0 5px;
}


.social {
float: right;
padding-top: 69px;
max-width: 422px;
}

.social ul { margin: 0 7px 0 0; padding: 0; list-style: none;}
.social ul li { display: inline-block; padding: 0 6px; }

.social .collection_item_label, .social .collection_item_description { display: none; }
.social .content_image_box { background: none; border: none; }
.social .content_image img { margin: 0; }
.social .content_image:hover img { margin: -4px 0 0 0; }
.social .content_image:active img { margin: 0; }


.ui-widget-overlay {
  z-index: 100000;
}

.ui-dialog {
  z-index: 100001;
}


/* =============================================================================
Browser Fixes
========================================================================== */
/* Opera Fix for Sticky Footer */
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* =============================================================================
page detection pop up modal
============================================================================= */

.msg_modal_overlay {
  display: none !important;
  position: fixed;
  content: "";
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(32, 118, 152, 0.68);
  z-index: 100000;
  -webkit-animation: expander linear 0.2s; /* Safari 4+ */
  -moz-animation:    expander linear 0.2s; /* Fx 5+ */
  -o-animation:      expander linear 0.2s; /* Opera 12+ */
  animation:         expander linear 0.2s; /* IE 10+, Fx 29+ */
}
.msg_modal {
  position: fixed;
  width: 431px;
  height: auto;
  background-color: #08435B;
  top: 40%;
  left: 48%;
  margin-top: -200px;
  margin-left: -200px;
  text-align: center;
  z-index: 1500;
  border: 5px solid #fff;
}
.msg_modal h3 {
  color: white;
  margin: 0;
  padding: 12px 16px;
  background: url(http://cdn.firespring.com/designs/006116_4010/graphics/layout/bg_headline_blue.jpg) repeat 0 0;
}
.msg_modal a.zoobilee {
  margin: 0;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background: #39a8e2;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 30px 15px;
  -webkit-box-shadow: 5px 5px rgba(0,0,0,0.7);
  -moz-box-shadow: 5px 5px rgba(0,0,0,0.7);
  -ms-box-shadow: 5px 5px rgba(0,0,0,0.7);
  box-shadow: 5px 5px rgba(0,0,0,0.7);
}

.msg_modal a.stay_here {
  margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #39a8e2;
    background: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin: 10px 15px 40px;
    box-shadow: none;
}

/*@-webkit-keyframes expander {
  0%   {
    width: 0%;
    height: 0%;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  100% {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
}
@-moz-keyframes expander {
  0%   {
    width: 0%;
    height: 0%;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  100% {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
}
@-o-keyframes expander {
  0%   {
    width: 0%;
    height: 0%;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  100% {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
}
@keyframes expander {
  0%   {
    width: 0%;
    height: 0%;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  100% {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }*/

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

nav ul {
width:628px;
padding-left: 323px;
}

nav ul li {
padding: 0 7px 0 14px;
}

#spotlight_box .collection_item_description {
margin-top: -7px;
}

#quicklinks ul li a:link, #quicklinks ul li a:visited {
font-weight: bold;
}

#quicklinks ul li {
padding: 1px 16px;
}

#carousel .prev {
margin-left: -3px;
}

#carousel .next {
margin-right: -8px;
}

.social ul li {
padding: 0;
}

#contactinfo {
width: 560px;
font-weight: lighter;
line-height: 10px;
}

.locations {
padding: 7px 0;
}
  .internal .locations {padding-bottom: 16px;}

#contactinfo {
padding-top: 65px;
}

nav ul li.selected a {
background: url('../graphics/layout/dropdown_hover.png') no-repeat bottom center;
}

nav ul li a:link, nav ul li a:visited {
padding-bottom: 26px;
}

.internal .logo {
left: -48px;
}

.sidebar {
width: 282px;
}

.sidebar {
width: 268px;
padding-left: 37px;
}

.internal #quicklinks {
margin-top: 45px;
}

.internal #main {
clear: both;
margin-top: -7px;
}

.internal nav, nav ul, #nav_end {
height: 67px;
}

#spotlight_box .content_image_box {
display: none;
}

#spotlight_box ul {
overflow: hidden;
height: 223px;
}
  #spotlight_box ul li {padding-left:2px;}

#spotlight_box .collection_item_label {
padding-top: 22px;
}

#spotlight_box a, #spotlight_box a.button {
margin-top: 15px;
}

#spotlight_box a.button:hover {
margin-top: 12px;
}

#spotlight_box a.button:active {
margin-top: 15px;
}

.social ul {
margin: 0 12px 0 0;
}

#contactinfo {
font-weight: bold;
}

.internal .content_image img {
margin: 0;
}

.internal .content {
padding-bottom: 10px;
}

.primary_content {
margin-bottom: 40px;
}

.internal #carousel .prev {
margin-left: -8px;
}

.internal #carousel .next {
margin-right: -3px;
}

/* =========================== IE7 Fixes =========================== */

.ie7 nav ul li, #quicklinks ul li, .social ul li,  {
display: inline;
}

.ie7 nav ul li {
padding-right: 12px;
}

.ie7 .locations {
padding-bottom: 0px;
}

.ie7 .social {
width: 365px;
}

.ie7 nav ul li ul li {
width: 187px;
}

.ie7 #main {
scroll: none;
}

.ie7 nav ul li {
padding-bottom: 3px;
}

.ie7 #main {
overflow: visible;
}

.ie7 #footer {
margin-top: 200px;
}

.ie7 .sidenav ul li:first-child:hover, .ie7 .sidenav ul li.current_page:first-child {
background-position-x: 5px;
overflow: visible;
width: 301px;
}

.ie7 .sidenav ul {
overflow: visible;
width: 267px;
}

/* =========================== Site-Wide Header styles commit =========================== */

#main {overflow-x: hidden;}
#nav {
    display: none;
}
.ie7 #border_top {
left:0px !important;
}

.ie7 .social {
width:400px;
}
nav ul li ul {
    z-index: 60;
}
.internal h3 {
    color: #5CC0ED;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
}
#end {
position:absolute;
left:920px;
}
#spotlets img {
margin:5px;
}


/* qa for jquery update */
#spotlight_box ul li {
  background-color: transparent !important;
}


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