/* --------------------------------------------------------------------------------------------
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: #fff;
font-family: verdana, arial, helvetica, sans-serif;
}

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

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

a:visited
{
color: #5ab3ff;
}

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

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

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

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

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

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

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

.contentEdit img
{
border-color: #5ab3ff;
}

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

/* -------------------------------------------------
main structure
------------------------------------------------- */
body
{
padding: 0px;
margin: 0px;
background-color: #000;
}

div#wrapperTop
{
text-align: center;
}

div#containerTop
{
width: 990px;
margin: 0 auto;
text-align: left;
}

/* -------------------------------------------------
header
------------------------------------------------- */

div#header
{
height: 472px;
}

div#headerInfo
{
height: 56px;
width: 990px;
}

div#homeIcon
{
display: inline;
float:left;
width: 100px;
height: 56px;
margin-left: 86px;
}

/* -------------------------------------------------
home icon
------------------------------------------------- */

div#homeIcon a:active,
div#homeIcon a:link,
div#homeIcon a:visited,
div#homeIcon a:focus,
div#homeIcon a:hover
{
display: block;
width: 100px;
height: 56px;
line-height: 56px;
font-size: 125%;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #ffffff;
overflow: hidden;
}

div#homeIcon a:focus,
div#homeIcon a:hover
{
color: #addaff;
}

/* --------------------------------------------------------------------------------------------
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
{
display: inline;
float: left;
width: 699px;
height: 56px;
margin-left:28px;
}

div#Marquee
{
height: 56px;
left:0;
top:0;
width: 699px;
overflow:hidden;
}

#Marquee span
{
width: 699px;
height:56px;
line-height: 56px;
font-size: 125%;
font-weight: bold;
color: #fff;
}
/* END ALTER - Marquee */

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

div#clientLogo
{
display:inline;
float: left;
width: 548px;
height: 294px;
margin-top: 40px;
}

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;
width: 548px;
height: 294px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;	
}

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

div#bannerWrapper
{
display: inline;
float:left;
width:337px;
height: 223px;
margin: 75px 0;
}

div#Banner
{
display: block;
width: 337px;
height: 223px;
}

/* -------------------------------------------------
middle-colOne
------------------------------------------------- */

div#middle-colOne
{
float: left;
width: 281px;
}

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

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

div#verticalNav-wrapper
{
width: 220px;
margin-left:51px;
}

div#verticalNav-container
{
width: 220px;
}

ul#verticalNav
{
width: 220px;
min-height: 150px;
height: auto !important;
padding: 35px 0 45px 0;
text-align: center;
text-decoration: none;
font-size: 125%;
overflow: hidden;
}

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;
width: 220px;
padding: 13px 0 22px 0;
text-decoration: none;
color:#fff;
}

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

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

/* -------------------------------------------------
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-wrapper
{
display: block;
width: 220px;
height: 220px;
margin: 20px 0 0 51px;
}
/* END ALTER - Members box */

div#memberBox
{
height: 172px;
padding: 28px 21px 20px 21px;
}

h3#memberBox-title
{
height: 49px;
text-align: center;
font-size: 125%;
font-weight: normal;
color: #FFF;
}

div.memberBox-login-info
{
height: 24px;
width: 180px;
padding: 0 0 15px 0;
}

div.memberBox-label 
{
float: left;
display: inline;
width: 78px;
text-transform: uppercase;
font-size: 93%;
}

span.label
{
display: block;
color: #fff;
}

a.memberBox-forgot:active,
a.memberBox-forgot:link,
a.memberBox-forgot:visited,
a.memberBox-forgot:focus,
a.memberBox-forgot:hover
{
display: block;
font-size: 78%;
text-decoration: underline;
text-transform: capitalize;
text-align: left;
color: #addaff;
overflow: hidden;
}

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

input.memberBox-textBox
{
float: left;
display: inline;
width: 101px;
height: 24px;
color: #000;
border:none;
padding: 3px 0;
text-indent: 3px;
}

div#memberBox-buttons-register
{
float: left;
display: inline;
width: 95px;
height: 28px;
}

span.click
{
display: block;
font-size: 78%;
text-decoration: underline;
text-transform: capitalize;
text-align: left;
overflow: hidden;
}

div#memberBox-buttons-register a:active,
div#memberBox-buttons-register a:link,
div#memberBox-buttons-register a:visited,
div#memberBox-buttons-register a:focus,
div#memberBox-buttons-register a:hover
{
text-decoration: none;
text-transform: uppercase;
color: #addaff;
}

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

div#memberBox-buttons-enter
{
display: inline;
float: left;
width: 79px;
height: 28px;
}

button#memberBox-enter
{
display: block;
width: 79px;
height: 28px;
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 -28px;
}

/* -------------------------------------------------
company box
------------------------------------------------- */

div#companyBox-wrapper
{
width: 220px;
height: 157px;
margin: 20px 0 0 51px;
}

div#companyBox
{
padding: 25px 30px 26px 30px;
}

/* -------------------------------------------------
page content
------------------------------------------------- */

div#middle-colTwo
{
float:left;
width:648px;
margin: 0 0 0 10px;
}

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

div#pageContent-wrapper
{
width: 646px;
}

div#pageContent-container 
{
width: 646px;
min-height: 525px;
}

* html div#pageContent-container
{
height: 525px;
width: 648px;
}

h2#pageTitle
{
width: 518px;
line-height: 50px;
padding: 20px 50px 54px 20px;
font-size: 180%;
font-weight: normal;
text-transform: uppercase;
text-align: center;
color: #fff;
}

div#pageContent
{
width: 574px;
padding: 0 36px 70px 36px;
}

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

div#wrapperBottom
{
text-align: center;
}

div#containerBottom
{
width: 990;
height: 496px;
margin: 0 auto;
text-align: center;
}

div#footer
{
width: 830px;
height: 496px;
margin: 0 auto;
padding: 81px 80px 0 80px;
text-align: left;
}

/* -----  footeIcons ----- */

div#footerIcons
{
float: left;
width: 200px;
height: 34px;
overflow: hidden;
}

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

a#firefox,
a#internetExplorer,
a#safari,
a#delicious,
a#favorites
{
width: 40px;
}

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

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

a#safari:focus,
a#safari:hover
{
background-position: -80px -34px;
}

a#delicious:focus,
a#delicious:hover
{
background-position: -120px -34px;
}

a#favorites:focus,
a#favorites:hover
{
background-position: -160px -34px;
}

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

div#footer p
{
float: left;
display: inline;
width: 439px;
height: 34px;
padding: 10px 0 0 34px;
line-height: 17px;
text-align: center;
font-size: 100%;
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: 8px 0 0 40px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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