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

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

a:visited
{
color: #7f1548;
}

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

h1, h2, h3, h4, h5, h6
{
font-weight: normal;
font-family: Impact, Charcoal, sans-serif;
}

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

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

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

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

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

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

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

/* 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
------------------------------------------------- */
ul#headerInfo
{
width: 830px;
height: 23px;
padding: 37px 0 0 160px;
margin: 0;
list-style: none;
overflow: hidden;
}

ul#headerInfo li
{
display: block;
float: left;
color: #303030;
text-shadow: 1px 1px 0 #c4c6c8;
text-transform: uppercase;
line-height: 18px;
font-size: 18px;
margin-left: 2px;
padding-left: 2px;
}

ul#headerInfo li a
{
font-family: Impact, Charcoal, sans-serif;
color: #303030;
text-shadow: 1px 1px 0 #c4c6c8;
text-decoration: none;
text-transform: uppercase;
line-height: 18px;
font-size: 18px;
}

ul#headerInfo li a:hover
{
color: #FFF;
text-shadow: none;
}

ul#headerInfo li:first-child a
{
margin-left: 0;
padding-left: 0;
}


/*------------------------------------------------
Marquee
------------------------------------------------*/
div#MarqueeWrapper
{
font-size: 24px;
font-family: Impact, Charcoal, sans-serif;
display: block;
width: 685px;
padding: 0;
margin: 0 auto;
white-space: nowrap;
padding-top: 24px;
}

div#Marquee
{
width: 685px;
height: 40px;
overflow:hidden;
}

#Marquee span
{
width: 685px;
height: 40px;
line-height: 24px;
color: #303030;
text-shadow: 1px 1px 0 #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: 455px;
margin-top: -1px;
}

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

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

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

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

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

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

div#colTwo
{
display: block;
float: right;
width: 710px;
padding: 0 0 0 30px;
}

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

ul#verticalNav li a
{
font-family: Impact, Charcoal, sans-serif;
display: block;
width: 210px;
padding: 14px 15px 9px 15px;
line-height: 34px;
font-size: 30px;
text-decoration: none;
text-align: center;
color: #b9bbbf;
outline: none;
overflow: hidden;
}

ul#verticalNav li a:focus,
ul#verticalNav li a:hover
{
color: #e72482;
background-position: -240px 0;
}

/* -------------------------------------------------
company box
------------------------------------------------- */
div#companyBox
{
width: 240px;
height: 201px;
}

div#companyBox img
{
margin: 46px 0 0 40px;
}

/* -------------------------------------------------
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
{
color: #b9bbbf;
min-height: 200px;
padding: 50px 0;
border-top: 5px solid #FFF;
font-family: Impact, Charcoal, sans-serif;
text-align: center;
}

div#footer a
{
font-family: Impact, Charcoal, sans-serif;
color: #b9bbbf;
text-decoration: none;
}

#footerLinks
{
margin-bottom: 15px;
}
#copy
{
margin-bottom: 15px;
}
#companyLogoWrap
{
margin-bottom: 15px;
}

#footerLinks, #footerLinks a
{
font-size: 18px;
color: #b9bbbf;
}

#footerLinks a
{
text-transform: uppercase;
margin: 0 2px;
text-decoration: none;
outline: none;
overflow: hidden;
}

#footerLinks a:focus,
#footerLinks a:hover
{
color: #e72482;
}

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

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

/* -------------------------------------------------
Social Icons Plugin
------------------------------------------------- */
div#headerBanner {position: relative;}
.social-icons-plugin-wrapper {position: absolute; bottom: 5px; left: 92px;}