/* --------------------------------------------------------------------------------------------
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: #4d4d4d;
font-family: Lucida Grande, 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: #e10b00;
}

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

a:visited
{
color: #1f329c;
}

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

.contentEdit h1
{
padding: 0.5em;
border: 8px solid #e3e3e3;
margin: 0.2em 0;
text-align: center;
text-transform:uppercase;
font-size: 227%;
color: #fff;
background-color: #bd0501;
}

.contentEdit h2
{
padding: 0.5em;
border: 8px solid #e3e3e3;
margin: 0.2em 0;
text-align: center;
text-transform:uppercase;
font-size: 227%;
color: #fff;
background-color: #06187b;
}

.contentEdit h3
{
padding: 0.5em;
border: 8px solid #e3e3e3;
margin: 0.2em 0;
text-align: center;
text-transform:uppercase;
font-size: 227%;
color: #fff;
background-color: #d98032;
}

.contentEdit h4
{
min-height: 110px;
padding: 0.5em 0.5em 0.5em 6em;
border: 2px solid #d1d1d1;
margin: 0.2em 0;
font-size: 182%;
color: #fff;
background-color: #1f329c;
}

* html .contentEdit h4
{
height: 110px;
}

.contentEdit h5
{
min-height: 110px;
padding: 0.5em 6em 0.5em 0.5em;
border: 2px solid #d1d1d1;
margin: 0.2em 0;
font-size: 182%;
color: #fff;
background-color: #1f329c;
}

* html .contentEdit h5
{
height: 110px;
}

.contentEdit h6
{
padding: 0.75em 0 1em 3.5em;
margin: 0.2em 0;
font-size: 182%;
color: #d98031;
}

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

/* To style images in content. */
.contentEdit img.imageStyle
{
border: 8px solid #e3e3e3;
padding: 12px;
background-color: #b40200;
}

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

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

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

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

body
{
background-color: #071b92;
}

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

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

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

div#homeIcon
{
float: left;
display: inline;
width: 165px;
height: 40px;
padding: 0 0 0 4px;
}

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: 40px;
line-height: 40px;
text-decoration: none;
text-align: center;
font-weight: bold;
color: #FFF;
overflow: hidden;
}

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

/* --------------------------------------------------------------------------------------------
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: 654px;
height: 40px;
padding: 0 3px;
visibility: visible;
}

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

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

div#memberLogin
{
float: left;
display: inline;
width: 165px;
height: 40px;
}

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: 40px;
line-height: 40px;
text-decoration: none;
text-align: center;
font-weight: bold;
color: #FFF;
overflow: hidden;
}

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

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

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

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

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

div#horizontalNav
{
width: 960px;
height: 74px;
padding: 0 0 0 19px;
}

ul#Primary 
{
width: 960px;
height: 74px;
}

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

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: 140px;
height: 34px;
line-height: 34px;
text-decoration: none;
text-align: center;
font-weight: bold;
color: #FFF;
overflow: hidden;
}

ul#Primary li#navOne a:active,
ul#Primary li#navOne a:link,
ul#Primary li#navOne a:visited,
ul#Primary li#navOne a:focus,
ul#Primary li#navOne a:hover,
ul#Primary li#navSix a:active,
ul#Primary li#navSix a:link,
ul#Primary li#navSix a:visited,
ul#Primary li#navSix a:focus,
ul#Primary li#navSix a:hover
{
padding: 20px 10px 20px 10px;
}

ul#Primary li#navTwo a:active,
ul#Primary li#navTwo a:link,
ul#Primary li#navTwo a:visited,
ul#Primary li#navTwo a:focus,
ul#Primary li#navTwo a:hover,
ul#Primary li#navFive a:active,
ul#Primary li#navFive a:link,
ul#Primary li#navFive a:visited,
ul#Primary li#navFive a:focus,
ul#Primary li#navFive a:hover
{
padding: 15px 10px 25px 10px;
}

ul#Primary li#navThree a:active,
ul#Primary li#navThree a:link,
ul#Primary li#navThree a:visited,
ul#Primary li#navThree a:focus,
ul#Primary li#navThree a:hover,
ul#Primary li#navFour a:active,
ul#Primary li#navFour a:link,
ul#Primary li#navFour a:visited,
ul#Primary li#navFour a:focus,
ul#Primary li#navFour a:hover
{
padding: 10px 10px 30px 10px;
}

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

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

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

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

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

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

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

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

ul#Primary li ul li
{
width: 154px;
height: auto;
padding: 2px 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: 134px;
height: auto;
padding: 10px;
line-height: 17px;
text-decoration: none;
font-weight: normal;
color: #FFF;
}

ul#Primary li#navOne ul li a:active,
ul#Primary li#navOne ul li a:link,
ul#Primary li#navOne ul li a:visited,
ul#Primary li#navOne ul li a:focus,
ul#Primary li#navOne ul li a:hover,
ul#Primary li#navTwo ul li a:active,
ul#Primary li#navTwo ul li a:link,
ul#Primary li#navTwo ul li a:visited,
ul#Primary li#navTwo ul li a:focus,
ul#Primary li#navTwo ul li a:hover,
ul#Primary li#navThree ul li a:active,
ul#Primary li#navThree ul li a:link,
ul#Primary li#navThree ul li a:visited,
ul#Primary li#navThree ul li a:focus,
ul#Primary li#navThree ul li a:hover,
ul#Primary li#navFour ul li a:active,
ul#Primary li#navFour ul li a:link,
ul#Primary li#navFour ul li a:visited,
ul#Primary li#navFour ul li a:focus,
ul#Primary li#navFour ul li a:hover,
ul#Primary li#navFive ul li a:active,
ul#Primary li#navFive ul li a:link,
ul#Primary li#navFive ul li a:visited,
ul#Primary li#navFive ul li a:focus,
ul#Primary li#navFive ul li a:hover,
ul#Primary li#navSix ul li a:active,
ul#Primary li#navSix ul li a:link,
ul#Primary li#navSix ul li a:visited,
ul#Primary li#navSix ul li a:focus,
ul#Primary li#navSix ul li a:hover
{
padding: 10px;
}

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#navOne.hover ul,
ul#Primary li#navSix.hover ul 
{ 
/* on mouseover, move the list to it's normal position */
top: 54px;
left: 0;
}

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

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

/* -------------------------------------------------
h2#pageTitle
------------------------------------------------- */

h2#pageTitle
{
width: 776px;
height: 30px;
line-height: 30px;
padding: 42px 111px 14px 111px;
text-align: center;
text-transform: uppercase;
font-size: 182%;
color: #FFF;
}

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

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

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

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

/* ------- 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
{
visibility: visible;
width: 280px;
height: 269px;
padding: 15px 0 0 14px;
}
/* END ALTER - Member Box */

h3#memberBox-title
{
height: 60px;
line-height: 60px;
text-align: center;
text-transform: uppercase;
font-size: 182%;
color: #FFF;
}

div.memberBox-login-info
{
width: 220px;
height: 30px;
padding: 8px 0 12px 0;
margin: 0 auto;
}

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

span.label
{
display: block;
color: #fff;
}

a.memberBox-forgot:active,
a.memberBox-forgot:link,
a.memberBox-forgot:visited,
a.memberBox-forgot:focus,
a.memberBox-forgot:hover
{
display: block;
text-decoration: none;
text-align: center;
color: #ffbfb8;
overflow: hidden;
}

a.memberBox-forgot:focus,
a.memberBox-forgot:hover
{
color: #e59617;
}

input.memberBox-textBox
{
float: left;
display: inline;
width: 123px;
height: 18px;
padding: 6px;
border: none;
font-size: 14px;
color: #4d4d4d;
}

input.memberBox-textBox:focus
{
color: #b90200;
}

div#memberBox-buttons-enter
{
width: 230px;
height: 40px;
padding: 4px 0 7px 26px;
}

button#memberBox-enter
{
display: block;
width: 230px;
height: 40px;
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: 0 -40px;
}

div#memberBox-buttons-register
{
text-align: center;
color: #fff;
}

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;
text-transform: uppercase;
color: #fff;
}

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

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

div.toolBox-container
{
padding: 0 0 51px 0;
}

div.toolBox
{
min-height: 110px;
}

* html div.toolBox
{
height: 110px;
}

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

h3.toolBox-title a.doubleLine-title
{
line-height: 22px;
}

h3.toolBox-titleNoLink,
h3.toolBox-titleNoLink,
h3.toolBox-titleNoLink,
h3.toolBox-titleNoLink,
h3.toolBox-titleNoLink
{
display: block;
width: 206px;
height: 44px;
padding: 18px 35px 30px 40px;
line-height: 44px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-size: 138.5%;
color: #FFF;
overflow: hidden;
}

h3.toolBox-titleNoLink
{
line-height: 22px;
}


div.toolBox-content
{
width: 220px;
}

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

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: 220px;
line-height: 17px;
margin: 0 0 13px 0;
text-decoration: none;
text-align: center;
font-size: 13px;
color: #fff;
overflow: hidden;
}

div.toolBox-link a:visited
{
color: #ffbfb8;
}

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

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

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

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

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

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

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

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

h3#toolBoxThree-title a
{
padding: 8px 35px 40px 53px;
}

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

/* ----- div#toolBoxFive ----- */

div#toolBoxFive
{
width: 280px;
height: 153px;
margin: 0 0 0 14px;
}

h3#toolBoxFive-title
{
height: 24px;
line-height: 24px;
padding: 18px 0 10px 0;
text-align: center;
text-transform: uppercase;
font-size: 138.5%;
color: #FFF;
overflow: hidden;
}

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

div#toolBoxFive-content a:active,
div#toolBoxFive-content a:link,
div#toolBoxFive-content a:visited,
div#toolBoxFive-content a:focus,
div#toolBoxFive-content a:hover
{
float: left;
display: block;
width: 60px;
height: 75px;
padding: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

div#toolBoxFive-content a#facebook
{
margin: 0 60px 0 0;
}

div#toolBoxFive-content a#facebook:focus,
div#toolBoxFive-content a#facebook:hover
{
background-position: -60px 0;
}

div#toolBoxFive-content a#twitter:focus,
div#toolBoxFive-content a#twitter:hover
{
background-position: -180px 0;
}

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

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

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

/* -------------------------------------------------
div#internal-wrapper
------------------------------------------------- */

div#internal-container
{
padding: 0 0 51px 0;
}

div#pageContent
{
width: 620px;
min-height: 340px;
padding: 40px 44px 0 40px;
}

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

/* -------------------------------------------------
div#home
------------------------------------------------- */

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

div#home-colOne
{
float: left;
display: inline;
width: 410px;
}

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

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

div#toolBoxOne-container
{
padding: 0 0 267px 0;
}

div#toolBoxOne-content
{
width: 330px;
min-height: 340px;
padding: 40px 40px 0 40px;
}

* html div#toolBoxOne-content
{
height: 340px;
}

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

div#home-colTwo
{
float: left;
display: inline;
width: 294px;
}

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

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

div#toolBoxTwo
{
width: 280px;
height: 269px;
padding: 15px 14px 0 0;
}

h3#toolBoxTwo-title a
{
display: block;
height: 60px;
line-height: 60px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-size: 182%;
color: #FFF;
overflow: hidden;
}

div#toolBoxTwo-content
{
width: 188px;
height: 125px;
padding: 10px 0 15px 46px;
}

h4#toolBoxTwo-subTitle
{
text-align: center;
}

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
{
line-height: 17px;
text-decoration: none;
text-transform: uppercase;
color: #fff;
}

h4#toolBoxTwo-subTitle a:focus,
h4#toolBoxTwo-subTitle a:hover
{
color: #e59617;
}

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

h3#toolBoxFour-title a
{
padding: 8px 53px 40px 35px;
}

div#toolBoxFour-content
{
padding: 0 44px 0 30px;
}

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

div#companyBox
{
width: 160px;
height: 106px;
padding: 24px 60px 23px 60px;
}

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

div#footer
{
width: 970px;
height: 101px;
padding: 47px 14px 18px 14px;
text-align: center;
font-weight: bold;
color: #fff;
}

/* -------------------------
div#footerInfo
------------------------- */

div#footerInfo
{
height: 29px;
padding: 0 0 25px 0;
}

/* ----- a#returnHome ----- */

a#returnHome:active,
a#returnHome:link,
a#returnHome:visited,
a#returnHome:focus,
a#returnHome:hover
{
float: left;
display: block;
width: 145px;
height: 20px;
padding: 0;
margin: 9px 0 0 0;
text-decoration: none;
color: #fff;
overflow: hidden;
}

a#returnHome:focus,
a#returnHome:hover
{
color: #e59617;
}

/* ----- div#footerInfo p ----- */

div#footerInfo p
{
float: left;
display: inline;
width: 640px;
line-height: 17px;
padding: 0 32px 0 20px;
}

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

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

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

/* -------------------------
a#backToTop
------------------------- */

a#backToTop:active,
a#backToTop:link,
a#backToTop:visited,
a#backToTop:focus,
a#backToTop:hover
{
line-height: 17px;
text-decoration: none;
color: #fff;
}

a#backToTop:focus,
a#backToTop:hover
{
color: #e59617;
}

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

div#footerIcons
{
padding: 7px 0 15px 0;
line-height: 17px;
text-align: center;
}

div#footerIcons a:active,
div#footerIcons a:link,
div#footerIcons a:visited,
div#footerIcons a:focus,
div#footerIcons a:hover
{
padding: 0;
text-decoration: none;
color: #fff;
background: none;
}

div#footerIcons a:focus,
div#footerIcons a:hover
{
color: #e59617;
}
