/* --------------------------------------------------------------------------------------------
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: #99a2a7;
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: #60b1e0;
}

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

a:visited
{
color: #1a85bf;
}

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

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

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

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

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

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

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

.contentEdit img
{
border-color: #60b1e0;
}

/* 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
{
margin: 0 auto;
text-align: center;
}

div#wrapperBottom
{
height: 260px;
margin: 0 auto;
text-align: center;
}

/* -------------------------------------------------
header
------------------------------------------------- */
div#header
{
width: 998px;
height: 482px;
margin: 0 auto;
}

div#headerTop
{
width: 998px;
height: 115px;
}

div#headerBottom
{
height: 367px;
}

div#homeIcon
{
float: left;
display: inline;
width: 141px;
height: 51px;
margin: 64px 0 0 105px;
}

/* -------------------------------------------------
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: 141px;
height: 51px;
text-indent: -9999em;
text-decoration: none;
overflow: hidden;
}

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

div#header_colOne
{
display: block;
float: left;
width: 513px;
height: 367px;
}

div#header_colTwo
{
float: left;
display: block;
width: 427px;
height: 280px;
padding: 43px 58px 44px 0;
}

/* -------------------------------------------------
client logo
------------------------------------------------- */
div#clientLogo
{
display: block;
width: 513px;
height: 293px;
}

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

/* --------------------------------------------------------------------------------------------
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
{
float: left;
display: inline;
width: 440px;
height: 18px;
margin: 22px 0 0 50px;
visibility: visible;
}

div#Marquee
{
width: 440px;
height: 18px;
overflow: hidden;
}

#Marquee span
{
width: 440px;
height: 18px;
line-height: 18px;
font-size: 115%;
color: #fff;
}
/* END ALTER - Marquee */

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

div#Banner
{
display: block;
width: 427px;
height: 280px;
}

/* -------------------------------------------------
div#middle
------------------------------------------------- */

div#middle
{
width: 998px;
padding: 35px 0 20px 0;
margin: 0 auto;
text-align: center;
}

div#middle_colOne
{
float: left;
display: inline;
width: 249px;
margin: 0px 15px 0px 50px;
}

div#middle_colTwo
{
display: inline;
float: left;
width: 619px;
margin: 0px 50px 0px 15px;
text-align: left;
}

* html div#middle_colTwo
{
overflow: hidden;
}

/* -------------------------------------------------
vertical navigation
------------------------------------------------- */
div#verticalNav_wrapper
{
width: 249px;
}

div#verticalNav_container
{
width: 249px;
padding-bottom: 40px;
}

div#verticalNav
{
width: 249px;
min-height: 200px;
height: auto !important;
padding-top: 78px;
text-align: center;
text-decoration: none;
font-size: 125%;
overflow: hidden;
}

*html div#verticalNav
{
height: 200px;
}

ul#nav
{
width: 209px;
padding: 0 20px;
}

ul#nav li a,
ul#nav li a:active,
ul#nav li a:link,
ul#nav li a:visited,
ul#nav li a:focus,
ul#nav li a:hover
{
display: block;
width: 209px;
height: 22px;
padding: 10px 0;
text-decoration: none;
color: #fff;
overflow: hidden;
}

ul#nav li a:focus,
ul#nav li a:hover
{
color: #aad3ea;
}

/* -------------------------------------------------
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: 209px;
height: 234px;
padding: 107px 20px 0;
margin-top: 30px;
font-size: 100%;
text-align: left;
}
/* END ALTER - Members box */

div#memberBox
{
height: 209px;
}

div.memberBox-login-info
{
height: 56px;
width: 209px;
margin-bottom: 26px;
}

div.memberBox-label 
{
width: 209px;
height: 18px;
margin: 0 0 7px 0;
}

span.label
{
float: left;
display: inline;
width: 100px;
height: 18px;
color: #fff;
}

a.memberBox-forgot:active,
a.memberBox-forgot:link,
a.memberBox-forgot:visited,
a.memberBox-forgot:focus,
a.memberBox-forgot:hover
{
float: right;
display: inline;
width: 80px;
height: 18px;
text-align: right;
font-size: 90%;
text-decoration: none;
color: #aad3ea;
overflow: hidden;
}

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

input.memberBox-textBox
{
width: 196px;
height: 18px;
padding: 6px;
border: none;
font-size: 14px;
background-color: #fff;
color: #60b1e0;
}

input.memberBox-textBox:focus,
input.memberBox-textBox:active
{
color: #000;
}

div#memberBox-buttons
{
margin: 0;
}

div#memberBox-buttons-register
{
float: left;
}

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;
text-decoration: none;
overflow: hidden;
cursor: pointer;
line-height: 30px;
color: #aad3ea;
}

div#memberBox-buttons-register a:focus,
div#memberBox-buttons-register a:hover
{
color:#fff;
}

div#memberBox-buttons-enter
{
float: right;
width: 112px;
height: 48px;
}

button#memberBox-enter
{
display: block;
width: 112px;
height: 48px;
border: none;
font-size: 125%;
text-decoration: none;
overflow: hidden;
cursor: pointer;
}

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

/* -------------------------------------------------
company box
------------------------------------------------- */
div#companyBox_wrapper
{
width: 160px;
height: 106px;
padding: 10px 44px 10px 45px;
margin-top: 30px;
}

/* -------------------------------------------------
Page Title
------------------------------------------------- */
div#pageTitle_wrapper
{
width: 463px;
height: 28px;
padding: 28px 78px;
}

h2#pageTitle
{
width: 463px;
line-height: 28px;
font-size: 175%;
font-weight: normal;
font-style: italic;
text-transform: uppercase;
text-align: center;
color: #fff;
}

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

div#pageContent
{
width: 579px;
min-height: 500px;
height: auto !important;
padding: 45px 20px 0 20px;
}

* html div#pageContent
{
height: 500px;
}

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

div#footerWrapper
{
width: 998px;
height: 132px;
padding: 128px 0 0;
margin: 0 auto;
}

div#footer
{
width: 898px;
height: 85px;
padding: 47px 50px 0;
text-align: left;
}

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

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

div#footerIcons a
{
float: left;
display: inline;
width: 46px;
height: 50px;
padding: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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

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

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

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

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

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

div#footer p
{
float: left;
display: inline;
width: 390px;
height: 18px;
padding: 18px 50px 24px 51px;
line-height: 18px;
text-align: center;
font-size: 100%;
color: #fff;
}

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

a#companyLogo:active,
a#companyLogo:link,
a#companyLogo:visited,
a#companyLogo:focus,
a#companyLogo:hover
{
float: left;
display: block;
width: 157px;
height: 60px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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