/* --------------------------------------------------------------------------------------------
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: #FFF;
font-family: Tahoma, Verdana, Arial, 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: #3492CD;
}

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

a:visited
{
color: #3492CD;
}

a:focus,
a:hover
{
color: #004E7F;
}

.contentEdit h1
{
padding: 0.5em;
margin: 0.2em 0;
text-align: center;
font-size: 227%;
color: #000;
background-color: #3492CD;
}

.contentEdit h2
{
padding: 0.5em;
margin: 0.2em 0;
text-align: center;
font-size: 227%;
color: #FFF;
background-color: #004E7F;
}

.contentEdit h3
{
padding: 20px 20px 20px 70px;
margin: 0.2em 0;
font-size: 100%;
color: #398DC1;
background-color: none;
}

.contentEdit h4
{
padding: 20px 20px 20px 70px;
margin: 0.2em 0;
font-size: 100%;
color: #FFF;
background-color: #000;
}

.contentEdit h5
{
padding: 0.5em 0 0.5em 2em;
margin: 0.2em 0;
font-size: 182%;
color: #398DC1;
}

.contentEdit h6
{
padding: 0.5em 0 0.5em 2em;
margin: 0.2em 0;
font-size: 182%;
color: #FFF;
}

.contentEdit img
{
border-color: #3492CD;
}

/* To style images in content. */
.contentEdit img.imageStyle
{
border: none;
padding: 20px;
background-color: #3492CD;
}

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

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

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

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

div#header
{
width: 980px;
height: 40px;
padding: 0 5px;
}

div.headerIcons
{
display: inline;
width: 140px;
height: 40px;
}

div.headerIcons a:active,
div.headerIcons a:link,
div.headerIcons a:visited,
div.headerIcons a:focus,
div.headerIcons a:hover
{
display: block;
width: 120px;
height: 34px;
padding: 3px 10px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
color: #FFF;
overflow: hidden;
}

div.headerIcons a:focus,
div.headerIcons a:hover
{
color: #FFF;
}

/* --------- div#homeIcon --------- */
div#homeIcon
{
float: left;
}

div#homeIcon a:active,
div#homeIcon a:link,
div#homeIcon a:visited,
div#homeIcon a:focus,
div#homeIcon a:hover
{
line-height: 34px;
}

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

/* --------- div#memberLogin --------- */
/* --------------------------------------------------------------------------------------------
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#memberLogin
{
float: right;
display: inline;
}
/* END ALTER - Member Box */

div#memberLogin a:active,
div#memberLogin a:link,
div#memberLogin a:visited,
div#memberLogin a:focus,
div#memberLogin a:hover
{
line-height: 17px;
}

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

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

div#horizontalNav
{
width: 980px;
height: 52px;
padding: 0 5px;
}

ul#Primary 
{
width: 980px;
height: 52px;
}

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

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: 34px;
line-height: 34px;
padding: 9px 10px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
color: #000;
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: #FFF;
}

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

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

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

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

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

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

ul#Primary li#navSeven a:focus,
ul#Primary li#navSeven a:hover
{
background-position: -840px -52px;
}

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

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: 10px;
line-height: 18px;
border-top: 1px solid #007CC9;
text-decoration: none;
color: #828282;
background: none;
}

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,
ul#Primary li#navSeven ul li a:focus,
ul#Primary li#navSeven ul li a:hover
{
color: #FFF;
background-color: #004E7E;
}

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

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

div#clientLogo
{
width: 990px;
height: 299px;
}

div#clientLogo img,
div#clientLogo 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
-------------------------------------------------------------------------------------------- */
#MarqueeWrapper 
{
width: 800px;
height: 30px;
padding: 0 0 0 95px;
visibility: visible;
}

#Marquee 
{
top: 0;
left: 0;
width: 800px;
height: 30px;
overflow: hidden;
}

#Marquee span 
{
width: 800px;
height: 30px;
line-height: 30px;
font-size: 138.5%;
color: #FFF;
}
/* END ALTER - Marquee */

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

div#middle
{
border-bottom: 10px solid #78B0D3;
}

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

div#middle-colOne
{
float: left;
display: inline;
width: 245px;
padding: 0 0 40px 0;
}

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

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

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: 163px;
height: 56px;
padding: 16px 30px 4px 52px;
line-height: 56px;
text-decoration: none;
font-size: 182%;
color: #FFF;
overflow: hidden;
}

/* If the home components are LINKS make sure the last class for the toolBox-content is toolBox-link */
div.toolBox-link
{
width: 235px;
padding: 0 0 0 10px;
color: #FFF;
}

div.toolBox-link span,
div.toolBox-link p
{
padding: 20px 30px 0 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: 165px;
line-height: 17px;
padding: 15px 30px 15px 40px;
border-bottom: 1px solid #243540;
text-decoration: none;
font-weight: bold;
font-size: 13px;
color: #B2DAF2;
overflow: hidden;
}

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
{
width: 175px;
padding: 20px 30px 0 40px;
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: #B2DAF2;
}

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
{
width: 175px;
padding: 20px 30px 0 40px;
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: #B2DAF2;
}

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

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

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;
width: 175px;
height: 17px;
padding: 16px 30px 0 30px;
line-height: 17px;
text-decoration: none;
text-align: right;
color: #B2DAF2;
overflow: hidden;
}

h4.toolBox-subTitle a:focus,
h4.toolBox-subTitle a:hover
{
color: #FFF;
}

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

div#toolBoxOne-wrapper
{
padding: 0 0 50px 0;
}

div#toolBoxOne-container
{
min-height: 200px;
}

* html div#toolBoxOne-container
{
height: 200px;
}

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

div#toolBoxThree
{
width: 245px;
height: 330px;
}

h3#toolBoxThree-title a:active,
h3#toolBoxThree-title a:link,
h3#toolBoxThree-title a:visited,
h3#toolBoxThree-title a:focus,
h3#toolBoxThree-title a:hover
{
width: 100px;
padding: 30px 70px 24px 75px;
line-height: 56px;
text-align: center;
}

div#toolBoxThree-content
{
width: 186px;
height: 115px;
padding: 0  0 0 35px;
}

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
{
padding: 37px 30px 0 40px;
text-align: center;
color: #B2DAF2;
}

h4#toolBoxThree-subTitle a:focus,
h4#toolBoxThree-subTitle a:hover
{
color: #FFF;
}

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

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

div#companyBox
{
width: 160px;
height: 106px;
padding: 49px 37px 52px 48px;
}

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

div#footerIcons
{
padding: 0 0 0 10px;
line-height: 17px;
text-align: center;
font-weight: bold;
color: #B2B2B2;
}

p#browserIcons
{
padding: 0 0 7px 0;
}

div#footerIcons span
{
padding: 0 2px 0 0;
}

div#footerIcons a:active,
div#footerIcons a:link,
div#footerIcons a:visited,
div#footerIcons a:focus,
div#footerIcons a:hover
{
padding: 0 2px 0 0;
color: #B1D9F2;
background: none;
}

div#footerIcons a:focus,
div#footerIcons a:hover
{
text-decoration: none;
color: #FFF;
}

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

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

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

/* ----- div#toolBoxTwoInternal-wrapper ----- */

div#toolBoxTwoInternal-container
{
width: 665px;
min-height: 450px;
padding: 42px 40px 0 40px;
}

* html div#toolBoxTwoInternal-container
{
height: 450px;
}

h2#toolBoxTwoInternal-title
{
padding: 0 0 14px 0;
line-height: 28px;
font-size: 182%;
color: #4F91C1;
}

/* ----- div#toolBoxTwoHome-wrapper ----- */

div#toolBoxTwoHome-content
{
float: left;
display: inline;
width: 419px;
padding: 34px 40px 0 40px;
}

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

div#Banner
{
float: left;
display: inline;
width: 237px;
height: 608px;
}

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

/* ------- 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: 706px;
height: 162px;
padding: 60px 0 0 40px;
}
/* END ALTER - Member Box */

h3#memberBox-title
{
width: 520px;
height: 56px;
padding: 0 0 35px 0;
line-height: 56px;
font-size: 182%;
color: #FFF;
}

div.memberBox-login-info
{
float: left;
display: inline;
width: 205px;
height: 61px;
padding: 0 25px 0 0;
}

div.memberBox-label 
{
height: 31px;
line-height: 31px;
font-size: 108%;
}

span.label
{
float: left;
display: block;
width: 84px;
height: 31px;
line-height: 31px;
text-transform: uppercase;
color: #000;
}

a.memberBox-forgot:active,
a.memberBox-forgot:link,
a.memberBox-forgot:visited,
a.memberBox-forgot:focus,
a.memberBox-forgot:hover
{
float: right;
display: block;
width: 121px;
height: 31px;
line-height: 31px;
text-decoration: none;
text-align: right;
color: #78B0D3;
overflow: hidden;
}

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

input.memberBox-textBox
{
width: 185px;
height: 18px;
padding: 6px 10px;
border: none;
font-size: 14px;
color: #000;
}

input.memberBox-textBox:focus
{
color: #FFF;
background-position: -205px 0;
}

div#memberBox-buttons
{
float: left;
display: inline;
width: 205px;
height: 61px;
}

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
{
display: block;
width: 205px;
height: 31px;
line-height: 31px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
color: #78B0D3;
overflow: hidden;
}

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

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

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

div#colTwo-footer
{
width: 666px;
height: 36px;
}

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

div#colTwo-footer p
{
float: left;
display: inline;
width: 536px;
height: 36px;
line-height: 17px;
font-weight: bold;
color: #B3B3B3;
}

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

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

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

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

div#backToTop
{
padding: 10px 0 0 0;
}

div#backToTop a:active,
div#backToTop a:link,
div#backToTop a:visited,
div#backToTop a:focus,
div#backToTop a:hover
{
display: block;
height: 30px;
line-height: 30px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
color: #71A6C7;
background-color: #000;
}

div#backToTop a:focus,
div#backToTop a:hover
{
color: #FFF;
background-color: #78B0D3;
}
