/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Jobs to complete outside of, as well as throughout the entirety of, this document.
   * DEF: 'asset' = An asset can best be described as any item used in the creation of the site other than
   the HTML.  For example: images, flash, css files, etc.)

INSTRUCTIONS:
Make changes to the following:
1. all color values in non-ie.css & ie.css as well as throughout this document should be altered
   ** NOTE: follow PSD instructions on what color each element will be
-------------------------------------------------------------------------------------------- */

/* -------------------------------------------------
content styling / GLOBAL
-- NOTE: pre-vA
------------------------------------------------- */

body
{
color: #b3b3b3;
font-family: "Lucida Grande", Arial, Tahoma, sans-serif;
}

a:active,
a:link,
.title_9,
.title_9Bold,
.title_10,
.title_10Bold,
.title_12,
.title_12Bold,
.title_14,
.title_14Bold,
.title_16,
.title_16Bold
{
color: #FA0223;
}

/* Fix for calendar days of the week color. */
.white_9Bold
{
color: #FFF;
}

a:visited
{
color: #BE0019;
}

a:focus,
a:hover
{
color: #FFF;
}

.contentEdit h1
{
padding: 1.0em 0.25em 1.0em 0.25em;
border: 3px solid #cdcdcd;
border-top: none;
margin: 0.2em 0;
text-align: center;
font-family: "Arial Black", Impact, sans-serif;
font-size: 185%;
font-weight: normal;
color: #fff;
background-color: #6a0011;
}

.contentEdit h2
{
padding: 1.0em 0.25em 1.0em 0.25em;
border: none;
border-bottom: 3px solid #cdcdcd;
margin: 0.2em 0;
text-align: center;
font-family: "Arial Black", Impact, sans-serif;
font-size: 185%;
font-weight: normal;
color: #fff;
background-color: #c4001f;
}

.contentEdit h3
{
padding: 1.0em 1.0em 1.0em 1.0em;
margin: 0.2em 0;
border-top: 1px solid #cdcdcd;
border-bottom: 2px solid #cdcdcd;
font-family: "Arial Black", Impact, sans-serif;
font-size: 138.5%;
font-weight: normal;
color: #fff;
text-shadow: 2px 2px 2px #000;
background-color: #333;
}

.contentEdit h4
{
padding: 1.0em 1.0em 1.0em 1.0em;
margin: 0.2em 0;
border-bottom: 2px solid #cdcdcd;
font-family: "Arial Black", Impact, sans-serif;
font-size: 138.5%;
font-weight: normal;
color: #fff;
text-shadow: 2px 2px 2px #000;
background-color: #1a1a1a;
}

.contentEdit h5
{
padding: 0.5em 0.25em .5em 3.0em;
margin: 0.3em 0;
font-family: "Arial Black", Impact, sans-serif;
font-size: 185%;
font-weight: normal;
color: #fff;
text-shadow: 2px 2px 2px #000;
}

.contentEdit h6
{
padding: 0.5em 0.25em .5em 3.0em;
margin: 0.3em 0;
font-family: "Arial Black", Impact, sans-serif;
font-size: 138.5%;
font-weight: normal;
color: #fff;
text-shadow: 2px 2px 2px #000;
}

.contentEdit img
{
border-color: #cdcdcd;
}

/* To style images in content. */
.contentEdit img.imageStyle
{
padding: 25px 10px 10px 10px;
border: 3px solid #cdcdcd;
background-color: #6a0011;
}

a[href^="http:"]:active,
a[href^="http:"]:link,
a[href^="http:"]:visited,
a[href^="http:"]:focus,
a[href^="http:"]:hover
{
padding: 3px 20px 0 0;
text-decoration: underline;
}

/* Fix for external link image on linked images in content. */
a[href^="http:"]:active.noIcon,
a[href^="http:"]:link.noIcon,
a[href^="http:"]:visited.noIcon,
a[href^="http:"]:focus.noIcon,
a[href^="http:"]:hover.noIcon
{
padding: 0;
background: none;
}

/* Fix for link images in spotlights. */
div.toolBox-content a[href^="http:"]:active,
div.toolBox-content a[href^="http:"]:link,
div.toolBox-content a[href^="http:"]:visited,
div.toolBox-content a[href^="http:"]:focus,
div.toolBox-content a[href^="http:"]:hover,
div.toolBox-content a[href^="mailto:"]:active,
div.toolBox-content a[href^="mailto:"]:link,
div.toolBox-content a[href^="mailto:"]:visited,
div.toolBox-content a[href^="mailto:"]:focus,
div.toolBox-content a[href^="mailto:"]:hover,
div.toolBox-content a[href^="javascript:location.href='mailto:'"]:active,
div.toolBox-content a[href^="javascript:location.href='mailto:'"]:link,
div.toolBox-content a[href^="javascript:location.href='mailto:'"]:visited,
div.toolBox-content a[href^="javascript:location.href='mailto:'"]:focus,
div.toolBox-content a[href^="javascript:location.href='mailto:'"]:hover,
div.toolBox-content a[href$=".pdf"]:active,
div.toolBox-content a[href$=".pdf"]:link,
div.toolBox-content a[href$=".pdf"]:visited,
div.toolBox-content a[href$=".pdf"]:focus,
div.toolBox-content a[href$=".pdf"]:hover,
div.toolBox-content a[href$=".doc"]:active,
div.toolBox-content a[href$=".doc"]:link,
div.toolBox-content a[href$=".doc"]:visited,
div.toolBox-content a[href$=".doc"]:focus,
div.toolBox-content a[href$=".doc"]:hover
{
background: none;
}

/* Fix for link images in spotlights. */
div.toolBox-content div.vB-textBodyOther a[href^="http:"]:active,
div.toolBox-content div.vB-textBodyOther a[href^="http:"]:link,
div.toolBox-content div.vB-textBodyOther a[href^="http:"]:visited,
div.toolBox-content div.vB-textBodyOther a[href^="http:"]:focus,
div.toolBox-content div.vB-textBodyOther a[href^="http:"]:hover,
div.toolBox-content div.vB-textBodyOther a[href^="mailto:"]:active,
div.toolBox-content div.vB-textBodyOther a[href^="mailto:"]:link,
div.toolBox-content div.vB-textBodyOther a[href^="mailto:"]:visited,
div.toolBox-content div.vB-textBodyOther a[href^="mailto:"]:focus,
div.toolBox-content div.vB-textBodyOther a[href^="mailto:"]:hover,
div.toolBox-content div.vB-textBodyOther a[href^="javascript:location.href='mailto:'"]:active,
div.toolBox-content div.vB-textBodyOther a[href^="javascript:location.href='mailto:'"]:link,
div.toolBox-content div.vB-textBodyOther a[href^="javascript:location.href='mailto:'"]:visited,
div.toolBox-content div.vB-textBodyOther a[href^="javascript:location.href='mailto:'"]:focus,
div.toolBox-content div.vB-textBodyOther a[href^="javascript:location.href='mailto:'"]:hover,
div.toolBox-content div.vB-textBodyOther a[href$=".pdf"]:active,
div.toolBox-content div.vB-textBodyOther a[href$=".pdf"]:link,
div.toolBox-content div.vB-textBodyOther a[href$=".pdf"]:visited,
div.toolBox-content div.vB-textBodyOther a[href$=".pdf"]:focus,
div.toolBox-content div.vB-textBodyOther a[href$=".pdf"]:hover,
div.toolBox-content div.vB-textBodyOther a[href$=".doc"]:active,
div.toolBox-content div.vB-textBodyOther a[href$=".doc"]:link,
div.toolBox-content div.vB-textBodyOther a[href$=".doc"]:visited,
div.toolBox-content div.vB-textBodyOther a[href$=".doc"]:focus,
div.toolBox-content div.vB-textBodyOther a[href$=".doc"]:hover
{
padding: 0;
}

/* Fix for external link image on company box. */
div#companyBox a[href^="http:"]:active,
div#companyBox a[href^="http:"]:link,
div#companyBox a[href^="http:"]:visited,
div#companyBox a[href^="http:"]:focus,
div#companyBox a[href^="http:"]:hover
{
background: none;
padding: 0;
}

/* Fix for external link image on company logo. */
div#companyLogo a:active,
div#companyLogo a:link,
div#companyLogo a:visited,
div#companyLogo a:focus,
div#companyLogo a:hover
{
padding: 0;
}

a[href^="mailto:"]:active,
a[href^="mailto:"]:link,
a[href^="mailto:"]:visited,
a[href^="mailto:"]:focus,
a[href^="mailto:"]:hover,
a[href^="javascript:location.href='mailto:'"]:active,
a[href^="javascript:location.href='mailto:'"]:link,
a[href^="javascript:location.href='mailto:'"]:visited,
a[href^="javascript:location.href='mailto:'"]:focus,
a[href^="javascript:location.href='mailto:'"]:hover
{
padding: 0 20px 0 0;
}

a[href$=".pdf"]:active,
a[href$=".pdf"]:link,
a[href$=".pdf"]:visited,
a[href$=".pdf"]:focus,
a[href$=".pdf"]:hover
{
padding: 2px 18px 2px 0;
}

a[href$=".doc"]:active,
a[href$=".doc"]:link,
a[href$=".doc"]:visited,
a[href$=".doc"]:focus,
a[href$=".doc"]:hover
{
padding: 2px 18px 2px 0;
}

/* -------------------------------------------------
main structure
------------------------------------------------- */

body
{
background-color: #000;
}


/* -------------------------------------------------
div#header
------------------------------------------------- */
div#headerWrapper
{
width: 990px;
margin: 0 auto;
}

div#headerInfo
{
height: 80px;
padding: 0;
}

a#homeIcon,
a#memberLogin
{
display:block;
float: left;
width: 80px;
height: 80px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
color: #fff;
}

a#memberLogin
{
float: right;
width: 60px;
height: 80px;
}

a#homeIcon:focus,
a#homeIcon:hover
{
background-position: 0 -80px;
}

a#memberLogin:focus,
a#memberLogin:hover
{
background-position: 0 -80px;
}

/* -------------------------------------------------
div#Banner
------------------------------------------------- */
div#Banner
{
display: block;
float: left;
width: 545px;
height: 304px;
}

div#slideshow-wrapper
{
position: relative;
float: left;
width: 425px;
height: 270px;
margin: 20px 0 0 0;
}

div#slideshow-wrapper > img
{
position: absolute;
top: 0;
left: 0;
z-index: 10;
}

div#slideshow-container
{
position: absolute;
top: 0;
left: 0;
width: 425px;
height: 270px;
padding: 0;
overflow: hidden;
z-index: 0;
}

div#slideshow-container img
{
position: absolute;
top: 0;
min-width: 425px;
max-width: 425px;
min-height: 270px;
}

/* -------------------------------------------------
div#horizontalNav
------------------------------------------------- */
div#horizontalNav
{
width: 954px;
height: 80px;
padding: 0 18px;
margin: 0 auto;
}

ul#Primary 
{
width: 954px;
height: 80px;
padding: 0;
}

ul#Primary > li
{
/* first level list items are always visible */
float: left;
display: inline;
position: relative;
width: 150px;
height: 80px;
margin: 0;
}

ul#Primary li span
{
display: none;
}

ul#Primary li#navThree
{
margin: 0 54px 0 0;
}

ul#Primary > li > a:active,
ul#Primary > li > a:link,
ul#Primary > li > a:visited,
ul#Primary > li > a:focus,
ul#Primary > li > a:hover
{
display: block;
width: 130px;
height: 40px;
line-height: 16px;
padding: 27px 10px 20px 10px;
text-decoration: none;
text-align: center;
color: #fff;
overflow: hidden;
}

/* Fix to hide external link image from button before rollover */
ul#Primary > li > a
{
background: none;
}

ul#Primary > li > a:focus,
ul#Primary > li > a:hover
{
color: #fff;
text-shadow: none;
background-position: 0px -80px !important;
}

ul#Primary > li#navTwo > a:focus,
ul#Primary > li#navTwo > a:hover
{
background-position: -150px -80px !important;
}

ul#Primary > li#navThree > a:focus,
ul#Primary > li#navThree > a:hover
{
background-position: -300px -80px !important;
}

ul#Primary > li#navFour > a:focus,
ul#Primary > li#navFour > a:hover
{
background-position: -504px -80px !important;
}

ul#Primary > li#navFive > a:focus,
ul#Primary > li#navFive > a:hover
{
background-position: -654px -80px !important;
}

ul#Primary > li#navSix > a:focus,
ul#Primary > li#navSix > a:hover
{
background-position: -804px -80px !important;
}

/* --------- ul#Primary li ul --------- */

ul#Primary li ul 
{
/* second level unordered lists appear off-page until mouseover */
position: absolute;
width: 150px;
height: auto;
padding: 0 0 16px 0;
top: auto;
left: -9999px;
margin: 0;
list-style: none;
overflow: hidden;
z-index: 2000;
}

ul#Primary li ul li
{
width: 150px;
height: auto;
}

ul#Primary li ul li.ddFirst,
ul#Primary li ul li:first-child
{
padding: 10px 0 0 0;
}

ul#Primary li ul li a:active,
ul#Primary li ul li a:link,
ul#Primary li ul li a:visited,
ul#Primary li ul li a:focus,
ul#Primary li ul li a:hover
{
display: block;
width: 130px;
height: auto;
padding: 17px 12px 16px 12px;
line-height: 17px;
font-style: normal;
font-weight: normal;
text-align: center;
text-decoration: none;
color: #fff;
}

ul#Primary li ul li a:focus,
ul#Primary li ul li a:hover
{
color: #FA0223;
}

ul#Primary li.hover ul 
{ 
/* on mouseover, move the list to it's normal position */
top: 53px;
left: 0;
}

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Marquee

INSTRUCTIONS:
Make changes to the following:
1. if client does not have component activated, change visible to hidden, & vice versa
2. color value
-------------------------------------------------------------------------------------------- */
#MarqueeWrapper 
{
display: block;
width: 840px;
height: 30px;
padding: 21px 0 0 0;
}

#Marquee 
{
width: 990px;
height: 30px;
overflow: hidden;
}

#Marquee span 
{
width: 990px;
height: 30px;
font-family: "Arial Black", Impact, sans-serif;
font-size: 185%;
font-weight: normal;
line-height: 28px;
text-shadow:  0px 0px 1px #999, 0px 0px 3px #fff, 0px 0px 2px #fff;
color: #fff;
}
/* END ALTER - Marquee */

/* -------------------------
div#middle
------------------------- */
div#middle
{
width: 990px;
margin: 0 auto;
}

div#pageTitleWrapper
{
width: 990px;
margin: 0 auto;
}

h2#pageTitle
{
display: block;
padding: 59px 93px 5px 93px;
line-height: 30px;
font-family: "Arial Black", Impact, sans-serif;
font-size: 231%;
font-weight: normal;
text-align: center;
text-shadow: 2px 2px 0px #000;
word-wrap: break-word;
overflow: hidden;
color: #fff;
}

div#pageContentWrapper
{
width: 954px;
padding: 26px 18px 0 18px;
}

div#colOne
{
float: left;
width: 250px;
padding: 0;
}

div#colTwo
{
float: left;
width: 644px;
padding: 25px 30px 0 30px;
word-wrap: break-word;
overflow: hidden;
}

/* -------------------------
div#setOne
------------------------- */
div#setOneWrapper
{
background-color: #000;
}

div#setOneContainer
{
margin: 0 auto;
}

div.toTop
{
margin: 0 auto;
}

div#setOne
{
padding: 0 10px;
margin: 0 auto;
}

/*    Showcase Feature Styling    */
div.toolBox-wrapper
{
display: block;
float: left;
width: 300px;
}

div.toolBox
{
display: block;
padding: 0 0 11px 0;
}

div.toolBox-content
{
padding: 10px 10px 20px 10px;
}

div.toolBox-content *
{
max-width: 210px;
word-wrap: break-word;
}

h3.toolBox-title
{
display: block;
padding: 16px 10px 16px 10px;
font-family: "Arial Black", Impact, sans-serif;
font-size: 185%;
font-weight: normal;
line-height: 28px;
text-align: center;
color: #fff;
}

div.toolBox a
{
text-decoration: none;
color: #fff;
}

div.toolBox a:focus,
div.toolBox a:hover
{
color: #B4707B;
}

/*  Hides the icon_title  */
div.toolBox .vB-icontd
{
display: none;
}

/* Photos Component */
div.toolBox-content * img
{
width: 186px;
height: 112px;
padding: 12px;
border: none;
}

/* ToolBox Links */
div.toolBox td.vB-itemtd
{
padding: 0;
}

div.toolBox td.vB-itemtd a
{
display: block;
padding: 15px 0px 16px 0px;
font-size: 100%;
line-height: 18px;
text-align: center;
text-decoration: none;
}

/* ToolBox RSS */
div.toolBox p.vB-homeRssTitle
{
padding: 10px 0 15px 0;
font-weight: normal;
text-decoration: none;
color: #fff;
text-shadow: 1px 1px 3px #000;
}

div.toolBox p.vB-homeRssDate
{
display: block;
padding: 15px 0 0 0;
font-size: 84.5%;
text-align: right;
color: #fff;
text-shadow: 1px 1px 3px #000;
}

div.toolBox p.vB-homeRssLink
{
padding: 0 0 16px 0;
font-size: 84.5%;
text-align: right;
}

div.toolBox td.vB-itemtd p.vB-homeRssLink a
{
padding: 0;
color: #B4707B;
text-align: right;
background-image: none;
}

div.toolBox td.vB-itemtd p.vB-homeRssLink a:focus,
div.toolBox td.vB-itemtd p.vB-homeRssLink a:hover
{
color: #FFF;
}

/* toolBox calendar */
div.toolBox div.calendarHome
{
padding: 0;
}

div.toolBox div.calendarHome td
{
background: none;
}

div.toolBox div.calendarHome tr.calendarDate td
{
padding: 35px 0 0 0;
line-height: 17px;
font-size: 100%;
text-align: center;
color: #fff;
}

div.toolBox div.calendarHome tr:first-child.calendarDate td
{
padding: 16px 0 0 0;
background: none;
}

div.toolBox div.calendarHome td.vB-itemtd
{
line-height: 17px;
font-size: 100%;
text-align: center;
color: #fff;
}

/*  Overrides call from the components.css file  */
div.toolBox div.calendarHome tr.vB-homeRow td.vB-itemtd
{
padding-left: 0;
text-align: center;
}

/* toolBox Video */
div.toolBox ul#hmCmp-video li:first-child img.hmCmp-vidImg
{
border: none;
width: 231px; /* orig 272 */
height: 143px; /* orig 204 */
padding: 21px 36px 37px 36px;
}

div.toolBox ul#hmCmp-video * a
{
padding: 0;
background: none;
}

div.toolBox ul#hmCmp-video h5.hmCmp-vidTitle,
div.toolBox ul#hmCmp-video p.hmCmp-vidDate
{
padding: 0 0 0 30px;
}

/* toolBox textbody */
div.toolBox .vB-textBodyOther
{
padding-top: 10px;
}

div.toolBox .contentEdit h1,
div.toolBox .contentEdit h2,
div.toolBox .contentEdit h3,
div.toolBox .contentEdit h4,
div.toolBox .contentEdit h5,
div.toolBox .contentEdit h6
{
margin: .5em 0;
font-size: 123.1%;
}

div.toolBox .contentEdit h5,
div.toolBox .contentEdit h6
{
padding: 1em 0 0.75em 3.25em;
}

div.toolBox .compZone * img
{
max-width: 230px;
height: auto;
padding: 0;
margin: 0;
background: none;
}

div.toolBox a.moreLink:active,
div.toolBox a.moreLink:link,
div.toolBox a.moreLink:visited,
div.toolBox a.moreLink:focus,
div.toolBox a.moreLink:hover
{
display: block;
width: 210px;
height: 18px;
padding: 12px 10px 10px 10px;
margin: 0;
font-family: "Arial Black", Impact, sans-serif;
line-height: 18px;
text-align: center;
text-decoration: none;
text-transform: lowercase;
color: #fff;
}

div.toolBox a.moreLink:focus,
div.toolBox a.moreLink:hover
{
color: #FA0223;
}

/* -------------------------------------------------
Footer
------------------------------------------------- */
div#footerWrapper
{
margin: 0 auto;
}

div#footerContainer
{
margin: 0 auto;
}

div#footer
{
width: 990px;
height: 376px;
padding: 0;
margin: 0 auto;
}

p#copyRight
{
display: block;
padding: 60px 130px 50px 130px;
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 138.5%;
line-height: 22px;
text-align: center;
color: #fff;	
}

/* ----- div#companyBox ----- */

div#companyBox
{
display: block;
width: 210px;
height: 144px;
margin: 0 auto;
}

div#companyBox a
{
padding: 0;
}

div#companyBox img
{
padding: 13px 25px 25px 25px;
}

/* ----- a#companyLogo ----- */
div#companyLogoBox
{
display: block;
width: 210px;
height: 144px;
margin: 0 auto;
}

a#companyLogo:active,
a#companyLogo:link,
a#companyLogo:visited,
a#companyLogo:focus,
a#companyLogo:hover
{
display: block;
width: 210px;
height: 144px;
padding: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

a#companyLogo:focus,
a#companyLogo:hover
{
background-position: 0 -144px;
}

div#footerInfo
{
height: 80px;
}

div#footerInfo span
{
display: block;
float: left;
width: 230px;
height: 80px;
font-size: 138.5%;
font-weight: bold;
line-height: 80px;
text-transform: uppercase;
color: #363636;
text-shadow: 0px -1px 0px #aaa;
}

div#footerInfo span.browser
{
width: 240px;
}

div#footerInfo a:active,
div#footerInfo a:link,
div#footerInfo a:visited,
div#footerInfo a:focus,
div#footerInfo a:hover
{
display: block;
float: left;
width: 60px;
height: 80px;
padding: 0;
text-decoration: none;
text-indent: -9999px;
}

div#footerInfo a#firefox
{
background-position: -60px 0;
}

div#footerInfo a#internetExplorer
{
background-position: -120px 0;
}

div#footerInfo a#safari
{
background-position: -180px 0;
}

div#footerInfo a#favorites
{
background-position: -60px 0;
}

div#footerInfo a#chrome:focus,
div#footerInfo a#chrome:hover
{
background-position: 0 -80px;
}

div#footerInfo a#firefox:focus,
div#footerInfo a#firefox:hover 
{
background-position: -60px -80px;
}

div#footerInfo a#internetExplorer:focus,
div#footerInfo a#internetExplorer:hover
{
background-position: -120px -80px;
}

div#footerInfo a#safari:focus,
div#footerInfo a#safari:hover
{
background-position: -180px -80px;
}

div#footerInfo a#delicious:focus,
div#footerInfo a#delicious:hover
{
background-position: 0 -80px;
}

div#footerInfo a#favorites:focus,
div#footerInfo a#favorites:hover
{
background-position: -60px -80px;
}

div#footerInfo a.backToTop
{
display: block;
float: left;
width: 160px;
height: 80px;
padding: 0;
text-indent: -9999px;
}

div#footerInfo a.backToTop:focus,
div#footerInfo a.backToTop:hover
{
background-position: 0 -100px;
}