/* --------------------------------------------------------------------------------------------
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: #b5b5b5;
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: #43a3cd;
}

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

a:visited
{
color: #od6a91;
}

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

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

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

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

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

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

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

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

/* 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: 992px;
margin: 0 auto;
text-align: left;
}

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

div#header 
{
height: 299px;
}

div#headerLeft
{
display:inline;
float: left;
width:568px;
}

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

/* -------------------------------------------------
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: 130px;
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
-------------------------------------------------------------------------------------------- */
div#MarqueeWrapper 
{
display: inline;
float: left;
width: 433px;
height: 50px;
margin-left:4px;
visibility: visible;
}
div#Marquee 
{
width: 433px;
height: 50px;
left:0;
top:0;
overflow:hidden;
}
#Marquee span 
{
width: 433px;
height:50px;
line-height: 50px;
font-size: 100%;
font-weight: bold;
color: #fff;
}
/* END ALTER - Marquee */

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

div#clientLogo 
{
width: 568px;
height: 249px;
}

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

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

div#bannerWrapper 
{
display: inline;
float:left;
width:424px;
height: 299px;
}

div#Banner 
{
display: inline;
width: 424px;
height: 299px;
padding: 0 21px 39px 23px;
}

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

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

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

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

div#verticalNav-wrapper 
{
width: 261px;
}

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

ul#verticalNav 
{
width: 210px;
min-height: 375px;
height: auto !important;
padding: 20px 30px 0px 21px;
text-align: center;
text-decoration: none;
font-size: 110%;
font-weight: bold;
overflow: hidden;
}

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

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;
width: 210px;
line-height: 20px;
padding: 10px 0;
text-decoration: none;
color:#fff;
}

ul#verticalNav li.lastItem a,
ul#verticalNav li.lastItem a:active,
ul#verticalNav li.lastItem a:link,
ul#verticalNav li.lastItem a:visited,
ul#verticalNav li.lastItem a:focus,
ul#verticalNav li.lastItem a:hover 
{
padding: 10px 0 0 0;
}

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

/* -------------------------------------------------
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: 261px;
height: 212px;
margin-top: 20px;
}
/* END ALTER - Members box */

div#memberBox 
{
width: 261px;
height: 212px;
padding: 28px 0px 0px 31px;
}

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

div#memberBox a,
div#memberBox a:link,
div#memberBox a:visited,
div#memberBox a:active,
div#memberBox a:focus,
div#memberBox a:hover 
{
text-decoration: none;
color: #3399cc;
}

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

div.memberBox-text 
{
width: 186px;
padding-bottom: 7px;
font-size: 90%;
font-weight: bold;
}

div.memberBox-text label 
{
display: inline;
float: left;
width: 90px;
height: 16px;
}

div.forgot 
{
display: inline;
float: right;
width: 90px;
text-align: right;
}

div.input-wrapper 
{
width: 186px;
height: 26px;
border: 2px solid #2c2c2c;
margin-bottom: 9px;
overflow: hidden;
}

input.memberBox-input 
{
width: 186px;
height: 26px;
padding: 3px 0 0 0;
border: none;
font-size: 120%;
text-indent: 2px;
color: #aaa;
}

input.memberBox-input:focus 
{
color: #fff;
}

div.memberBox-bottom 
{
width: 186px;
height: 32px;
}

div.register 
{
display:inline;
float:left;
width: 92px;
height: 32px;
padding: 9px 0 6px 0;
font-size: 120%;
}

button#memberBox-enter 
{
display:inline;
float: right;
width: 92px;
height: 32px;
border: none;
text-transform: capitalize;
text-indent: -9999px;
color: transparent;
overflow:hidden;
}

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

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

div#companyBox-wrapper 
{
width: 261px;
height: 192px;
margin-top: 20px;
}
div#companyBox 
{
padding: 43px 54px 43px 47px;
}

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

div#middle-colTwo 
{
float:left;
width:731px;
}

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

div#pageContent-wrapperOne 
{
width: 731px;
}

div#pageContent-wrapperTwo 
{
padding: 0px 0px 37px 0px;
}

div#pageContent-container 
{
width: 680px;
min-height: 525px;
padding: 20px 21px 0 30px;
}

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

h2#pageTitle 
{
width: 680px;
border-bottom: 1px solid #666;
line-height: 50px;
font-size: 160%;
text-indent: 20px;
color: #fff;
}

div#pageContent 
{
width: 640px;
margin:20px;
}

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

div#wrapperBottom 
{
text-align: center;
}

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

div#footerLinks 
{
width: 295px;
height: 142px;
margin: 0 auto;
text-align: left;
}

/* footer icons */

div#footerIcons_wrapper 
{
padding: 91px 0 17px 0;
}

div#footerIcons 
{
width: 295px;
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: 36px;
}

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

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

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

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

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

/* company logo */
a#companyLogo 
{
width: 115px;
}

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

div#footerInfo p 
{
color: #b5b5b5;
}