/* --------------------------------------------------------------------------------------------
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: #A0D0E8;
font-family: Verdana, 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: #FFF ;
}

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

a:visited
{
color: #89A4B2;
}

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

.contentEdit h1
{
padding: 0.5em;
border: 1px solid #FFF;
margin: 0.2em 0;
font-size: 227%;
color: #FFF;
background-color: #56AEDD;
}

.contentEdit h2
{
padding: 0.5em;
border: 1px solid #56AEDD;
margin: 0.2em 0;
font-size: 227%;
color: #FFF;
background-color: #051C2A;
}

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

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

.contentEdit h5
{
padding: 0.6em 0 0.6em 2.75em;
margin: 0.2em 0;
font-size: 182%;
color: #FFF;
}

.contentEdit h6
{
padding: 0.6em 0 0.6em 2.75em;
margin: 0.2em 0;
font-size: 182%;
color: #FFF;
}

h1, h2, h3, h4, h5, h6
{
font-weight: normal;
}

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

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

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

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

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

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

body
{
background: #074F7D;
}

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

div#topWrapperOne
{
text-align: center;
background-color: #006CA6;
}

div#topContainerOne
{
width: 998px;
margin: 0 auto;
text-align: left;
background-position: -201px top;
}

div#topContainerTwo
{
background-position: -201px top;
}

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

div#headerInfo
{
height: 82px;
padding: 0 0 0 4px;
}

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

div#homeIcon
{
float: left;
display: inline;
width: 165px;
height: 40px;
}

div#homeIcon a:active,
div#homeIcon a:link,
div#homeIcon a:visited,
div#homeIcon a:focus,
div#homeIcon a:hover,
div#extraIcon a:active,
div#extraIcon a:link,
div#extraIcon a:visited,
div#extraIcon a:focus,
div#extraIcon a:hover
{
display: block;
width: 165px;
height: 40px;
line-height: 40px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-family: Arial Black, Arial;
font-size: 108%;
color: #C6E5F6;
overflow: hidden;
}

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

/* --------------------------------------------------------------------------------------------
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
3. PSD changes - if, by deactivating the marquee, image changes result, 
rename the wrapper bkgd above.
-------------------------------------------------------------------------------------------- */

#MarqueeWrapper 
{
float: left;
display: inline;
width: 654px;
height: 40px;
padding: 0 3px;
visibility: visible;
}

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

#Marquee span 
{
width: 654px;
height: 40px;
line-height: 40px;
font-family: Lucida Grande, Lucida;
font-size: 108%;
color: #B9D7E6;
}
/* END ALTER - Marquee */

/* --------- div#extraIcon --------- */

div#extraIcon
{
float: left;
display: inline;
width: 165px;
height: 40px;
}

div#extraIcon a:active,
div#extraIcon a:link,
div#extraIcon a:visited,
div#extraIcon a:focus,
div#extraIcon a:hover
{
font-size: 123.1%;
color: #FFF;
background-position: -165px 0;
}

div#extraIcon a:focus,
div#extraIcon a:hover
{
background-position: -165px -40px;
}

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

div#horizontalNav
{
width: 990px;
height: 40px;
padding: 0 0 0 4px;
}

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;
text-align: center;
}

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;
line-height: 40px;
padding: 0 5px;
text-decoration: none;
text-transform: uppercase;
font-family: Arial;
font-weight: bold;
font-size: 108%;
color: #FFF;
}

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

ul#Primary li#navOne a:focus,
ul#Primary li#navOne a:hover
{
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 li ul --------- */

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

ul#Primary li ul li
{
width: 163px;
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: 143px;
height: auto;
padding: 10px;
line-height: 18px;
border-bottom: 1px solid #103851;
text-decoration: none;
text-align: center;
font-weight: normal;
font-size: 108%;
color: #FFF;
background-color: #0A0809;
}

ul#Primary li ul li.ddLast a:active,
ul#Primary li ul li.ddLast a:link,
ul#Primary li ul li.ddLast a:visited,
ul#Primary li ul li.ddLast a:focus,
ul#Primary li ul li.ddLast a:hover
{
border-bottom: none;
}

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

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

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

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

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

/* ----- div#clientLogo/div#uniforms ----- */

div#clientLogo,
div#uniforms
{
width: 350px;
height: 181px;
padding: 0 0 0 4px;
}

div#clientLogo img,
div#uniforms img,
div#clientLogo object,
div#uniforms object
{
display: block;
}

div#internal-graphics div#clientLogo,
div#uniforms
{
float: left;
}

/* --------- div#internalBanner --------- */

div#internalBanner
{
float: left;
width: 610px;
height: 121px;
padding: 30px 0 0 0;
}

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

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

div#internal-toolBoxOne
{
width: 930px;
padding: 28px 34px 0 34px;
}

h2#internal-toolBoxOne-title
{
padding: 0 0 10px 0;
line-height: 40px;
text-transform: uppercase;
font-size: 272%;
color: #FFF;
}

div#internal-toolBoxOne-content
{
min-height: 208px;
}

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

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

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

div#home-middle-colOne
{
float: left;
display: inline;
width: 354px;
background-position: -201px -122px;
}

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

/* ----- div#clientLogo ----- */

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

div#home-toolBoxOne
{
width: 290px;
padding: 28px 30px 0 30px;
margin: 0 0 0 4px;
background: #074F7D;
}

h2#home-toolBoxOne-title
{
padding: 0 0 10px 0;
line-height: 40px;
font-size: 272%;
color: #FFF;
}

div#home-toolBoxOne-content
{
min-height: 208px;
}

* html div#home-toolBoxOne-content
{
height: 208px;
}

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

div#home-middle-colTwo
{
float: left;
display: inline;
width: 644px;
background-position: -555px -122px;
}

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

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

div#homeBanner
{
width: 610px;
height: 407px;
padding: 30px 0 0 0;
}

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

/* --------- div#homeExtra --------- */

div#homeExtra
{
width: 550px;
padding: 10px 30px 0 30px;
}

/* -------------------------------------------------
div#bottomWrapperOne
------------------------------------------------- */

div#bottomWrapperOne
{
text-align: center;
}

div#bottomContainer
{
width: 998px;
padding: 31px 0 0 0;
margin: 0 auto;
text-align: left;
background-position: -201px top;
}

/* -------------------------------------------------
div#homeComponentBoxes
------------------------------------------------- */

div#homeComponentBoxes
{
width: 994px;
height: 160px;
padding: 0 0 0 4px;
}

h3.toolBox a:active,
h3.toolBox a:link,
h3.toolBox a:visited,
h3.toolBox a:focus,
h3.toolBox a:hover
{
float: left;
display: block;
width: 335px;
line-height: 160px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

h3#toolBoxThree a:active,
h3#toolBoxThree a:link,
h3#toolBoxThree a:visited,
h3#toolBoxThree a:focus,
h3#toolBoxThree a:hover
{
width: 320px;
}

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

h3#toolBoxThree a:focus,
h3#toolBoxThree a:hover
{
background-position: -335px -160px;
}

h3#toolBoxFour a:focus,
h3#toolBoxFour a:hover
{
background-position: -655px -160px;
}

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

div#footer
{
width: 820px;
height: 136px;
padding: 34px 0 82px 178px;
}

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

div#footerInfo
{
float: left;
width: 642px;
}

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

div#footer p
{
height: 36px;
line-height: 18px;
padding: 0 0 40px 0;
text-align: center;
font-family: Lucida Grande, Lucida;
font-size: 108%;
color: #FFF;
}

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

div#companyLogo
{
float: left;
display: inline;
width: 110px;
height: 40px;
padding: 0 18px 0 24px;
}

div#companyLogo a
{
display: block;
width: 110px;
height: 40px;
text-decoration: none;
text-indent: -9999px;
}

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

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

div#footerIcons
{
float: left;
display: inline;
width: 490px;
height: 40px;
}

div#footerIcons a
{
float: left;
display: inline;
width: 98px;
height: 40px;
padding: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

a#firefox:focus,
a#firefox:hover
{
background-position: 0 -40px;
}

a#internetExplorer
{
background-position: -98px 0;
}

a#internetExplorer:focus,
a#internetExplorer:hover
{
background-position: -98px -40px;
}

a#safari
{
background-position: -196px 0;
}

a#safari:focus,
a#safari:hover
{
background-position: -196px -40px;
}

a#delicious
{
background-position: -294px 0;
}

a#delicious:focus,
a#delicious:hover
{
background-position: -294px -40px;
}

a#favorites
{
background-position: -392px 0;
}

a#favorites:focus,
a#favorites:hover
{
background-position: -392px -40px;
}

/* -------------------------
div#footerRight
------------------------- */

div#footerRight
{
float: left;
display: inline;
width: 174px;
padding: 16px 0 0 0;
}

div#companyBox
{
width: 160px;
height: 106px;
padding: 7px;
}