/* --------------------------------------------------------------------------------------------
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: #a7a7a7;
font-family: "Lucida Grande", "Lucida Sans", lucida, Arial, verdana;
}

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

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

a:visited
{
color: #79a738;
}

a:focus,
a:hover
{
color: #00b2cd;
}

h1, h2, h3, h4, h5, h6
{
font-weight: normal;
}

.contentEdit h1, .contentEdit h2, .contentEdit h3, .contentEdit h4, .contentEdit h5, .contentEdit h6 {margin: 20px 0; }

.contentEdit h1 {font-size: 2.75em;}
.contentEdit h2 {font-size: 2.5em;}
.contentEdit h3 {font-size: 2.25em;}
.contentEdit h4 {font-size: 2em;}
.contentEdit h5 {font-size: 1.75em;}
.contentEdit h6 {font-size: 1.5em;}

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

/* 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 
{
min-width: 990px;
}

div#container
{
width: 990px;
margin: 0 auto;
}

/* -------------------------------------------------
header
------------------------------------------------- */
div#headerInfo
{
width: 990px;
height: 60px;
}

a#homeIcon
{
display: block;
float: left;
width: 75px;
height: 60px;
margin: 0;
text-decoration: none;
text-indent: -9999px;
outline: none;
overflow: hidden;
}

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

/*------------------------------------------------
Marquee
------------------------------------------------*/
div#MarqueeWrapper
{
display: block;
float: left;
width: 820px;
height: 17px;
padding: 10px 10px 33px 10px;
white-space: nowrap;
}

div#Marquee
{
width: 820px;
height: 17px;
overflow:hidden;
}

#Marquee span
{
width: 820px;
height: 17px;
line-height: 17px;
color: #fff;
}
/* END ALTER - Marquee */

a#memberButton
{
display: block;
float: right;
width: 75px;
height: 60px;
margin: 0;
text-decoration: none;
text-indent: -9999px;
outline: none;
overflow: hidden;
}

a#memberButton:focus,
a#memberButton:hover
{
background-position: -75px 0;
}

/* -------------------------------------------------
headerBanner
------------------------------------------------- */
div#headerBanner
{
height: 431px;
}

a#clientLogo
{
display: block;
float: left;
width: 470px;
height: 360px;
padding: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
outline: none;
overflow: hidden;
}

div#slideshow-wrapper
{
position: relative;
display: block;
float: left;
width: 510px;
height: 350px;
padding: 10px 0 0 0;
margin: 0;
}

div#slideshow-wrapper > img
{
position: absolute;
top: 10;
left: 0;
z-index: 10;
}

div#slideshow-container
{
position: absolute;
top: 10;
width: 510px;
height: 350px;
overflow: hidden;
z-index: 0;
}

div#slideshow-container img
{
position: absolute;
top: 10;
min-width: 510px;
max-width: 510px;
min-height: 350px;
}

/* -------------------------------------------------
middle
------------------------------------------------- */
div#colOne
{
display: block;
float: left;
width: 210px;
padding: 0 0 0 30px;
}

div#colTwo
{
display: block;
float: left;
width: 690px;
padding: 0 0 0 30px;
}

/* -------------------------------------------------
vertical Nav
------------------------------------------------- */
ul#verticalNav
{
width: 210px;
}

ul#verticalNav li a
{
display: block;
width: 180px;
min-height: 22px;
padding: 14px 15px;
line-height: 22px;
font-size: 138.5%;
text-decoration: none;
text-align: center;
color: #fff;
outline: none;
overflow: hidden;
}

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

/* -------------------------------------------------
company box
------------------------------------------------- */
div#companyBox
{
width: 160px;
height: 106px;
padding: 25px;
}

div#colOneBottom
{
width: 210px;
height: 17px;
line-height: 17px;
padding: 14px 0 60px 0;
text-align: center;
}

span#footerLinks a
{
height: 17px;
margin: 0 2px;
line-height: 17px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
outline: none;
overflow: hidden;
color: #fff;
}

span#footerLinks a:focus,
span#footerLinks a:hover
{
color: #00b2cd;
}

/* -------------------------------------------------
Page Content
------------------------------------------------- */
h2#pageTitle
{
width: 630px;
min-height: 40px;
padding: 0 30px 10px 30px;
font-size: 272%;
font-weight: normal;
line-height: 40px;
color: #fff;
}

div#pageContent
{
width: 630px;
padding: 14px 30px 30px 30px;
word-wrap: break-word;
overflow: hidden;
}

/* -------------------------------------------------
Footer
------------------------------------------------- */
div#footer
{
width: 630px;
height: 34px;
padding: 23px 30px 51px 30px;
margin: 0 auto;
}

div#footer p
{
display: block;
line-height: 17px;
text-align: center;
overflow: hidden;
color: #fff;
}

div#companyLogoBox
{
width: 200px;
height: 40px;
margin: 0 auto;
}

a#companyLogo
{
display: block;
width: 200px;
height: 40px;
margin: 0;
text-indent: -9999px;
overflow: hidden;
outline: none;
}

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