/* --------------------------------------------------------------------------------------------
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 in non-ie.css & ie.css as well as 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: #d5c8b8;
font-family: Lucida Grande, Arial, Tahoma, Verdana, Helvetica;
}

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

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

a:visited
{
color: #b13fb3;
}

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

.contentEdit h1
{
padding: 0.5em;
margin: 0.2em 0;
text-align: center;
font-size: 272%;
color: #FFF;
background-color: #7e1e8b;
}

.contentEdit h2
{
padding: 0.5em;
margin: 0.2em 0;
text-align: center;
font-size: 272%;
color: #FFF;
background-color: #ff9818;
}

.contentEdit h3
{
padding: 0.5em;
border: 1px solid #28042d;
margin: 0.2em 0;
font-size: 182%;
color: #FFF;
background-color: #000;
}

.contentEdit h4
{
padding: 0.5em;
border: 1px solid #28042d;
margin: 0.2em 0;
font-size: 182%;
color: #FFF;
background-color: #000;
}

.contentEdit h5
{
padding: 1em 0.5em 0.5em 0.5em;
margin: 0.2em 0;
font-size: 182%;
color: #9427a0;
}

.contentEdit h6
{
padding: 1em 0.5em 0.5em 0.5em;
margin: 0.2em 0;
font-size: 182%;
color: #d7792b;
}

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

/* To style images in content. */
.contentEdit img.imageStyle
{
border: none;
padding: 20px;
background-color: #7e1e8b;
}

a[href^="http:"]:active,
a[href^="http:"]:link,
a[href^="http:"]:visited,
a[href^="http:"]:focus,
a[href^="http:"]:hover
{
padding: 0 12px 0 0;
text-decoration: underline;
}

/* Fix for external link image on linked images in content. */
a[href^="http:"]:active.noIcon,
a[href^="http:"]:link.noIcon,
a[href^="http:"]:visited.noIcon,
a[href^="http:"]:focus.noIcon,
a[href^="http:"]:hover.noIcon
{
padding: 0;
background: none;
}

/* Fix for external link image on company box. */
div#companyBox a[href^="http:"]:active,
div#companyBox a[href^="http:"]:link,
div#companyBox a[href^="http:"]:visited,
div#companyBox a[href^="http:"]:focus,
div#companyBox a[href^="http:"]:hover
{
background: none;
padding: 0;
}

/* Fix for external link image on company logo. */
div#companyLogo a:active,
div#companyLogo a:link,
div#companyLogo a:visited,
div#companyLogo a:focus,
div#companyLogo a:hover
{
padding: 0;
}

a[href^="mailto:"]:active,
a[href^="mailto:"]:link,
a[href^="mailto:"]:visited,
a[href^="mailto:"]:focus,
a[href^="mailto:"]:hover,
a[href^="javascript:location.href='mailto:'"]:active,
a[href^="javascript:location.href='mailto:'"]:link,
a[href^="javascript:location.href='mailto:'"]:visited,
a[href^="javascript:location.href='mailto:'"]:focus,
a[href^="javascript:location.href='mailto:'"]:hover
{
padding: 0 12px 0 0;
}

a[href$=".pdf"]:active,
a[href$=".pdf"]:link,
a[href$=".pdf"]:visited,
a[href$=".pdf"]:focus,
a[href$=".pdf"]:hover
{
padding: 2px 18px 2px 0;
}

a[href$=".doc"]:active,
a[href$=".doc"]:link,
a[href$=".doc"]:visited,
a[href$=".doc"]:focus,
a[href$=".doc"]:hover
{
padding: 2px 18px 2px 0;
}

/* -------------------------------------------------
main structure
------------------------------------------------- */

body
{
background-color: #000;
}

/* -------------------------------------------------
div#topWrapperOne
------------------------------------------------- */

div#topWrapperOne
{
text-align: center;
}

div#topContainerOne
{
width: 990px;
margin: 0 auto;
text-align: left;
background-position: -285px 0;
}

div#topContainerTwo
{
min-height: 920px;
background-position: -285px 0;
}

* html div#topContainerTwo
{
height: 920px;
}

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

/* --------- h1#clientLogoHeader --------- */

h1#clientLogoHeader
{
float: left;
display: inline;
width: 495px;
height: 157px;
}

h1#clientLogoHeader a:active,
h1#clientLogoHeader a:link,
h1#clientLogoHeader a:visited,
h1#clientLogoHeader a:focus,
h1#clientLogoHeader a:hover
{
display: block;
width: 495px;
height: 157px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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

/* --------------------------------------------------------------------------------------------
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
-------------------------------------------------------------------------------------------- */
#MarqueeWrapper 
{
float: left;
display: inline;
width: 485px;
height: 35px;
padding: 82px 5px 40px 5px;
visibility: hidden;
}

#Marquee 
{
top: 0;
left: 0;
width: 485px;
height: 35px;
overflow: hidden;
}

#Marquee span 
{
width: 485px;
height: 35px;
line-height: 35px;
color: #FFF;
}
/* END ALTER - Marquee */

/* -------------------------------------------------
div#horizontalNav
------------------------------------------------- */

div#horizontalNav,
ul#Primary
{
width: 990px;
height: 42px;
}

ul#Primary li
{
/* first level list items are always visible */
float: left;
display: inline;
position: relative;
width: 165px;
height: 42px;
}

ul#Primary li span
{
display: none;
}

ul#Primary li a:active,
ul#Primary li a:link,
ul#Primary li a:visited,
ul#Primary li a:focus,
ul#Primary li a:hover
{
display: block;
width: 155px;
height: 18px;
line-height: 18px;
padding: 12px 5px;
text-decoration: none;
text-align: center;
font-size: 108%;
color: #FFF;
overflow: hidden;
}

ul#Primary li a:focus,
ul#Primary li a:hover
{
color: #FFF;
}

ul#Primary li#navOne a:focus,
ul#Primary li#navOne a:hover
{
background-position: 0 -42px;
}

ul#Primary li#navTwo a:focus,
ul#Primary li#navTwo a:hover
{
background-position: -165px -42px;
}

ul#Primary li#navThree a:focus,
ul#Primary li#navThree a:hover
{
background-position: -330px -42px;
}

ul#Primary li#navFour a:focus,
ul#Primary li#navFour a:hover
{
background-position: -495px -42px;
}

ul#Primary li#navFive a:focus,
ul#Primary li#navFive a:hover
{
background-position: -660px -42px;
}

ul#Primary li#navSix a:focus,
ul#Primary li#navSix a:hover
{
background-position: -825px -42px;
}

/* --------- ul#Primary li ul --------- */

ul#Primary li ul 
{
/* second level unordered lists appear off-page until mouseover */
position: absolute;
width: 165px;
height: auto;
top: auto;
left: -9999px;
padding: 11px 0 0 0;
margin: 0;
list-style: none;
overflow: hidden;
z-index: 2000;
}

ul#Primary li ul li
{
width: 163px;
height: auto;
}

ul#Primary li ul li a:active,
ul#Primary li ul li a:link,
ul#Primary li ul li a:visited,
ul#Primary li ul li a:focus,
ul#Primary li ul li a:hover
{
display: block;
width: 143px;
height: auto;
padding: 10px;
border: 1px solid #cf7429;
border-top: none;
line-height: 18px;
text-decoration: none;
color: #ff7603;
background: none;
background-color: #000;
}

ul#Primary li#navOne ul li a:focus,
ul#Primary li#navOne ul li a:hover,
ul#Primary li#navTwo ul li a:focus,
ul#Primary li#navTwo ul li a:hover,
ul#Primary li#navThree ul li a:focus,
ul#Primary li#navThree ul li a:hover,
ul#Primary li#navFour ul li a:focus,
ul#Primary li#navFour ul li a:hover,
ul#Primary li#navFive ul li a:focus,
ul#Primary li#navFive ul li a:hover,
ul#Primary li#navSix ul li a:focus,
ul#Primary li#navSix ul li a:hover
{
color: #FFF;
background: none;
background-color: #bf5a06;
}

ul#Primary li.hover ul 
{ 
/* on mouseover, move the list to it's normal position */
top: 42px;
left: 0;
}

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

/* -------------------------------------------------
div#internal
------------------------------------------------- */

* html div#internal
{
width: 990px;
overflow: hidden;
}

h2#internal-pageTitle
{
width: 840px;
height: 40px;
padding: 35px 120px 32px 30px;
line-height: 40px;
font-weight: normal;
font-size: 272%;
color: #e5812e;
}

div#internal-content
{
min-height: 250px;
padding: 0 30px 30px 30px;
}

* html div#internal-content
{
height: 250px;
}

/* -------------------------------------------------
div#home
------------------------------------------------- */

div#home
{
padding: 22px 0 30px 0;
}

/* -------------------------
div#home-colOne
------------------------- */

div#home-colOne
{
float: left;
display: inline;
width: 690px;
}

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

/* -------------------------
div#BannerOne
------------------------- */

div#BannerOne
{
width: 630px;
height: 256px;
padding: 0 0 0 30px;
}

div#BannerOne img,
div#BannerOne object
{
display: block;
}

/* -------------------------
div#toolBoxOne
------------------------- */

h2#toolBoxOne-title
{
width: 530px;
height: 40px;
padding: 33px 130px 36px 30px;
line-height: 40px;
font-weight: normal;
font-size: 272%;
color: #e5812e;
}

div#toolBoxOne-content
{
min-height: 160px;
padding: 0 30px 30px 30px;
}

* html div#toolBoxOne-content
{
height: 160px;
}

/* -------------------------
div#homeComponentBox-wrapper
------------------------- */

div#homeComponentBox-container
{
padding: 0 0 30px 0;
}

/* -------------------------
div.toolBox
------------------------- */

div.toolBox
{
float: left;
display: inline;
width: 285px;
min-height: 200px;
}

* html div.toolBox
{
min-height: 200px;
}

h3.toolBox-title a:active,
h3.toolBox-title a:link,
h3.toolBox-title a:visited,
h3.toolBox-title a:focus,
h3.toolBox-title a:hover
{
display: block;
width: 285px;
height: 28px;
padding: 38px 0 24px 0;
line-height: 28px;
text-decoration: none;
text-align: center;
font-weight: normal;
font-size: 182%;
color: #FFF;
overflow: hidden;
}

div.toolBox-content
{
width: 260px;
}

/* If the home components are LINKS make sure the last class for the toolBox-content is toolBox-link */
div.toolBox-link
{
color: #d5c8b8;
}

div.toolBox-link td.vB-icontd
{
display: none;
}

div.toolBox-link td.vB-itemtd
{
padding: 0;
}

div.toolBox-link a:active,
div.toolBox-link a:link,
div.toolBox-link a:visited,
div.toolBox-link a:focus,
div.toolBox-link a:hover
{
display: block;
width: 260px;
line-height: 18px;
padding: 0 0 16px 0;
font-weight: bold;
font-size: 14px;
color: #f25cf4;
overflow: hidden;
}

div.toolBox-link a:focus,
div.toolBox-link a:hover
{
color: #ff7909;
}
/* end home component links */

/* If the home components are LINKS make sure the last class for the toolBox-content is toolBox-text */
div.toolBox-text
{
color: #d5c8b8;
}
/* end home component text */

/* If the home components is RSS make sure the last class for the toolBox-content is toolBox-rss */
div.toolBox-rss
{
color: #d5c8b8;
}

div.toolBox-rss td.vB-icontd
{
display: none;
}

div.toolBox-rss a[href^="http:"]:active,
div.toolBox-rss a[href^="http:"]:link,
div.toolBox-rss a[href^="http:"]:visited,
div.toolBox-rss a[href^="http:"]:focus,
div.toolBox-rss a[href^="http:"]:hover
{
color: #f25cf4;
}

div.toolBox-rss a[href^="http:"]:focus,
div.toolBox-rss a[href^="http:"]:hover
{
color: #ff7909;
}
/* end home component rss */

/* If the home components is VIDEO make sure the last class for the toolBox-content is toolBox-video */
div.toolBox-video
{
color: #d5c8b8;
}

div.toolBox-video a:active,
div.toolBox-video a:link,
div.toolBox-video a:visited,
div.toolBox-video a:focus,
div.toolBox-video a:hover
{
color: #f25cf4;
}

div.toolBox-video a:focus,
div.toolBox-video a:hover
{
color: #ff7909;
}

div.toolBox-video a[href^="http:"]:active,
div.toolBox-video a[href^="http:"]:link,
div.toolBox-video a[href^="http:"]:visited,
div.toolBox-video a[href^="http:"]:focus,
div.toolBox-video a[href^="http:"]:hover
{
padding: 0;
background: none;
}

div.toolBox-video img.hmCmp-vidImg
{
border-color: #ff7909;
background-color: #000;
}

div.toolBox-video ul#hmCmp-video li:first-child img.hmCmp-vidImg
{
border-color: #ff7909;
background-color: #000;
width: 250px; /* orig 272 */
height: 166px; /* orig 204 */
}
/* end home component video */

/* ----- div#toolBoxTwo ----- */

div#toolBoxTwo
{
padding: 0 0 0 60px;
}

div#toolBoxTwo-content
{
padding: 0 25px 0 0;
}

/* ----- div#toolBoxThree ----- */

div#toolBoxThree
{
padding: 0 60px 0 0;
}

div#toolBoxThree-content
{
padding: 0 0 0 25px;
}

/* -------------------------
div#memberBox
------------------------- */
/* --------------------------------------------------------------------------------------------
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
{
display: block;
width: 690px;
height: 211px;
}
/* END ALTER - Member Box */

h3#memberBox-title
{
width: 410px;
height: 28px;
padding: 50px 210px 28px 70px;
font-weight: normal;
font-size: 182%;
color: #fff;
}

div#memberBox form
{
width: 570px;
height: 105px;
padding: 0 0 0 60px;
}

div.memberBox-login-info
{
height: 26px;
padding: 0 0 15px 0;
}

span.label
{
float: left;
display: block;
width: 82px;
height: 26px;
line-height: 26px;
text-transform: uppercase;
color: #e57411;
}

input.memberBox-textBox
{
float: left;
display: inline;
width: 104px;
height: 18px;
padding: 3px;
border: 1px solid #e17517;
margin: 0 30px 0 0;
font-size: 14px;
color: #fff;
background: #532802;
}

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

button#memberBox-enter
{
display: block;
width: 112px;
height: 26px;
padding: 0;
border: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
cursor: pointer;
}

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

div#memberBox-links
{
line-height: 17px;
text-align: center;
color: #804714;
}

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

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

/* -------------------------
div#home-colTwo
------------------------- */

div#home-colTwo
{
float: left;
display: inline;
width: 270px;
}

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

/* ----- h3#linkBox ----- */

h3#linkBox
{
width: 270px;
height: 230px;
padding: 0 0 40px 0;
}

h3#linkBox a:active,
h3#linkBox a:link,
h3#linkBox a:visited,
h3#linkBox a:focus,
h3#linkBox a:hover
{
display: block;
width: 270px;
height: 230px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

h3#linkBox a:focus,
h3#linkBox a:hover
{

background-position: 0 -230px;
}

/* ----- div#BannerTwo ----- */

div#BannerTwo
{
width: 270px;
height: 520px;
padding: 0 0 50px 0;
}

div#BannerTwo img,
div#BannerTwo object
{
display: block;
}

/* ----- div#companyBox ----- */

div#companyBox
{
width: 160px;
height: 106px;
padding: 30px 55px 20px 55px;
}

/* -------------------------------------------------
div#bottomWrapper
------------------------------------------------- */

div#bottomWrapper
{
text-align: center;
}

div#bottomContainer
{
width: 990px;
height: 253px;
padding: 0 0 78px 0;
margin: 0 auto;
text-align: left;
background-position: -285px 0;
}

/* -------------------------------------------------
div#backToTop
------------------------------------------------- */

div#backToTop a:active,
div#backToTop a:link,
div#backToTop a:visited,
div#backToTop a:focus,
div#backToTop a:hover
{
display: block;
width: 990px;
height: 73px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

div#backToTop a:focus,
div#backToTop a:hover
{
background-position: 0 -73px;
}

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

div#footer
{
height: 120px;
}

/* -------------------------
div#companyLogo
------------------------- */

div#companyLogo
{
float: left;
display: inline;
width: 280px;
height: 120px;
}

div#companyLogo a:active,
div#companyLogo a:link,
div#companyLogo a:visited,
div#companyLogo a:focus,
div#companyLogo a:hover
{
display: block;
width: 280px;
height: 120px;
padding: 0;
margin: 0 auto;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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

/* -------------------------
div#footerInfo
------------------------- */

div#footerInfo
{
float: left;
display: inline;
width: 390px;
height: 88px;
padding: 32px 20px 0 20px;
}

/* ----- div#footerInfo p ----- */

div#footerInfo p
{
line-height: 17px;
text-align: center;
color: #89876b;
}

/* ----- div#footerIcons ----- */

div#footerIcons a:active,
div#footerIcons a:link,
div#footerIcons a:visited,
div#footerIcons a:focus,
div#footerIcons a:hover
{
padding: 0 2px 0 0;
text-decoration: none;
color: #a1a08f;
background: none;
}

div#footerIcons a:focus,
div#footerIcons a:hover
{
color: #fff;
}

/* -------------------------
div#clientLogoFooter
------------------------- */

div#clientLogoFooter
{
float: left;
display: inline;
width: 280px;
height: 120px;
}

* html div#clientLogoFooter
{
margin: 0 -3px 0 0;
}

div#clientLogoFooter a:active,
div#clientLogoFooter a:link,
div#clientLogoFooter a:visited,
div#clientLogoFooter a:focus,
div#clientLogoFooter a:hover
{
display: block;
width: 280px;
height: 120px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

div#clientLogoFooter a:focus,
div#clientLogoFooter a:hover
{
background-position: 0 -120px;
}

/* -------------------------
div#socialLinkBox
------------------------- */

h3#socialLink-heading
{
float: left;
display: inline;
width: 469px;
height: 60px;
text-indent: -9999px;
overflow: hidden;
}

h4.socialLink-title
{
float: left;
display: inline;
width: 73px;
height: 60px;
}

h4.socialLink-title a:active,
h4.socialLink-title a:link,
h4.socialLink-title a:visited,
h4.socialLink-title a:focus,
h4.socialLink-title a:hover
{
display: block;
width: 73px;
height: 60px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

h4#socialLink-facebook a:focus,
h4#socialLink-facebook a:hover
{
background-position: 0 -60px;
}

h4#socialLink-twitter a:active,
h4#socialLink-twitter a:link,
h4#socialLink-twitter a:visited,
h4#socialLink-twitter a:focus,
h4#socialLink-twitter a:hover
{
background-position: -73px 0;
}

h4#socialLink-twitter a:focus,
h4#socialLink-twitter a:hover
{
background-position: -73px -60px;
}

h4#socialLink-myspace a:active,
h4#socialLink-myspace a:link,
h4#socialLink-myspace a:visited,
h4#socialLink-myspace a:focus,
h4#socialLink-myspace a:hover
{
background-position: -146px 0;
}

h4#socialLink-myspace a:focus,
h4#socialLink-myspace a:hover
{
background-position: -146px -60px;
}

h4#socialLink-vimeo a:active,
h4#socialLink-vimeo a:link,
h4#socialLink-vimeo a:visited,
h4#socialLink-vimeo a:focus,
h4#socialLink-vimeo a:hover
{
background-position: -219px 0;
}

h4#socialLink-vimeo a:focus,
h4#socialLink-vimeo a:hover
{
background-position: -219px -60px;
}