/* --------------------------------------------------------------------------------------------
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 & ie conditional statements in the tpl 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: #9f9f9f;
font-family: Tahoma, 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: #FFF ;
}

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

a:visited
{
color: #ba1515;
}

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

.contentEdit h1
{
padding: 0.5em;
margin: 0.2em 0;
text-align: center;
font-size: 227%;
color: #FFF;
background-color: #700d0d;
}

.contentEdit h2
{
padding: 0.5em;
margin: 0.2em 0;
font-size: 227%;
color: #FFF;
background-color: #b80000;
}

.contentEdit h3
{
padding: 0.5em 0.5em 0.5em 2em;
border: 1px solid #730d0d;
margin: 0.2em 0;
font-size: 182%;
color: #FFF;
background-color: #310606;
}

.contentEdit h4
{
padding: 0.5em 2em 0.5em 0.5em;
border: 1px solid #bc0000;
margin: 0.2em 0;
font-size: 182%;
color: #FFF;
background-color: #7e0000;
}

.contentEdit h5
{
padding: 0 0 0 2em;
margin: 0.2em 0;
font-size: 182%;
color: #FFF;
}

.contentEdit h6
{
padding: 0 0 0 2em;
margin: 0.2em 0;
font-size: 182%;
color: #FFF;
}

.contentEdit img
{
border-color: #700d0d;
}

/* To style images in content. */
.contentEdit img.imageStyle
{
padding: 20px;
border: none;
background-color: #700d0d;
}

a[href^="http:"]:active,
a[href^="http:"]:link,
a[href^="http:"]:visited
{
padding: 0 15px 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
{
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^="javascript:location.href='mailto:'"]:active,
a[href^="javascript:location.href='mailto:'"]:link,
a[href^="javascript:location.href='mailto:'"]:visited
{
padding: 0 17px 0 0;
}

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

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

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

body
{
margin: 0 0 30px 0;
background-color: #000;
}

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

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

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

/* --------- div#homeIcon --------- */

div#homeIcon
{
float: left;
display: inline;
width: 165px;
height: 30px;
}

div#homeIcon a:active,
div#homeIcon a:link,
div#homeIcon a:visited,
div#homeIcon a:focus,
div#homeIcon a:hover
{
display: block;
width: 165px;
height: 22px;
padding: 0 0 8px 0;
line-height: 22px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 108%;
color: #FFF;
overflow: hidden;
}

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

/* --------------------------------------------------------------------------------------------
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
3. PSD changes - if, by deactivating the marquee, image changes result.
-------------------------------------------------------------------------------------------- */

#MarqueeWrapper 
{
float: left;
display: inline;
width: 654px;
height: 30px;
padding: 0 3px;
visibility: visible;
}

#Marquee 
{
top: 0;
left: 0;
width: 654px;
height: 30px;
overflow: hidden;
}

#Marquee span 
{
width: 654px;
height: 30px;
line-height: 30px;
font-size: 108%;
font-weight: bold;
color: #FFF;
}
/* END ALTER - Marquee */

/* --------- div#memberLogin --------- */

/* --------------------------------------------------------------------------------------------
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
-------------------------------------------------------------------------------------------- */
div#memberLogin
{
float: left;
display: inline;
width: 165px;
height: 30px;
}
/* END ALTER - Member Box */

div#memberLogin a:active,
div#memberLogin a:link,
div#memberLogin a:visited,
div#memberLogin a:focus,
div#memberLogin a:hover
{
display: block;
width: 165px;
height: 22px;
padding: 0 0 8px 0;
line-height: 22px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 108%;
color: #FFF;
overflow: hidden;
}

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

/* -------------------------------------------------
div#Banner
------------------------------------------------- */

div#Banner
{
width: 990px;
height: 313px;
}

div#Banner img,
div#Banner object
{
display: block;
}

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

div#horizontalNav
{
width: 990px;
height: 48px;
background-position: 0 0;
}

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

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: 143px;
height: 36px;
line-height: 36px;
padding: 6px 11px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 108%;
color: #FFF;
text-decoration: none;
}

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: 18px;
}

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

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

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

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

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

ul#Primary li#navSix a:focus,
ul#Primary li#navSix a:hover
{
background-position: -825px -48px;
}

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

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

ul#Primary li ul li
{
width: 163px;
height: auto;
padding: 0 0 1px 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: 143px;
height: auto;
padding: 10px;
line-height: 18px;
text-decoration: none;
text-align: center;
font-weight: normal;
font-size: 108%;
color: #FFF;
}

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

/* -------------------------------------------------
div#middleWrapper
------------------------------------------------- */

div#middleContainer
{
padding: 0 0 36px 0;
}

/* -------------------------------------------------
div#internalMiddle
------------------------------------------------- */

div#internalMiddle
{
width: 930px;
padding: 48px 30px 0 30px;
background-position: -225px -391px;
}

h2#pageTitle
{
line-height: 56px;
font-size: 227%;
color: #FFF;
}

div#pageContent
{
min-height: 310px;
}

* html div#pageContent
{
height: 310px;
}

/* -------------------------------------------------
div#homeMiddle
------------------------------------------------- */

div#homeMiddle
{
width: 990px;
padding: 48px 0 0 0;
}

/* -------------------------
div#homeMiddle-colOne
------------------------- */

div#homeMiddle-colOne
{
float: left;
display: inline;
width: 630px;
padding: 0 0 0 30px;
}

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

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

h2#toolBoxOne-title
{
line-height: 56px;
font-size: 227%;
color: #FFF;
}

div#toolBoxOne-content
{
padding: 0 0 50px 0;
}

/* --------- div#toolBoxFour --------- */

h3#toolBoxFour-title a:active,
h3#toolBoxFour-title a:link,
h3#toolBoxFour-title a:visited,
h3#toolBoxFour-title a:focus,
h3#toolBoxFour-title a:hover
{
display: block;
width: 630px;
padding: 0 0 11px 0;
line-height: 40px;
text-decoration: none;
font-size: 227%;
color: #FFF;
overflow: hidden;
}

/* If the home component is LINKS make sure the element id of toolBoxFour-content class is toolBoxFour-link */
div.toolBoxFour-link
{
width: 630px;
color: #ac0000;
border-bottom: 1px solid #ac0000;
}

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

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

div.toolBoxFour-link a:active,
div.toolBoxFour-link a:link,
div.toolBoxFour-link a:visited,
div.toolBoxFour-link a:focus,
div.toolBoxFour-link a:hover
{
display: block;
width: 570px;
line-height: 22px;
padding: 15px 60px 11px 0;
text-decoration: none;
font-size: 18px;
color: #ac0000;
background-color: #ac0000;
overflow: hidden;
}

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

/* If the home component is RSS make sure the element id of toolBoxFour-content class is toolBoxFour-rss */
div.toolBoxFour-rss
{
color: #ac0000;
}

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

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

/* If the home component is VIDEO make sure the element id of toolBoxFour-content class is toolBoxFour-video */
div.toolBoxFour-video
{
color: #ac0000;
}

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

div.toolBoxFour-video a:focus,
div.toolBoxFour-video a:hover
{
color: #ac0000;
}

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

div.toolBoxFour-video img.hmCmp-vidImg,
div.toolBoxFour-video ul#hmCmp-video li:first-child img.hmCmp-vidImg
{
border-color: #fff;
background-color: #000;
}
/* end home component video */

/* -------------------------
div#homeMiddle-colTwo
------------------------- */

div#homeMiddle-colTwo
{
float: left;
display: inline;
width: 330px;
}

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

/* --------- div.toolBox --------- */

div.toolBox
{
width: 230px;
height: 133px;
padding: 38px 0 84px 50px;
}

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: 230px;
height: 41px;
line-height: 22px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-size: 138.5%;
color: #ac0000;
overflow: hidden;
}

div.toolBox-image
{
width: 150px;
height: 92px;
padding: 0 0 0 40px;
}

/* --------- div#toolBoxTwo --------- */

div#toolBoxTwo
{
visibility: visible;
}

/* --------- div#toolBoxThree --------- */

div#toolBoxThree
{
visibility: hidden;
}

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

div#companyBox
{
width: 160px;
height: 106px;
padding: 58px 85px;
}

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

div#footer
{
width: 930px;
padding: 34px 30px 0 30px;
}

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

div#footer p
{
width: 930px;
line-height: 17px;
padding: 0 0 15px 0;
text-align: center;
font-size: 93%;
color: #9f9f9f;
}

/* ----- div#footerLogos ----- */

div#footerLogos
{
padding: 0 0 0 294px;
}

div#footerIcons
{
float: left;
display: inline;
width: 220px;
height: 31px;
padding: 0 9px 0 0;
background-position: 0 0;
}

div#footerIcons a
{
float: left;
display: inline;
width: 44px;
height: 31px;
padding: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
background: none;
overflow: hidden;
}

a#firefox:focus,
a#firefox:hover
{
background-position: 0 -31px;
}

a#internetExplorer:focus,
a#internetExplorer:hover
{
background-position: -44px -31px;
}

a#safari:focus,
a#safari:hover
{
background-position: -88px -31px;
}

a#delicious:focus,
a#delicious:hover
{
background-position: -132px -31px;
}

a#favorites:focus,
a#favorites:hover
{
background-position: -176px -31px;
}

a#companyLogo
{
float: left;
display: inline;
width: 110px;
height: 20px;
padding: 0;
margin: 6px 0 0 0;
text-decoration: none;
text-indent: -9999px;
background-position: 0 0;
overflow: hidden;
}

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