/* --------------------------------------------------------------------------------------------
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: #808080;
font-family: Arial, Helvetica, Tahoma Sans-serif;
}

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

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

a:visited
{
color: #05395f;
}

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

.contentEdit h1
{
padding: 1.0em 0.25em 1.0em 0.25em;
border: none;
margin: 0.2em 0;
text-align: center;
font-family: "Arial Black";
font-size: 228%;
font-weight: normal;
color: #fff;
text-shadow: 1px 1px 5px #A1C7ED, -2px -1px 0 #000000;
background-color: #05385d;
}

.contentEdit h2
{
padding: 1.0em 0.25em 1.0em 0.25em;
border: none;
margin: 0.2em 0;
text-align: center;
font-family: "Arial Black";
font-size: 228%;
font-weight: normal;
color: #666666;
text-shadow: 1px 1px 5px #fff, 1px 1px 2px #fff;
background-color: #c1c1c1;
}

.contentEdit h3
{
padding: 0.75em 0.75em 0.5em 0.5em;
margin: 0.2em 0;
border: 3px solid #053456;
font-family: "Arial Black";
font-size: 182%;
font-weight: normal;
color: #fff;
text-shadow:  1px 1px 3px #053456, -2px -1px 0 #053456;
background-color: #085389;
border-radius: 10px;
-moz-border-radius: 10px;
}

.contentEdit h4
{
padding: 0.75em 0.5em 0.75em 0.5em;
margin: 0.2em 0;
border: 3px solid #c1c1c1;
font-family: "Arial Black";
font-size: 182%;
font-weight: normal;
color: #FFF;
text-shadow: 1px 1px 5px #fff, 1px 1px 2px #fff;
background-color: #f3f3f3;
border-radius: 10px;
-moz-border-radius: 10px;
}

.contentEdit h5
{
padding: 0.75em 0 0.75em 3em;
margin: 0.3em 0;
font-family: "Arial Black";
font-size: 182%;
font-weight: normal;
color: #085389;
text-shadow: 1px 1px 5px #a1c7ed, 1px 1px 2px #a1c7ed;
}

.contentEdit h6
{
padding: 0.75em 0 0.75em 3em;
margin: 0.3em 0;
font-family: "Arial Black";
font-size: 182%;
font-weight: normal;
color: #000;
text-shadow: 1px 1px 5px #a1c7ed, 1px 1px 2px #a1c7ed;
}

.contentEdit img
{
border-color: #05385d;
}

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

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
{
background-color: #e6f3fc;
}

div#wrapper
{
min-height: 1000px;
margin: 0 auto;             
}

div#memberLogin-box
{
width: 990px;
height: 30px;
margin: 0 auto;	
}

a#memberLogin
{
display: block;
float: right;
width: 198px;
height: 30px;
font-size: 107%;
line-height: 30px;
text-decoration: none;
text-indent: 55px;
text-shadow: 1px 1px 1px #000;
text-transform: uppercase;
color: #fff;
}

a#memberLogin:focus,
a#memberLogin:hover
{
color: #FFE152;
background-position: -198px 0;
}

/* -------------------------------------------------
div#header
------------------------------------------------- */
div#header-wrapper
{
width: 990px;
height: 404px;
padding: 0 0;
margin: 0 auto;
}

a#homeIcon
{
display: block;
float: left;
width: 68px;
height: 20px;
padding: 15px 40px 5px 47px;
font-family: "Arial Black";
font-size: 123%;
font-weight: bold;
line-height: 20px;
text-decoration: none;
color: #06395f;
}

a#homeIcon:focus,
a#homeIcon:hover
{
color: #085389;
}

/* --------------------------------------------------------------------------------------------
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 
{
display: block;
float: left;
width: 820px;
height: 24px;
padding: 15px 15px 1px 0;
}

#Marquee 
{
width: 820px;
height: 24px;
overflow: hidden;
}

#Marquee span 
{
width: 820px;
height: 24px;
line-height: 17px;
font-size: 138.5%;
color: #063b61;
}
/* END ALTER - Marquee */

/* -------------------------------------------------
div#BannerOne
------------------------------------------------- */
div#banner-wrapper
{
display: block;
float: left;
width: 990px;
height: 294px;
}

div#Banner
{
display: block;
width: 990px;
height: 294px;
top: 0;
left: 0;
}

/* -------------------------------------------------
div#horizontalNav
------------------------------------------------- */
div#horizontalNav-wrapper
{
float: left;
width: 990px;
height: 70px;
padding: 0;
margin: 0 auto;
}

ul#Primary 
{
float: left;
width: 990px;
height: 70px;
padding: 0;
}

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

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: 158px;
height: 22px;
padding: 30px 20px 18px 20px;
font-size: 138.5%;
font-family: "Arial Black";
line-height: 22px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
color: #063b61;
text-shadow: -1px -1px 0.1em #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: 17px;
}

ul#Primary li a:focus,
ul#Primary li a:hover
{
color: #085389;
text-shadow: -1px -1px 0.1em #fff;
}

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

ul#Primary li#navThree>a:focus,
ul#Primary li#navThree>a:hover
{
background-position: 0 0;
}

ul#Primary li#navFour>a:focus,
ul#Primary li#navFour>a:hover
{
background-position: 0 0;
}

ul#Primary li#navFive>a:focus,
ul#Primary li#navFive>a:hover
{
background-position: 0 0;
}

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

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

ul#Primary li ul li
{
width: 198px;
padding: 0;
height: auto;
}

ul#Primary li ul li:first-child
{
padding: 10px 0 0 0;
}

ul#Primary li ul li.ddLast
{
padding: 0 0 20px 0;
background-color: 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: 178px;
height: auto;
padding: 15px 10px 10px 10px;
line-height: 17px;
font-size: 100%;
font-style: normal;
font-weight: normal;
text-align: center;
text-decoration: none;
color: #ccf;
text-shadow: 0px 0px 2px #000;
}

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

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

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

div#middle-wrapper
{
width: 990px;
padding: 0;
margin: 0 auto;
}

/* -------------------------
div#pageContent-wrapper
------------------------- */
div#pageContent-wrapper
{
width: 990px;
padding: 0 0 73px 0;
}

div#pageContent-container
{
padding: 20px 0 0 0;
}

h2#pageContent-title
{
display: block;
padding: 12px 0 40px 0;
line-height: 40px;
font-family: "Arial Black";
font-size: 276%;
font-weight: normal;
text-transform: capitalize;
text-shadow: 1px 1px 5px #a1c7ed, 1px 1px 2px #a1c7ed;
color: #05395f;
}

h2#pageContent-title span.h2-pcTitle
{
font-size: 50%;
text-transform: capitalize;
color: #05395f;
}

div#pageContent
{
padding: 0px 30px 27px 32px;
overflow: hidden;
word-wrap: break-word;
}

a.backToTop
{
display: block;
width: 990;
height: 60px;
padding: 0;
margin: 0;
line-height: 50px;
font-size: 138.5%;
text-align: center;
text-decoration: none;
color: #000;
}

a.backToTop:focus,
a.backToTop:hover
{
color: #05395f;
background-position: 0 -60px;
}

/* -------------------------
div#setOne
------------------------- */
div#setOne
{
width: 990px;
padding: 20px 0 0 0;
}

/*    Showcase Feature Styling    */
div.toolBox-wrapper
{
display: block;
float: left;
width: 310px;
padding: 0 0 70px 0;
margin: 0 0 0 30px;
}

div.toolBox-wrapper:first-child
{
margin: 0;
}

h3.toolBox-title
{
display: block;
width: 270px;
padding: 0 20px 25px 20px;
font-size: 276%;
line-height: 34px;
text-align: center;
color: #fff;
text-shadow: 1px 1px 5px #005289;
}

div.toolBox-container
{
width: 310px;
padding: 30px 0 0 0;
}

div.toolBox
{
display: block;
width: 270px;
padding: 0 20px;
text-align: center;
}

div.toolBox .compZone * a:active,
div.toolBox .compZone * a:link
{
padding: 0;
color: #fff;
background: none;
}

div.toolBox .compZone * a:visited
{
color: #fff;
}

div.toolBox .compZone * a:focus,
div.toolBox .compZone * a:hover
{
color: #FFE152;
}

div.linkBox
{
width: 270px;
height: 22px;
}

a.moreLink:active,
a.moreLink:link,
a.moreLink:visited,
a.moreLink:focus,
a.moreLink:hover
{
display: block;
width: 270px;
height: 22px;
font-size: 138.5%;
text-decoration: none;
color: #FFE152;
background-repeat: no-repeat;
background-position: 0 0;
}

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

/*  Hides the icon_title  */
div.toolBox .vB-icontd
{
display: none;
}

/* Photos Component */
div.toolBox-content img
{
width: 240px;
height: 146px;
padding: 32px 15px;
border: none;
}

/* ToolBox Links */
div.toolBox td.vB-itemtd
{
padding: 10px 10px 25px 10px;
border: none;
text-align: center;
color: #ccc;
}

div.toolBox td.vB-itemtd a:active,
div.toolBox td.vB-itemtd a:link,
div.toolBox td.vB-itemtd a:visited,
div.toolBox td.vB-itemtd a:focus,
div.toolBox td.vB-itemtd a:hover
{
line-height: 22px;
font-size: 138.5%;
font-weight: lighter;
text-decoration: none;
color: #fff;
}

div.toolBox td.vB-itemtd a:visited
{
color: #fff;
}

div.toolBox td.vB-itemtd a:focus,
div.toolBox td.vB-itemtd a:hover
{
color: #FFE152;
}

div.toolBox #vB-newsHome td.vB-itemtd,
div.toolBox #vB-sectionHome td.vB-itemtd,
div.toolBox #vB-formsHome td.vB-itemtd
{
}

/* ToolBox RSS */
div.toolBox p.vB-homeRssTitle
{
padding: 10px;
font-size: 138.5%;
text-align: left;
color: #005baa;
}

div.toolBox p.vB-homeRssDate
{
display: block;
height: 15px;
padding: 0 10px;
font-weight: bold;
text-align: left;
color: #463f3e;
}

div.toolBox p.vB-homeRssLink
{
padding: 0 10px 20px 10px;
text-align: left;
}

div.toolBox td.vB-itemtd p.vB-homeRssLink a
{
font-size: 100%;
color: #005baa;
}

div.toolBox td.vB-itemtd p.vB-homeRssLink a:focus,
div.toolBox td.vB-itemtd p.vB-homeRssLink a:hover
{
color: #bf0000;
}

div.vB-homeRssContent,
div.toolBox p.vB-homeRssLink,
div.toolBox p.vB-homeRssDate,
div.toolBox p.vB-homeRssTitle
{
background-color: #fff;
}

div#vB-rssHome td.vB-itemtd
{
display: block;
width: 270px;
border: none;
padding: 15px 0 21px 0;
word-wrap: break-word;
}

/* toolBox Video */
div.toolBox ul#hmCmp-video li:first-child img.hmCmp-vidImg
{
border: none;
width: 206px; /* orig 272 */
height: 126px; /* orig 204 */
padding: 22px 22px 47px 22px;
}

div.toolBox ul#hmCmp-video * a
{
padding: 0;
background: none;
}

div.toolBox ul#hmCmp-video h5.hmCmp-vidTitle,
div.toolBox ul#hmCmp-video p.hmCmp-vidDate
{
padding: 0 0 0 30px;
}

/* toolBox textbody */

div.toolBox .contentEdit h1,
div.toolBox .contentEdit h2,
div.toolBox .contentEdit h3,
div.toolBox .contentEdit h4,
div.toolBox .contentEdit h5,
div.toolBox .contentEdit h6
{
margin: .5em 0;
font-size: 123.1%;
}

div.toolBox .contentEdit h5,
div.toolBox .contentEdit h6
{
padding: 1em 0 0.75em 3.25em;
}

div.toolBox .compZone * img
{
max-width: 270px;
height: auto;
padding: 0;
margin: 0;
background: none;
}

/* -------------------------------------------------
Footer
------------------------------------------------- */
div#footer-wrapper
{
margin: 0 auto;
}

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

div#footer p
{
width: 930px;
height: 120px;
padding: 0 30px;
font-size: 138.5%;
line-height: 110px;
text-align: center;
color: #000;
}

div#footerInfo
{
width: 990px;
height: 160px;
}

div#bookmarkLinks,
div#updateLinks
{
display: block;
float: left;
width: 320px;
height: 53px;
padding: 53px 30px 54px 30px;
font-size: 138.5%;
text-align: center;
color: #000;
}

div#bookmarkLinks h4,
div#updateLinks h4
{
padding: 0 0 9px 0;
font-family: "Arial Black";
color: #05395f;
text-shadow: 1px 1px 3px #fff;
}

div#footerInfo a
{
display: inline;
padding: 0 10px;
text-decoration: none;
overflow: hidden;
background: none;
color: #000;
}

div#footerInfo a:focus,
div#footerInfo a:hover
{
color: #05395f;
}

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

div#companyBox,
div#companyLogoBox
{
display: block;
float: left;
width: 230px;
height: 160px;
}

div#companyBox a
{
padding: 0;
}

div#companyBox img
{
padding: 26px 35px 28px 35px;
}

/* ----- a#companyLogo ----- */
a#companyLogo:active,
a#companyLogo:link,
a#companyLogo:visited,
a#companyLogo:focus,
a#companyLogo:hover
{
display: block;
width: 230px;
height: 160px;
padding: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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