/* --------------------------------------------------------------------------------------------
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: #6b7379;
font-family: "Lucida Grande", 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: #0225d5;
}

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

a:visited
{
color: #2e51ff;
}

a:focus,
a:hover
{
color: #6b84ff;
}

.contentEdit h1
{
padding: .75em 0.5em 0.6em;
margin: 0.2em 0;
text-align: center;
font-size: 272%;
color: #FFF;
background-color: #000;
}

.contentEdit h2
{
padding: .75em 0.5em 0.6em;
margin: 0.2em 0;
text-align: center;
font-size: 272%;
color: #fff;
background-color: #0225d5;
}

.contentEdit h3
{
padding: 0.5em;
border: 1px solid #dbe1e6;
margin: 0.2em 0;
font-size: 128%;
text-align: left;
color: #6b7379;
background-color: #efefef;
}

.contentEdit h4
{
padding: 0.5em;
border: 1px solid #011969;
margin: 0.2em 0;
font-size: 128%;
text-align: left;
color: #FFF;
background-color: #0225d5;
}

.contentEdit h5
{
padding: 0.25em .5em 1.75em;
margin: 0.2em 0;
font-size: 182%;
text-align: left;
color: #FFF;
}

.contentEdit h6
{
padding: 0.25em 2.5em 1.75em;
margin: 0.2em 0;
font-size: 182%;
text-align: left;
color: #FFF;
}

.contentEdit img
{
border: none;
padding: 20px 10px 10px;
background-color: #0225d5;
}

/* To style images in content. */
.contentEdit img.imageStyle
{
padding: 20px 10px 10px;
background-color: #0225d5;
}

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

/* 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 18px 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#wrapperTop
{
text-align: center;
background-position: center top;
}

div#header
{
width: 990px;
height: 388px;
margin: 0 auto;
text-align: left;
}

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

div#headerInfo
{
height: 34px;
overflow: hidden;
}

/* --------- div#homeIcon --------- */
div#homeIcon,
div#locationIcon
{
float: left;
display: inline;
padding: 0;
text-indent: -9999px;
text-decoration: none;
overflow: hidden;
}

div#homeIcon a,
div#locationIcon a
{
display: block;
overflow: hidden;
height: 34px;
}

div#homeIcon
{
width: 80px;
height: 34px;
}

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

div#locationIcon
{
width: 108px;
height: 34px;
background-position: -80px 0;
}

div#locationIcon:focus,
div#locationIcon a:hover
{
background-position: -80px -34px;
}

/* --------------------------------------------------------------------------------------------
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 
{
float: left;
display: inline;
width: 680px;
height: 34px;
padding: 0 0 0 120px;
visibility: visible;
}

#Marquee 
{
top: 0;
left: 0;
width: 680px;
height: 34px;
overflow: hidden;
}

#Marquee span 
{
width: 680px;
height: 34px;
line-height: 32px;
font-size: 108%;
color: #6c6f75;
}
/* END ALTER - Marquee */

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

div#horizontalNav
{
width: 990px;
height: 51px;
padding: 0;
}

ul#Primary 
{
width: 990px;
height: 51px;
}

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

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: 159px;
height: 21px;
line-height: 21px;
padding: 15px 3px;
text-decoration: none;
text-align: center;
color: #a6afb9;
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: #a6afb9;
}

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

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

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

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

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

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

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

ul#Primary li ul li
{
width: 163px;
height: auto;
border: 1px solid #e3e8ec;
border-top: none;
}

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;
color: #a6afb9;
background-color: #000000;
}

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: #a6afb9;
background-color: #0224d5;
}

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

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

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

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

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

div#middle
{
width: 990px;
height: auto;
min-height: 600px;
padding: 0 0 50px;
margin: 0 auto;
}

* html div#middle
{
height: 600px;
}

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

div#colOne
{
float: left;
display: inline;
text-align: left;
width: 744px;
}

* html div#colOne
{
overflow: hidden;
}

/* -------------------------
div#toolBoxOne
------------------------- */
h2#toolBoxOne-title
{
display: block;
width: 664px;
height: 40px;
padding: 23px 40px 12px;
font-size: 20pt;
font-weight: bold;
line-height: 34px;
text-align: center;
color: #fff;
}

div#toolBoxOne-content
{
background-color: #FFF;
padding: 18px 30px 30px;
}

div#toolBoxWrapper
{
width: 744px;
}

div#toolBoxContainer
{
width: 684px;
height: auto;
min-height: 250px;
padding: 51px 30px 10px;
}

* html div#toolBoxContainer
{
height: 250px;
}

div#toolBoxThree
{
float: left;
width: 210px;
}

div#toolBoxFour
{
float: left;
width: 210px;
padding: 0 0 0 27px;
}

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;
padding: 0 53px 12px 0;
font-size: 140%;
color: #1b50de;
text-decoration: none;
}

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

h4.toolBox-subTitle
{
display: block;
height: 50px;
}


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

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

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,
h4.toolBox-subTitle a:active,
h4.toolBox-subTitle a:link,
h4.toolBox-subTitle a:visited,
h4.toolBox-subTitle a:focus,
h4.toolBox-subTitle a:hover
{
display: block;
line-height: 17px;
padding: 10px 0;
border-top: 1px solid #dbe1e6;
text-decoration: none;
font-size: 13px;
font-weight: bold;
color: #87929a;
overflow: hidden;
}

div.toolBox-link a:focus,
div.toolBox-link a:hover,
h4.toolBox-subTitle a:focus,
h4.toolBox-subTitle a:hover
{
color: #000;
}
/* end home component links */

/* If the home components is textBody make sure the last class for the toolBox-content is toolBox-textBody */
div.toolBox-textBody
{
padding: 10px 0 0 0;
color: #87929a;
}
/* end home component textBody */

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

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

div.toolBox-rss a[href^="http:"]:focus,
div.toolBox-rss a[href^="http:"]:hover
{
color: #2e51ff;
}
/* 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
{
padding: 20px 0 0 0;
color: #87929a;
}

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

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

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: #0225d5;
background-color: #efefef;
}

div.toolBox-video ul#hmCmp-video li:first-child img.hmCmp-vidImg
{
border-color: #0225d5;
background-color: #efefef;
width: 200px; /* orig 272 */
height: 133px; /* orig 204 */
}
/* end home component video */


/* --------- 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: 210px;
padding: 0 0 0 27px;
}

div#memberBox-content
{
padding: 13px 0 0;
}

input#textBox_uname,
input#textBox_pwd
{
width: 156px;
height: 17px;
padding: 7px 10px 6px 44px;
border: none;
margin: 0 0 10px 0;
background: none;
color: #abb4bb;
}

input#textBox_uname:focus,
input#textBox_uname:hover,
input#textBox_pwd:focus,
input#textBox_pwd:hover
{
color: #000;
}

button#memberBox-enter
{
width: 210px;
height: 30px;
border: none;
margin: 0 0 10px 0;
text-indent: -9999em;
}

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

div#memberBox-register,
div#memberBox-forgotUname,
div#memberBox-forgotPwd
{
display: block;
width: 210px;
font-size: 95%;
color: #87929a;
text-align: center;
}

div#memberBox-register
{
height: 17px;
margin: 0 0 10px 0;
}

div#memberBox-forgotUname
{
height: 37px;
margin: 0 0 10px 0;
}

div#memberBox-forgotPwd
{
height: 37px;
}

a.memberBox-link:active,
a.memberBox-link:link,
a.memberBox-link:visited,
a.memberBox-link:focus,
a.memberBox-link:hover
{
font-size: 125%;
text-decoration: none;
color: #a4acb1;
}

a.memberBox-link:focus,
a.memberBox-link:hover
{
color: #000;
}

div#memberBox-forgotUname a,
div#memberBox-forgotPwd a
{
display: block;
width: 210px;
padding: 0;
margin: 0;
}

/* ----- Link to Top ------ */

div#linkTop
{
width: 744px;
height: 35px;
}

div#linkTop a:active,
div#linkTop a:link,
div#linkTop a:visited,
div#linkTop a:focus,
div#linkTop a:hover
{
display: block;
width: 744px;
height: 35px;
text-indent: -9999em;
text-decoration: none;
overflow: hidden;
}

div#linkTop a:focus,
div#linkTop a:hover
{
background-position: 0 -35px;
}

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

div#colTwo
{
float: left;
display: inline;
width: 246px;
height: auto;
padding: 0;
}

* html div#colTwo
{
overflow: hidden;
}

/* ----- div#linkBox ------ */

div#linkBox
{
width: 246px;
height: 382px;
}

h2#linkBox-title,
h2#toolBoxTwo-title
{
display: block;
padding: 18px 22px 0 20px;
font-size: 165%;
color: #fff;
text-align: center;
text-decoration: none;
}

h3#linkBox-subTitle,
h3#toolBoxTwo-subTitle
{
display: block;
padding: 0 22px 14px 20px;
font-size: 90%;
font-weight: lighter;
text-transform: uppercase;
text-decoration: none;
text-align: center;
color: #fff;
}

div#linkBox-locationOne,
div#linkBox-locationTwo,
div#linkBox-locationThree,
div#linkBox-locationFour,
div#linkBox-locationFive
{
width: 246px;
height: 62px;
}

div#linkBox a.linkBox-link:active,
div#linkBox a.linkBox-link:link,
div#linkBox a.linkBox-link:visited,
div#linkBox a.linkBox-link:focus,
div#linkBox a.linkBox-link:hover
{
display: block;
width: 184px;
height: 39px;
padding: 12px 42px 11px 20px;
text-align: left;
text-decoration: none;
color: #fff;
}

div#linkBox a.linkBox-link:active,
div#linkBox a.linkBox-link:link,
div#linkBox a.linkBox-link:visited
{
background-position: 0 0;
}

div#linkBox a.linkBox-link:focus,
div#linkBox a.linkBox-link:hover
{
background-position: -246px 0;
}

div#linkBox a.active:active,
div#linkBox a.active:link,
div#linkBox a.active:visited
{
background-position: -492px 0;
text-indent: 10px;
}

div#linkBox a.active:focus,
div#linkBox a.active:hover
{
background-position: -246px 0;
}

span.location-name
{
display: block;
font-size: 18px;
}

span.location-city
{
display: block;
font-size: 13px;
}

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

div#toolBoxTwo
{
width: 246px;
height: auto;
text-align: left;
}

h4#toolBoxTwo-subTitle
{
width: 246px;
height: 33px;
}

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: 184px;
height: 18px;
padding: 11px 42px 4px 20px;
font-size: 100%;
font-weight: bold;
text-decoration: none;
color: #fff;
}

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


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

div.toolBoxTwo-link span,
div.toolBoxTwo-link p
{
padding: 0;
}

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

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

div.toolBoxTwo-link a:active,
div.toolBoxTwo-link a:link,
div.toolBoxTwo-link a:visited,
div.toolBoxTwo-link a:focus,
div.toolBoxTwo-link a:hover
{
display: block;
line-height: 17px;
padding: 8px 20px;
border-top: 1px solid #dbe1e6;
text-decoration: none;
text-align: left;
font-size: 13px;
font-weight: bold;
color: #87929a;
overflow: hidden;
}

h4#toolBoxTwo-subTitle a
{
border: none;
}

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

/* If the home components is textBody make sure the last class for the toolBoxTwo-content is toolBoxTwo-textBody */
div.toolBoxTwo-textBody
{
padding: 10px 5px 0 5px;
color: #87929a;
}
/* end home component textBody */

/* If the home components is RSS make sure the last class for the toolBoxTwo-content is toolBoxTwo-rss */
div.toolBoxTwo-rss
{
padding: 20px 0 0 0;
color: #87929a;
}

div.toolBoxTwo-rss p
{
padding: 0 10px;
}

div.toolBoxTwo-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: #0225d5;
}

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

/* If the home components is VIDEO make sure the last class for the toolBoxTwo-content is toolBoxTwo-video */
div.toolBoxTwo-video
{
padding: 20px 5px 0 5px;
color: #87929a;
}

div.toolBoxTwo-video a:active,
div.toolBoxTwo-video a:link,
div.toolBoxTwo-video a:visited,
div.toolBoxTwo-video a:focus,
div.toolBoxTwo-video a:hover
{
color: #0225d5;
}

div.toolBoxTwo-video a:focus,
div.toolBoxTwo-video a:hover
{
color: #2e51ff;
}

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

div.toolBoxTwo-video img.hmCmp-vidImg
{
border-color: #0225d5;
background-color: #efefef;
}

div.toolBoxTwo-video ul#hmCmp-video li:first-child img.hmCmp-vidImg
{
border-color: #0225d5;
background-color: #efefef;
width: 226px; /* orig 272 */
height: 150px; /* orig 204 */
}
/* end home component video */

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

div#companyBox
{
width: 160px;
height: 106px;
padding: 36px 44px 15px 42px;
}

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

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

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

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

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

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

div#footer p
{
float: left;
display: block;
width: 514px;
height: 17px;
padding: 16px 30px 17px;
line-height: 17px;
text-align: center;
text-transform: uppercase;
font-family: Tahoma Arial "Lucida Grande" Helvetica;
color: #9f9f9f;
}

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

span#browsers
{
float: left;
display: block;
width: 136px;
height: 18px;
margin: 0 0 3px 0;
color: #fff;
}

span#bookmarks
{
float: left;
display: block;
width: 110px;
height: 18px;
margin: 0 0 3px 0;
color: #fff;
}

div#footerIcons
{
float: left;
display: block;
width: 246px;
height: 44px;
padding: 8px 0 0;
text-align: center;
}

div#footerIcons a:active,
div#footerIcons a:link,
div#footerIcons a:visited,
div#footerIcons a:focus,
div#footerIcons a:hover
{
float: left;
display: block;
padding: 0;
text-decoration: none;
text-indent: -9999em;
}

a#firefox:active,
a#firefox:link,
a#firefox:visited,
a#firefox:focus,
a#firefox:hover
{
width: 46px;
height: 17px;
}

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

a#internetExplorer:active,
a#internetExplorer:link,
a#internetExplorer:visited,
a#internetExplorer:focus,
a#internetExplorer:hover
{
width: 46px;
height: 17px;
background-position: -46px 0;
}

a#internetExplorer:focus,
a#internetExplorer:hover
{
background-position: -46px -17px;
}

a#safari:active,
a#safari:link,
a#safari:visited,
a#safari:focus,
a#safari:hover
{
width: 44px;
height: 17px;
background-position: -92px 0;
}

a#safari:focus,
a#safari:hover
{
background-position: -92px -17px;
}

a#delicious:active,
a#delicious:link,
a#delicious:visited,
a#delicious:focus,
a#delicious:hover
{
width: 54px;
height: 17px;
background-position: -136px 0;
}

a#delicious:focus,
a#delicious:hover
{
background-position: -136px -17px;
}

a#favorites:active,
a#favorites:link,
a#favorites:visited,
a#favorites:focus,
a#favorites:hover
{
width: 53px;
height: 17px;
background-position: -190px 0;
}

a#favorites:focus,
a#favorites:hover
{
	background-position: -190px -17px;
}