/* --------------------------------------------------------------------------------------------
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: #636363;
font-family:  Arial, Tahoma, 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: #f40000;
}

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

a:visited
{
color: #c50000;
}

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

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

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

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

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

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

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

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

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

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

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

div#wrapper
{
text-align: center;
}

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

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

div#header
{
height: 50px;
padding: 0 0 0 4px;
}

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

div#homeIcon
{
float: left;
display: inline;
width: 126px;
height: 50px;
}

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

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

/* --------------------------------------------------------------------------------------------
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 
{
float: left;
display: inline;
width: 824px;
height: 40px;
padding: 10px 0 0 20px;
visibility: visible;
}

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

#Marquee span 
{
width: 824px;
height: 40px;
line-height: 40px;
font-weight: bold;
font-size: 108%;
color: #c50000;
}
/* END ALTER - Marquee */

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

div#middleContainer
{
background-position: -163px -50px;
}

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

div#middle-colOne
{
float: left;
display: inline;
width: 764px;
}

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

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

h1#clientLogo
{
float: left;
display: inline;
width: 433px;
height: 268px;
}

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

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

div#Banner
{
float: left;
display: inline;
width: 280px;
height: 180px;
padding: 30px 0 0 11px;
}

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

/* ------- div#mainContent --------- */

div#mainContent
{
width: 700px;
padding: 0 30px 0 34px;
}

h2#pageTitle
{
line-height: 40px;
font-weight: normal;
font-size: 272%;
color: #000;
}

div#pageContent
{
display: block;
width: 700px;
padding: 10px 0 20px 0;
background-color: #EAEAEA;
}

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

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

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

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

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

ul#verticalNav
{
width: 180px;
min-height: 164px;
padding: 104px 13px 0 10px;
}

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

ul#verticalNav li
{
padding: 0 0 2px 0;
}

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: 140px;
line-height: 20px;
padding: 9px 20px;
text-decoration: none;
text-align: center;
font-weight: bold;
font-size: 123.1%;
color: #FFF;
}

/* ------- 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-wrapper
{
display: block;
}
/* END ALTER - Member Box */

div#memberBox-container
{
padding: 0 0 29px 0;
}

h3#memberBox-title
{
display: block;
width: 165px;
height: 22px;
padding: 47px 19px 28px 19px;
line-height: 22px;
text-align: center;
font-weight: bold;
font-size: 138.5%;
color: #555555;
}

form#memberBox-form
{
padding: 0 0 29px 39px;
}

div.memberBox-login-info
{
padding: 0 0 13px 1px;
}

label.memLabel 
{
display: block;
height: 18px;
line-height: 18px;
text-transform: lowercase;
font-size: 108%;
color: #FFF;
}

input.memberBox-textBox
{
width: 100px;
height: 20px;
padding: 0 10px;
border: none;
font-size: 14px;
color: #FFF;
background: #bf0a0a;
}

input.memberBox-textBox:focus
{
color: #FFF;
background: #e00c0c;
}

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

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

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

div#memberBox-info
{
width: 165px;
padding: 0 0 0 19px;
line-height: 17px;
text-align: center;
color: #595959;
}

div#memberBox-info a
{
text-decoration: none;
color: #595959;
}

div#memberBox-info a:focus,
div#memberBox-info a:hover
{
color: #e00c0c;
}

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

div#companyBox
{
width: 160px;
height: 106px;
padding: 40px 23px 17px 20px;
}

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

div#footer
{
height: 42px;
padding: 43px 0 28px 0;
}

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

div#footer p
{
float: left;
display: inline;
width: 376px;
line-height: 17px;
padding: 8px 214px 0 34px;
text-transform: uppercase;
color: #000;
}

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

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

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

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

div#footerIcons a
{
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:focus,
a#internetExplorer:hover
{
background-position: -44px -31px;
}

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

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

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