/* --------------------------------------------------------------------------------------------
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/176/powercheerallstars.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_176.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: #B6B6B6;
}

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: #FF0000;
}

a:visited
{
color: #777;
}

a:focus,
a:hover
{
color: #830000;
}

.contentEdit h1
{
padding: 0.25em 0 0.75em 0;
margin: 0.2em 0;
font-size: 182%;
color: #FFF;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/h1_btm_border.gif) no-repeat bottom left;
}

.contentEdit h2
{
padding: 0.25em 0 0.88em 0;
margin: 0.2em 0;
font-size: 136%;
color: #BFBFBF;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/h2_btm_border.gif) no-repeat bottom left;
}

.contentEdit h3
{
padding: 0.25em 0 1em 0;
margin: 0.2em 0;
font-size: 107%;
color: #808080;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/h3_btm_border.gif) no-repeat bottom left;
}

.contentEdit h4
{
padding: 0.25em 0 0.75em 0;
margin: 0.2em 0;
font-size: 182%;
color: #FFF;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/h4_btm_border.gif) no-repeat bottom right;
}

.contentEdit h5
{
padding: 0.25em 0 0.88em 0;
margin: 0.2em 0;
font-size: 136%;
color: #BFBFBF;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/h5_btm_border.gif) no-repeat bottom right;
}

.contentEdit h6
{
padding: 0.25em 0 1em 0;
margin: 0.2em 0;
font-size: 107%;
color: #808080;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/h6_btm_border.gif) no-repeat bottom right;
}

a[href^="http:"]:active,
a[href^="http:"]:link,
a[href^="http:"]:visited
{
padding: 0 13px 0 0;
text-decoration: underline;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/content_externalLink.gif) no-repeat top right;
}

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Special link properties within the editable region of the website.

INSTRUCTIONS:
Make changes to the following:
1. replace default URL (powercheerallstars.com) with client URL
-------------------------------------------------------------------------------------------- */
a[href^="http://www.powercheerallstars.com"]:active,
a[href^="http://www.powercheerallstars.com"]:link,
a[href^="http://www.powercheerallstars.com"]:visited,
a[href^="http://powercheerallstars.com"]:active,
a[href^="http://powercheerallstars.com"]:link,
a[href^="http://powercheerallstars.com"]:visited,
a[href^="http://n1media1.images1.jamspiritsites.com"]:active,
a[href^="http://n1media1.images1.jamspiritsites.com"]:link,
a[href^="http://n1media1.images1.jamspiritsites.com"]:visited
{
padding: 0;
background-image: none;
}
/* END ALTER - Special link */

a[href^="mailto:"]:active,
a[href^="mailto:"]:link,
a[href^="mailto:"]:visited,
a[href^="javascript:location.href='mailto:'"]:active,
a[href^="javascript:location.href='mailto:'"]:link,
a[href^="javascript:location.href='mailto:'"]:visited
{
padding: 0 11px 0 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/content_emailLink.gif) no-repeat top right;
}

a[href$=".pdf"]:active,
a[href$=".pdf"]:link,
a[href$=".pdf"]:visited
{
padding: 0 18px 0 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/content_pdfLink.gif) no-repeat top right;
}

a[href$=".doc"]:active,
a[href$=".doc"]:link,
a[href$=".doc"]:visited
{
padding: 0 18px 0 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/content_wordLink.gif) no-repeat top right;
}

/* Fix for calendar days of the week color. */
.white_9Bold
{
color: #FFF;
}

/* 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
{
background: none;
}

/* 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;
}

/* -------------------------------------------------
main structure
------------------------------------------------- */

body
{
background: #000;
}

div#wrapper
{
text-align: center;
}

div#container
{
width: 958px;
padding: 25px 0 0 0;
margin: 0 auto;
text-align: left;
}

/* -------------------------------------------------
div#header
------------------------------------------------- */

div#header
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/header_bkgd.jpg) no-repeat 0 0;
}

/* -------------------------
div#header-rowOne
------------------------- */

div#header-rowOne
{
height: 326px;
}

/* -------------------------
div#header-rowOne-colOne
------------------------- */

div#header-rowOne-colOne
{
float: left;
display:inline;
width: 248px;
height: 326px;
}

h1#clientLogo a
{
display: block;
width: 248px;
height: 270px;
text-indent: -9999px;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/clientLogo.jpg) no-repeat 0 0;
overflow: hidden;
}

h1#clientLogo a:focus,
h1#clientLogo a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/clientLogo.jpg) no-repeat 0 -270px;
}


/* -------------------------
div#header-rowOne-colTwo
------------------------- */

div#header-rowOne-colTwo
{
float: left;
display:inline;
width: 710px;
height: 326px;
}

/* -------------------------
div#header-rowOne-colTwo-rowOne
------------------------- */

div#header-rowOne-colTwo-rowOne
{
height: 57px;
padding: 8px 0 0 0;
}

/* ------- div#horizontalNavOne --------- */

ul#horizontalNavOne
{
width: 694px;
height: 57px;
text-align: left;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/horizontalNavOne_buttons.jpg) no-repeat 0 0;
}

ul#horizontalNavOne li#navOne,
ul#horizontalNavOne li#navTwo,
ul#horizontalNavOne li#navThree,
ul#horizontalNavOne li#navFour
{
float: left;
position: relative;
height: 57px;
}

ul#horizontalNavOne li#navOne
{
width: 167px;
}

ul#horizontalNavOne li#navTwo
{
width: 178px;
}

ul#horizontalNavOne li#navThree
{
width: 164px;
}

ul#horizontalNavOne li#navFour
{
width: 185px;
}

ul#horizontalNavOne li span
{
display: none;
}

ul#horizontalNavOne li#navOne a:active,
ul#horizontalNavOne li#navOne a:link,
ul#horizontalNavOne li#navOne a:visited
{
display: block;
width: 167px;
height: 57px;
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/176/powercheerallstars.com/images/horizontalNavOne_buttons.jpg) no-repeat 0 -57px;
}

ul#horizontalNavOne li#navFour a:active,
ul#horizontalNavOne li#navFour a:link,
ul#horizontalNavOne li#navFour a:visited
{
display: block;
width: 185px;
height: 57px;
text-decoration: none;
overflow: hidden;
}

ul#horizontalNavOne li#navFour a:focus,
ul#horizontalNavOne li#navFour a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/horizontalNavOne_buttons.jpg) no-repeat -509px -57px;
}

/* ----- div#horizontalNavOne DD ----- */

ul#horizontalNavOne li ul
{
display: none;
position: absolute; 
left: 0;
top: 0;
text-indent: 0px;
}

* html ul#horizontalNavOne li ul
{
height: 1px;
}

ul#horizontalNavOne li > ul
{
top: auto;
left: auto;
}

ul#horizontalNavOne li:hover ul,
ul#horizontalNavOne li.over ul
{ 
display: block; 
}

ul#horizontalNavOne li ul li
{
float: none;
position: relative;
top: 57px;
}

ul#horizontalNavOne li#navTwo ul li
{
left: 13px;
}

ul#horizontalNavOne li#navThree ul li
{
left: 13px;
}

ul#horizontalNavOne li#navTwo ul li a:active,
ul#horizontalNavOne li#navTwo ul li a:link,
ul#horizontalNavOne li#navTwo ul li a:visited,
ul#horizontalNavOne li#navThree ul li a:active,
ul#horizontalNavOne li#navThree ul li a:link,
ul#horizontalNavOne li#navThree ul li a:visited
{
display: block;
width: 124px;
padding: 4px 5px;
border: 1px solid #FFF;
border-bottom: none;
text-decoration: none;
text-align: center;
color: #FFF;
background: #0D3896;
}

ul#horizontalNavOne li#navTwo ul li a:focus,
ul#horizontalNavOne li#navTwo ul li a:hover,
ul#horizontalNavOne li#navThree ul li a:focus,
ul#horizontalNavOne li#navThree ul li a:hover
{
background: #3D6ACC;
}

ul#horizontalNavOne li#navTwo ul li.ddLast,
ul#horizontalNavOne li#navThree ul li.ddLast
{
border-bottom: 1px solid #FFF;
}

/* -------------------------
div#header-rowOne-colTwo-rowTwo
------------------------- */

div#header-rowOne-colTwo-rowTwo
{
height: 261px;
}

div#mainPic img,
div#mainPic object
{
display: block;
}

/* -------------------------
div#header-rowTwo
------------------------- */

div#header-rowTwo
{
height: 57px;
padding: 0 0 0 8px;
}

/* ------- div#horizontalNavTwo --------- */

ul#horizontalNavTwo
{
width: 685px;
height: 57px;
text-align: left;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/horizontalNavTwo_buttons.jpg) no-repeat 0 0;
}

ul#horizontalNavTwo li#navFive,
ul#horizontalNavTwo li#navSix,
ul#horizontalNavTwo li#navSeven,
ul#horizontalNavTwo li#navEight
{
float: left;
position: relative;
height: 57px;
}

ul#horizontalNavTwo li#navFive
{
width: 159px;
}

ul#horizontalNavTwo li#navSix
{
width: 155px;
}

ul#horizontalNavTwo li#navSeven
{
width: 166px;
}

ul#horizontalNavTwo li#navEight
{
width: 205px;
}

ul#horizontalNavTwo li span
{
display: none;
}

ul#horizontalNavTwo li#navFive a:active,
ul#horizontalNavTwo li#navFive a:link,
ul#horizontalNavTwo li#navFive a:visited,
ul#horizontalNavTwo li#navSix a:active,
ul#horizontalNavTwo li#navSix a:link,
ul#horizontalNavTwo li#navSix a:visited,
ul#horizontalNavTwo li#navSeven a:active,
ul#horizontalNavTwo li#navSeven a:link,
ul#horizontalNavTwo li#navSeven a:visited,
ul#horizontalNavTwo li#navEight a:active,
ul#horizontalNavTwo li#navEight a:link,
ul#horizontalNavTwo li#navEight a:visited
{
display: block;
height: 57px;
text-decoration: none;
overflow: hidden;
}

ul#horizontalNavTwo li#navFive a:active,
ul#horizontalNavTwo li#navFive a:link,
ul#horizontalNavTwo li#navFive a:visited
{
width: 159px;
}

ul#horizontalNavTwo li#navSix a:active,
ul#horizontalNavTwo li#navSix a:link,
ul#horizontalNavTwo li#navSix a:visited
{
width: 155px;
}

ul#horizontalNavTwo li#navSeven a:active,
ul#horizontalNavTwo li#navSeven a:link,
ul#horizontalNavTwo li#navSeven a:visited
{
width: 166px;
}

ul#horizontalNavTwo li#navEight a:active,
ul#horizontalNavTwo li#navEight a:link,
ul#horizontalNavTwo li#navEight a:visited
{
width: 205px;
}

ul#horizontalNavTwo li#navFive a:focus,
ul#horizontalNavTwo li#navFive a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/horizontalNavTwo_buttons.jpg) no-repeat 0 -57px;
}

ul#horizontalNavTwo li#navSix a:focus,
ul#horizontalNavTwo li#navSix a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/horizontalNavTwo_buttons.jpg) no-repeat -159px -57px;
}

ul#horizontalNavTwo li#navSeven a:focus,
ul#horizontalNavTwo li#navSeven a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/horizontalNavTwo_buttons.jpg) no-repeat -314px -57px;
}

ul#horizontalNavTwo li#navEight a:focus,
ul#horizontalNavTwo li#navEight a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/horizontalNavTwo_buttons.jpg) no-repeat -480px -57px;
}

/* -------------------------
div#header-rowThree
------------------------- */

div#header-rowThree
{
height: 65px;
}

/* ------- div#memberBox --------- */

div#memberBox
{
display: none; /* To hide login change block to none and vice versa */
position: relative;
width: 763px;
height: 65px;
line-height: 33px;
}

div#memberBox h1
{
float: left;
display: inline;
position: relative;
width: 227px;
height: 65px;
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/memberBox_title.jpg) no-repeat 0 0;
}

/* --------------------------------------------------------------------------------------------
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
{
float: left;
display: inline;
position: relative;
visibility: visible;
height: 65px;
}
/* END ALTER - Member Box */

div.memberBox-login-info
{
float: left;
display: inline;
position: relative;
width: 85px;
padding: 13px 20px 0 0;
}

p.memberBox-label
{
padding: 0 0 5px 0;
text-align: left;
color: #849AEA;
}

input.memberBox-textBox
{
width: 85px;
color: #888;
}

p#memberBox-forgot
{
float: left;
display: inline;
position: relative;
width: 58px;
margin: 20px 20px 0 0;
text-align: center;
font-size: 77%;
}

p#memberBox-forgot a:active,
p#memberBox-forgot a:link,
p#memberBox-forgot a:visited
{
color: #5C74CB;
}

p#memberBox-forgot a:focus,
p#memberBox-forgot a:hover
{
color: #FE0000;
text-decoration: none;
background: none;
}

ul#memberBox-buttons
{
float: left;
display: inline;
position: relative;
width: 218px;
height: 65px;
}

ul#memberBox-buttons li
{
float: left;
display: inline;
position: relative;
height: 65px;
}

ul#memberBox-buttons a:active,
ul#memberBox-buttons a:link,
ul#memberBox-buttons a:visited
{
display: block;
height: 65px;
text-decoration: none; /* Netscape 8.1 */
text-indent: -9999px;
overflow: hidden;
}

li#memberBox-buttons-enter
{
width: 96px;
}

li#memberBox-buttons-enter a
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/memberBox_buttons.jpg) no-repeat 0 0;
}

li#memberBox-buttons-enter a:focus,
li#memberBox-buttons-enter a:hover
{
background-position: 0 -65px;
}


li#memberBox-buttons-register
{
width: 122px;
}

li#memberBox-buttons-register a
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/memberBox_buttons.jpg) no-repeat -96px 0;
}

li#memberBox-buttons-register a:focus,
li#memberBox-buttons-register a:hover
{
background-position: -96px -65px;
}

/* -------------------------------------------------
div#middle
------------------------------------------------- */

/* -------------------------
div#internal-wrapper
------------------------- */

div#internal-wrapper
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/internal_wrapper_bkgd.gif) repeat-y 0 0;
}

div#internal-container
{
padding: 28px 0 0 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/internal_container_bkgd.jpg) no-repeat 0 0;
}

div#internal-bottom
{
padding: 0 0 38px 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/internal_btm_bkgd.jpg) no-repeat bottom left;
}

div#internal-middle
{
padding: 30px 46px 0 38px;
}

.contentEdit img
{
border-color: #424242;
}

/* -------------------------
div#home-wrapper
------------------------- */

div#home-wrapper
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/home_wrapper_bkgd.gif) repeat-y 0 0;
}

div#home-container
{
padding: 28px 0 0 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/home_container_bkgd.jpg) no-repeat 0 0;
}

/* -------------------------
div#home-rowOne
------------------------- */

/* -------------------------
div#home-rowOne-colOne
------------------------- */

div#home-rowOne-colOne
{
float: left;
display: inline;
width: 257px;
}

/* ------- h1#toolBoxOne --------- */

h1#toolBoxOne a
{
display: block;
width: 257px;
height: 118px;
text-indent: -9999px;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/toolBoxOne_bkgd.jpg) no-repeat 0 0;
overflow: hidden;
}

h1#toolBoxOne a:focus,
h1#toolBoxOne a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/toolBoxOne_bkgd.jpg) no-repeat 0 -118px;
}

/* -------------------------
div#home-rowOne-colTwo
------------------------- */

div#home-rowOne-colTwo
{
float: left;
display: inline;
width: 376px;
padding: 0 30px;
}

/* -------------------------
div#home-rowOne-colThree
------------------------- */

div#home-rowOne-colThree
{
float: left;
display: inline;
width: 257px;
padding: 0;
}

/* ------- h1#toolBoxThree --------- */

h1#toolBoxThree a
{
display: block;
width: 257px;
height: 118px;
text-indent: -9999px;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/toolBoxThree_bkgd.jpg) no-repeat 0 0;
overflow: hidden;
}

h1#toolBoxThree a:focus,
h1#toolBoxThree a:hover
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/toolBoxThree_bkgd.jpg) no-repeat 0 -118px;
}

/* -------------------------
div#home-rowTwo
------------------------- */

div#home-rowTwo
{
height: 210px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/176/powercheerallstars.com/images/home_rowTwo_bkgd.jpg) no-repeat 0 0;
}

div#companyBox
{
width: 160px;
height: 106px;
padding: 53px 0 0 739px;
}

/* -------------------------------------------------
div#footer
------------------------------------------------- */

div#footer
{
width: 858px;
padding: 30px 50px 10px 50px;
}

div#footer p
{
width: 858px;
padding: 0 0 25px 0;
line-height: 20px;
text-align: center;
}

div#companyLogo
{
width: 110px;
margin: 0 auto;
}

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/176/powercheerallstars.com/images/company_logo.gif) no-repeat 0px 0px;
overflow: hidden;
}

div#companyLogo a:focus,
div#companyLogo a:hover
{
background-position: -110px 0;
}