/* --------------------------------------------------------------------------------------------
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: #dfdfdf;
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: #2b1be0;
}

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

a:visited
{
color: #f9ffff;
}

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

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

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

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

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

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

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

.contentEdit img
{
border-color: #2B1BE0;
}

/* 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;
z-index: 1;
}

div#container
{
margin: 0 auto;
text-align: left;
z-index: 2;
}

div#container2
{
width: 998px;
margin: 0 auto;
}

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

div#header
{
height: 295px;
}

div#header-colOne
{
display: inline;
float: left;
width: 589px;
}

div#homeIcon
{
display: inline;
float: left;
width: 140px;
height: 30px;
padding: 0 20px 0 29px;
}

div#memberIcon
{
display: inline;
float: left;
width: 140px;
height: 30px;
}

/* -------------------------------------------------
home and members icon
------------------------------------------------- */

div#homeIcon a:active,
div#homeIcon a:link,
div#homeIcon a:visited,
div#homeIcon a:focus,
div#homeIcon a:hover
{
display: block;
width: 140px;
height: 30px;
font-weight: bold;
font-size: 131%;
line-height: 27px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 2px #000;
color: #fff;
}

div#homeIcon a:focus,
div#homeIcon a:hover
{
text-shadow: none;
background-position: 0 -30px;
color: #000;
}

div#memberIcon a:active,
div#memberIcon a:link,
div#memberIcon a:visited,
div#memberIcon a:focus,
div#memberIcon a:hover
{
display: block;
width: 140px;
height: 30px;
font-weight: bold;
font-size: 131%;
line-height: 27px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 2px #000;
color: #fff;
}

div#memberIcon a:focus,
div#memberIcon a:hover
{
text-shadow: none;
background-position: 0px -30px;
color: #000;
}

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

div#clientLogo 
{
width: 589px;
height: 262px;
}

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

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

div#header-colTwo 
{
float: left;
width: 378px;
height: 252px;
margin: 20px 0 0 0;
}

div#Banner 
{
width: 358px;
height: 232px;
padding: 10px;
}

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

div#middle-colOne 
{
float: left;
width: 220px;
padding: 0 0 0 16px;
}

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

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

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

h3#navTitle 
{
width: 220px;
height: 73px;
line-height: 80px;
font-size: 131%;
text-transform: uppercase;
text-indent: 50px;
text-shadow: 1px 1px 2px #000;
color: #fff;
}

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

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: 220px;
line-height: 30px;
padding: 10px 0;
text-decoration: none;
text-shadow: 1px 1px 2px #000;
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 0px 0;
}

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

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

div#companyBox-wrapper 
{
width: 220px;
height: 143px;
background-position: 0 -20px;
}

div#companyBox
{
padding: 10px 0 0 30px;	
}

div#bottom
{
width: 220px;
height: 3px;
}

/* --------------------------------------------------------------------------------------------
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: block;
visibility: visible;
padding: 23px 66px 0px 66px;
width: 568px;
height: 34px;
}

div#Marquee
{
width: 568px;
height: 22px;
overflow: hidden;
}

#Marquee span 
{
width: 542px;
height: 22px;
line-height: 22px;
font-size: 138.5%;
font-weight: bold;
color: #fff;
}

/* END ALTER - Marquee */

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

div#middle-colTwo-wrapper
{
float: left;
width: 700px;
padding: 3px 30px;
}

div#middle-colTwo-container
{
width: 700px;
}

div#pageContent-wrapper
{
width: 700px;
padding: 0 0 35px 0;
}

div#pageContent-container 
{
width: 700px;
min-height: 445px;
padding: 0 0 20px;
}

div#pageTitle-wrapper
{
width: 700px;
}

h2#pageTitle
{
line-height: 70px;
font-size: 243%;
font-weight: bold;
text-indent: 22px;
text-shadow: 1px 1px 3px #000;
color: #fff;
}

div#pageContent_top
{
width: 700px;
height: 20px;
}

div#pageContent 
{
width: 700px;
padding: 20px 0 0 0;
} 

div#pageContent-info 
{
overflow: hidden;
padding: 0 42px 0px 42px;
}

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

div#footerInfo p 
{
color: #b5b5b5;
}

div#copyright
{
height: 27px;
line-height: 35px;	
text-align: center;
text-transform: uppercase;
}

div#footer 
{
text-align: center;
}

div#footerInfo
{
width: 395px;
height: 85px;
padding: 35px 178px 0px 425px;
text-align: left;
}

/* footer icons */

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

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

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

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

a#delicious:focus,
a#delicious:hover 
{
background-position: -160px -50px;
}

a#favorites:focus,
a#favorites:hover 
{
background-position: -120px -50px;
}

/* company logo */

a#companyLogo 
{
float: left;
width: 195px;
height: 50px;
text-indent: -9999px;
}

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