/* --------------------------------------------------------------------------------------------
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: #000;
font-family: "Lucida Grande", Verdana, Arial, Tahoma, Helvetica;
}

h1,h2, h3, h4, h5, h6
{
font-weight: normal;
font-family: Georgia, "Times New Roman", Arial, Tahoma, 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: #113fd6;
}

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

a:visited
{
color: #002498;
}

a:focus,
a:hover
{
color: #7e97e6;
}

.contentEdit h1
{
width: 358px;
height: 34px;
padding: 108px 135px 112px 135px;
margin: 0.2em 0;
line-height: 34px;
text-align: center;
font-weight: bold;
font-style: italic;
font-size: 227%;
color: #FFF;
}

.contentEdit h2
{
padding: 145px 0.5em 0 0.5em;
margin: 0.2em 0;
text-align: center;
font-weight: bold;
font-style: italic;
font-size: 227%;
color: #113fd6;
}

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

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

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

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

.contentEdit img
{
border-color: #113fd6;
}

/* To style images in content. */
.contentEdit img.imageStyle
{
border: 3px solid #000;
padding: 17px;
background-color: #002496;
}
/* 
a[href^="http:"]:active,
a[href^="http:"]:link,
a[href^="http:"]:visited,
a[href^="http:"]:focus,
a[href^="http:"]:hover
{
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,
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 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: #fff;
}

/* -------------------------------------------------
new-index structure
------------------------------------------------- */
div#index-horizontalWrapper
{
text-align: center;
}

div#index-topWrapper
{
background-position: center top;
}

div#index-contentWrapper
{
background-position: center top;
}

div#welcomeLink
{
width: 990px;
margin: 0 auto;
text-align: left;
display:inline;
width: 990px;
height: 280px;
}

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

div#index-content
{
width: 990px;
margin: 0 auto;
text-align: left;
width: 910px;
min-height: 253px;
padding: 140px 40px 0 40px;
}

* html div#index-content
{
height: 253px;
}

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

div#footer-container
{
width: 990px;
margin: 0 auto;
}

div#enterSite
{
display:inline;
width: 990px;
height: 280px;
}

div#enterSite a,
div#enterSite a:active,
div#enterSite a:link,
div#enterSite a:visited,
div#enterSite a:focus,
div#enterSite a:hover
{
display: block;
width: 990px;
height: 262px;
padding: 50px 0 0 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;	
}

div#company-Box
{
width: 990px;
margin: 0 auto;
width: 160px;
height: 106px;
padding: 0 415px 202px 415px;
}



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

div#topWrapperOne
{
text-align: center;
}

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

div#topContainerOne
{
width: 990px;
margin: 0 auto;
text-align: left;
}

div#topContainerTwo
{
min-height: 1064px;
background-position: -505px 0;
}

* html div#topContainerTwo
{
height: 1064px;
}

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

/* -------------------------
div#homeIcon
------------------------- */

div#homeIcon
{
float: left;
display: inline;
width: 42px;
height: 55px;
}

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

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

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

div#horizontalNav
{
float: left;
display: inline;
width: 790px;
height: 55px;
}

ul#Primary 
{
width: 790px;
height: 55px;
}

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

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: 138px;
height: 18px;
line-height: 18px;
padding: 20px 10px 17px 10px;
text-decoration: none;
text-align: center;
font-size: 108%;
color: #FFF;
overflow: hidden;
}

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: -42px -55px;
}

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

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

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

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

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

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

ul#Primary li ul li
{
width: 152px;
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: 132px;
height: auto;
padding: 10px;
line-height: 18px;
border-top: 3px solid #000;
text-decoration: none;
font-size: 108%;
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
{
color: #FFF;
}

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

/* -------------------------
div#memberLogin
------------------------- */

div#memberLogin
{
float: left;
display: inline;
width: 158px;
height: 55px;
}

div#memberLogin a:active,
div#memberLogin a:link,
div#memberLogin a:visited,
div#memberLogin a:focus,
div#memberLogin a:hover
{
display: block;
width: 138px;
height: 18px;
line-height: 18px;
padding: 20px 10px 17px 10px;
text-decoration: none;
text-align: center;
font-size: 108%;
color: #FFF;
overflow: hidden;
}

div#memberLogin a:focus,
div#memberLogin a:hover
{
background-position: -832px -55px;
}

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

div#Banner
{
width: 990px;
height: 313px;
}

div#Banner img,
div#Banner 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: 380px;
height: 22px;
padding: 0 0 0 590px;
visibility: visible;
}

#Marquee 
{
top: 0;
left: 0;
width: 380px;
height: 22px;
overflow: hidden;
}

#Marquee span 
{
width: 380px;
height: 22px;
line-height: 22px;
font-size: 108%;
color: #FFF;
}
/* END ALTER - Marquee */

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

h2#pageTitle
{
width: 580px;
height: 46px;
padding: 78px 0 0 115px;
line-height: 46px;
font-style: italic;
font-size: 317%;
color: #FFF;
}

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

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

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

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

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

div#toolBoxOne
{
width: 628px;
min-height: 240px;
padding: 50px 40px 40px 40px;
}

* html div#toolBoxOne
{
height: 240px;
}

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

div#toolBoxThree
{
width: 312px;
height: 175px;
padding: 186px 196px 35px 200px;
}

h3#toolBoxThree-title a
{
display: block;
width: 312px;
height: 40px;
padding: 0 0 9px 0;
text-decoration: none;
text-align: center;
font-weight: normal;
font-size: 272%;
color: #FFF;
overflow: hidden;
}

div#toolBoxThree-content
{
width: 188px;
height: 126px;
margin: 0 auto;
}

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

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

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

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

h3.toolBox-title a
{
display: block;
width: 174px;
height: 40px;
line-height: 40px;
text-decoration: none;
text-align: center;
font-weight: normal;
font-size: 272%;
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
{
color: #000;
}

div.toolBox-link p,
div.toolBox-link span
{
padding: 0 36px 0 30px;
}

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

div.toolBox-link td.vB-itemtd
{
padding: 5px 36px 8px 30px;
}

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;
line-height: 17px;
padding: 0;
text-decoration: none;
font-size: 13px;
color: #000;
overflow: hidden;
}

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

/* Photos Component */
div.toolBox-content * img
{
width: 188px;
height: 126px;
padding: 13px 50px 41px 44px;
border: none;
}

/* If the home components is RSS make sure the last class for the toolBox-content is toolBox-rss */
div.toolBox-rss
{
color: #000;
padding: 0 0 10px 0;
}

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

div.toolBox-rss a[href^="http:"]:focus,
div.toolBox-rss a[href^="http:"]:hover
{
color: #7e97e6;
}
/* 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: #000;
padding: 0 0 10px 0;
}

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

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

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

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

/* toolBox calendar */
div.calendarHome
{
padding: 0;
}

tr.calendarDate
{
background-position: 8px 5px;
}

tr.calendarDate td
{
padding: 5px 30px 8px 30px;
color: #000;
}

div.calendarHome tr.vB-homeRow td.vB-itemtd
{
padding: 5px 30px 8px 30px;
font-size: 100%;
background: none;
}

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

div#toolBoxTwo
{
min-height: 250px;
}

* html div#toolBoxTwo
{
height: 250px;
}

h3#toolBoxTwo-title a
{
padding: 20px 58px 52px 50px;
}

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

div#toolBoxFour
{
min-height: 210px;
}

* html div#toolBoxFour
{
height: 210px;
}

h3#toolBoxFour-title a
{
padding: 77px 58px 49px 50px;
}

/* -------------------------------------------------
div#lightBox
------------------------------------------------- */

div#lightBox
{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 3000px;
z-index:1001;
}
* html div#lightBox
{
width: 150%;
}

/* -------------------------------------------------
div#lightBox-memberBoxWrapper
------------------------------------------------- */

div#lightBox-memberBox-wrapper
{
display: none;
position: absolute;
top: 55px;
right: 50%;
margin-right: -500px; /* 1/2 the width + 1/2 the scrollbar width of 25 + 5 more */
overflow: hidden;
z-index:1002;
}

div#memberBox
{
width: 454px;
height: 126px;
padding: 14px 0 0 20px;
}

h3#memberBox-title
{
display: none;
}

div.memberBox-login-info
{
float: left;
display: inline;
width: 138px;
padding: 0 20px 0 0;
}

label.overlabel 
{
display: block;
height: 16px;
line-height: 16px;
padding: 14px 0 0 0;
font-family: Georgia, Times New Roman, Arial, Tahoma, Helvetica;
font-weight: bold;
font-style: italic;
font-size: 138.5%;
color: #FFF;
}

input.memberBox-textBox
{
width: 122px;
height: 19px;
padding: 7px;
border: 1px solid #000;
color: #000;
background-color: #fff;
}

div#memberBox-buttons
{
float: left;
display: inline;
width: 118px;
}

div#memberBox-close
{
width: 20px;
height: 20px;
padding: 0 0 10px 98px;
}

div#memberBox-close a
{
display: block;
width: 20px;
height: 20px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

div#memberBox-close a:focus,
div#memberBox-close a:hover
{
background-position: 0 -20px;
}

div#memberBox-buttons-enter
{
width: 118px;
height: 35px;
}

button#memberBox-buttons-enter
{
display: block;
width: 118px;
height: 35px;
padding: 0;
border: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
cursor: pointer;
}

button#memberBox-buttons-enter:focus,
button#memberBox-buttons-enter:hover
{
background-position: 0 -35px;
}

div#memberBox-links 
{
width: 434px;
height: 34px;
line-height: 17px;
padding: 7px 0 0 0;
color: #FFF;
}

div#memberBox-links a
{
text-decoration: none;
color: #7e97e6;
}

div#memberBox-links a:focus,
div#memberBox-links a:hover
{
color: #fff;
text-decoration: underline;
}

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

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

div#bottomContainer
{
position: relative;
width: 990px;
height: 431px;
padding: 60px 0 20px 0;
margin: 0 auto;
text-align: left;
background-position: -285px 0;
}

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

div#footerInfo p
{
height: 38px;
line-height: 17px;
padding: 0 36px;
text-align: center;
color: #FFF;
}

div#footerInfo p a:active,
div#footerInfo p a:link,
div#footerInfo p a:visited,
div#footerInfo p a:focus,
div#footerInfo p a:hover
{
padding: 0 2px;
text-decoration: none;
color: #FFF;
background: none;
}

div#footerInfo p a:focus,
div#footerInfo p a:hover
{
color: #7e97e6;
}

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

div#backToTop
{
height: 17px;
line-height: 17px;
text-align: center;
}

div#backToTop a:active,
div#backToTop a:link,
div#backToTop a:visited,
div#backToTop a:focus,
div#backToTop a:hover
{
text-decoration: none;
color: #FFF;
}

div#backToTop a:focus,
div#backToTop a:hover
{
color: #7e97e6;
}

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

div#companyBox
{
width: 160px;
height: 106px;
padding: 6px 19px 18px 7px;
margin: 196px 0 0 408px;
}

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

a#companyLogo:active,
a#companyLogo:link,
a#companyLogo:visited,
a#companyLogo:focus,
a#companyLogo:hover
{
position: absolute;
bottom: 20px;
right: 0;
display: block;
width: 140px;
height: 28px;
padding: 0;
margin: 10px 0 0 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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