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

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

a:visited
{
color: #008080;
}

a:focus,
a:hover
{
color: #8500b6;
}

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

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

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

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

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

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

.contentEdit img
{
border-color: #8500b6;
}

/* 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#wrapper
{
text-align: center;
}

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

/* -------------------------------------------------
header
------------------------------------------------- */
div#header
{
height: 534px;
}

div#headerInfo
{
height: 48px;
width: 998px;
}

div#homeIcon
{
display: inline;
float: left;
width: 147px;
height: 48px;
margin-left: 42px;
}

/* -------------------------------------------------
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: 147px;
height: 48px;
line-height: 48px;
font-size: 125%;
text-decoration: none;
text-align: center;
text-transform: uppercase;
color: #fff;
overflow: hidden;
}

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

/* --------------------------------------------------------------------------------------------
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: 763px;
height: 48px;
margin-left: 28px;
visibility: visible;
}

div#Marquee
{
width: 763px;
height: 48px;
overflow: hidden;
}

#Marquee span
{
width: 763px;
height: 48px;
line-height: 48px;
font-size: 125%;
color: #fff;
}
/* END ALTER - Marquee */

/* -------------------------------------------------
client logo
------------------------------------------------- */
div#clientLogo
{
display: inline;
float: left;
width: 460px;
height: 432px;
}

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

/* -------------------------------------------------
div#Banner
------------------------------------------------- */
div#bannerWrapper
{
display: inline;
float: left;
width: 442px;
height: 335px;
margin: 37px 96px 60px 0;
}

div#Banner
{
display: block;
width: 442px;
height: 335px;
}

/* -------------------------------------------------
Page Title
------------------------------------------------- */
h2#pageTitle
{
width: 998px;
line-height: 54px;
font-size: 215%;
font-weight: bold;
font-style: italic;
text-transform: uppercase;
text-align: center;
color: #fff;
}

/* -------------------------------------------------
middle
------------------------------------------------- */
div#middle_wrapper 
{
width: 918px;
padding: 28px 40px 0 40px;
}

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

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

/* -------------------------------------------------
vertical navigation
------------------------------------------------- */
div#verticalNav-wrapper
{
width: 240px;
}

div#verticalNav-container
{
width: 240px;
padding-bottom: 30px;
}

ul#verticalNav
{
width: 240px;
min-height: 150px;
height: auto !important;
padding-top: 69px;
text-align: center;
text-decoration: none;
font-size: 150%;
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: 180px;
padding: 24px 30px;
text-decoration: none;
color:#008080;
}

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

/* -------------------------------------------------
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: none;
width: 184px;
height: 194px;
padding: 125px 28px 0 28px;
margin-top: 30px;
font-size: 125%;
}
/* END ALTER - Members box */

div#memberBox
{
height: 184px;
}

div.memberBox-login-info
{
height: 56px;
width: 184px;
}

div.memberBox-label 
{
float: left;
display: inline;
width: 184px;
margin: 0 0 5px 0;
}

span.label
{
display: block;
float: left;
color: #008080;
}

a.memberBox-forgot:active,
a.memberBox-forgot:link,
a.memberBox-forgot:visited,
a.memberBox-forgot:focus,
a.memberBox-forgot:hover
{
display: block;
float: right;
text-align: left;
text-decoration: none;
color: #008080;
overflow: hidden;
}

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

input.memberBox-textBox
{
float: left;
display: inline;
width: 180px;
height: 22px;
border: 2px inset #999;
margin: 0 0 5px 0;
color: #000;
text-indent: 3px;
}

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

div#memberBox-buttons-register
{
float: left;
width: 77px;
height: 38px;
}

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
{
float: left;
width: 77px;
height: 38px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
cursor: pointer;
}

div#memberBox-buttons-register a:focus,
div#memberBox-buttons-register a:hover
{
background-position: 0 -38px;
}

div#memberBox-buttons-enter
{
float: right;
width: 77px;
height: 38px;
}

button#memberBox-enter
{
display: block;
float: right;
width: 77px;
height: 38px;
border: none;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
cursor: pointer;
}

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

/* -------------------------------------------------
company box
------------------------------------------------- */
div#companyBox-wrapper
{
width: 160px;
height: 106px;
padding: 80px 40px 42px 40px;
margin-top: 30px;
}

/* -------------------------------------------------
page content
------------------------------------------------- */
div#middle-colTwo
{
float: left;
width: 608px;
margin: 0 0 0 70px;
}

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

div#pageContent
{
width: 608px;
}

/* -------------------------------------------------
footer
------------------------------------------------- */
div#footer
{
width: 892px;
height: 126px;
padding: 39px 0 0 30px;
margin: 50px auto 0;
text-align: left;
}

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

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

div#footerIcons a
{
display: inline;
float: left;
height: 40px;
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 -40px;
}

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

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

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

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

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

div#footer p
{
float: left;
display: inline;
width: 390px;
height: 20px;
padding: 11px 0 0 20px;
line-height: 17px;
text-align: center;
font-size: 100%;
color: #008080;
}

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

a#companyLogo:active,
a#companyLogo:link,
a#companyLogo:visited,
a#companyLogo:focus,
a#companyLogo:hover
{
float: left;
display: block;
width: 208px;
height: 45px;
padding: 0;
margin: 0 0 0 20px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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