/* --------------------------------------------------------------------------------------------
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 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, helvetica, sans-serif;
}

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

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

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

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

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

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

/* To style images in content. */
.contentEdit img.imageStyle
{
border-width: 10px;
border-style: solid;
}
/* -------------------------------------------------
main structure
------------------------------------------------- */
body
{
margin: 0px auto;
}

div#wrapper
{
min-width: 998px;
min-height: 783px;
text-align: center;
}

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

/* --------------------------------------------------------------------------------------------
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
-------------------------------------------------------------------------------------------- */
div#MarqueeWrapper 
{
width: 360px;
height: 22px;
padding: 90px 254px 0px 384px;
}

div#Marquee 
{	
width: 360px; 
height: 22px;
left:0;
top:0;
overflow: hidden;
}
#Marquee span 
{
width: 360px;
height: 22px;
line-height: 22px;
font-size: 167%;
font-weight: bold;
font-family: verdana, arial, helvetica, sans-serif;
}

/* -------------------------------------------------
client logo
------------------------------------------------- */

div#clientLogo
{
display:inline;
float: left;
width: 590px;
height: 258px;
}

div#clientLogo a,
div#clientLogo a:active,
div#clientLogo a:link,
div#clientLogo a:visited,
div#clientLogo a:focus,
div#clientLogo a:hover
{
display: block;
float: left;
width: 590px;
height: 258px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;	
}

/* -------------------------------------------------
div#Banner
------------------------------------------------- */
div#bannerWrapper
{
display: inline;
float: left;
position: relative;
width: 408px;
height: 258px;
}

div#mainPic
{
display: block;
width: 408px;
height: 258px;
position: absolute;
left: 0;
top: 0;
z-index: 2;
}

div#Banner
{
display: block;
z-index: 1;
}

/* -------------------------------------------------
Middle
------------------------------------------------- */
div#middle 
{
width: 940px;
padding: 0 29px;
}

/*-- middle-colOne --*/

div#colOne 
{
display: block;
float: left;
width: 298px;
margin-top: 40px;
}

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

div#home 
{
width: 194px;
height: 34px;
padding: 27px 104px 26px 0px;
}

div#home a
{
display: block;
font-size: 227%;
width: 194px;
line-height: 34px;
text-align: center;
text-decoration: none;
text-align: center;
}

/* -------------------------------------------------
vertical navigation
------------------------------------------------- */

div#verticalNav-wrapper 
{
width: 238px;
height: auto;
margin-top:10px;
margin-left: 30px;
}

ul#verticalNav li 
{
width: 238px;
}

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

ul#verticalNav li a,
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;
text-decoration: none;
text-align: center;
font-size: 182%;
padding: 10px 30px 24px 30px;
overflow: hidden;
}

/* -------------------------------------------------
Member Box
------------------------------------------------- */

/* --------------------------------------------------------------------------------------------
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 
{
width: 205px;
height: 34px;
margin-top: 30px;
padding: 29px 15px 24px 78px;
}

* html div#memberBox 
{
height: 34px;
}

div#memberBox a,
div#memberBox a:link,
div#memberBox a:visited,
div#memberBox a:active,
div#memberBox a:focus,
div#memberBox a:hover 
{
display: block;
text-decoration: none;
text-align: center;
font-size: 227%;
overflow: hidden;
}

/* -------------------------------------------------
JAM Box
------------------------------------------------- */

div#jamBox 
{
height: 106px;
width: 160px;
padding: 66px 72px 38px 66px;
}

/* -------------------------------------------------
 middle-colTwo 
------------------------------------------------ */

div#colTwo 
{
display: block;
float: left;
}

* html div#colTwo 
{
overflow: hidden;
}

h2#pageTitle 
{
width: 562px;
height: 40px;
font-size: 272%;
padding: 66px 41px 20px 30px;
}

div#pageContent 
{
width: 562px;
padding: 30px 41px 0 30px;
font-family: verdana, arial, helvetica, sans-serif;
}


/* -------------------------------------------------
footer
------------------------------------------------- */

div#footer
{
margin: 0px auto;
text-align: left;
width: 998px;
height: 370px;
}
/* -----  footeIcons ----- */

div#footerIcons
{
width: 298px;
float: left;
padding: 18px 0 0 29px;
}

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

div#footerIcons p
{
float: none;
width: 298px;
height: 17px;
text-align: center;
padding: 0 0 30px 0;
}

div#footerIcons a:active,
div#footerIcons a:link,
div#footerIcons a:visited
{
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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

div#copyright p
{
float: none;
width: 562px;
height: 17px;
text-align: left;
padding: 60px 79px 73px 30px;
}


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

a#companyLogo:active,
a#companyLogo:link,
a#companyLogo:visited,
a#companyLogo:focus,
a#companyLogo:hover
{
float: left;
display: block;
width: 218px;
height: 80px;
margin: 0 80px 158px 373px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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

/*
Alteration Changes
*/
body
{
color: #000;
}

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

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

a:visited
{
color: #000;
}

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

.contentEdit h1
{
color: #c90000;
}

.contentEdit h2
{
color: #000;
}

.contentEdit h3
{
color: #c90000;
}

.contentEdit h4
{
color: #000;
}

.contentEdit h5
{
color: #c90000;
}

.contentEdit h6
{
color: #000;
}

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

body
{
background: #000;
}

div#MarqueeWrapper
{
visibility: visible;
}

#Marquee span 
{
color: #000;
}

div#home a:active,
div#home a:link,
div#home a:visited
{
color: #FFF;
}

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

ul#verticalNav li a,
ul#verticalNav li a:active,
ul#verticalNav li a:link,
ul#verticalNav li a:visited
{
color: #FFF;
}

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

div#memberBox
{
display: block;
}

div#memberBox a,
div#memberBox a:link,
div#memberBox a:visited,
div#memberBox a:active
{
color: #FFF;
}

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

h2#pageTitle 
{
color: #FFF;
}

div#footerIcons p
{
color: #ccc;
}

div#footerIcons a:active,
div#footerIcons a:link,
div#footerIcons a:visited
{
color: #FFF;
}

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

div#copyright p
{
color: #000;
}