/*
 * 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 { font-family:'Tinos', serif; 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: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* 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:0 none;
background:0 none;
display:inline-block;
width:auto;
}

.oldie .content_image_box {
display:inline;
}

ul {
margin: 0;
padding: 0;
}

a {
text-decoration: none;
}

/* =============================================================================
   Structure
============================================================================= */

html, body {
height: auto !important;
}

body {
margin: 0;
padding: 0;
font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

.group {
margin: 0 auto;
padding: 0;
width: 973px;
}
   .group::after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }

.left{
float: left;
}

.right{
float: right;
}

/* =============================================================================
   Stripe
============================================================================= */

.stripe {
background: transparent url('../graphics/stripe.jpg') repeat-x 20px 0;
position: absolute;
width: 100%;
height: 93px;
z-index:-9001 !important;
top: 368px;
}

/* =============================================================================
   Shadow
============================================================================= */

.shadow {
background: transparent url('../graphics/shadow.png') no-repeat top center;
width: 982px;
height: 36px;
position: absolute;
top: 63px;
margin-right: -6px;
z-index: 999;
}

/* =============================================================================
   Background
============================================================================= */

.bg {
background: transparent url('../graphics/bg_graphic.png') no-repeat top center;
position: absolute;
width: 100%;
height: 383px;
z-index:-9000 !important;
top: 78px;
}

/* =============================================================================
   Header
============================================================================= */

header {
position: relative;
}

   #logo {
   position: absolute;
   top: 19px;
   left: 355px;
   }

   header .top {
   height: 120px;
   }
      header ul li {

      }

      /* =============================================================================
         Top Navigation
      ============================================================================= */

      #top_nav {
      height: 70px;
      }

         #top_nav ul {
         list-style: none;
         margin-top: 71px;
         }

            #top_nav ul li {
            height: 70px;
            width: 148px;
            display: inline-block;
            text-align: center;
            margin: 0 3px;
            }

               #top_nav .left ul li {background: transparent url("../graphics/toplink_bg_left.png") no-repeat 0 10px;}
               #top_nav .left ul li:hover {background: transparent url("../graphics/toplink_bg_left_hover.png") no-repeat 0 10px;}

               #top_nav .right ul li {background: transparent url("../graphics/toplink_bg_right.png") no-repeat 0 10px;}
               #top_nav .right ul li:hover {background: transparent url("../graphics/toplink_bg_right_hover.png") no-repeat 0 10px;}

               #top_nav .right ul li+li {background: transparent url("../graphics/toplink_bg_right_hover.png") no-repeat 0 10px;}
               #top_nav .right ul li+li a, #top_nav .right ul li+li a:link, #top_nav .right ul li+li a:visited {color: #ff9935;}
               #top_nav .right ul li+li:hover {background: transparent url("../graphics/toplink_bg_right_donate.png") no-repeat 0 10px;}
               #top_nav .right ul li+li a:hover, #top_nav .right ul li+li a:active {color: #20baae;}

               #top_nav .left ul {
               margin-left: 20px;
               }

               #top_nav .right ul {
               margin-right: 20px;
               }

         #top_nav a, #top_nav a:link, #top_nav a:visited {
         text-decoration: none;
         color: #20baae;
         font-style: italic;
         font-size: 16px;
         display: block;
         margin-top: 11px;
         line-height: 40px;
         }

         #top_nav a:hover, #top_nav a:active {color: #ff9935;}

            /* =============================================================================
               Spot
            ============================================================================= */

            #spot {
            margin-top: 10px;
            background: transparent url('../graphics/header_bg.png') no-repeat top center;
            position: relative;
            }


      /* =============================================================================
         Navigation
      ============================================================================= */

      nav {
      margin-left: -10px;
      width: 993px;
      height: 50px;
      background: #ffa438;
      border-radius: 5px;
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
      text-align: center;
      border-top: solid 1px #ffd858;
      position: relative;
      top: 23px;
      z-index: 99999;
      font-size: 14px;
      }

         nav ul {

         }

            nav ul li {
            display: inline-block;
            position: relative;
            padding: 0px 6px;
            text-transform: uppercase;
            font-weight: bold;
            text-shadow: 0px 1px #555;
            border-left: solid 1px #ffc652;
            border-right: solid 1px #ff8d07;
            margin-left: 0px;
            }

               nav ul li.first {
               border-left: none;
               margin-right: 0px;
               }

               nav ul li.last {
               border-right: none;
               margin-left: -2px;
               }

               nav ul li.here, nav ul li:hover {
               background: transparent url('../graphics/nav_hover_bg.jpg') repeat-x;
               }

               nav ul li a, nav ul li a:link, nav ul li a:visited {
               color: #fff;
               display: block;
               line-height: 50px;
               height: 50px;
               }

               nav ul li a:hover, nav ul li a:active {}

               nav ul li ul {
               visibility: hidden;
               position: absolute;
               background: #393939;
                  border-bottom-left-radius: 5px;
                  border-bottom-right-radius: 5px;
                  -moz-border-bottom-left-radius: 5px;
                  -moz-border-bottom-right-radius: 5px;
                  -webkit-border-bottom-left-radius: 5px;
                  -webkit-border-bottom-right-radius: 5px;
               width: 205px;
               z-index: 99999 !important;
               left: 0;
               }

                  nav ul li ul li {
                  border: none;
                  font-size: 9px;
                  display: block;
                  width: 170px;
                  text-align: left;
                  height: 35px;
                  border-bottom: solid 1px #2c2b2b;
                  border-top: solid 1px #3e3e3e;
                  margin-left: 10px;
                  padding-bottom: 5px;
                  position: relative;
                  }

				  	nav ul li.first:hover, nav ul li.last:hover, nav ul li ul li:hover {
				  	background: transparent;
				  	}

                     nav ul li ul li a:link, nav ul li ul li a:visited {
                     color: #bcbcbc;
                     width: 190px;
                     text-transform: none;
                     font-size: 11px;
                     height: 35px;
                     line-height: 40px;
                     }

                     nav ul li ul li a:hover, nav ul li ul li a:active {
                     color: #fff;
                     }

                        nav ul li ul li.drop {
                        background: transparent url('../graphics/nav_arrow.png') no-repeat 162px 14px;
                        }

                        nav ul li ul li.drop:hover {
                        background: transparent url('../graphics/nav_arrow_hover.png') no-repeat 162px 14px;
                        }

                        nav ul li ul li ul {
                        left: 195px;
                        top: 0;
                           border-top-left-radius: 5px;
                           border-top-right-radius: 5px;
                           -moz-border-top-left-radius: 5px;
                           -moz-border-top-right-radius: 5px;
                           -webkit-border-top-left-radius: 5px;
                           -webkit-border-top-right-radius: 5px;
                        background: #2d2c2c;
                        }




/* =============================================================================
   Spotlight
============================================================================= */

#spotlight {
overflow: hidden;
margin: 0;
position: relative;
height: 365px;
width: 973px;
}

   #spotlight ul {
   list-style: none;
   }

      #spotlight ul li {
      position: absolute;
      z-index: 3;
      top: 18px !important;
      opacity: 1;
      display: block;
      width: 963px;
      height: 16px;
      left: 10px !important;
      }

         #spotlight ul li img {
         /* Syntax: box-shadow: (Horizontal offset right) (Vertical offset down) (Shadow spread) (Color); */
         box-shadow: 2px 5px 5px #222;
         -moz-box-shadow: 2px 5px 5px #222;
         -webkit-box-shadow: 2px 5px 5px #222;
         }

         #spotlight ul li .collection_item_description {
         position: absolute;
         right: 20px;
         top: 35px;
         width: 300px;
         color: #fff;
         font-size: 17px;
         line-height: 30px;
         }

            #spotlight ul li .collection_item_description a:link, #spotlight ul li .collection_item_description a:visited {
            font-weight: bold;
            color: #20baae;
            font-size: 25px;
            position: absolute;
            bottom: -70px;
            text-shadow: 1px 2px #000;
            }

               #spotlight ul li .collection_item_description a:hover, #spotlight ul li .collection_item_description a:active {
               color: #ff9935;
               }

#prev, #next {
position: absolute;
bottom: 88px;
text-indent: -9999px;
width: 22px;
height: 22px;
display: inline-block;
z-index: 99999;
}

   #prev {
   right: 46px;
   background: transparent url('../graphics/arrow_light_back.jpg') no-repeat center;
   }

   #next {
   right: 20px;
   background: transparent url('../graphics/arrow_light.jpg') no-repeat center;
   }

/* =============================================================================
   Info
============================================================================= */

#info {
left: 78px;
position: absolute;
height: 52px;
width: 810px;
bottom: 0;
}

   #info .right {
   font-size: 20px;
   line-height: 55px;
   font-style: italic;
   }

   #info h3 {
   color: #21807d;
   font-weight: lighter;
   }

   #info .right a:link, #info a:visited {
   padding-right: 63px;
   padding-bottom: 18px;
   padding-top: 20px;
   color: #ff7e0d;
   font-weight: bolder;
   font-style: normal;
   background: transparent url('../graphics/safe.jpg') no-repeat center right;
   }

      #info .left a:hover img, #info .left a:active img {
      margin-top: -2px;
      margin-bottom: 2px;
      }

/* =============================================================================
   Main
============================================================================= */

#main {
margin: auto;
margin-top: 28px;
width: 940px;
margin-bottom: 30px;
}

   #main #spotlets {
   width: 940px;
   margin: auto;
   margin-bottom: 50px;
   }

      #main #spotlets ul {
      list-style: none;
      }

         #main #spotlets ul li {
         display: inline-block;
         width: 300px;
         background: transparent url('../graphics/repeat.jpg');
         border: solid 1px #efefef;
         margin-right: 13px;
         }

            #main #spotlets ul li:last-child {
            margin-right: 0;
            }

            #main #spotlets ul li img {
            margin: 0;
            }

            #main #spotlets ul li .content_image_box {
            width: 300px;
            overflow: hidden;
            }

            #main #spotlets ul li img {
            border-bottom: solid 6px #f88c22;
            }

            #main #spotlets ul li+li img {
            border-bottom: solid 6px #04b6b0;
            }

            #main #spotlets ul li+li+li img {
            border-bottom: solid 6px #4b4a4a;
            }

            #main #spotlets ul li .collection_item_label, #main #spotlets ul li .collection_item_description {
            width: 240px;
            margin: auto;
            padding-top: 10px;
            }

            #main #spotlets ul li .collection_item_label {
            color: #434242;
            font-size: 18px;
            line-height: 25px;
            }

            #main #spotlets ul li .collection_item_description {
            padding-bottom: 40px;
            font-style: normal;
            font-size: 12px;
            line-height: 16px;
            color: #676868;
            position: relative;
            }

               #main #spotlets ul li .collection_item_description a:link, #main #spotlets ul li .collection_item_description a:visited {
               position: absolute;
               bottom: 3px;
               right: 0;
               color: #0fc4cb;
               background: transparent url('../graphics/arrow_light.jpg') no-repeat bottom right;
               padding-right: 30px;
               margin-right: -35px;
               margin-bottom: -8px;
               height: 22px;
               }

               #main #spotlets ul li .collection_item_description a:hover, #main #spotlets ul li .collection_item_description a:active {
               color: #f9830a;
               }

   #main .news {
   width: 460px;
   overflow: hidden;
   margin: 0;
   position: relative;
   height: 166px;
   background: transparent url('../graphics/repeat.jpg');
   border: solid 1px #efefef;
   }

      #main .news .news_archives {
      position: absolute;
      font-size: 12px;
      line-height: 16px;
      bottom: 16px;
      right: 16px;
      }

         #main .news .news_archives a:link, #main .news .news_archives a:visited {
         color: #03a29d;
         }

         #main .news .news_archives a:hover, #main .news .news_archives a:active {
         color: #ff7e0d;
         }

      #main .news ul {
      list-style: none;
      }

         #main .news ul li {
         position: absolute;
         z-index: 3;
         top: 50px !important;
         opacity: 1;
         display: block;
         width: 400px;
         height: 166px;
         left: 30px !important;
         }

            #main .news ul li.news_article, #main .news ul li.news_article h3 {
            font-size: 12px;
            line-height: 16px;
            left: 7px;
            }

               #main .news ul li.news_article a:link, #main .news ul li.news_article a:visited {
               font-weight: lighter;
               color: #03a29d;
               display: block;
               }

               #main .news ul li.news_article a:hover, #main .news ul li.news_article a:active {
               color: #ff7e0d;
               }

               #main .news ul li.news_article .content_news_article_by_line {
               position: absolute;
               top: 84px;
               left: 9px;
               color: #ff7e0d;
               font-style: normal;
               }

      #main .news h3 {
      position: absolute;
      top: 20px;
      left: 36px;
      color: #434242;
      font-size: 18px;
      }

      #main .news #news_prev, #main .news #news_next {
      top: 15px;
      z-index: 99999999;
      }

      #main .news #news_prev {
      right: 40px;
      }

      #main .news #news_next {
      right: 14px;
      }

      #news_prev, #news_next {
      position: absolute;
      bottom: 88px;
      text-indent: -9999px;
      width: 22px;
      height: 22px;
      display: inline-block;
      z-index: 99999;
      }

      #news_prev {
      background: transparent url('../graphics/arrow_light_back.jpg') no-repeat center;
      }

      #news_next {
      background: transparent url('../graphics/arrow_light.jpg') no-repeat center;
      }

   #main .quicklinks {
   width: 460px;
   }

      #main .quicklinks ul {
      list-style: none;
      }

         #main .quicklinks ul li {
         display: inline-block;
         width: 218px;
         height: 171px;
         position: relative;
         }

            #main .quicklinks ul li img {
            margin: 0;
            }

            #main .quicklinks ul li .content_image_box {
            overflow: hidden;
            width: 218px;
            height: 140px;
            }

				#main .quicklinks ul li .content_image_box a {
				width: 218px;
				}

            #main .quicklinks ul li:first-child {
            margin-right: 19px;
            }

               #main .quicklinks ul li:first-child a {
               background: #ff9835;
               }

               #main .quicklinks ul li+li a {
               background: #04b6b0;
               }

            #main .quicklinks ul li a:link, #main .quicklinks ul li a:visited {
            color: #fff;
            line-height: 28px;
            display: block;
            }

            #main .quicklinks ul li a:hover, #main .quicklinks ul li a:active {
            color: #eee;
            }

            #main .quicklinks ul li .collection_item_label {
            width: 218px;
            position: absolute;
            text-align: center;
            z-index: 8 !important;
            bottom: 3px;
            }

            #main .quicklinks ul li .collection_item_end {
            background: transparent url('../graphics/arrow_light.jpg') no-repeat bottom right;
            height: 22px;
            width: 22px;
            position: absolute;
            bottom: 0;
            right: 0;
            margin-right: -3px;
			z-index: 9;
            }

/* =============================================================================
   Footer
============================================================================= */

footer.group {
margin-top: 30px;
background: transparent url('../graphics/footer_bg.png') no-repeat top center;
height: 192px;
padding-bottom: 100px;
}

   footer .foot {
   width: 885px;
   margin: auto;
   }

      footer .foot .left {
      margin-top: 30px;
      font-size: 12px;
      color: #ff9934;
      line-height: 16px;
      }

         footer .foot .left .contact_info {
         margin-top: 10px;
         }

         footer .foot .left .footer_links {
         margin-top: 5px;
         }

            footer .foot .left .footer_links li {
            padding-left: 3px;
            }

            footer .foot .left .footer_links a:link, footer .foot .left .footer_links a:visited {
            color: #04b6b0;
            border-left: solid 1px #04b6b0;
            padding-left: 5px;
            }

            footer .foot .left .footer_links li:first-child a:link {
            border-left: none;
            padding-left: 0px;
            }

            footer .foot .left .footer_links a:hover, footer .foot .left .footer_links a:active {
            color: #ff9835;
            }

      footer .foot ul {
      list-style: none;
      }

         footer .foot ul li {
         display: inline-block;
         }

      footer .foot .right {
      margin-top: 30px;
      font-size: 12px;
      color: #ff9934;
      }

         footer .foot .right ul {
         float: right;
         }

            footer .foot .right ul li:hover img, footer .foot .right ul li:active img {
            margin-top: -2px;
            margin-bottom: 2px;
            }

      footer .foot .e2ma_signup_form_label {
      display: none;
      }

      footer .foot .right .email {
      margin-top: 65px;
	  color: #eee;
      }

         footer .foot .right .email h3 {
         background: transparent url('../graphics/email.png') no-repeat top left;
         width: 210px;
         padding-left: 40px;
         font-size: 17px;
         line-height: 30px;
         text-shadow: 1px 2px #000;
         }

         footer .foot .right .email .e2ma_signup_form {
         margin-left: -38px;
         position: relative;
         z-index: 9999 !important;
         }

            footer .foot .right .email input.field {
            background: #373737;
			color: #eee;
            border-top: 1px solid black;
            border-left: 1px solid black;
            border-right: 1px solid #424141;
            border-bottom: 1px solid #949492;
            -moz-box-shadow: inset 1px 2px 3px #000000;
            -webkit-box-shadow: inset 1px 2px 3px #000000;
            box-shadow: inset 1px 2px 3px #000000;
            height: 27px;
            border: none;
            width: 185px;
            }

            footer .foot .right .email .e2ma_signup_form #e2ma_signup_reset_button {
            display: none;
            }

            footer .foot .right .email .e2ma_signup_form .e2ma_signup_form_element {
            border-bottom: 1px solid #949492;
            width: 193px;
            margin-right: 5px;
            }

            footer .foot .right .submit {
            position: absolute;
            top: 0;
            right: 0;
            margin-right: -45px;
            background: #ffa438;
            border: none;
            height: 28px;
            color: #494848;
            /* Syntax: box-shadow: (Horizontal offset right) (Vertical offset down) (Shadow spread) (Color); */
            box-shadow: 0px 3px 5px #000000;
            -moz-box-shadow: 0px 3px 5px #000000;
            -webkit-box-shadow: 0px 3px 5px #000000;
            width: 55px;
            font-family: 'OpenSans SemiboldItalic', 'Helvetica', 'Arial', sans-serif !important;
            text-transform: uppercase;
            text-align: center;
            font-size: 12px;
            font-weight: bold;
            border-top: solid 1px #ffdc5a;
            }

/* =============================================================================
   Footer Location Styling
============================================================================= */

.locations_website_title, .location_title, .location_phone_label, .location_phone.location_phone2, .location_email, .location_social_media {
display: none;
}

.location_address, .location_phone_number, .location_phone {
display: inline-block;
}

	.ie7 .location_address, .ie7 .location_phone_number, .ie7 .location_phone {
	display: inline;
	}

	.ie8 .location_phone2.location_phone, .ie7 .location_phone2.location_phone {
	display: none;
	}

	.oldie .location_address1 {
	border-right: solid 1px #FF9934;
	padding-right: 3px;
	margin-right: 3px;
	}

/* =============================================================================
   Internal
============================================================================= */

.internal #spot h1 {
margin-right: 110px;
margin-top: 60px;
font-size: 50px;
line-height: 60px;
color: #fff;
width: 506px;
float: right;
text-align: center;
text-shadow: 1px 3px #000;
}

.internal #spot {
background: transparent url('../graphics/header_bg_internal.png') no-repeat top center;
height: 300px;
}

.internal aside {
float: left;
width: 274px;
background: transparent url('../graphics/repeat.jpg');
margin-left: 20px;
margin-top: -225px;
position: relative;
z-index: 861 !important;
border-top: solid 8px #04b6b0;
margin-bottom: 50px;
}

   .internal aside ul {
   list-style: none;
   padding: 20px;
   padding-left: 0;
   border: solid 1px #EFEFEF;
   }

      .internal aside ul li {
      line-height: 40px;
      background: transparent url('../graphics/arrow_dark.jpg') no-repeat 240px 10px;
      width: 272px;
      }

         .internal aside ul li.drop {
         background: #fff url('../graphics/arrow_dark_down.jpg') no-repeat 240px 10px;
         border-top: solid 1px #fbfdfc;
         border-bottom: solid 1px #fbfdfc;
         }

         .internal aside ul li.here a:link, .internal aside ul li.here a:visited {
         color: #ff9934;
         }

         .internal aside ul li a:link, .internal aside ul li a:visited {
         font-weight: bold;
         color: #04b6b0;
         margin-left: 20px;
         display: block;
		 width: 210px;
         }

         .internal aside ul li a:hover, .internal aside ul li a:active {
         color: #ff9934;
         }

         .internal aside ul li ul {
         padding: 0;
         padding-left: 10px;
         border: none;
         }

            .internal aside ul li ul li {
            background: none;
            }

   .internal aside .secondary {
   background: #fff url('../graphics/safe.jpg') no-repeat 115px 20px;
   padding-top: 50px;
   text-align: center;
   font-size: 20px;
   line-height: 30px;
   font-style: italic;
   }

      .internal aside .secondary h3 {
      padding-top: 30px;
      color: #21807d;
      font-weight: lighter;
      }

      .internal aside .secondary a:link, .internal aside .secondary a:visited {
      color: #ff7e0d;
      font-weight: bolder;
      font-style: normal;
      }


.internal #main_content {
float: right;
width: 523px;
margin-top: -75px;
margin-right: 77px;
position: relative;
z-index: 9 !important;
margin-bottom: 50px;
}

   .internal #main_content ul {
   margin: 1em 0;
   padding: 0 0 0 40px;
   }

   .internal #main_content img {
   float: right;
   margin: 15px;
   }

   .internal #main_content h1, .internal #main_content h2, .internal #main_content h3, .internal #main_content h4, .internal #main_content h5, .internal #main_content h6 {
   color: #434242;
   line-height: 40px;
   }

   .internal #main_content p {
   color: #686767;
   font-size: 11px;
   padding-bottom: 20px;
   }

   .internal #main_content a:link, .internal #main_content a:visited {
   color: #04B6B0;
   }

   .internal #main_content a:hover, .internal #main_content a:active {
   color: #FF9934;
   }

   .internal #main_content button, .internal #main_content input[type="button"], .internal #main_content input[type="reset"], .internal #main_content input[type="submit"] {
   height: 30px;
   }

.internal .stripe {
top: 250px;
}

.internal .bg {
top: -40px;
}

/* =============================================================================
   Internal Color Option
============================================================================= */

.internal.color #main_content, .internal.color #main_content h2 {
border-bottom: solid 9px #ffd200;
}

.internal.color #main_content h2 {
margin-bottom: 30px;
}

.internal.color #main_content {
padding-bottom: 30px;
}

/* =============================================================================
   Internal Color Options
============================================================================= */

.internal.color.purple #main_content, .internal.color.purple #main_content h2 {
border-bottom: solid 9px #6d4061;
}

.internal.color.teal #main_content, .internal.color.teal #main_content h2 {
border-bottom: solid 9px #00b1ac;
}

.internal.color.green #main_content, .internal.color.green #main_content h2 {
border-bottom: solid 9px #009a3d;
}

/* =============================================================================
   General QA
============================================================================= */

#main #spotlets ul li .collection_item_description a:link, #main #spotlets ul li .collection_item_description a:visited {
 right: 7px;
}

#main #spotlets ul li .collection_item_description {
 width: 260px;
}

#main #spotlets ul li .collection_item_label {
 width: 260px;
}

.content_image_box.align_image_center {
 display: flex;
 justify-content: center;
}

.internal #main_content .content_image_box.align_image_center img {
    margin-right: 15px;
}

/* =============================================================================
   Browser QA
============================================================================= */

/* Modern =================================================================== */



/* IE (.ie) ================================================================= */



/* IE9 (.ie9) =============================================================== */

   .ie9 .internal.color #main_content {
   border: none;
   }

/* IE8 (.ie8) =============================================================== */



/* IE8 & IE7 (.oldie) ======================================================= */

   .oldie #top_nav a:link, .oldie #top_nav a:visited {
   margin-top: 11px;
   }

   .oldie #spotlight ul li, .oldie #main .news ul li.news_article {
   background: transparent !important;
   }

   .oldie #main #spotlets ul li+li+li {
   margin-right: 0;
   }

   .oldie footer .foot .left .footer_links {
   margin-top: 5px;
   }

   .oldie footer .foot .right .email .e2ma_signup_form .e2ma_signup_submit_button {
   top: 6px;
   margin-top: 6px;
   }

   .oldie #top_nav a:link, .oldie #top_nav a:visited {
   font-size: 14px;
   }

   .oldie nav ul li ul li a:link, .oldie nav ul li ul li a:visited {
   font-size: 9px;
   }

/* IE7 (.ie7) =============================================================== */

   .ie7 #top_nav .left ul li, .ie7 #top_nav .right ul li, .ie7 nav ul li, .ie7 #main #spotlets ul li, .ie7 #main .quicklinks ul li, .ie7 footer .foot .left .footer_links li, .ie7 footer .foot ul li {
   display: inline;
   }

   .ie7 nav ul li {
   margin-left: 0;
   }

   .ie7 #main {
   margin-left: 20px;
   }

   .ie7 #main .quicklinks ul li .collection_item_label {
   left: 0;
   }

   .ie7 footer .foot .right .email {
   float: right;
   }

   .ie7 footer .foot .right .email .e2ma_signup_form .e2ma_signup_submit_button {
   width: 50px;
   }

   .ie7 footer .foot .right .email h3 {
   margin-right: -160px;
   }

   .ie7 nav ul li {
   line-height: 50px;
   position: relative;
   height: 50px;
   }

   	.ie7 nav ul li ul li {
   	height: 35px;
   	}

   .ie7 nav ul li a {
   display: inline;
   position: relative;
   }

      .ie7 nav ul li ul li a {
      display: block;
      }

   .ie7 nav ul li ul  {
   left: 0;
   top: 50px;
   }

   .ie7 nav ul {
   padding-bottom: 1px;
   }

   .ie7 nav ul li ul li ul {
   left: 193px;
   top: 0;
   }

   .ie7 nav ul li ul li ul li {
   margin-left: 10px;
   }

   .ie7 footer.group {
   margin-top: 0;
   }

   .ie7 .internal #main {
   margin-left: 0;
   }

   .ie7 .internal #main .news {
   margin-left: 15px;
   clear: both;
   }

   .ie7 .internal #main .quicklinks {
   margin-right: -15px;
   }

   .ie7 .internal #spot {
   z-index: -2 !important;
   }

   .ie7 .internal #main {
   z-index: 2;
   }

   .ie7 .internal header {
   z-index: 14 !important;
   }

   .ie7 .internal header #spot {
   z-index: 13 !important;
   }

   .ie7 .internal header #spot nav {
   z-index: 12 !important;
   }

   .ie7 .internal header #spot nav ul {
   z-index: 11 !important;
   }

   .ie7 .internal header #spot nav ul li {
   z-index: 10 !important;
   }

   .ie7 .internal header #spot nav ul li ul {
   z-index: 9;
   }

   .ie7 .shadow {
   z-index: 11 !important;
   left: -5px;
   }



   .ie7 .internal .group {
   background: transparent url('../graphics/header_bg_internal.png') no-repeat 0px 151px;
   }

   .ie7 footer.group {
   background-position-y: 0 !important;
   }

   .ie7 .internal #spot {
   background: none;
   }

/* =============================================================================
   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;
}

div.required_form_label {
color:#925B61;
}

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:#edecea;
}

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;
}

h5.form_title, 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: #04B6B0;
color: #fff;
text-align: center;
}

div.required_form_label {
color: #FF9934;
}

/* =============================================================================
   Sticky Footer
============================================================================= */

*  {
   margin: 0;
   }

html, body {
   height: 100%;
   }

.wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto (footer-height); /* the bottom margin is the negative value of the footer's height */
   }

.push   {
   height: (footer-height); /* .push must be the same height as footer */
   }

/*Opera Fix*/
body:before {
   content:"";
   height:100%;
   float:left;
   width:0;
   margin-top:-32767px;
   }

/* ==|== 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 */

.wrap {
width:940px;
margin:0 auto;
}

.fdpc_wizard_nav ol { font-size: 10px; }

.cancel_registration { color: #fff !important; }


/* ==|== 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; }
}

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 {
	color: #000;
}


.internal #main_content img {
  float: none !important;
  margin: 0 !important;
  margin-right: 0 !important;
}