/* --------------------------------------------------------------------------------------------
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.)

** NOTE: The current path for all assets associated with this site is: http://n1assets1.styles1.jamspiritsites.com/307/2133328218/

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: #7b7b7b;
font-family: "Lucida Grande", Verdana, Arial, Tahoma, 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: #fb1e07;
}

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

a:visited
{
color: #d10301;
}

a:focus,
a:hover
{
color: #15358e;
}

.contentEdit h1
{
padding: 0.25em 0.5em 0.75em 2.75em;
margin: 0.2em 0;
font-size: 272%;
color: #15358e;
}

.contentEdit h2
{
padding: 0.25em 0.5em 0.75em 2.75em;
margin: 0.2em 0;
font-size: 272%;
color: #e30c00;
}

.contentEdit h3
{
padding: 0.5em;
border: 1px solid #0f2563;
margin: 0.2em 0;
font-size: 182%;
font-weight: normal;
color: #fff;
background-color: #15358e;
}

.contentEdit h4
{
padding: 0.5em;
border: 1px solid #bb0500;
margin: 0.2em 0;
font-size: 182%;
font-weight: normal;
color: #fff;
background-color: #e30c00;
}

.contentEdit h5
{
padding: 1em 0 0 0;
margin: 0.2em 0;
font-size: 227%;
color: #15358e;
}

.contentEdit h6
{
padding: 0 0 1em 0;
margin: 0.2em 0;
font-size: 227%;
color: #e30c00;
}

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

/* To style images in content. */
.contentEdit img.imageStyle
{
border: 1px solid #bb0500;
padding: 10px 9px 8px 9px;
background-color: #e30c00;
}

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

/* 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: 2px 18px 2px 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: #8bb1de;
}

/* -------------------------------------------------
div#topWrapper
------------------------------------------------- */

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

div#topContainer
{
width: 960px;
margin: 0 auto;
text-align: left;
background-position: -320px 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: 956px;
height: 40px;
padding: 0 2px 20px 2px;
visibility: visible;
}

#Marquee 
{
top: 0;
left: 0;
width: 956px;
height: 40px;
overflow: hidden;
}

#Marquee span 
{
width: 956px;
height: 40px;
line-height: 40px;
color: #FFF;
}
/* END ALTER - Marquee */

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

div#horizontalNav
{
width: 960px;
height: 40px;
background-position: 0 0;
}

div#homeIcon
{
float: left;
display: inline;
width: 60px;
height: 40px;
}

div#homeIcon a:active,
div#homeIcon a:link,
div#homeIcon a:visited,
div#homeIcon a:focus,
div#homeIcon a:hover
{
display: block;
width: 60px;
height: 40px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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

ul#Primary 
{
float: left;
display: inline;
width: 900px;
height: 40px;
}

ul#Primary li
{
/* first level list items are always visible */
float: left;
display: inline;
position: relative;
width: 140px;
height: 40px;
padding: 0 0 0 10px;
}

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: 120px;
height: 16px;
line-height: 16px;
padding: 14px 10px 10px 10px;
text-decoration: none;
text-align: center;
font-size: 93%;
color: #FFF;
overflow: hidden;
}

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

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

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

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

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

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

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

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

ul#Primary li ul li
{
width: 140px;
height: auto;
padding: 0;
border-bottom: 1px solid #fff;
}

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: 120px;
height: auto;
padding: 13px 10px 10px 10px;
line-height: 16px;
text-decoration: none;
color: #fff;
}

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,
ul#Primary li#navSix ul li a:focus,
ul#Primary li#navSix ul li a:hover
{
color: #fff;
}

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

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

/* -------------------------
div#clientLogo
------------------------- */

div#clientLogo
{
float: left;
display: inline;
width: 570px;
height: 191px;
}

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

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

div#toolBoxOne
{
float: left;
display: inline;
width: 390px;
padding: 18px 0 0 0;
color: #15358e;
}

div#toolBoxOne td.vB-icontd
{
display: none;
}

div#toolBoxOne td.vB-itemtd
{
padding: 0;
}

div#toolBoxOne p.vB-homeRssTitle
{
height: 78px;
font-weight: normal;
font-size: 108%;
}

div#toolBoxOne p.vB-homeRssDate,
div#toolBoxOne p.vB-homeRssLink
{
width: 130px;
padding: 0 0 0 250px;
text-align: center;
}

div#toolBoxOne p.vB-homeRssDate
{
font-size: 93%;
}


div#toolBoxOne p.vB-homeRssLink a
{
padding: 0;
text-decoration: none;
background: none;
}

/* -------------------------------------------------
div#pageContentWrapper
------------------------------------------------- */

div#pageContentWrapper
{
padding: 0 0 30px 0;
background-color: #fff;
}

div#pageContentContainer
{
width: 880px;
min-height: 399px;
padding: 20px 40px 0 40px;
background-position: -320px -291px;
background-color: #fff;
}

* html div#pageContentContainer
{
height: 399px;
}

h2.pageTitle
{
height: 52px;
line-height: 52px;
padding: 18px 0 40px 0;
font-size: 362%;
color: #15358e;
}

* html div#pageContent-internal
{
width: 880px;
overflow: hidden;
}

/* -------------------------
div#homePage
------------------------- */

/* ------- div#homePage-colOne --------- */

div#homePage-colOne
{
float: left;
display: inline;
width: 351px;
}

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

/* ------- div#homePage-colTwo --------- */

div#homePage-colTwo
{
float: left;
display: inline;
width: 529px;
height: 399px;
}

div#Banner
{
width: 529px;
height: 399px;
}

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

/* -------------------------------------------------
div#midWrapper
------------------------------------------------- */

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

div#midContainer
{
width: 960px;
height: 150px;
padding: 41px 0 39px 0;
margin: 0 auto;
text-align: left;
background-position: -70px 0;
}

/* -------------------------
div#extraBox
------------------------- */

div#extraBox
{
float: left;
display: inline;
width: 400px;
height: 150px;
padding: 0 0 0 225px;
}

div#extraBox p
{
width: 392px;
height: 44px;
padding: 100px 0 0 8px;
}

div#extraBox p a:active,
div#extraBox p a:link,
div#extraBox p a:visited,
div#extraBox p a:focus,
div#extraBox p a:hover
{
display: block;
width: 392px;
height: 22px;
line-height: 22px;
text-decoration: none;
font-size: 138.5%;
font-weight: bold;
color: #fff;
overflow: hidden;
}

div#extraBox p a:focus,
div#extraBox p a:hover
{
color: #8bb1de;
}

div#extraBox p span
{
display: block;
width: 392px;
height: 16px;
line-height: 16px;
font-size: 93%;
color: #8bb1de;
}

/* -------------------------
div#graphicBox
------------------------- */

div#graphicBox
{
float: right;
display: inline;
width: 290px;
height: 150px;
}

div#graphicBox a:active,
div#graphicBox a:link,
div#graphicBox a:visited,
div#graphicBox a:focus,
div#graphicBox a:hover
{
display: block;
width: 290px;
height: 150px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

div#graphicBox a:focus,
div#graphicBox a:hover
{
background-position: 0 -150px;
}

/* -------------------------------------------------
div#homeCompWrapper
------------------------------------------------- */

div#homeCompWrapper
{
border-top: 1px solid #fff;
text-align: center;
background-position: center top;
background-color: #15358e;
}

div#homeCompContainer
{
width: 960px;
padding: 30px 0 0 0;
margin: 0 auto;
text-align: left;
background-position: -90px 0;
}

div#homeCompBox
{
min-height: 318px;
}

* html div#homeCompBox
{
min-height: 318px;
}

/* -------------------------
div#memberBox
------------------------- */

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

DESCRIPTION:
Members box ALTER

INSTRUCTIONS:
Make changes to the following:
1. if site has member area, default visibility to visible - othewise, change visible to hidden
-------------------------------------------------------------------------------------------- */
div#memberBox
{
float: left;
display: inline;
width: 290px;
padding: 0 45px 0 0;
visibility: visible;
}
/* END ALTER - Member Box */

h3#memberBox-title
{
height: 28px;
line-height: 28px;
padding: 0 0 13px 0;
text-transform: uppercase;
font-size: 182%;
color: #fff;
}

div.memberBox-login-info
{
height: 42px;
padding: 0 0 18px 0;
}

div.memberBox-label 
{
float: left;
display: inline;
width: 78px;
text-transform: uppercase;
font-size: 93%;
}

span.label
{
float: left;
display: inline;
width: 112px;
height: 42px;
line-height: 42px;
text-align: center;
text-transform: uppercase;
color: #fff;
}

input.memberBox-textBox
{
float: left;
display: inline;
width: 120px;
height: 17px;
padding: 13px 10px 12px 10px;
border: none;
color: #e60d00;
background: none;
}

a.memberBox-forgot:active,
a.memberBox-forgot:link,
a.memberBox-forgot:visited,
a.memberBox-forgot:focus,
a.memberBox-forgot:hover
{
float: left;
display: inline;
width: 38px;
height: 42px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

a.memberBox-forgot:focus,
a.memberBox-forgot:hover
{
background-position: -38px 0;
}

div#memberBox-buttons-register
{
float: left;
display: inline;
width: 138px;
height: 34px;
padding: 5px 10px 0 0;
}

div#memberBox-buttons-register a:active,
div#memberBox-buttons-register a:link,
div#memberBox-buttons-register a:visited,
div#memberBox-buttons-register a:focus,
div#memberBox-buttons-register a:hover
{
line-height: 17px;
text-decoration: none;
color: #8bb1de;
}

div#memberBox-buttons-register a:focus,
div#memberBox-buttons-register a:hover
{
color: #fff;
}

div#memberBox-buttons-enter
{
float: left;
display: inline;
width: 142px;
height: 42px;
}

button#memberBox-enter
{
display: block;
width: 142px;
height: 42px;
padding: 0;
border: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
cursor: pointer;
}

button#memberBox-enter:focus,
button#memberBox-enter:hover
{
background-position: -142px 0;
}

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

div#toolBoxTwo
{
float: left;
display: inline;
width: 290px;
}

h3#toolBoxTwo-title a
{
display: block;
width: 290px;
height: 28px;
line-height: 28px;
padding: 0 0 13px 0;
text-decoration: none;
text-transform: uppercase;
font-size: 182%;
color: #fff;
overflow: hidden;
}

div#toolBoxTwo-contentWrapper
{
width: 290px;
height: 218px;
}

div#toolBoxTwo-content
{
width: 197px;
height: 130px;
padding: 28px 0 19px 47px;
}

h4#toolBoxTwo-subTitle a:active,
h4#toolBoxTwo-subTitle a:link,
h4#toolBoxTwo-subTitle a:visited,
h4#toolBoxTwo-subTitle a:focus,
h4#toolBoxTwo-subTitle a:hover
{
display: block;
width: 290px;
height: 41px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

h4#toolBoxTwo-subTitle a:focus,
h4#toolBoxTwo-subTitle a:hover
{
background-position: 0 -41px;
}

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

div#toolBoxThree
{
float: right;
display: inline;
width: 290px;
}

h3#toolBoxThree-title a
{
display: block;
width: 290px;
height: 28px;
line-height: 28px;
padding: 0 0 13px 0;
text-decoration: none;
text-transform: uppercase;
font-size: 182%;
color: #fff;
overflow: hidden;
}

div#toolBoxThree-content
{
padding: 8px 0 0 0;
}

/* If the home components are LINKS make sure the last class for the toolBox-content is toolBox-link */
div.toolBox-link
{
color: #fff;
}

div.toolBox-link span,
div.toolBox-link p
{
display: block;
padding: 30px;
}

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: 230px;
line-height: 17px;
padding: 15px 30px 13px 30px;
text-decoration: none;
font-size: 14px;
color: #fff;
overflow: hidden;
}

div.toolBox-link a:focus,
div.toolBox-link a:hover
{
color: #fff;
background-color: #0f286b;
}
/* 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
{
color: #fff;
}

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: #8bb1de;
}

div.toolBox-rss a[href^="http:"]:focus,
div.toolBox-rss a[href^="http:"]:hover
{
color: #fff;
}
/* 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
{
color: #fff;
}

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: #8bb1de;
}

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

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: #fff;
background-color: #da0700;
}

div.toolBox-video ul#hmCmp-video li:first-child img.hmCmp-vidImg
{
border-color: #fff;
background-color: #da0700;
width: 220px; /* orig 272 */
height: 147px; /* orig 204 */
}
/* end home component video */

h4#toolBoxThree-subTitle a:active,
h4#toolBoxThree-subTitle a:link,
h4#toolBoxThree-subTitle a:visited,
h4#toolBoxThree-subTitle a:focus,
h4#toolBoxThree-subTitle a:hover
{
display: block;
width: 290px;
height: 41px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

h4#toolBoxThree-subTitle a:focus,
h4#toolBoxThree-subTitle a:hover
{
background-position: 0 -41px;
}

/* -------------------------
div#backToTop
------------------------- */

div#backToTop a:active,
div#backToTop a:link,
div#backToTop a:visited,
div#backToTop a:focus,
div#backToTop a:hover
{
display: block;
width: 960px;
height: 17px;
line-height: 17px;
padding: 7px 0 16px 0;
text-decoration: none;
text-align: center;
text-transform: uppercase;
color: #8bb1de;
overflow: hidden;
}

div#backToTop a:focus,
div#backToTop a:hover
{
color: #fff;
}

/* -------------------------------------------------
div#bottomWrapper
------------------------------------------------- */

div#bottomWrapper
{
border-top: 1px solid #fff;
text-align: center;
background-position: center top;
}

div#bottomContainer
{
width: 960px;
padding: 30px 0 20px 0;
margin: 0 auto;
text-align: left;
background-position: -320px 0;
}

p#socialLinks span,
p#bookmarkLinks span
{
display: block;
width: 290px;
height: 40px;
line-height: 28px;
padding: 0 0 9px 0;
font-size: 272%;
color: #fff;
}

p#socialLinks a,
p#bookmarkLinks a
{
display: block;
width: 290px;
height: 60px;
padding: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

/* -------------------------
div#bottom-colOne
------------------------- */

div#bottom-colOne
{
float: left;
display: inline;
width: 290px;
padding: 0 45px 0 0;
}

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

a#facebook:active,
a#facebook:link,
a#facebook:visited
{
background-position: 0 0;
}

a#facebook:focus,
a#facebook:hover
{
background-position: -290px 0;
}

a#twitter:active,
a#twitter:link,
a#twitter:visited
{
background-position: 0 -60px;
}

a#twitter:focus,
a#twitter:hover
{
background-position: -290px -60px;
}

a#youtube:active,
a#youtube:link,
a#youtube:visited
{
background-position: 0 -120px;
}

a#youtube:focus,
a#youtube:hover
{
background-position: -290px -120px;
}

/* -------------------------
div#bottom-colTwo
------------------------- */

div#bottom-colTwo
{
float: left;
display: inline;
width: 290px;
}

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

a#delicious:active,
a#delicious:link,
a#delicious:visited
{
background-position: 0 -180px;
}

a#delicious:focus,
a#delicious:hover
{
background-position: -290px -180px;
}

a#favorites:active,
a#favorites:link,
a#favorites:visited
{
background-position: 0 -240px;
}

a#favorites:focus,
a#favorites:hover
{
background-position: -290px -240px;
}

p#bookmarkLinks a#compLink
{
height: 111px;
}

a#compLink:active,
a#compLink:link,
a#compLink:visited
{
background-position: 0 -300px;
}

a#compLink:focus,
a#compLink:hover
{
background-position: -290px -300px;
}

/* -------------------------
div#bottom-colThree
------------------------- */

div#bottom-colThree
{
float: right;
display: inline;
width: 290px;
}

* html div#bottom-colThree
{
overflow: hidden;
}

/* ----- p#copyright ----- */

p#copyright
{
line-height: 17px;
padding: 0 0 15px 0;
color: #fff;
}

/* ----- p#browserLinks ----- */

p#browserLinks
{
padding: 0 0 35px 0;
color: #fff;
}

p#browserLinks span
{
display: block;
width: 290px;
line-height: 17px;
}

p#browserLinks a
{
line-height: 17px;
padding: 0;
text-decoration: none;
color: #fff;
background: none;
}

p#browserLinks a:focus,
p#browserLinks a:hover
{
color: #15358e;
}

/* ----- div#companyLogoWrapper ----- */

div#companyLogoWrapper
{
width: 166px;
height: 29px;
padding: 26px 62px;
}

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

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

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

div#companyBox
{
width: 160px;
height: 106px;
padding: 30px 65px;
}