/* --------------------------------------------------------------------------------------------
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: #b9c7c7;
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: #65c7c6;
}

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

a:visited
{
color: #999;
}

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

.contentEdit h1
{
padding: 0.25em 0.5em;
margin: 0.2em 0;
font-size: 227%;
color: #FFF;
background-color: #2c7e7a;
}

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

.contentEdit h3
{
padding: 0.5em;
border: 1px solid #0f2b2a;
margin: 0.2em 0;
font-size: 182%;
color: #65c7c6;
background-color: #000;
}

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

.contentEdit h5
{
padding: 0.5em 0 1em 3em;
margin: 0.2em 0;
font-size: 138.5%;
color: #65c7c6;
}

.contentEdit h6
{
padding: 0.5em 0 1em 3em;
margin: 0.2em 0;
font-size: 138.5%;
color: #fff;
}

.contentEdit img
{
border-color: #42beb9;
}

/* To style images in content. */
.contentEdit img.imageStyle
{
border: 10px solid #DEDFDD;
padding: 20px 10px 10px 10px;
background-color: #2d807c;
}

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

/* -------------------------------------------------
div#topWrapperOne
------------------------------------------------- */

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

div#topWrapperTwo
{
background-position: center top;
}

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

div#topContainerTwo
{
background-position: -315px 0;
}

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

div#homeIcon
{
float: left;
display: inline;
width: 160px;
height: 63px;
}

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

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

/* --------------------------------------------------------------------------------------------
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: 425px;
height: 54px;
padding: 9px 0 0 388px;
visibility: visible;
}

#Marquee 
{
top: 0;
left: 0;
width: 425px;
height: 54px;
overflow: hidden;
}

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

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

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

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

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

div#horizontalNav
{
width: 830px;
height: 64px;
padding: 0 0 0 84px;
}

ul#Primary 
{
width: 830px;
height: 64px;
}

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

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: 40px;
line-height: 40px;
padding: 12px 10px;
text-decoration: none;
text-align: center;
font-weight: bold;
font-size: 108%;
color: #FFF;
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: 20px;
}

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

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

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

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

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

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

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

ul#Primary li ul li
{
width: 156px;
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: 136px;
height: auto;
padding: 10px;
line-height: 20px;
text-decoration: none;
font-weight: normal;
font-size: 108%;
color: #FFF;
background-color: #161616;
}

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
{
color: #FFF;
background-color: #2c7e7a;
}

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

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

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

div#internal
{
min-height: 440px;
padding: 0 0 15px;
}

* html div#internal
{
height: 440px;
}

h2#pageTitle
{
width: 846px;
height: 31px;
padding: 22px 76px 40px 76px;
text-align: center;
line-height: 31px;
font-size: 182%;
color: #FFF;
}

div#pageContent
{
width: 926px;
padding: 0 36px;
overflow: hidden;
}

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

div#home-container
{
padding: 0 0 15px 0;
}

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

div#home-colOne
{
float: left;
display: inline;
width: 194px;
padding: 70px 52px 0 36px;
}

* html div#home-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;
height: 216px;
padding: 0 0 36px 0;
}
/* END ALTER - Member Box */

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

div.memberBox-login-info
{
height: 26px;
padding: 0 0 20px 0;
}

div.memberBox-label 
{
float: left;
display: inline;
width: 78px;
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: #5cfffc;
overflow: hidden;
}

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

input.memberBox-textBox
{
float: left;
display: inline;
width: 92px;
height: 18px;
padding: 2px 10px;
border: 2px solid #5cfffc;
font-size: 14px;
color: #fff;
background-color: #111;
}

input.memberBox-textBox:focus
{
color: #000;
background-color: #fff;
}

div#memberBox-buttons-register
{
float: left;
display: inline;
width: 78px;
height: 26px;
}

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: 26px;
text-decoration: none;
text-transform: uppercase;
color: #5cfffc;
}

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

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

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

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

h3.toolBox-title a
{
display: block;
width: 194px;
height: 56px;
line-height: 56px;
text-decoration: none;
text-align: center;
font-size: 182%;
color: #FFF;
overflow: hidden;
}

h3.toolBox-title a.title-doubleLine
{
height: 46px;
padding: 5px 0;
line-height: 23px;
}

div.toolBox-content
{
padding: 48px 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: #b9c7c7;
}

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: 174px;
line-height: 18px;
padding: 0 0 14px 20px;
text-decoration: none;
font-size: 14px;
color: #65c7c6;
overflow: hidden;
}

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

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

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

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

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

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: #65c7c6;
background-color: #000;
}

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

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

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

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

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

h2#toolBoxOne-title
{
width: 434px;
height: 31px;
padding: 22px 0 40px 0;
text-align: center;
line-height: 31px;
font-size: 182%;
color: #FFF;
}

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

div#home-colThree
{
float: left;
display: inline;
width: 194px;
padding: 70px 36px 0 52px;
}

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

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

div#toolBoxTwo
{
height: 216px;
padding: 0 0 36px 0;
}

h3#toolBoxTwo-title a
{
display: block;
width: 194px;
height: 47px;
text-decoration: none;
text-align: center;
font-size: 182%;
color: #FFF;
overflow: hidden;
}

div#toolBoxTwo-content
{
width: 186px;
height: 115px;
padding: 1px;
border: 3px solid #42beb9;
margin: 0 auto 20px auto;
background-color: #000;
}

h4#toolBoxTwo-subTitle
{
width: 116px;
height: 26px;
margin: 0 auto;
}

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: 116px;
height: 26px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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

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

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

div#bottomContainer
{
width: 886px;
min-height: 151px;
padding: 43px 0 0 112px;
margin: 0 auto;
text-align: left;
background-position: -315px 0;
}

* html div#bottomContainer
{
height: 151px;
}

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

div#footer
{
height: 47px;
padding: 0 0 13px 0;
}

/* ----- 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: 10px 0 0 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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

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

div#footer p
{
float: left;
display: inline;
width: 458px;
height: 36px;
line-height: 18px;
padding: 10px 35px 0 48px;
text-align: center;
font-size: 108%;
color: #FFF;
}

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

div#footerIcons
{
float: left;
display: inline;
width: 185px;
height: 35px;
}

div#footerIcons a:active,
div#footerIcons a:link,
div#footerIcons a:visited,
div#footerIcons a:focus,
div#footerIcons a:hover
{
float: left;
display: inline;
width: 37px;
height: 35px;
padding: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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

a#internetExplorer:active,
a#internetExplorer:link,
a#internetExplorer:visited,
a#internetExplorer:focus,
a#internetExplorer:hover
{
background-position: -37px 0;
}

a#internetExplorer:focus,
a#internetExplorer:hover
{
background-position: -37px -35px;
}

a#safari:active,
a#safari:link,
a#safari:visited,
a#safari:focus,
a#safari:hover
{
background-position: -74px 0;
}

a#safari:focus,
a#safari:hover
{
background-position: -74px -35px;
}

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

a#delicious:focus,
a#delicious:hover
{
background-position: -111px -35px;
}

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

a#favorites:focus,
a#favorites:hover
{
background-position: -148px -35px;
}

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

div#companyBox
{
width: 160px;
height: 106px;
padding: 43px 0 43px 307px;
}
