/* --------------------------------------------------------------------------------------------
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: #595959;
font-family:  Tahoma, Lucida Grande, Arial, Verdana, Helvetica;
}

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

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

a:visited
{
color: #e4bc67;
}

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

.contentEdit h1
{
// padding: 0.5em 0.5em 0.25em 0.5em;
margin: 0.2em 0;
// text-align: center;
font-size: 40px;//272%;
color: #000;
// background-color: #c6c6c4;
}

.contentEdit h2
{
// padding: 0.5em 0.5em 0.25em 0.5em;
margin: 0.2em 0;
// text-align: center;
font-size: 36px;//272%;
color: #000;
// background-color: #e4bc67;
}

.contentEdit h3
{
// padding: 0.5em;
// border: 1px solid #C6C6C6;
margin: 0.2em 0;
font-size: 32px;//182%;
color: #4D4D4D;
// background-color: #DEDEDE;
}

.contentEdit h4
{
// padding: 0.5em;
border: 1px solid #DEDEDE;
// margin: 0.2em 0;
font-size: 24px;//182%;
color: #4D4D4D;
// background-color: #FFF;
}

.contentEdit h5
{
// padding: 0.5em 0 0.5em 2.75em;
margin: 0.2em 0;
font-size: 18px;//182%;
color: #dd9c10;//#756a6f;
}

.contentEdit h6
{
// padding: 0.5em 0 0.5em 2.75em;
margin: 0.2em 0;
font-size: 16px;//182%;
color: #dd9c10;
}

.contentEdit h1,
.contentEdit h2,
.contentEdit h3,
.contentEdit h4,
.contentEdit h5,
.contentEdit h6
{
text-transform: uppercase;
}

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

/* To style images in content. */
.contentEdit img.imageStyle
{
border: none;
padding: 40px 10px 10px 10px;
background-color: #000;
}

a[href^="http:"]:active,
a[href^="http:"]:link,
a[href^="http:"]:visited,
a[href^="http:"]:focus,
a[href^="http:"]:hover
{
padding: 0 16px 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 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;
}

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 13px 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: #808080;
}

div#wrapper
{
text-align: center;
background-position: center top;
}

div#container
{
width: 990px;
margin: 0 auto;
text-align: left;
background-position: -500px 0;
}

/* -------------------------------------------------
div#header
------------------------------------------------- */

div#header
{
height: 236px;
margin-left: 165px; /* Added on 3/16/15 for removal of flash logo */
}

/* -------------------------
h1#clientLogo
------------------------- */

/* Commented out on 3/16/15
h1#clientLogo
{
float: left;
display: inline;
width: 165px;
height: 236px;
}

h1#clientLogo img,
h1#clientLogo object
{
display: block;
}
*/

/* -------------------------
div#headerInfo
------------------------- */

div#headerInfo
{
float: left;
display: inline;
width: 825px;
height: 200px;
padding: 36px 0 0 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 
{
width: 815px;
height: 39px;
visibility: visible;
}

#Marquee 
{
top: 0;
left: 0;
width: 815px;
height: 39px;
overflow: hidden;
}

#Marquee span 
{
width: 815px;
height: 39px;
line-height: 39px;
font-size: 108%;
color: #FFF;
}
/* END ALTER - Marquee */

/* -------------------------
div#headerIcons
------------------------- */

/* --------- h1#clientName --------- */

h1#clientName
{
float: left;
display: inline;
width: 507px;
height: 113px;
}

h1#clientName a
{
display: block;
width: 507px;
height: 113px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

/* --------- div#headerLinks --------- */

div#headerLinks
{
float: left;
display: inline;
width: 318px;
height: 66px;
padding: 47px 0 0 0;
line-height: 24px;
color: #676767;
}

div#headerLinks a
{
padding: 0 10px;
text-decoration: none;
text-transform: uppercase;
color: #676767;
}

div#headerLinks a:focus,
div#headerLinks a:hover
{
color: #000;
}

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

DESCRIPTION:
Members box ALTER

INSTRUCTIONS:
Make changes to the following:
1. if site has member area, default display to inline - othewise, change inline to none
-------------------------------------------------------------------------------------------- */
a#memberLogin
{
display: inline;
}
/* END ALTER - Member Box */

/* -------------------------------------------------
div#horizontalNav
------------------------------------------------- */

div#horizontalNav
{
width: 825px;
height: 36px;
}

ul#Primary 
{
width: 825px;
height: 36px;
}

ul#Primary li
{
/* first level list items are always visible */
float: left;
display: inline;
position: relative;
width: 165px;
height: 36px;
}

ul#Primary li span
{
display: none;
}

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: 145px;
height: 34px;
line-height: 34px;
padding: 2px 10px 0 10px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
color: #000;
overflow: hidden;
}

ul#Primary li a.doubleLine:active,
ul#Primary li a.doubleLine:link,
ul#Primary li a.doubleLine:visited,
ul#Primary li a.doubleLine:focus,
ul#Primary li a.doubleLine:hover
{
line-height: 17px;
}

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

ul#Primary li#navOne a:focus,
ul#Primary li#navOne a:hover
{
background-position: 0 -36px;
}

ul#Primary li#navTwo a:focus,
ul#Primary li#navTwo a:hover
{
background-position: -165px -36px;
}

ul#Primary li#navThree a:focus,
ul#Primary li#navThree a:hover
{
background-position: -330px -36px;
}

ul#Primary li#navFour a:focus,
ul#Primary li#navFour a:hover
{
background-position: -495px -36px;
}

ul#Primary li#navFive a:focus,
ul#Primary li#navFive a:hover
{
background-position: -660px -36px;
}

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

ul#Primary li ul 
{
/* second level unordered lists appear off-page until mouseover */
position: absolute;
width: 149px;
height: auto;
padding: 0 7px 7px 7px;
top: auto;
left: -9999px;
border: 1px solid #C6C6C6;
border-top: none;
margin: 0;
list-style: none;
background-color: #FDFDFD;
overflow: hidden;
z-index: 2000;
}

ul#Primary li ul li
{
width: 149px;
height: auto;
padding: 1px 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: 129px;
height: auto;
padding: 7px 10px;
line-height: 17px;
text-decoration: none;
color: #FFF;
background-color: #000;
}

ul#Primary li#navOne ul li a:focus,
ul#Primary li#navOne ul li a:hover,
ul#Primary li#navTwo ul li a:focus,
ul#Primary li#navTwo ul li a:hover,
ul#Primary li#navThree ul li a:focus,
ul#Primary li#navThree ul li a:hover,
ul#Primary li#navFour ul li a:focus,
ul#Primary li#navFour ul li a:hover,
ul#Primary li#navFive ul li a:focus,
ul#Primary li#navFive ul li a:hover
{
color: #FFF;
background-color: #c6c6c4;
}

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

/* -------------------------------------------------
div#middle-wrapper
------------------------------------------------- */

/* -------------------------
div#middle-colOne
------------------------- */

div#middle-colOne
{
float: left;
display: inline;
}

* html div#middle-colOne
{
overflow: hidden;
}

/* ----- div#toolBoxOne ----- */

h2#toolBoxOne-title
{
height: 50px;
padding: 0 0 37px 0;
line-height: 50px;
font-size: 272%;
color: #3F3F3F;
}

/* -------------------------
div#middle-colTwo
------------------------- */

div#middle-colTwo
{
float: left;
display: inline;
}

* html div#middle-colTwo
{
overflow: hidden;
}

/* -------------------------
div#homeComponents
------------------------- */

/* -------------------------
div#homeComps-colTwo
------------------------- */

/* ------- h3.toolBox-title --------- */

h3.toolBox-title a:active,
h3.toolBox-title a:link,
h3.toolBox-title a:visited,
h3.toolBox-title a:focus,
h3.toolBox-title a:hover
{
display: block;
width: 157px;
height: 40px;
padding: 24px 70px 17px 20px;
line-height: 40px;
text-decoration: none;
text-transform: uppercase;
font-family: Berlin Sans FB Demi, Arial Black, Impact;
font-size: 182%;
color: #000;
overflow: hidden;
}

h3#toolBoxThree-title a:focus,
h3#toolBoxThree-title a:hover
{
background-position: -247px 0;
}

h3#toolBoxFour-title a:focus,
h3#toolBoxFour-title a:hover
{
background-position: -247px 0;
}

h3#toolBoxFive-title a:focus,
h3#toolBoxFive-title a:hover
{
background-position: -247px 0;
}

/* ------- div#toolBoxSix --------- */

div#toolBoxSix
{
padding: 0 0 20px 0;
}

h3#toolBoxSix-title a:active,
h3#toolBoxSix-title a:link,
h3#toolBoxSix-title a:visited,
h3#toolBoxSix-title a:focus,
h3#toolBoxSix-title a:hover
{
display: block;
width: 207px;
height: 30px;
padding: 21px 20px 10px 20px;
line-height: 30px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-size: 182%;
color: #000;
overflow: hidden;
}

h3#toolBoxSix-title a:focus,
h3#toolBoxSix-title a:hover
{
background-position: -247px 0;
}

/* If the home components are LINKS make sure the last class for the toolBox-content is toolBox-link */
div.toolBox-link
{
width: 247px;
padding: 3px 0 0 0;
color: #595959;
}

div.toolBox-link span,
div.toolBox-link p
{
padding: 10px;
}

div.toolBox-link td.vB-icontd
{
display: none;
}

div.toolBox-link td.vB-itemtd
{
padding: 0;
}

div.toolBox-link a:active,
div.toolBox-link a:link,
div.toolBox-link a:visited,
div.toolBox-link a:focus,
div.toolBox-link a:hover
{
display: block;
width: 205px;
line-height: 17px;
padding: 6px 20px;
border-top: 1px solid #C6C6C6;
margin: 0 1px;
text-decoration: none;
text-align: center;
font-size: 13px;
color: #222;
overflow: hidden;
}

div.toolBox-link a:focus,
div.toolBox-link a:hover
{
color: #FFF;
background-color: #222;
}
/* end home component links */

/* If the home components is RSS make sure the last class for the toolBox-content is toolBox-rss */
div.toolBox-rss
{
width: 207px;
padding: 20px;
color: #595959;
}

div.toolBox-rss td.vB-icontd
{
display: none;
}

div.toolBox-rss a[href^="http:"]:active,
div.toolBox-rss a[href^="http:"]:link,
div.toolBox-rss a[href^="http:"]:visited,
div.toolBox-rss a[href^="http:"]:focus,
div.toolBox-rss a[href^="http:"]:hover
{
color: #222;
}

div.toolBox-rss a[href^="http:"]:focus,
div.toolBox-rss a[href^="http:"]:hover
{
color: #c6c6c4;
}
/* end home component rss */

/* If the home components is VIDEO make sure the last class for the toolBox-content is toolBox-video */
div.toolBox-video
{
width: 207px;
padding: 20px;
color: #595959;
}

div.toolBox-video a:active,
div.toolBox-video a:link,
div.toolBox-video a:visited,
div.toolBox-video a:focus,
div.toolBox-video a:hover
{
color: #222;
}

div.toolBox-video a:focus,
div.toolBox-video a:hover
{
color: #c6c6c4;
}

div.toolBox-video a[href^="http:"]:active,
div.toolBox-video a[href^="http:"]:link,
div.toolBox-video a[href^="http:"]:visited,
div.toolBox-video a[href^="http:"]:focus,
div.toolBox-video a[href^="http:"]:hover
{
padding: 0;
background: none;
}

div.toolBox-video img.hmCmp-vidImg
{
border-color: #000;
background-color: #C6C6C6;
}

div.toolBox-video ul#hmCmp-video li:first-child img.hmCmp-vidImg
{
border-color: #000;
background-color: #C6C6C6;
width: 197px; /* orig 272 */
height: 131px; /* orig 204 */
}
/* end home component video */

h4#toolBoxSix-subTitle a:active,
h4#toolBoxSix-subTitle a:link,
h4#toolBoxSix-subTitle a:visited,
h4#toolBoxSix-subTitle a:focus,
h4#toolBoxSix-subTitle a:hover
{
display: block;
width: 205px;
line-height: 17px;
padding: 6px 20px;
border-top: 1px solid #C6C6C6;
border-bottom: 1px solid #C6C6C6;
margin: 0 1px;
text-decoration: none;
text-align: center;
font-weight: normal;
font-size: 13px;
color: #222;
overflow: hidden;
}

h4#toolBoxSix-subTitle a:focus,
h4#toolBoxSix-subTitle a:hover
{
color: #FFF;
background-color: #222;
}

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

div#companyBox
{
width: 160px;
height: 106px;
padding: 27px 41px 24px 46px;
}

/* -------------------------------------------------
div#footer
------------------------------------------------- */

div#footer
{
/* Orig - before adding sponsor box to the footer
width: 930px;
padding: 37px 30px 30px 30px;*/
width: 990px;
padding: 37px 0 30px 0;
}

/* ----- div#footer p ----- */

div#footer p.footer
{
line-height: 17px;
/* Orig - before adding sponsor box to the footer
padding: 0 0 20px 0;*/
padding: 15px 0 20px 0;
text-align: center;
color: #FFF;
}

div#footer p.footer span
{
padding: 0 2px;
color: #FFF;
}

div#footer p.footer a:active,
div#footer p.footer a:link,
div#footer p.footer a:visited,
div#footer p.footer a:focus,
div#footer p.footer a:hover
{
padding: 0 2px 0 0;
text-decoration: none;
color: #f7e195;
background: none;
}

div#footer p.footer a:focus,
div#footer p.footer a:hover
{
color: #FFF;
}

/* ----- a#companyLogo ----- */

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

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

/* -------------------------------------------------
div.extraBox
------------------------------------------------- */

div.extraBox
{
width: 956px;
height: 74px;
padding: 17px;
margin: 0 0 12px 0;
overflow: hidden;
}

div.extraBox-content .contentEdit p
{
margin: 0;
padding: 0;
}

div.extraBox-content a[href^="http:"]:active,
div.extraBox-content a[href^="http:"]:link,
div.extraBox-content a[href^="http:"]:visited,
div.extraBox-content a[href^="http:"]:focus,
div.extraBox-content a[href^="http:"]:hover 
{
padding: 0;
text-decoration: none;
background: none;
}