/* --------------------------------------------------------------------------------------------
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: #404040;
font-family: "Lucida Grande", arial, verdana, 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: #276bd1;
}

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

a:visited
{
color: #3a69b1;
}

a:focus,
a:hover
{
color: #0066ff;
}

.contentEdit h1
{
padding: 0.5em 0.25em 0.5em 0.25em;
border: none;
margin: 0.2em 0;
text-align: center;
font-size: 277%;
font-weight: bold;
color: #fff;
background-color: #1e41a8;
}

.contentEdit h2
{
padding: 0.5em 0.25em 0.5em 0.25em;
border: none;
margin: 0.2em 0;
text-align: center;
font-size: 277%;
font-weight: bold;
color: #fff;
background-color: #000;
}

.contentEdit h3
{
padding: 0.5em 1.0em 0.5em 1.0em;
border: 1px solid #b5b5b5;
margin: 0.2em 0;
font-size: 138.5%;
font-weight: normal;
color: #242424;
background-color: #f6f6f6;
}

.contentEdit h4
{
padding: 0.5em 1.0em 0.5em 1.0em;
border: 1px solid #555;
margin: 0.2em 0;
font-size: 138.5%;
font-weight: normal;
color: #f6f6f6;
background-color: #242424;
}

.contentEdit h5
{
padding: 0.1em 0 0.1em 1.25em;
margin: 0.3em 0;
font-size: 153.9%;
font-weight: bold;
color: #276bd1;
}

.contentEdit h6
{
padding: 0.1em 0 0.1em 1.25em;
margin: 0.3em 0;
font-size: 153.9%;
font-weight: bold;
color: #242424;
}

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

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

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

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

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

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

body
{
background-color: #000;
}

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

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

div#headerInfoOne h1
{
display: inline-block;
float: left;
padding: 9px 0 9px 15px;
font-size: 138.5%;
font-weight: normal;
line-height: 22px;
text-indent: -9999px;
color: #FFF;
}

div#enrollmentButton,
div#proShopButton
{
float: right;
}

div#enrollmentButton a,
div#proShopButton a
{
display: block;
width: 172px;
height: 17px;
padding: 9px 10px 14px 25px;
margin: 0;
text-align: center;
text-decoration: none;
overflow: hidden;
outline: none;
color: #dedede;
background-position: left 0;
}

div#proShopButton a
{
padding: 9px 25px 14px 10px;
background-position: right 0;
}

div#enrollmentButton a:focus,
div#enrollmentButton a:hover
{
color: #fff;
background-position: left -40px;
}


div#proShopButton a:focus,
div#proShopButton a:hover
{
color: #fff;
background-position: right -40px;
}

div#homeButton
{
float: left;
}

div#homeButton a
{
display: block;
width: 60px;
height: 15px;
padding: 10px 15px 25px 30px;
margin: 0;
font-size: 84.6%;
text-align: center;
text-decoration: none;
overflow: hidden;
outline: none;
color: #808080;
}

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

/* -------------------------------------------------
div#Marquee
------------------------------------------------- */
#MarqueeWrapper 
{
display: block;
float: left;
width: 710px;
height: 15px;
padding: 25px 10px 10px 0;
}

#Marquee 
{
width: 710px;
height: 15px;
overflow: hidden;
}

#Marquee span 
{
width: 710px;
height: 15px;
line-height: 15px;
font-size: 84.6%;
font-weight: normal;
color: #aaa;
}
/* END ALTER - Marquee */

#Marquee .vB-textBodyOther
{
padding: 0;
}

div#headerLinks
{
float: right;
width: 150px;
height: 50px;
padding: 0 15px 0 0;
}


div#headerLinks a
{
display: block;
float: left;
width: 50px;
height: 50px;
padding: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
outline: none;
}

a.downloads:focus,
a.photos:focus,
a.contact:focus,
a.downloads:hover,
a.photos:hover,
a.contact:hover
{
background-position: center -50px;
}

/* -------------------------------------------------
div#horizontalNav
------------------------------------------------- */
div#horizontalNav-wrapper
{
width: 960px;
height: 80px;
padding: 0 15px;
margin: 0 auto;
}

ul#Primary 
{
float: left;
width: 960px;
height: 80px;
padding: 0;
}

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

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: 140px;
min-height: 40px;
padding: 20px 10px;
font-size: 100%;
font-weight: normal;
line-height: 12px;
text-decoration: none;
text-align: center;
vertical-align: middle;
color: #fff;
overflow: hidden;
}

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

ul#Primary > li > a:after
{
content: '';
display: inline-block;
height: 40px;
margin-right: -0.25em;
vertical-align: middle;
}

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

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

ul#Primary li ul li
{
width: 160px;
height: auto;
border-top: 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: 140px;
padding: 8px 10px 9px 10px;
line-height: 17px;
font-size: 100%;
font-style: normal;
font-weight: normal;
text-align: center;
text-decoration: none;
color: #000;
}

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

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

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

/* end Navigation */

div#logoBox
{
display: inline-block;
float: left;
width: 404px;
height: 419px;
}

/* -------------------------------------------------
div#Banner
------------------------------------------------- */
div#slideshow-wrapper
{
display: inline-block;
position: relative;
float: left;
width: 536px;
height: 354px;
padding: 35px 50px 30px 0;
}

div#slideshow-wrapper > img
{
position: absolute;
top: 35px;
left: 0;
z-index: 10;
}

div#slideshow-container
{
position: absolute;
top: 35px;
left: 0;
width: 536px;
height: 354px;
padding: 0;
overflow: hidden;
z-index: 0;
}

div#slideshow-container img
{
position: absolute;
top: 0;
min-width: 536px;
max-width: 536px;
min-height: 354px;
}

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

h2#pageTitle
{
display: block;
padding: 30px 45px 0 65px;
line-height: 40px;
font-size: 277%;
font-weight: normal;
text-align: left;
color: #fff;
}

div#contentWrapper
{
padding: 65px 15px 0 0;
}

div#sitesLink
{
float: left;
width: 55px;
}

div#sitesLink a
{
display: inline-block;
width: 35px;
min-height: 100px;
padding: 0;
margin: 0;
text-align: center;
text-decoration: none;
overflow: hidden;
outline: none;
background: none;
color: #9eafd5;
}

div#sitesLink a span#sitesLinkBtm
{
display: inline-block;
width: 35px;
padding: 0 0 25px 0;
}
div#sitesLink a span#sitesLinkGrow
{
display: inline-block;
width: 35px;
}

div#sitesLink a span#sitesLinkTop
{
display: inline-block;
width: 35px;
padding: 45px 0 0 0;
}

div#sitesLink a:focus span#sitesLinkTop,
div#sitesLink a:hover span#sitesLinkTop
{
color: #fff;
background-position: -55px 0;
}

div#colOne
{
display: block;
float: left;
width: 580px;
padding: 0 30px 0 0;
}

div#colTwo
{
float: right;
width: 280px;
padding: 0 30px 0 0;
}

/* -------------------------
div#pageContent
------------------------- */
div#contentArea,
div#contentArea-internal
{
padding: 0;
overflow: hidden;
word-wrap: break-word;
}

div#contentArea-internal
{
padding: 0 15px;
}

/*    Showcase Feature Styling    */
div.toolBox-wrapper
{
display: block;
width: 280px;
padding: 0;
margin-top: 30px;
color: #a7a7a7;
}

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

h3.toolBox-title
{
display: block;
width: 240px;
padding: 30px 20px 10px 20px;
margin: 0;
font-size: 200%;
font-weight: normal;
line-height: 30px;
text-align: center;
color: #fff;
}

div.moreLinkBox
{
}

a.moreLink:active,
a.moreLink:link,
a.moreLink:visited,
a.moreLink:focus,
a.moreLink:hover
{
display: inline-block;
width: 240px;
height: 34px;
padding: 0;
margin: 20px;
font-size: 100%;
font-weight: normal;
line-height: 34px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
outline: none;
overflow: hidden;
color: #9cd8ff !important;
}

a.moreLink:focus,
a.moreLink:hover
{
color: #000 !important;
background-position: center -34px !important;
}

div.toolBox-content
{
padding: 0;
overflow: hidden;
word-wrap: break-word;
}

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

/* Photos Component */
div.toolBox-content * img
{
width: 230px;
height: 140px;
padding: 5px;
margin: 0px 20px;
}

/* ToolBox Links */
div.toolBox td.vB-itemtd
{
padding: 8px 20px 9px 20px;
text-align: center;
}

div.toolBox tr:first-child td.vB-itemtd
{
}

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
{
display: block;
padding: 0;
line-height: 17px;
font-size: 100%;
font-weight: normal;
text-decoration: none;
}

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

/* ToolBox RSS */
#vB-rssHome td.vB-itemtd
{
padding: 8px 20px 9px 20px;
background-position: center top;
}

#vB-rssHome tr:first-child td.vB-itemtd
{
}

div.toolBox p.vB-homeRssTitle
{
padding: 0 0 5px 0;
font-size: 100%;
font-weight: normal;
text-align: left;
}

div.toolBox p.vB-homeRssDate
{
padding: 5px 0 0 0;
font-size: 100%;
font-weight: bold;
line-height: 17px;
text-align: right;
color: #3a69b1;
}

div.toolBox p.vB-homeRssLink
{
padding: 0;
text-align: right;
}

div.toolBox td.vB-itemtd p.vB-homeRssLink a
{
padding: 0;
font-size: 100%;
font-weight: bold;
background-image: none;
}

/* 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: 240px;
height: auto;
padding: 0;
margin: 0;
background: none;
}

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

tr.calendarDate
{
background-position: center top;
}

tr:first-child.calendarDate
{
background-image: none;
}

tr.calendarDate td
{
text-align: center;
color: #3a69b1;
padding: 8px 20px 5px 20px;
}

tr:first-child.calendarDate td
{
}

div.calendarHome tr.vB-homeRow td.vB-itemtd
{
padding: 0 20px 5px 20px;
font-size: 100%;
text-align: center;
background: none;
}

.vB-textBodyOther
{
padding: 0;
}

/* -------------------------------------------------
Footer
------------------------------------------------- */
div#footer
{
width: 990px;
padding: 0 0 24px 0;
margin: 0 auto;
color: #fff;
}

div#footerColOne
{
float: left;
width: 665px;
padding: 85px 0 55px 0;
text-align: center;
}

a.backToTop
{
display: block;
float: left;
width: 15px;
height: 56px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
outline: none;
}

a.backToTop:focus,
a.backToTop:hover
{
background-position: -15px 0;
}

div#footerInfo
{
float: left;
}

p#copyRight
{
display: block;
width: 650px;
padding: 0;
font-size: 123%;
font-weight: normal;
line-height: 20px;
text-align: center;
color: #fff;
}

div#updateLinks span,
div#bookmarkLinks span
{
display: inline-block;
padding: 0 5px 0 0;
font-size: 84.6%;
color: #808080;
}

div#updateLinks a,
div#bookmarkLinks a
{
display: inline-block;
padding: 0;
font-size: 84.6%;
text-decoration: none;
color: #286cd2;
background-image: none;
}

div#updateLinks a:focus,
div#updateLinks a:hover,
div#bookmarkLinks a:focus,
div#bookmarkLinks a:hover
{
color: #fff;
}

div#updateLinks a:before,
div#bookmarkLinks a:before
{
content: "|";
padding-right: 6px;
line-height: 17px;
color: #808080;
}

div#updateLinks span + a:before,
div#bookmarkLinks span + a:before
{
content: "";
}

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

div#companyBox
{
display: block;
float: right;
width: 160px;
height: 106px;
padding: 60px 90px 30px 75px;
}

div#companyBox a
{
padding: 0;
}

div#companyBox img
{
padding: 0;
}

/* ----- a#companyLogo ----- */
div#companyLogoBox
{
display: block;
float: right;
width: 325px;
height: 196px;
padding: 0;
margin: 0;
}

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

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

div#twitterBlock
{
width: 180px;
height: 62px;
padding: 34px 0 0 0;
margin: 0 auto;
clear: both;
}

div#twitterBlock a:link
{
padding: 0;
margin: 0;
background-image: none;
}