/* --------------------------------------------------------------------------------------------
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.chalkjock.com/229/2133328649/

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_229.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: #575757;
font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
}

/* Fix for calendar days of the week color. */
.white_9Bold
{
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: #00a0f0;
}

a:visited
{
color: #0077bb;
}

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

.contentEdit h1
{
margin: 0.2em 0;
font-size: 182%;
color: #1b84bd;
}

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

.contentEdit h3
{
margin: 0.2em 0;
font-size: 136%;
color: #1b84bd;
}

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

.contentEdit h5
{
margin: 0.2em 0;
font-size: 107%;
color: #1b84bd;
}

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

.contentEdit img
{
border-color: #1b84bd;
}

/* To style images in content. */
.contentEdit img.imageStyle
{
border-width: 10px;
border-style: solid;
}

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

body /* Footer Bkgd */
{
background: #1b84bd;
}

div#wrapperTop /* Content Bkgd */
{
text-align: center;
background: #fff url(http://n1assets1.styles1.chalkjock.com/229/2133328649/images/wrapperTop_bkgd.jpg) repeat-x 0 0;
}

div#containerTop
{
width: 998px;
margin: 0 auto;
text-align: left;
background: transparent url(http://n1assets1.styles1.chalkjock.com/229/2133328649/images/containerTop_bkgd.jpg) no-repeat 0 0;
}

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

div#header
{
height: 228px;
padding: 22px 0 0 118px;
background: transparent url(http://n1assets1.styles1.chalkjock.com/229/2133328649/images/header_bkgd.jpg) no-repeat 0 0;
}

/* ------- h1#clientLogo --------- */

h1#clientLogo
{
float: left;
display: inline;
width: 405px;
height: 228px;
}

h1#clientLogo a
{
display: block;
width: 405px;
height: 228px;
text-indent: -9999px;
text-decoration: none;
overflow: hidden;
}

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

div#Banner
{
float: left;
display: inline;
width: 348px;
height: 228px;
}

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

/* --------------------------------------------------------------------------------------------
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, 
rename the wrapper bkgd above.
-------------------------------------------------------------------------------------------- */
#MarqueeWrapper 
{
width: 405px;
height: 36px;
padding: 0 0 0 118px;
visibility: visible;
}

#Marquee 
{
position: relative;
top: 0;
left: 0;
width: 405px;
height: 36px;
overflow: hidden;
}

#Marquee span 
{
width: 405px;
height: 36px;
line-height: 36px;
font-size: 108%;
color: #0a79b5;
}
/* END ALTER - Marquee */

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

div#middle
{
padding: 0 0 22px 0;
}

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

div#middle-colOne
{
float: left;
display: inline;
width: 222px;
}

/* ------- ul#verticalNav --------- */

h2#verticalNav-title
{
width: 162px;
padding: 45px 30px 21px 30px;
line-height: 33px;
font-size: 182%;
color: #0a79b5;
}

ul#verticalNav
{
width: 222px;
}

* html ul#verticalNav
{
height: 1px;
}

ul#verticalNav a:active,
ul#verticalNav a:link,
ul#verticalNav a:visited
{
display: block;
width: 162px;
padding: 0 30px 26px 30px;
line-height: 14px;
font-size: 108%;
color: #00a0f0;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.chalkjock.com/229/2133328649/images/verticalNav_bkgd.jpg) no-repeat center bottom;
overflow: hidden;
}

ul#verticalNav a:focus,
ul#verticalNav a:hover
{
color: #000;
}

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

div#middle-colTwo
{
float: left;
display: inline;
width: 736px;
padding: 33px 0 0 30px;
}

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

h2#pageTitle
{
line-height: 24px;
font-size: 182%;
font-weight: normal;
color: #0a79b5;
}

div#content
{
padding: 30px 0 0 0;
}

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

div#wrapperBottom
{
text-align: center;
background: transparent url(http://n1assets1.styles1.chalkjock.com/229/2133328649/images/wrapperBottom_bkgd.jpg) repeat-x 0 0;
}

div#containerBottom
{
width: 998px;
padding: 43px 0 30px 0;
margin: 0 auto;
text-align: left;
}

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

div#footer-colOne
{
float: left;
display: inline;
width: 222px;
}

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

div#companyBox
{
width: 160px;
height: 106px;
padding: 27px 31px;
margin: 0 0 22px 0;
background: transparent url(http://n1assets1.styles1.chalkjock.com/229/2133328649/images/companyBox_bkgd.jpg) no-repeat 0 0;
}

div#companyBox a
{
display: block;
width: 160px;
height: 106px;
text-decoration: none;
overflow: hidden;
}

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

div#clientLogo-footer
{
width: 222px;
height: 160px;
margin: 0 0 22px 0;
}

div#clientLogo-footer a
{
display: block;
width: 222px;
height: 160px;
text-indent: -9999px;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.chalkjock.com/229/2133328649/images/clientLogo_footer.jpg) no-repeat 0 0;
overflow: hidden;
}

div#clientLogo-footer a:focus,
div#clientLogo-footer a:hover
{
background-position: -222px 0;
}

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

div#footerIcons
{
width: 220px;
height: 37px;
padding: 0 0 0 2px;
}

div#footerIcons a
{
float: left;
position: relative;
width: 44px;
height: 37px;
padding: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

a#firefox
{
background: transparent url(http://n1assets1.styles1.chalkjock.com/229/2133328649/images/footerIcons.jpg) no-repeat 0 0;
}

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

a#internetExplorer
{
background: transparent url(http://n1assets1.styles1.chalkjock.com/229/2133328649/images/footerIcons.jpg) no-repeat -44px 0;
}

a#internetExplorer:focus,
a#internetExplorer:hover
{
background-position: -44px -37px;
}

a#safari
{
background: transparent url(http://n1assets1.styles1.chalkjock.com/229/2133328649/images/footerIcons.jpg) no-repeat -88px 0;
}

a#safari:focus,
a#safari:hover
{
background-position: -88px -37px;
}

a#delicious
{
background: transparent url(http://n1assets1.styles1.chalkjock.com/229/2133328649/images/footerIcons.jpg) no-repeat -132px 0;
}

a#delicious:focus,
a#delicious:hover
{
background-position: -132px -37px;
}

a#favorites
{
background: transparent url(http://n1assets1.styles1.chalkjock.com/229/2133328649/images/footerIcons.jpg) no-repeat -176px 0;
}

a#favorites:focus,
a#favorites:hover
{
background-position: -176px -37px;
}

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

div#footer-colTwo
{
float: left;
display: inline;
width: 736px;
padding: 11px 0 0 30px;
}

/* -------------------------------------------------
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 /* username and password */
{
display: none;
width: 410px;
padding: 0 0 35px 30px;
margin: 0 auto;
color: #81d3ff;
}
/* END ALTER - Member Box */

div#memberBox-top
{
padding: 0 0 20px 0;
}

h2#memberBox-title
{
float: left;
display: inline;
font-size: 182%;
color: #FFF;
}

div#memberBox-register
{
float: left;
display: inline;
padding: 6px 0 0 22px;
}

div#memberBox-register a
{
color: #81d3ff;
line-height: 18px;
}

div#memberBox-register a:focus,
div#memberBox-register a:hover
{
color: #FFF;
text-decoration: none;
}

div#memberBox-login
{
float: left;
display: inline;
width: 300px;
}

div.memberBox-login-info
{
padding: 0 0 10px 0;
}

div.memberBox-label
{
float: left;
display: inline;
width: 90px;
line-height: 26px;
font-weight: bold;
}

input.memberBox-textBox
{
float: left;
display: inline;
width: 119px;
height: 14px;
padding: 4px;
border: 2px solid #6dc2f0;
font-size: 107%;
color: #6dc2f0;
background: #15618b;
}

input.memberBox-textBox:focus
{
border: 2px solid #6dc2f0;
color: #000;
background: #FFF;
}

div.memberBox-links
{
float: left;
display: inline;
width: 50px;
padding: 0 0 0 9px;
}

div.memberBox-links a
{
display: block;
width: 50px;
line-height: 26px;
color: #81d3ff;
}

div.memberBox-links a:focus,
div.memberBox-links a:hover
{
color: #FFF;
text-decoration: none;
}

div#memberBox-enterButton
{
float: left;
display: inline;
width: 86px;
height: 26px;
padding: 36px 0 0 0;
}

button#memberBox-enter
{
display: block;
width: 86px;
height: 26px;
padding: 0;
border: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.chalkjock.com/229/2133328649/images/memberBox_buttons.jpg) no-repeat 0 0;
overflow: hidden;
cursor: pointer;
}

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

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

div#footer-colTwo p
{
padding: 16px 0 10px 0;
line-height: 18px;
color: #FFF;
text-align: center;
}

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

div#companyLogo
{
width: 200px;
height: 45px;
margin: 0 auto;
}

* html div#companyLogo
{
height: 1px;
}

div#companyLogo a:active,
div#companyLogo a:link,
div#companyLogo a:visited
{
display: block;
width: 200px;
height: 45px;
padding: 0;
text-decoration: none; /* Netscape 8.1 */
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.chalkjock.com/229/2133328649/images/company_logo.jpg) no-repeat 0 0;
overflow: hidden;
}

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