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

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

a:visited
{
color: #6f829d;
}

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

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

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

.contentEdit h3
{
padding: 0.5em 0.5em 4em 0.5em;
border: 1px solid #3a3e45;
margin: 0.2em 0;
font-weight: normal;
font-size: 182%;
color: #fff;
background-color: #000;
}

.contentEdit h4
{
padding: 4em 0.5em 0.5em 0.5em;
border-bottom: 2px solid #373a40;
margin: 0.2em 0;
font-weight: normal;
font-size: 182%;
color: #fff;
background-color: #191b1d;
}

.contentEdit h5
{
padding: 0.25em 0 0.35em 2.5em;
margin: 0.2em 0;
font-weight: normal;
font-size: 182%;
color: #fff;
}

.contentEdit h6
{
padding: 0 0 0.1em 2em;
margin: 0.2em 0;
font-weight: normal;
font-size: 138.5%;
color: #fff;
}

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

/* To style images in content. */
.contentEdit img.imageStyle
{
border-bottom: 2px solid #373a40;
padding: 68px 10px 15px 10px;
background-color: #191b1d;
}

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

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

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

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

body
{
background-color: #000;
}

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

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

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

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

div#topContainerTwo
{
background-position: -595px 0;
}

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

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

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

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

div#horizontalNav,
ul#Primary
{
width: 990px;
height: 70px;
font-weight: bold;
font-size: 116%;
font-family: Comic Sans MS, Lucida Grande, Tahoma, Arial, Verdana;
}

ul#Primary li
{
/* first level list items are always visible */
float: left;
display: inline;
position: relative;
width: 165px;
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: 145px;
height: 36px;
line-height: 36px;
text-decoration: none;
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: 18px;
}

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,
ul#Primary li#navSix a:active,
ul#Primary li#navSix a:link,
ul#Primary li#navSix a:visited,
ul#Primary li#navSix a:focus,
ul#Primary li#navSix a:hover
{
padding: 27px 10px 7px 10px;
}

ul#Primary li#navTwo a:active,
ul#Primary li#navTwo a:link,
ul#Primary li#navTwo a:visited,
ul#Primary li#navTwo a:focus,
ul#Primary li#navTwo a:hover,
ul#Primary li#navFive a:active,
ul#Primary li#navFive a:link,
ul#Primary li#navFive a:visited,
ul#Primary li#navFive a:focus,
ul#Primary li#navFive a:hover
{
padding: 17px 10px;
}

ul#Primary li#navThree a:active,
ul#Primary li#navThree a:link,
ul#Primary li#navThree a:visited,
ul#Primary li#navThree a:focus,
ul#Primary li#navThree a:hover,
ul#Primary li#navFour a:active,
ul#Primary li#navFour a:link,
ul#Primary li#navFour a:visited,
ul#Primary li#navFour a:focus,
ul#Primary li#navFour a:hover
{
padding: 7px 10px 27px 10px;
}

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

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

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

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

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

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

/* --------- ul#Primary 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;
padding: 0 0 17px 0;
margin: 0;
list-style: none;
overflow: hidden;
z-index: 2000;
}

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

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;
line-height: 17px;
text-decoration: none;
color: #000;
}

ul#Primary li#navOne ul li a:active,
ul#Primary li#navOne ul li a:link,
ul#Primary li#navOne ul li a:visited,
ul#Primary li#navOne ul li a:focus,
ul#Primary li#navOne ul li a:hover,
ul#Primary li#navTwo ul li a:active,
ul#Primary li#navTwo ul li a:link,
ul#Primary li#navTwo ul li a:visited,
ul#Primary li#navTwo ul li a:focus,
ul#Primary li#navTwo ul li a:hover,
ul#Primary li#navThree ul li a:active,
ul#Primary li#navThree ul li a:link,
ul#Primary li#navThree ul li a:visited,
ul#Primary li#navThree ul li a:focus,
ul#Primary li#navThree ul li a:hover,
ul#Primary li#navFour ul li a:active,
ul#Primary li#navFour ul li a:link,
ul#Primary li#navFour ul li a:visited,
ul#Primary li#navFour ul li a:focus,
ul#Primary li#navFour ul li a:hover,
ul#Primary li#navFive ul li a:active,
ul#Primary li#navFive ul li a:link,
ul#Primary li#navFive ul li a:visited,
ul#Primary li#navFive ul li a:focus,
ul#Primary li#navFive ul li a:hover,
ul#Primary li#navSix ul li a:active,
ul#Primary li#navSix ul li a:link,
ul#Primary li#navSix ul li a:visited,
ul#Primary li#navSix ul li a:focus,
ul#Primary li#navSix ul li a:hover
{
padding: 10px;
}

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

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

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

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

div#headerInfo
{
height: 43px;
padding: 24px 0 17px 0;
}

/* ------- div#homeIcon --------- */
div#homeIcon
{
float: left;
display: inline;
width: 206px;
height: 43px;
}

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

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

/* --------------------------------------------------------------------------------------------
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 
{
float: left;
display: inline;
width: 656px;
height: 43px;
visibility: visible;
}

#Marquee 
{
top: 0;
left: 0;
width: 656px;
height: 43px;
overflow: hidden;
}

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

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

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

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

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

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

/*    Showcase Feature Styling    */
div.toolBox
{
display: block;
width: 250px;
min-height: 263px;
padding: 79px 0 0 0;
margin: 0;
}

div.toolBox:first-child
{
padding-top: 23px;
background-position: 0 -79px;
}

h3.toolBox-title
{
padding: 0 0 0 30px;
}

h3.toolBox-title a
{
display: block;
width: 220px;
height: 40px;
line-height: 40px;
text-decoration: none;
text-align: right;
font-size: 272%;
color: #FFF;
overflow: hidden;
}

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: 178px;
height: 118px;
padding: 23px 21px 93px 51px;
margin: 14px 0 0 0;
border: none;
}

/* ToolBox Links */
div.toolBox td.vB-itemtd
{
padding: 0;
text-align: right;
text-transform: uppercase;
}

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;
width: 213px;
line-height: 17px;
padding: 0 7px 0 0;
margin: 0 0 12px 0;
text-decoration: none;
font-weight: bold;
font-size: 13px;
color: #a1beda;
text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
background-color/*\**/: #000\9;
overflow: hidden;
}

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

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

/* ToolBox RSS */
div.toolBox p.vB-homeRssTitle
{
padding: 0;
font-size: 13px;
font-weight: bold;
text-align: right;
color: #a1beda;
text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
background-color/*\**/: #000\9;
}

div.toolBox p.vB-homeRssDate
{
padding: 10px 0 0 0;
font-size: 13px;
font-weight: bold;
text-align: right;
color: #737f8b;
text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
background-color/*\**/: #000\9;
}

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

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

/* toolBox textbody */
div.toolBox .vB-textBodyOther
{
text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 6px #000, 0 0 6px #000;
background-color/*\**/: #000\9;
}

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 .compZone * img
{
max-width: 220px;
height: auto;
padding: 0;
margin: 0;
background: none;
}

/* toolBox calendar */
tr:first-child.calendarDate
{
background-image: none;
}

tr.calendarDate td
{
padding: 20px 0 0 0;
font-weight: bold;
text-align: right;
color: #fff;
}

tr:first-child.calendarDate td
{
padding-top: 0;
}

div.calendarHome tr.vB-homeRow td.vB-itemtd
{
padding: 0;
font-weight: bold;
text-align: right;
color: #a1beda;
text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
background-color/*\**/: #000\9;
}


div.calendarHome tr.vB-homeRow:last-child td.vB-itemtd
{
padding-bottom: 10px;
}

div.toolBox #vB-newsHome,
div.toolBox #vB-sectionHome,
div.toolBox #vB-formsHome,
div.toolBox #vB-rssHome,
div.toolBox .calendarHome,
div.toolBox .vB-textBodyOther
{
padding-top: 14px;
padding-left: 30px;
}

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

div#middle-colTwo
{
float: left;
display: inline;
width: 710px;
padding-top: 23px;
}

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

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

div#toolBoxTwo
{
width: 590px;
padding: 0 0 0 60px;
}

h2#toolBoxTwo-title
{
width: 354px;
line-height: 52px;
font-size: 362%;
color: #a1beda;
}

div#toolBoxTwo-content
{
min-height: 200px;
padding: 16px 0 0 0;
}

* html div#toolBoxTwo-content
{
height: 200px;
}

/* ------- 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: 620px;
padding: 128px 0 0 60px;
}
/* END ALTER - Member Box */

h3#memberBox-title
{
width: 348px;
height: 40px;
font-size: 272%;
color: #a1beda;
}

div#memberBox form
{
width: 590px;
padding: 20px 0 0 0;
}

div.memberBox-login-info
{
height: 32px;
padding: 0 0 18px 0;
}

span.label
{
display: none;
}

input.memberBox-textBox
{
float: left;
display: inline;
width: 147px;
height: 18px;
padding: 7px 5px 7px 28px;
border: none;
margin: 0 25px 0 0;
font-size: 14px;
color: #a1beda;
background: none;
}

div#memberBox-buttons-enter
{
float: left;
display: inline;
width: 180px;
height: 32px;
}

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

* html button#memberBox-enter
{
background: none;
}

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

div#memberBox-links
{
height: 37px;
line-height: 17px;
text-align: center;
color: #535a66;
}

div#memberBox-links a:active,
div#memberBox-links a:link,
div#memberBox-links a:visited,
div#memberBox-links a:focus,
div#memberBox-links a:hover
{
text-decoration: none;
text-transform: uppercase;
color: #717c8f;
}

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

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

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

div#bottomContainer
{
width: 990px;
padding: 0 0 20px 0;
margin: 0 auto;
text-align: left;
background-position: -595px 0;
}

/* -------------------------
div#bottomLinks
------------------------- */

div#bottomLinks
{
width: 160px;
padding: 15px 0 0 416px;
}

/* ----- a#backToTopOne ----- */

a#backToTopOne:active,
a#backToTopOne:link,
a#backToTopOne:visited,
a#backToTopOne:focus,
a#backToTopOne:hover
{
display: block;
width: 160px;
height: 17px;
line-height: 17px;
margin: 0 auto;
text-align: center;
text-decoration: none;
font-weight: bold;
color: #000;
overflow: hidden;
}

a#backToTopOne:focus,
a#backToTopOne:hover
{
color: #fff;
}

/* ----- div#secondaryBanner,
         div#companyBox ----- */

div#secondaryBanner,
div#companyBox
{
width: 160px;
height: 106px;
padding: 52px 0 83px 0;
}

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


/* ----- a#usasfLogo ----- */

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

a#usasfLogo:focus,
a#usasfLogo:hover
{
background-position: -160px 0;
}

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

div#footer
{
width: 890px;
padding: 0 50px;
}

/* ----- a#backToTopTwo ----- */

a#backToTopTwo:active,
a#backToTopTwo:link,
a#backToTopTwo:visited,
a#backToTopTwo:focus,
a#backToTopTwo:hover
{
display: block;
width: 160px;
height: 17px;
line-height: 17px;
margin: 0 auto;
text-align: center;
text-decoration: none;
font-weight: bold;
color: #adc1e2;
overflow: hidden;
}

a#backToTopTwo:focus,
a#backToTopTwo:hover
{
color: #fff;
}

/* ----- p#footerInfo ----- */

p#footerInfo
{
height: 17px;
line-height: 17px;
padding: 23px 0 17px 0;
text-align: center;
text-transform: uppercase;
font-weight: bold;
color: #adc1e2;
}

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

div#footerIcons p
{
height: 17px;
line-height: 17px;
text-align: center;
font-weight: bold;
color: #adc1e2;
}

div#footerIcons a:active,
div#footerIcons a:link,
div#footerIcons a:visited,
div#footerIcons a:focus,
div#footerIcons a:hover
{
padding: 0;
text-decoration: none;
color: #adc1e2;
background: none;
}

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

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

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

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