/* --------------------------------------------------------------------------------------------
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 asset URL paths in the following external documents should be changed to the appropriate client URL:
   ** NOTE: if no URL path exists in one of the aforementioned external documents, obviously
      no change is necessary
-------------------------------------------------------------------------------------------- */

/* -------------------------------------------------
content styling / GLOBAL
-- NOTE: pre-vA
------------------------------------------------- */

body
{
color: #595959;
font-family: Georgia, Times New Romans, MS Serif, Palatino Linotype, Lucida Grande;
}

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

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

a:visited
{
color: #7ea77d;
}

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

.contentEdit h1
{
padding: 1em 0.5em 0.5em 2.5em;
border-bottom: 1px solid #e5e5e5;
margin: 0.2em 0;
font-style: italic;
font-size: 227%;
color: #171695;
}

.contentEdit h2
{
padding: 0.5em 0 0.5em 0;
border-bottom: 1px solid #e5e5e5;
margin: 0.2em 0;
font-style: italic;
font-size: 227%;
color: #309c2d;
}

.contentEdit h3
{
padding: 0.65em 0.5em;
margin: 0.2em 0;
text-align: center;
font-weight: normal;
font-size: 182%;
color: #fff;
background-color: #171695;
}

.contentEdit h4
{
padding: 0.65em 0.5em;
margin: 0.2em 0;
text-align: center;
font-weight: normal;
font-size: 182%;
color: #fff;
background-color: #359f32;
}

.contentEdit h5
{
padding: 0.65em 1.75em;
margin: 0.2em 0;
text-align: center;
font-weight: normal;
font-size: 182%;
color: #fff;
background-color: #27279c;
}

.contentEdit h6
{
padding: 0.65em 1.75em;
margin: 0.2em 0;
text-align: center;
font-weight: normal;
font-size: 182%;
color: #fff;
background-color: #2b9a28;
}

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

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

a[href^="http:"]:active,
a[href^="http:"]:link,
a[href^="http:"]:visited
{
padding: 2px 17px 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
{
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^="javascript:location.href='mailto:'"]:active,
a[href^="javascript:location.href='mailto:'"]:link,
a[href^="javascript:location.href='mailto:'"]:visited
{
padding: 0 17px 0 0;
}

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

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

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

body
{
background-color: #171695;
}

div#wrapperOne
{
text-align: center;
}

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

/* --------------------------------------------------------------------------------------------
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: 960px;
height: 40px;
padding: 0 32px 0 6px;
visibility: hidden;
}

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

#Marquee span 
{
width: 960px;
height: 40px;
line-height: 40px;
font-family: Lucida Grande, Arial, Tahoma, Verdana, Helvetica;
font-size: 108%;
color: #FFF;
}
/* END ALTER - Marquee */

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

/* -------------------------
h1#clientLogo
------------------------- */

h1#clientLogo
{
float: left;
display: inline;
width: 499px;
height: 200px;
}

h1#clientLogo a
{
display: block;
width: 499px;
height: 200px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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

div#Banner
{
float: left;
display: inline;
width: 499px;
height: 200px;
}

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

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

div#horizontalNav 
{
width: 990px;
height: 40px;
padding:0 4px;
font-family: Lucida Grande, Arial, Tahoma, Verdana, Helvetica;
}

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

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

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: 155px;
height: 40px;
padding: 0 5px;
line-height: 40px;
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
{
color: #289925;
text-transform: uppercase;
}

ul#Primary li a:focus,
ul#Primary li a:hover
{
color: #fff;
}

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

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

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

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

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

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

/* --------- ul#Primary/Secondary 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;
background-color: #349e31;
overflow: hidden;
z-index: 2000;
}

ul#Primary li ul li
{
width: 165px;
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: 145px;
height: auto;
padding: 10px;
line-height: 20px;
text-decoration: none;
color: #fff;
}


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

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

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

h2#internal-pageTitle
{
width: 853px;
min-height: 34px;
padding: 51px 34px 15px 111px;
line-height: 34px;
font-weight: bold;
font-style: italic;
font-size: 227%;
color: #171695;
}

* html h2#internal-pageTitle
{
height: 34px;
}

div#internal-content
{
width: 930px;
min-height: 150px;
padding: 21px 34px 25px 34px;
}

* html div#internal-content
{
height: 150px;
}

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

div#home
{
padding: 0 0 30px 0;
}

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

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

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

/* -------------------------
div#homeBanner
------------------------- */

div#homeBanner
{
width: 584px;
height: 264px;
padding: 2px;
border: 6px solid #181694;
margin: 30px 0 0 34px;
background-color: #fff;
}

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

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

h2#toolBoxTwo-title
{
width: 523px;
min-height: 34px;
padding: 51px 0 15px 111px;
line-height: 34px;
font-style: italic;
font-size: 180%;
color: #171695;
}

* html h2#toolBoxTwo-title
{
height: 34px;
}

div#toolBoxTwo-content
{
width: 600px;
padding: 21px 0 30px 34px;
}

/* -------------------------
div#homeComponentBox
------------------------- */

div#homeComponentBox
{
padding: 33px 0 0 4px;
}

div.toolBox-colOne
{
float: left;
display: inline;
width: 285px;
padding: 0 0 0 30px;
}

h3.toolBox-colOne-title a:active,
h3.toolBox-colOne-title a:link,
h3.toolBox-colOne-title a:visited,
h3.toolBox-colOne-title a:focus,
h3.toolBox-colOne-title a:hover
{
display: block;
width: 205px;
height: 28px;
padding: 15px 40px 9px 40px;
line-height: 28px;
text-decoration: none;
text-align: center;
font-weight: normal;
font-size: 182%;
color: #FFF;
overflow: hidden;
}

div.toolBox-colOne-content
{
width: 283px;
border-right: 1px solid #9dc39b;
border-left: 1px solid #9dc39b;
}

/* If the home components are LINKS make sure the last class for the toolBox-content is toolBox-colOne-link */
div.toolBox-colOne-link p,
div.toolBox-colOne-link span
{
padding: 20px;
color: #575757;
}

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

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

div.toolBox-colOne-link a:active,
div.toolBox-colOne-link a:link,
div.toolBox-colOne-link a:visited,
div.toolBox-colOne-link a:focus,
div.toolBox-colOne-link a:hover
{
display: block;
width: 243px;
line-height: 18px;
padding: 11px 20px 10px 20px;
border-bottom: 1px solid #9dc39b;
text-decoration: none;
text-align: center;
font-size: 14px;
color: #289925;
background-color: #f9f9f9;
overflow: hidden;
}

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

/* If the home components are IMAGES make sure the last class for the toolBox-content is toolBox-colOne-image */
div.toolBox-colOne-image
{
width: 160px;
height: 106px;
padding: 34px 62px 34px 61px;
color: #575757;
background-position: 7px 7px;
background-color: #1f811d;
}
/* end home component images */

/* If the home components are TEXT make sure the last class for the toolBox-content is toolBox-colOne-text */
div.toolBox-colOne-text
{
padding: 20px;
color: #575757;
background-color: #f9f9f9;
}
/* end home component text */

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

div.toolBox-colOne-rss td.vB-icontd
{
display: none;
}

div.toolBox-colOne-rss a[href^="http:"]:active,
div.toolBox-colOne-rss a[href^="http:"]:link,
div.toolBox-colOne-rss a[href^="http:"]:visited,
div.toolBox-colOne-rss a[href^="http:"]:focus,
div.toolBox-colOne-rss a[href^="http:"]:hover
{
color: #289925;
}

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

/* If the home components is VIDEO make sure the last class for the toolBox-content is toolBox-colOne-video */
div.toolBox-colOne-video
{
padding: 20px;
color: #575757;
background-color: #f9f9f9;
}

div.toolBox-colOne-video a:active,
div.toolBox-colOne-video a:link,
div.toolBox-colOne-video a:visited,
div.toolBox-colOne-video a:focus,
div.toolBox-colOne-video a:hover
{
color: #289925;
}

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

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

div.toolBox-colOne-video img.hmCmp-vidImg
{
border-color: #171695;
background-color: #fff;
}

div.toolBox-colOne-video ul#hmCmp-video li:first-child img.hmCmp-vidImg
{
border-color: #171695;
background-color: #fff;
width: 233px; /* orig 272 */
height: 155px; /* orig 204 */
}
/* end home component video */

h4.toolBox-colOne-subTitle a:active,
h4.toolBox-colOne-subTitle a:link,
h4.toolBox-colOne-subTitle a:visited,
h4.toolBox-colOne-subTitle a:focus,
h4.toolBox-colOne-subTitle a:hover
{
display: block;
width: 285px;
height: 18px;
padding: 12px 0 10px 0;
line-height: 18px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-weight: normal;
font-size: 108%;
color: #FFF;
overflow: hidden;
}

h4.toolBox-colOne-subTitle a:focus,
h4.toolBox-colOne-subTitle a:hover
{
background-position: 0 -40px;
}

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

div#home-colTwo
{
float: left;
display: inline;
width: 334px;
padding: 28px 0 0 0;
}

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

/* -------------------------
div#linkBoxes
------------------------- */

div#linkBoxes
{
width: 330px;
padding: 0 0 43px 0;
}

h2#linkBoxes-title
{
width: 270px;
padding: 0 30px 33px 30px;
line-height: 34px;
font-weight: normal;
font-size: 227%;
color: #808080;
}

div#linkBoxes-content
{
width: 270px;
padding: 0 0 0 30px;
}

/* ------- h3.linkBox-title --------- */

h3.linkBox-title a:active,
h3.linkBox-title a:link,
h3.linkBox-title a:visited,
h3.linkBox-title a:focus,
h3.linkBox-title a:hover
{
display: block;
width: 230px;
padding: 17px 20px 14px 20px;
margin: 0 0 10px 0;
line-height: 28px;
text-decoration: none;
text-align: center;
font-weight: normal;
font-size: 175%;
color: #fff;
background-color: #27269c;
}

h3.linkBox-title a:focus,
h3.linkBox-title a:hover
{
background-color: #43a640;
}

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

div.toolBox-colTwo
{
width: 270px;
padding: 0 0 30px 30px;
}

h3.toolBox-colTwo-title a:active,
h3.toolBox-colTwo-title a:link,
h3.toolBox-colTwo-title a:visited,
h3.toolBox-colTwo-title a:focus,
h3.toolBox-colTwo-title a:hover
{
display: block;
width: 190px;
height: 28px;
padding: 15px 40px 9px 40px;
line-height: 28px;
text-decoration: none;
text-align: center;
font-weight: normal;
font-size: 182%;
color: #FFF;
overflow: hidden;
}

div.toolBox-colTwo-content
{
width: 268px;
border-right: 1px solid #9dc39b;
border-left: 1px solid #9dc39b;
}

/* If the home components are LINKS make sure the last class for the toolBox-content is toolBox-colTwo-link */
div.toolBox-colTwo-link p,
div.toolBox-colTwo-link span
{
padding: 20px;
color: #575757;
}

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

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

div.toolBox-colTwo-link a:active,
div.toolBox-colTwo-link a:link,
div.toolBox-colTwo-link a:visited,
div.toolBox-colTwo-link a:focus,
div.toolBox-colTwo-link a:hover
{
display: block;
width: 228px;
line-height: 18px;
padding: 11px 20px 10px 20px;
border-bottom: 1px solid #9dc39b;
text-decoration: none;
text-align: center;
font-size: 14px;
color: #289925;
background-color: #f9f9f9;
overflow: hidden;
}

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

/* If the home components are IMAGES make sure the last class for the toolBox-content is toolBox-colTwo-image */
div.toolBox-colTwo-image
{
width: 160px;
height: 106px;
padding: 27px 54px 26px 54px;
color: #575757;
background-color: #1f811d;
}
/* end home component images */

/* If the home components are TEXT make sure the last class for the toolBox-content is toolBox-colTwo-text */
div.toolBox-colTwo-text
{
padding: 20px;
color: #575757;
background-color: #f9f9f9;
}
/* end home component text */

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

div.toolBox-colTwo-rss td.vB-icontd
{
display: none;
}

div.toolBox-colTwo-rss a[href^="http:"]:active,
div.toolBox-colTwo-rss a[href^="http:"]:link,
div.toolBox-colTwo-rss a[href^="http:"]:visited,
div.toolBox-colTwo-rss a[href^="http:"]:focus,
div.toolBox-colTwo-rss a[href^="http:"]:hover
{
color: #289925;
}

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

/* If the home components is VIDEO make sure the last class for the toolBox-content is toolBox-colTwo-video */
div.toolBox-colTwo-video
{
padding: 20px;
color: #575757;
background-color: #f9f9f9;
}

div.toolBox-colTwo-video a:active,
div.toolBox-colTwo-video a:link,
div.toolBox-colTwo-video a:visited,
div.toolBox-colTwo-video a:focus,
div.toolBox-colTwo-video a:hover
{
color: #289925;
}

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

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

div.toolBox-colTwo-video img.hmCmp-vidImg
{
border-color: #171695;
background-color: #fff;
}

div.toolBox-colTwo-video ul#hmCmp-video li:first-child img.hmCmp-vidImg
{
border-color: #171695;
background-color: #fff;
width: 218px; /* orig 272 */
height: 145px; /* orig 204 */
}
/* end home component video */

h4.toolBox-colTwo-subTitle a:active,
h4.toolBox-colTwo-subTitle a:link,
h4.toolBox-colTwo-subTitle a:visited,
h4.toolBox-colTwo-subTitle a:focus,
h4.toolBox-colTwo-subTitle a:hover
{
display: block;
width: 270px;
height: 18px;
padding: 12px 0 10px 0;
line-height: 18px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-weight: normal;
font-size: 108%;
color: #FFF;
overflow: hidden;
}

h4.toolBox-colTwo-subTitle a:focus,
h4.toolBox-colTwo-subTitle a:hover
{
background-position: 0 -40px;
}

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

div#companyBox
{
width: 160px;
height: 106px;
padding: 27px 55px 26px 55px;
margin: 0 0 0 30px;
}

/* -------------------------------------------------
div#backToTop
------------------------------------------------- */

div#backToTop
{
display: block;
width: 998px;
height: 35px;
}

div#backToTop a
{
display: block;
width: 998px;
height: 18px;
padding: 11px 0 6px 0;
line-height: 18px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-weight: normal;
font-size: 108%;
color: #fff;
overflow: hidden;
}

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

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

div#footer
{
width: 930px;
padding: 13px 34px 20px 34px;
}

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

div#footer p
{
line-height: 18px;
text-align: center;
font-size: 108%;
color: #fff;
}

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

div#footerIcons
{
padding: 12px 0 10px 0;
line-height: 18px;
text-align: center;
font-size: 108%;
color: #FFF;
}

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;
text-decoration: none;
color: #FFF;
background: none;
}

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

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

div#companyLogo
{
width: 157px;
height: 33px;
margin: 0 auto;
}

div#companyLogo a
{
display: block;
width: 157px;
height: 33px;
padding: 0;
text-decoration: none; /* Netscape 8.1 */
text-indent: -9999px;
overflow: hidden;
}

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