/* --------------------------------------------------------------------------------------------
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: 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: #c10000;
}

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

a:visited
{
color: #444;
}

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

.contentEdit h1
{
margin: 0.2em 0;
font-size: 287%;
color: #c10000;
}

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

.contentEdit h3
{
margin: 0.2em 0;
font-size: 212%;
color: #c10000;
}

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

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

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

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

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

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

body
{
background-color: #000;
}

div#wrapper
{
text-align: center;
}

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

/* -------------------------------------------------
div#header
------------------------------------------------- */

div#header
{
height: 344px;
padding: 20px 0;
}

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

div#headerInfo
{
float: left;
display: inline;
width: 454px;
padding: 0 40px 0 4px;
}

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

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

/* --------------------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------------------- */
#MarqueeWrapper 
{
width: 450px;
height: 42px;
padding: 0 2px;
visibility: visible;
}

#Marquee 
{
top: 0;
left: 0;
width: 450px;
height: 42px;
overflow: hidden;
}

#Marquee span 
{
width: 450px;
height: 42px;
line-height: 42px;
color: #FFF;
}
/* END ALTER - Marquee */

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

div#Banner
{
float: left;
display: inline;
width: 484px;
height: 322px;
padding: 11px 0 0 0;
}

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

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

div#middleContainer
{
padding: 0 0 30px;
background-position: -216px -384px;
}

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

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

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

/* ------- div#verticalNav-wrapper --------- */

div#verticalNav-container
{
padding: 0 0 21px 0;
}

ul#verticalNav
{
width: 263px;
min-height: 250px;
background-position: -230px -440px;
}

* html ul#verticalNav
{
height: 250px;
}

ul#verticalNav li
{
border-bottom: 1px solid #ff8f8f;
}

ul#verticalNav li.lastItem
{
border-bottom: none;
}

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: 223px;
line-height: 25px;
padding: 12px 20px;
text-decoration: none;
text-align: center;
font-size: 138.5%;
color: #FFF;
}

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

/* ------- div#memberBox --------- */

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

DESCRIPTION:
Members box ALTER

INSTRUCTIONS:
Make changes to the following:
1. if site has member area, default display to block - othewise, change block to none
-------------------------------------------------------------------------------------------- */
div#memberBox
{
display: block;
height: 244px;
}
/* END ALTER - Member Box */

div#memberBox-title-wrapper
{
width: 243px;
height: 81px;
padding: 16px 10px 0 10px;
text-align: center;
}

h3#memberBox-title
{
line-height: 30px;
font-size: 182%;
color: #FFF;
}

div#memberBox-register-info
{
line-height: 16px;
font-size: 85%;
color: #ffcccc;
}

a#memberBox-register:active,
a#memberBox-register:link,
a#memberBox-register:visited,
a#memberBox-register:focus,
a#memberBox-register:hover
{
color: #c10000;
}

a#memberBox-register:focus,
a#memberBox-register:hover
{
color: #FFF;
}

form#memberBox-form
{
width: 246px;
padding: 0 0 0 17px;
}

div.memberBox-login-info
{
float: left;
display: inline;
width: 102px;
padding: 0 18px 0 3px;
}

label.memLabel 
{
display: block;
height: 25px;
line-height: 25px;
text-transform: lowercase;
color: #FFF;
}

input.memberBox-textBox
{
width: 92px;
height: 16px;
padding: 4px 5px;
border: none;
font-size: 12px;
color: #fff;
}

a.memberBox-forgot:active,
a.memberBox-forgot:link,
a.memberBox-forgot:visited,
a.memberBox-forgot:focus,
a.memberBox-forgot:hover
{
display: block;
line-height: 23px;
text-align: center;
text-transform: uppercase;
font-size: 85%;
color: #c10000;
}

a.memberBox-forgot:focus,
a.memberBox-forgot:hover
{
color: #FFF;
}

div#memberBox-buttons-enter
{
padding: 10px 0 0 0;
}

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

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

div#companyBox
{
width: 160px;
height: 106px;
padding: 42px 51px 41px 52px;
}

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

div#middle-colTwo
{
float: left;
display: inline;
width: 637px;
padding: 0 44px 0 40px;
}

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

h2#pageTitle
{
height: 33px;
line-height: 33px;
padding: 15px 0 50px 0;
font-size: 182%;
color: #FFF;
}

div#pageContent
{
min-height: 338px;
}

* html div#pageContent
{
height: 338px;
}

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

div#footer
{
width: 959px;
height: 44px;
padding: 25px 0 54px 39px;
}

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

div#footerIcons
{
float: left;
display: inline;
width: 220px;
height: 31px;
}

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: 31px;
padding: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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

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 -31px;
}

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 -31px;
}

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 -31px;
}

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 -31px;
}

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

div#footer p
{
float: left;
display: inline;
width: 548px;
line-height: 17px;
padding: 8px 20px 0 38px;
color: #FFF;
}

/* ----- 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;
margin: 9px 0 0 0;
text-decoration: none; /* Netscape 8.1 */
text-indent: -9999px;
overflow: hidden;
}

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