/* --------------------------------------------------------------------------------------------
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.chalkjock.com/264/2133329150/

INSTRUCTIONS:
Make changes to the following:
1. all asset URL paths in the following external documents should be changed to the appropriate client URL:
   * style_264.tpl, home.tpl, non-ie.css, ie.css
   ** NOTE: if no URL path exists in one of the aforementioned external documents, obviously
      no change is necessary
2. all asset URL paths in this document should be changed to the appropriate client URL
3. 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: #cadce0;
font-family: Georgia, Sans-Serif, Helvetica, Tahoma, Arial, Verdana;
}

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

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

a:visited
{
color: #776534;
}

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

.contentEdit h1
{
padding: 0 0 0 1.5em;
margin: 0.2em 0;
font-size: 182%;
color: #bfecf7;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/h1_icon.gif) no-repeat 0 0;
}

.contentEdit h2
{
padding: 0 0 0 1.5em;
margin: 0.2em 0;
font-size: 182%;
color: #a08845;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/h2_icon.gif) no-repeat 0 0;
}

.contentEdit h3
{
padding: 0.5em 2.5em 0.5em 0.5em;
margin: 0.2em 0;
font-size: 138.5%;
color: #e0d5b8;
background: #9e8644 url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/h3_icon.gif) no-repeat right top;
}

.contentEdit h4
{
padding: 0.5em 2.5em 0.5em 0.5em;
margin: 0.2em 0;
font-size: 138.5%;
color: #bfecf7;
background: #033946 url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/h4_icon.gif) no-repeat right top;
}

.contentEdit h5
{
margin: 0.2em 0;
font-size: 108%;
color: #bfecf7;
}

.contentEdit h6
{
margin: 0.2em 0;
font-size: 108%;
color: #a08845;
}

h1, h2, h3, h4, h5, h6
{
font-style: italic;
}

.contentEdit img
{
border-color: #9e8644;
}

/* To style images in content. */
.contentEdit img.imageStyle
{
padding: 22px 3px 3px 3px;
border: none;
background: #9e8644 url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/image_bkgd.gif) no-repeat 0 0;
}

a[href^="http:"]:active,
a[href^="http:"]:link,
a[href^="http:"]:visited
{
padding: 0 16px 0 0;
text-decoration: underline;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/content_externalLink.gif) no-repeat center right;
}

/* 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;
}

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

DESCRIPTION:
Special link properties within the editable region of the website.

INSTRUCTIONS:
Make changes to the following:
1. replace default URL (264.style.chalkjock.com) with client URL
-------------------------------------------------------------------------------------------- */
a[href^="http://www.264.style.chalkjock.com"]:active,
a[href^="http://www.264.style.chalkjock.com"]:link,
a[href^="http://www.264.style.chalkjock.com"]:visited,
a[href^="http://264.style.chalkjock.com"]:active,
a[href^="http://264.style.chalkjock.com"]:link,
a[href^="http://264.style.chalkjock.com"]:visited,
a[href^="http://n1media1.images1.chalkjock.com"]:active,
a[href^="http://n1media1.images1.chalkjock.com"]:link,
a[href^="http://n1media1.images1.chalkjock.com"]:visited
{
padding: 0;
background-image: none;
}
/* END ALTER - Special link */

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 13px 0 0;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/content_emailLink.gif) no-repeat center right;
}

a[href$=".pdf"]:active,
a[href$=".pdf"]:link,
a[href$=".pdf"]:visited
{
padding: 2px 18px 2px 0;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/content_pdfLink.gif) no-repeat center right;
}

a[href$=".doc"]:active,
a[href$=".doc"]:link,
a[href$=".doc"]:visited
{
padding: 2px 18px 2px 0;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/content_wordLink.gif) no-repeat center right;
}

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

body
{
background: #03181d url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/body_bkgd.jpg) repeat-x 0 0;
}

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

div#topWrapper
{
text-align: center;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/topWrapper_bkgd.jpg) no-repeat center top;
}

div#topContainer
{
width: 998px;
margin: 0 auto;
text-align: left;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/topWrapper_bkgd.jpg) no-repeat -410px 0;
}

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

div#horizontalNav
{
width: 996px;
height: 63px;
padding: 0 1px;
}

ul#Primary 
{
position: relative;
width: 996px;
height: 63px;
z-index: 1500;
}

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

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: 146px;
height: 47px;
padding: 14px 10px 2px 10px;
text-decoration: none;
text-align: center;
overflow: hidden;
}

ul#Primary li a:active span,
ul#Primary li a:link span,
ul#Primary li a:visited span,
ul#Primary li a:focus span,
ul#Primary li a:hover span
{
display: inline;
padding: 3px 25px 0 0;
line-height: 22px;
font-style: italic;
font-weight: bold;
font-size: 138.5%;
color: #bfecf7;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/nav_icon.gif) no-repeat right top;
overflow: hidden;
}

ul#Primary li a:active span.doubleLine,
ul#Primary li a:link span.doubleLine,
ul#Primary li a:visited span.doubleLine,
ul#Primary li a:focus span.doubleLine,
ul#Primary li a:hover span.doubleLine
{
display: block;
}

ul#Primary li a:focus span,
ul#Primary li a:hover span
{
color: #e0ca78;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/nav_icon_roll.gif) no-repeat right top;
}

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

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

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

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: 142px;
height: auto;
padding: 7px 10px;
line-height: 21px;
border-bottom: 2px solid #01191f;
text-decoration: none;
font-style: italic;
font-weight: bold;
font-size: 123.1%;
color: #bfecf7;
background: #02313c url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/dropDown_bkgd.jpg) repeat-x 0 0;
}

ul#Primary li ul li a:focus,
ul#Primary li ul li a:hover
{
color: #a88e48;
background: #e2d8bb          url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/dropDown_roll.jpg) repeat-x 0 0;
}

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

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

div#Banner
{
width: 998px;
height: 308px;
}

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

/* --------------------------------------------------------------------------------------------
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, 
rename the wrapper bkgd above.
-------------------------------------------------------------------------------------------- */

#MarqueeWrapper 
{
visibility: hidden;
width: 918px;
height: 26px;
padding: 0 40px 41px 40px;
}

#Marquee 
{
position: relative;
top: 0;
left: 0;
width: 918px;
height: 26px;
overflow: hidden;
}

#Marquee span 
{
width: 918px;
height: 26px;
line-height: 26px;
font-size: 108%;
font-style: italic;
color: #e6eaee;
}
/* END ALTER - Marquee */

/* -------------------------
div#mainContent
------------------------- */

div#mainContent
{
width: 918px;
min-height: 400px;
padding: 0 40px 40px 40px;
}

* html div#mainContent
{
height: 400px;
}

/* -------------------------
div#mainContent-colOne
------------------------- */

div#mainContent-colOne
{
float: left;
display: inline;
width: 594px;
padding: 0 44px 0 0;
}

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

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

h2#toolBoxOne-title
{
width: 594px;
padding: 0 0 25px 0;
line-height: 40px;
font-size: 272%;
color: #e6eaee                  ;
}

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

div#backToTop
{
text-align: center;
}

div#backToTop a
{
display: inline;
padding: 0 25px 0 0;
text-decoration: none;
font-style: italic;
font-weight: bold;
color: #a18845;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/backToTop.gif) no-repeat right top;
overflow: hidden;
}

div#backToTop a:focus,
div#backToTop a:hover
{
color: #776534;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/backToTop_roll.gif) no-repeat right top;
}

/* -------------------------
div#mainContent-colTwo
------------------------- */

div#mainContent-colTwo
{
float: left;
display: inline;
width: 280px;
}

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

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

h3.homeComponentBox-title a:active,
h3.homeComponentBox-title a:link,
h3.homeComponentBox-title a:visited,
h3.homeComponentBox-title a:focus,
h3.homeComponentBox-title a:hover
{
display: block;
line-height: 40px;
padding: 0 0 25px 0;
text-decoration: none;
font-size: 197%;
color: #e6eaee;
overflow: hidden;
}

div.homeComponentBox-content td.vB-icontd
{
display: none;
}

div.homeComponentBox-content td.vB-itemtd
{
padding: 0;
}

/* If the home components are LINKS make sure the second class for the homeComponentBox-content is homeComponentBox-link */
div.homeComponentBox-link a:active,
div.homeComponentBox-link a:link,
div.homeComponentBox-link a:visited,
div.homeComponentBox-link a:focus,
div.homeComponentBox-link a:hover
{
display: block;
min-height: 20px;
line-height: 20px;
padding: 0 0 0 37px;
margin: 0 0 20px 0;
text-decoration: none;
font-style: italic;
font-weight: bold;
font-size: 14px;
color: #a08845;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/homeComp_icon.gif) no-repeat 0 0;
overflow: hidden;
}

* html div.homeComponentBox-link a:active,
* html div.homeComponentBox-link a:link,
* html div.homeComponentBox-link a:visited,
* html div.homeComponentBox-link a:focus,
* html div.homeComponentBox-link a:hover
{
height: 20px;
}

div.homeComponentBox-link a:visited
{
color: #776534      ;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/homeComp_icon_visited.gif) no-repeat 0 0;
}

div.homeComponentBox-link a:focus,
div.homeComponentBox-link a:hover
{
color: #bfecf7;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/homeComp_icon_roll.gif) no-repeat 0 0;
}
/* end home component links */

/* If the home components is RSS make sure the second class for the homeComponentBox-content is homeComponentBox-rss */
div.homeComponentBox-rss td.vB-icontd
{
display: none;
}

div.homeComponentBox-rss
{
color: #FFF;
}

div.homeComponentBox-rss a[href^="http:"]:active,
div.homeComponentBox-rss a[href^="http:"]:link,
div.homeComponentBox-rss a[href^="http:"]:visited,
div.homeComponentBox-rss a[href^="http:"]:focus,
div.homeComponentBox-rss a[href^="http:"]:hover
{ 
padding: 0;
color: #B8A560; 
background: none;
}

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

/* If the home components is VIDEO make sure the second class for the homeComponentBox-content is homeComponentBox-video */
div.homeComponentBox-video
{
color: #FFF;
}

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

div.homeComponentBox-video a:focus,
div.homeComponentBox-video a:hover
{
color: #B90000;
}

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

div.homeComponentBox-video img.hmCmp-vidImg
{
border-color: #B8A560;
background-color: #520000;
}

div.homeComponentBox-video ul#hmCmp-video li:first-child img.hmCmp-vidImg
{
border-color: #B8A560;
background-color: #520000;
}

div.homeComponentBox-video ul#hmCmp-video li:first-child img.hmCmp-vidImg
{
width: 270px; /* orig 272 */
height: 202px; /* orig 204 */
}
/* end home component video */

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

div#toolBoxTwo
{
width: 280px;
padding: 0 0 20px 0;
}

div#toolBoxTwo-content
{
width: 280px;
}

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

div#toolBoxThree
{
width: 280px;
}

div#toolBoxThree-middle
{
width: 160px;
height: 165px;
padding: 34px 60px 21px 60px;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/toolBoxThree_bkgd.gif) no-repeat 0 0;
}

div#toolBoxThree-image
{
width: 160px;
height: 107px;
}

h4#toolBoxThree-subTitle
{
width: 113px;
height: 34px;
padding: 24px 0 0 0;
margin: 0 auto;
}

h4#toolBoxThree-subTitle a:active,
h4#toolBoxThree-subTitle a:link,
h4#toolBoxThree-subTitle a:visited
{
display: block;
width: 113px;
height: 34px;
text-decoration: none;
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/toolBoxThree_button.jpg) no-repeat 0 0;
overflow: hidden;
}

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

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

div#middleWrapper
{
height: 350px;
text-align: center;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/middleWrapper_bkgd.jpg) no-repeat center top;
}
/* END ALTER - Member Box */

div#middleContainer
{
width: 998px;
height: 333px;
padding: 17px 0 0 0;
margin: 0 auto;
text-align: left;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/middleWrapper_bkgd.jpg) no-repeat -410px 0;
}

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

div#toolBoxFour
{
float: left;
display: inline;
width: 454px;
padding: 0 184px 0 40px;
}

div#toolBoxFour-content
{
width: 454px;
}

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

/* --------------------------------------------------------------------------------------------
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#memberBox
{
float: left;
display: inline;
width: 280px;
}
/* END ALTER - Member Box */

h3#memberBox-title
{
line-height: 40px;
padding: 0 0 25px 0;
text-decoration: none;
font-size: 197%;
color: #e6eaee;
}

div#memberBox form
{
width: 200px;
padding: 15px 0 0 37px;
}

div.memberBox-login-info
{
position: relative;
width: 200px;
padding: 0 0 15px 0;
}

label.memLabel 
{
display: block;
padding: 0 0 5px 0;
font-style: italic;
font-weight: bold;
font-size: 138.5%;
color: #9e8644;
}

input.memberBox-textBox
{
float: left;
display: inline;
width: 152px;
height: 18px;
padding: 6px;
border: 2px solid #9e8644;
font-style: italic;
font-weight: bold;
color: #9e8644;
background: #011c23;
}

input.memberBox-textBox:focus
{
color: #9e8644;
background: #e0d5b8;
}

div.memberBox-forgot
{
float: left;
display: inline;
width: 32px;
height: 34px;
}

div.memberBox-forgot a
{
display: block;
width: 32px;
height: 34px;
text-decoration: none;
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/memberBox_forgotButtons.gif) no-repeat 0 0;
overflow: hidden;
}

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

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

div#memberBox-buttons-register a
{
line-height: 34px;
text-decoration: none;
font-style: italic;
font-weight: bold;
font-size: 93%;
color: #9e8644;
}

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

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

button#memberBox-enter
{
display: block;
width: 82px;
height: 34px;
padding: 0;
border: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/memberBox_buttons.jpg) no-repeat 0 0;
overflow: hidden;
cursor: pointer;
}

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

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

div#bottomWrapper
{
height: 304px;
text-align: center;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/bottomWrapper_bkgd.jpg) no-repeat center top;
}
/* END ALTER - Member Box */

div#bottomContainer
{
width: 998px;
margin: 0 auto;
text-align: left;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/bottomWrapper_bkgd.jpg) no-repeat -410px 0;
}

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

div#footer
{
height: 80px;
padding: 14px 0 0 36px;
}

/* ----- div#companyLogo ----- */

div#companyLogo
{
float: left;
display: inline;
width: 152px;
height: 46px;
}

div#companyLogo a
{
display: block;
width: 152px;
height: 46px;
padding: 0;
text-decoration: none; /* Netscape 8.1 */
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/company_logo.jpg) no-repeat 0 0;
overflow: hidden;
}

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

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

div#footer p
{
float: left;
display: inline;
width: 483px;
height: 62px;
line-height: 16px;
padding: 18px 20px 0 20px;
text-align: center;
font-style: italic;
font-weight: bold;
color: #776534;
}

/* ----- div#footerIcons ----- */

div#footerIcons
{
float: left;
display: inline;
width: 220px;
height: 45px;
}

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

a#firefox
{
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/footerIcons.jpg) no-repeat 0 0;
}

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

a#internetExplorer
{
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/footerIcons.jpg) no-repeat -44px 0;
}

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

a#safari
{
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/footerIcons.jpg) no-repeat -88px 0;
}

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

a#delicious
{
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/footerIcons.jpg) no-repeat -132px 0;
}

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

a#favorites
{
background: transparent url(http://n1assets1.styles1.chalkjock.com/264/2133329150/images/footerIcons.jpg) no-repeat -176px 0;
}

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

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

div#companyBox
{
width: 160px;
height: 106px;
padding: 52px 60px 42px 60px;
margin: 0 auto;
}

div#companyBox a
{
display: block;
width: 160px;
height: 106px;
text-decoration: none;
overflow: hidden;
}

div#companyBox a#clientLogo
{
text-indent: -9999px;
}