/* --------------------------------------------------------------------------------------------
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.)

** NOTE: The current path for all assets associated with this site is: http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/

INSTRUCTIONS:
Make changes to the following:
1. all asset URL paths in the following external documents should be changed to the appropriate client URL:
   * style_18.tpl, home.tpl, non-ie.css, ie.css
   ** NOTE: if no URL path exists in one of the aforementioned external documents, obviously
      no change is necessary
2. all asset URL paths in this document should be changed to the appropriate client URL
3. 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: #FFF;
}

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: #009933;
}

a:visited
{
color: #666;
}

a:focus,
a:hover
{
color: #2BC65F;
background: none;
}

/* Fix for calendar days of the week color. */
.white_9Bold
{
color: #FFF;
}

/* -------------------------------------------------
main structure
------------------------------------------------- */

body
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/background.gif) repeat 0 0;
}

div#wrapper
{
text-align: center;
}

div#container
{
width: 656px;
margin: 0 auto;
text-align: left;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/container_bkgd.gif) repeat-y 0 0;
}

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Marquee

INSTRUCTIONS:
Make changes to the following:
1. if client does not have component activated, change block to none, & vice versa
2. color value
3. PSD changes - if, by deactivating the marquee, image changes result, it will be
   necessary to re-export the proper background image for the div#wrapper above
-------------------------------------------------------------------------------------------- */

/* ------- div#marquee-wrapper --------- */

div#marquee-wrapper
{
display: none;
padding: 10px;
border: 1px solid #000;
margin: 0 7px;
background: #890F0F;
}

div#marquee-container
{
padding: 5px;
border: 1px solid #000;
background: #FFF;
}

div#marquee
{
position: relative; /* for marquee tag */
height: 15px;
}

div#marquee span.body_10
{
color: #000;
font-size: 92%;
font-weight: bold;
line-height: 15px;
}
/* END ALTER - Marquee */

/* -------------------------------------------------
div#header
------------------------------------------------- */

div#header
{
padding: 6px 0 7px 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/header_bkgd.gif) no-repeat 0 0;
}

/* -------------------------
div#header-rowOne
------------------------- */

div#header-rowOne
{
height: 24px;
}

div#icon
{
width: 48px;
height: 16px;
padding: 0 0 0 5px;
}

div#icon a
{
display: block;
width: 48px;
height: 16px;
text-indent: -9999px;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat 0 0;
overflow: hidden;
}

div#icon a:focus,
div#icon a:hover
{
background-position: 0 -16px;
}

/* -------------------------
div#header-rowTwo
------------------------- */

div#header-rowTwo
{
height: 31px;
padding: 0 0 0 5px;
}

/* ------- div#horizontalNavOne --------- */

ul#horizontalNavOne
{
width: 608px;
height: 31px;
padding: 0 0 0 9px;
text-align: left;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -48px 0;
}

ul#horizontalNavOne li#navOne,
ul#horizontalNavOne li#navTwo,
ul#horizontalNavOne li#navThree,
ul#horizontalNavOne li#navFour,
ul#horizontalNavOne li#navFive,
ul#horizontalNavOne li#navSix,
ul#horizontalNavOne li#navSeven/*,
ul#horizontalNavOne li#navEight*/
{
float: left;
position: relative;
width: 67px;
height: 31px;
padding: 0 9px 0 0;
}

ul#horizontalNavOne li span
{
display: none;
}

ul#horizontalNavOne li#navOne a:active,
ul#horizontalNavOne li#navOne a:link,
ul#horizontalNavOne li#navOne a:visited,
ul#horizontalNavOne li#navTwo a:active,
ul#horizontalNavOne li#navTwo a:link,
ul#horizontalNavOne li#navTwo a:visited,
ul#horizontalNavOne li#navThree a:active,
ul#horizontalNavOne li#navThree a:link,
ul#horizontalNavOne li#navThree a:visited,
ul#horizontalNavOne li#navFour a:active,
ul#horizontalNavOne li#navFour a:link,
ul#horizontalNavOne li#navFour a:visited,
ul#horizontalNavOne li#navFive a:active,
ul#horizontalNavOne li#navFive a:link,
ul#horizontalNavOne li#navFive a:visited,
ul#horizontalNavOne li#navSix a:active,
ul#horizontalNavOne li#navSix a:link,
ul#horizontalNavOne li#navSix a:visited,
ul#horizontalNavOne li#navSeven a:active,
ul#horizontalNavOne li#navSeven a:link,
ul#horizontalNavOne li#navSeven a:visited/*,
ul#horizontalNavOne li#navEight a:active,
ul#horizontalNavOne li#navEight a:link,
ul#horizontalNavOne li#navEight a:visited*/
{
display: block;
width: 67px;
height: 31px;
text-decoration: none;
overflow: hidden;
}

ul#horizontalNavOne li#navOne a:focus,
ul#horizontalNavOne li#navOne a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -57px -31px;
}

ul#horizontalNavOne li#navTwo a:focus,
ul#horizontalNavOne li#navTwo a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -133px -31px;
}

ul#horizontalNavOne li#navThree a:focus,
ul#horizontalNavOne li#navThree a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -209px -31px;
}

ul#horizontalNavOne li#navFour a:focus,
ul#horizontalNavOne li#navFour a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -285px -31px;
}

ul#horizontalNavOne li#navFive a:focus,
ul#horizontalNavOne li#navFive a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -361px -31px;
}

ul#horizontalNavOne li#navSix a:focus,
ul#horizontalNavOne li#navSix a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -437px -31px;
}

ul#horizontalNavOne li#navSeven a:focus,
ul#horizontalNavOne li#navSeven a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -513px -31px;
}
/*
ul#horizontalNavOne li#navEight a:focus,
ul#horizontalNavOne li#navEight a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -589px -31px;
}
*/
/* -------------------------
div#header-rowThree
------------------------- */

div#header-rowThree
{
height: 185px;
}

div#mainPic img,
div#mainPic object
{
display: block;
}

/* -------------------------
div#header-rowFour
------------------------- */

div#header-rowFour
{
height: 30px;
padding: 0 0 0 34px;
}

/* ------- div#horizontalNavTwo --------- */

ul#horizontalNavTwo
{
width: 608px;
height: 30px;
padding: 0 0 0 9px;
text-align: left;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -665px 0;
}

/*ul#horizontalNavTwo li#navSixteen,
ul#horizontalNavTwo li#navFifteen,
ul#horizontalNavTwo li#navFourteen,*/
ul#horizontalNavTwo li#navThirteen,
ul#horizontalNavTwo li#navTwelve,
ul#horizontalNavTwo li#navEleven,
ul#horizontalNavTwo li#navTen,
ul#horizontalNavTwo li#navNine
{
float: right;
position: relative;
width: 67px;
height: 30px;
padding: 0 9px 0 0;
}

ul#horizontalNavTwo li span
{
display: none;
}

/*ul#horizontalNavTwo li#navSixteen a:active,
ul#horizontalNavTwo li#navSixteen a:link,
ul#horizontalNavTwo li#navSixteen a:visited,
ul#horizontalNavTwo li#navFifteen a:active,
ul#horizontalNavTwo li#navFifteen a:link,
ul#horizontalNavTwo li#navFifteen a:visited,
ul#horizontalNavTwo li#navFourteen a:active,
ul#horizontalNavTwo li#navFourteen a:link,
ul#horizontalNavTwo li#navFourteen a:visited,*/
ul#horizontalNavTwo li#navThirteen a:active,
ul#horizontalNavTwo li#navThirteen a:link,
ul#horizontalNavTwo li#navThirteen a:visited,
ul#horizontalNavTwo li#navTwelve a:active,
ul#horizontalNavTwo li#navTwelve a:link,
ul#horizontalNavTwo li#navTwelve a:visited,
ul#horizontalNavTwo li#navEleven a:active,
ul#horizontalNavTwo li#navEleven a:link,
ul#horizontalNavTwo li#navEleven a:visited,
ul#horizontalNavTwo li#navTen a:active,
ul#horizontalNavTwo li#navTen a:link,
ul#horizontalNavTwo li#navTen a:visited,
ul#horizontalNavTwo li#navNine a:active,
ul#horizontalNavTwo li#navNine a:link,
ul#horizontalNavTwo li#navNine a:visited
{
display: block;
width: 67px;
height: 30px;
text-decoration: none;
overflow: hidden;
}
/*
ul#horizontalNavTwo li#navSixteen a:focus,
ul#horizontalNavTwo li#navSixteen a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -1206px -30px;
}

ul#horizontalNavTwo li#navFifteen a:focus,
ul#horizontalNavTwo li#navFifteen a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -1130px -30px;
}

ul#horizontalNavTwo li#navFourteen a:focus,
ul#horizontalNavTwo li#navFourteen a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -1054px -30px;
}
*/
ul#horizontalNavTwo li#navThirteen a:focus,
ul#horizontalNavTwo li#navThirteen a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -978px -30px;
}

ul#horizontalNavTwo li#navTwelve a:focus,
ul#horizontalNavTwo li#navTwelve a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -902px -30px;
}

ul#horizontalNavTwo li#navEleven a:focus,
ul#horizontalNavTwo li#navEleven a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -826px -30px;
}

ul#horizontalNavTwo li#navTen a:focus,
ul#horizontalNavTwo li#navTen a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -750px -30px;
}

ul#horizontalNavTwo li#navNine a:focus,
ul#horizontalNavTwo li#navNine a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -674px -30px;
}

/* -------------------------------------------------
div#middle
------------------------------------------------- */

div#middle
{
padding: 0 0 5px 0;
}

/* -------------------------
div#internal
------------------------- */

div#internal
{
padding: 0 12px;
}

div#internal-middle
{
min-height: 200px;
}

* html div#internal-middle
{
height: 200px;
}

/* -------------------------
div#home
------------------------- */

div#home
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/home_bkgd.gif) repeat-y 0 0;
}

/* -------------------------
div#home-rowOne
------------------------- */

div#home-rowOne
{
padding: 0 0 17px 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/home_rowOne_btm.gif) no-repeat bottom left;
}

/* -------------------------
div#home-rowOne-colOne
------------------------- */

div#home-rowOne-colOne
{
float: left;
display: inline;
width: 266px;
background-color: transparent; /* Fix for IE 6 column structure. */
}

/* ------- div#memberBox --------- */

div#memberBox
{
position: relative;
width: 218px;
height: 84px;
padding: 36px 21px 0 27px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsTwo.jpg) no-repeat 0 0;
}

div#memberBox h1
{
display: none;
}

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Member Box ALTER

INSTRUCTIONS:
Make changes to the following:
1. if site has member area, default visibility to visible - othewise, change visible to hidden
-------------------------------------------------------------------------------------------- */
div#memberBox form
{
visibility: visible;
width: 218px;
}
/* END ALTER - Member Box */

div.memberBox-login-info
{
width: 157px;
height: 20px;
padding: 4px 0 0 61px;
}

p.memberBox-label
{
display: none;
}

input.memberBox-textBox
{
position: relative;
width: 130px;
color: #888;
}

p#memberBox-forgot
{
display: none;
}

ul#memberBox-buttons
{
width: 197px;
height: 22px;
margin: 5px 0 0 10px;
}

ul#memberBox-buttons li
{
float: left;
display: inline;
position: relative;
height: 22px;
}

ul#memberBox-buttons a:active,
ul#memberBox-buttons a:link,
ul#memberBox-buttons a:visited
{
display: block;
height: 22px;
text-decoration: none; /* Netscape 8.1 */
text-indent: -9999px;
overflow: hidden;
}

li#memberBox-buttons-enter
{
width: 44px;
padding: 0 19px 0 0;
}

li#memberBox-buttons-enter a
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -1282px 0;
}

li#memberBox-buttons-enter a:hover,
li#memberBox-buttons-enter a:focus
{
background-position: -1282px -22px;
}

li#memberBox-buttons-register
{
width: 134px;
}

li#memberBox-buttons-register a
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsOne.jpg) no-repeat -1326px 0;
}

li#memberBox-buttons-register a:focus,
li#memberBox-buttons-register a:hover
{
background-position: -1326px -22px;
}

/* ------- div#toolBoxTwo --------- */

div#toolBoxTwo
{
width: 266px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/toolBoxTwo_bkgd.gif) repeat-y 0 0;
}

h1#toolBoxTwo-title a
{
display: block;
width: 266px;
height: 43px;
text-indent: -9999px;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsTwo.jpg) repeat-y -266px 0;
overflow: hidden;
}

div#toolBoxTwo-bottom
{
padding: 0 0 14px 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/toolBoxTwo_btm.gif) no-repeat bottom left;
}

div#toolBoxTwo-middle
{
padding: 0 15px 0 21px;
}

div#toolBoxTwo-middle a:active,
div#toolBoxTwo-middle a:link
{
color: #FFF;
}

div#toolBoxTwo-middle a:focus,
div#toolBoxTwo-middle a:hover
{
color: #999;
}

/* ------- div#toolBoxThree --------- */

div#toolBoxThree
{
width: 266px;
}

h1#toolBoxThree-title a
{
display: block;
width: 266px;
height: 49px;
text-indent: -9999px;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsTwo.jpg) repeat-y -532px 0;
overflow: hidden;
}

div#toolBoxThree-middle
{
padding: 0 23px 0 28px;
}

div#toolBoxThree-middle a:active,
div#toolBoxThree-middle a:link
{
color: #FFF;
}

div#toolBoxThree-middle a:focus,
div#toolBoxThree-middle a:hover
{
color: #999;
}

/* -------------------------
div#home-rowOne-colTwo
------------------------- */

div#home-rowOne-colTwo
{
float: left;
display: inline;
width: 390px;
}

* html div#home-rowOne-colTwo
{
overflow: hidden;
}

/* ------- div#toolBoxOne --------- */

div#toolBoxOne
{
width: 390px;
}

* html div#toolBoxOne
{
height: 257px;
}

h1#toolBoxOne-title
{
width: 390px;
height: 87px;
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsTwo.jpg) no-repeat -1454px 0;
overflow: hidden;
}

div#toolBoxOne-middle
{
padding: 0 20px 0 15px;
}

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
toolBoxOne (Welcome Section) - Image

INSTRUCTIONS:
Make changes to the following:
1. if client does not have image present, change block to none, & vice versa
-------------------------------------------------------------------------------------------- */
img#toolBoxOne-pic
{
float: left;
display: block;	
}
/* END ALTER - toolBoxOne */

/* -------------------------
div#home-rowTwo
------------------------- */

/* ------- div#companyBox --------- */

div#companyBox
{
float: left;
display: inline;
width: 160px;
height: 106px;
padding: 21px 50px 19px 56px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsTwo.jpg) no-repeat -798px 0;
}

div#companyBox img
{
display: block;
}

/* ------- div#toolBoxFour --------- */

div#toolBoxFour
{
float: left;
display: inline;
width: 317px;
height: 122px;
padding: 8px 64px 16px 9px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/elementsTwo.jpg) no-repeat -1064px 0;
}

h1#toolBoxFour-title
{
float: right;
display:inline;
width: 154px;
height: 27px;
padding: 95px 0 0 0;
}

* html h1#toolBoxFour-title
{
margin: 0 -3px 0 0;
}

h1#toolBoxFour-title a
{
display: block;
width: 154px;
height: 27px;
text-indent: -9999px;
text-decoration: none;
overflow: hidden;
}

* html h1#toolBoxFour-title a
{
width: 151px;
}

div#toolBoxFour-middle
{
float: right;
display: inline;
width: 163px;
height: 122px;
}

div#toolBoxFour-middle a img
{
display: block;
}

/* -------------------------------------------------
div#footer
------------------------------------------------- */

div#footer
{
height: 22px;
padding: 3px 2px 2px 12px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/footer_bkgd.gif) no-repeat 0 0;
}

div#footer p
{
float: left;
width: 522px;
line-height: 22px;
text-align: center;
color: #FFF;
}

* html div#footer p
{
margin: 0 -3px 0 0;
}

div#companyLogo
{
float: left;
display: inline;
width: 110px;
height: 20px;
margin: 1px 0 0 10px;
}

div#companyLogo a:active,
div#companyLogo a:link,
div#companyLogo a:visited
{
display: block;
width: 110px;
height: 20px;
padding: 0;
text-decoration: none; /* Netscape 8.1 */
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/18/cheertyme.com/images/company_logo.gif) no-repeat 0px 0px;
overflow: hidden;
}

div#companyLogo a:focus,
div#companyLogo a:hover
{
background-position: -110px 0;
}