/* --------------------------------------------------------------------------------------------
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: #CACACA;
font-family:  Georgia, Times New Roman, Helvetica, Verdana, Tahoma;
}

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

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

a:visited
{
color: #b2b8cc;
}

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

.contentEdit h1
{
margin: 0.2em 0;
font-size: 197%;
color: #1851f6;
}

.contentEdit h2
{
margin: 0.2em 0;
font-size: 197%;
color: #FFF;
}

.contentEdit h3
{
margin: 0.2em 0;
font-size: 167%;
color: #1851f6;
}

.contentEdit h4
{
margin: 0.2em 0;
font-size: 167%;
color: #FFF;
}

.contentEdit h5
{
margin: 0.2em 0;
font-size: 153.9%;
color: #1851f6;
}

.contentEdit h6
{
margin: 0.2em 0;
font-size: 153.9%;
color: #FFF;
}

.contentEdit img
{
border-color: #3A3A3A;
}

/* To style images in content. */
.contentEdit img.imageStyle
{
border-width: 4px;
border-style: solid;
}

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

body
{
padding: 0 0 30px 0;
background-color: #070707;
}

div#wrapper
{
text-align: center;
}

div#container
{
width: 954px;
margin: 0 auto;
text-align: left;
background-position: -423px 0;
}

/* -------------------------------------------------
div#mainGraphics
------------------------------------------------- */

div#mainGraphics
{
height: 170px;
}

/* --------- h1#clientLogo --------- */

h1#clientLogo
{
float: left;
display: inline;
width: 405px;
height: 170px;
}

h1#clientLogo a
{
display: block;
width: 405px;
height: 170px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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

div#Banner
{
float: left;
display: inline;
width: 532px;
height: 170px;
}

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

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

div#headerInfo
{
height: 52px;
padding: 0 0 0 7px;
}

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

div#homeIcon
{
float: left;
display: inline;
width: 135px;
height: 52px;
}

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

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

/* --------------------------------------------------------------------------------------------
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: 665px;
height: 52px;
padding: 0 3px;
visibility: visible;
}

#Marquee 
{
top: 0;
left: 0;
width: 665px;
height: 52px;
overflow: hidden;
}

#Marquee span 
{
width: 665px;
height: 52px;
line-height: 52px;
font-size: 108%;
color: #323232;
}
/* END ALTER - Marquee */

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

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Members box ALTER

INSTRUCTIONS:
Make changes to the following:
1. if site has member area, default display to inline - othewise, change inline to none
2. if site does not have a members area, make sure to also change "clientLogo-footer"
   from display none to block
-------------------------------------------------------------------------------------------- */
div#memberLogin
{
float: left;
display: none;
width: 134px;
height: 52px;
}
/* END ALTER - Member Box */

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

div#memberLogin a:focus,
div#memberLogin a:hover
{
background-position: 0 -52px;
}

/* -------------------------------------------------
div#middleWrapper
------------------------------------------------- */

div#middleContainer
{
min-height: 700px;
padding: 83px 0 0 0;
background-position: -423px -222px;
}

* html div#middleContainer
{
height: 700px;
}

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

div#middle-colOne
{
float: left;
display: inline;
width: 552px;
padding: 0 20px 0 56px;
}

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

h2#pageTitle
{
padding: 0 0 20px 0;
line-height: 32px;
color: #FFF;
font-size: 197%;
}

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

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

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

/* ------- ul#verticalNav --------- */

ul#verticalNav
{
width: 248px;
padding: 10px 20px 36px 20px;
}

ul#verticalNav li
{
display: block;
width: 248px;
padding: 0 0 1px 0;
border-bottom: 1px solid #DDD;
}

ul#verticalNav li a:active,
ul#verticalNav li a:link,
ul#verticalNav li a:visited,
ul#verticalNav li a:focus,
ul#verticalNav li a:hover
{
display: block;
width: 193px;
line-height: 26px;
padding: 10px 0 10px 55px;
text-decoration: none;
font-size: 167%;
color: #0532b6;
}

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

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

div#footer
{
width: 874px;
min-height: 162px;
padding: 67px 40px 0 40px;
}

* html div#footer
{
height: 162px;
}

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

a#companyLogo:active,
a#companyLogo:link,
a#companyLogo:visited,
a#companyLogo:focus,
a#companyLogo:hover
{
float: left;
display: block;
width: 110px;
height: 20px;
padding: 0;
text-decoration: none; /* Netscape 8.1 */
text-indent: -9999px;
overflow: hidden;
}

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

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

div#footerIcons
{
float: right;
display: inline;
width: 220px;
height: 20px;
padding: 0 28px 0 0;
}

div#footerIcons a:active,
div#footerIcons a:link,
div#footerIcons a:visited,
div#footerIcons a:focus,
div#footerIcons a:hover
{
float: left;
display: inline;
width: 44px;
height: 20px;
padding: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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

a#internetExplorer:active,
a#internetExplorer:link,
a#internetExplorer:visited,
a#internetExplorer:focus,
a#internetExplorer:hover
{
background-position: -44px 0;
}

a#internetExplorer:focus,
a#internetExplorer:hover
{
background-position: -44px -20px;
}

a#safari:active,
a#safari:link,
a#safari:visited,
a#safari:focus,
a#safari:hover
{
background-position: -88px 0;
}

a#safari:focus,
a#safari:hover
{
background-position: -88px -20px;
}

a#delicious:active,
a#delicious:link,
a#delicious:visited,
a#delicious:focus,
a#delicious:hover
{
background-position: -132px 0;
}

a#delicious:focus,
a#delicious:hover
{
background-position: -132px -20px;
}

a#favorites:active,
a#favorites:link,
a#favorites:visited,
a#favorites:focus,
a#favorites:hover
{
background-position: -176px 0;
}

a#favorites:focus,
a#favorites:hover
{
background-position: -176px -20px;
}

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

div#footer p
{
line-height: 18px;
padding: 48px 0 38px 0;
text-align: center;
color: #E2E2E2;
}

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

div#companyBox
{
width: 160px;
height: 106px;
border: 5px solid #000;
margin: 0 auto;
}