/* --------------------------------------------------------------------------------------------
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
{
font-family: verdana, arial, helvetica, sans-serif;
color: #fff;
background-color: #031602;
}

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

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

a:visited
{
color: #fff;
}

a:focus,
a:hover
{
color: #23f229;
}


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

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

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

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

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

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

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

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

div#wrapper
{
text-align: center;
}

div#container
{
width: 990px;
margin: 0px auto;
text-align: left;
}

/* -------------------------------------------------
header
------------------------------------------------- */

div#header
{
width: 990px;
height: 381px;
}

div#headerInfo
{
width: 990px;
height: 64px;
}

/* -------------------------------------------------
home icon
------------------------------------------------- */
div#homeIconWrapper
{
width: 279px;
height: 64px;
float: left;
}

div#homeIcon
{
width: 248px;
height: 48px;
margin: 4px 16px 11px 16px;
}

h3#homeIcon-title
{
height: 0px;
text-align: center;
font-size: 182%;
font-weight: normal;
text-decoration: none;
padding: 11px 0px 13px 0px;
}

div#homeIcon a
{
display: block;
height: 48px;
line-height: 48px;
color: #000;
font-size: 182%;
text-align: center;
text-decoration: none;
}

div#homeIcon a:focus,
div#homeIcon a:hover
{
color: #23f229;
background-position: 0px -48px;
}

/* --------------------------------------------------------------------------------------------
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
{
display: inline;
float: left;
width: 711px;
height: 64px;
}

div#Marquee
{
height: 19px;
left:0;
top:0;
width: 685px;
overflow:hidden;
margin: 20px 11px 0px 11px;
}

#Marquee span
{
width: 685px;
height:19px;
line-height: 19px;
font-size: 116%;
font-weight: bold;
}
/* END ALTER - Marquee */


/* -------------------------------------------------
client logo 
------------------------------------------------- */
div#clientLogo
{
display: inline;
float: left;
width: 279px;
height: 317px;
}

div#clientLogo a:active,
div#clientLogo a:link,
div#clientLogo a:visited,
div#clientLogo a:focus,
div#clientLogo a:hover
{
display: block;
width: 279px;
height: 317px;
overflow: hidden;
z-index: -9999px;
text-indent: -9999px;
}

/* -------------------------------------------------
div#Banner
------------------------------------------------- */
div#BannerWrapper
{
float: left;
width: 711px;
height: 317px;
}

div#Banner
{
width: 460px;
height: 300px;
padding: 3px 125px 0px 125px; 
}
div#mainPic
{
display: block;
width: 711px;
height: 329px; 
left: 0;
top: 0;
z-index: 2;
}

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

div#middle
{
width: 990px;
min-height: 560px;
padding: 0 0 20px 0;
}

div#middleWrapper
{
width: 990px;
min-height: 560px;
margin: 0 0 0 13px;
}

/* -------------------------------------------------
middle-colOne
------------------------------------------------- */

div#colOne
{
float: left;
width: 266px;
}

* html div#colOne
{
overflow: hidden;
}

/* -------------------------------------------------
vertical navigation
------------------------------------------------- */

div#colOneWrapper
{
width: 266px;
float: left;
}
div#colOneContainer
{
width: 266px;
}

div#colOne
{
width: 266px;
min-height: 330px;
}

div#verticalNavWrapper
{
padding: 0px 0 15px 0;
}

div#verticalNavContainer
{
width: 266px;
min-height: 150px;
height: auto !important;
text-align: center;
text-decoration: none;
font-size: 125%;
overflow: hidden;
}

ul#verticalNav
{
width: 266px;
min-height: 150px;
height: auto !important;
text-align: center;
text-decoration: none;
overflow: hidden;
padding: 0 0 28px 0;
}

ul#verticalNav li a,
ul#verticalNav li a:active,
ul#verticalNav li a:link,
ul#verticalNav li a:visited,
ul#verticalNav li a:focus,
ul#verticalNav li a:hover
{
display: block;
width: 266px;
font-size: 123.1%;
text-align: center;
padding: 10px 0px 12px 0px;
text-decoration: none;
color: #fff;
}
ul#verticalNav li a:hover
{
color: #000;	
}

ul#verticalNav li.firstItem
{
background: none; 
}

ul#verticalNav li.lastItem
{
padding: 0 0 0px 0;
}
/* -------------------------------------------------
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#memberLoginWrapper
{
width: 266px;
height: 48px;
margin: 0px 0 30px 0px;
}

div#memberLogin 
{
width: 266px;
height: 48px;
}

h3#memberBox-title
{
height: 48px;
text-align: center;
font-size: 182%;
font-weight: normal;
text-decoration: none;
color: #000;
}

div#memberLogin a:active,
div#memberLogin a:link,
div#memberLogin a:visited
{
display: block;
width: 266px;
height: 48px;

line-height: 48px;
text-decoration: none;
color: #000;
}

div#memberLogin a:focus,
div#memberLogin a:hover
{
text-decoration: none;
color: #23f229;
background-position: center -48px;
}

/* -------------------------------------------------
company box
------------------------------------------------- */

div#companyBoxWrapper
{
width: 253px;
height: 168px;
margin: 0 6px;
}

div#companyBox
{
width: 160px;
height: 106px;
padding: 33px 47px 29px 46px;
}

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

div#colTwoWrapper
{
float: left;
width: 711px;
padding: 0 0 32px 0;
}

div#colTwo
{
width: 711px;
}

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

div#colTwoContainer 
{
width: 711px;
}

* html div#colTwoContainer
{
width: 711px;
height: 525px;
}

div#pageTitle-container
{
width: 711px; 
}

h2#pageTitle
{
width: 618px;
line-height: 30px;
padding: 0px 43px 17px 50px;
font-size: 227%;
font-weight: normal;
text-align: left;
}

div#pageContent
{
width: 618px;
padding: 7px 34px 35px 50px;
font-size: 108%;
word-wrap: break-word;
}

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

div#wrapperBottom
{
text-align: center;
}

div#containerBottom
{
width: 860px;
height: 228px;
margin: 0 auto;
text-align: center;
}

div#footer
{
width: 990px;
height: 60px;
padding: 0px 0 30px 0;
}

div#copyright
{
float: left;
display: inline;
width: 473px;
height: 28px;
line-height: 28px;
text-align: left;
font-size: 100%;
padding: 21px 20px 10px 69px ;
}
/* -----  footeIcons ----- */

div#footerIcons
{
float: left;
display: inline;
width: 200px;
height: 28px;
margin: 22px 0 0 28px;
}

div#footerIcons a:active,
div#footerIcons a:link,
div#footerIcons a:visited,
div#footerIcons a:focus,
div#footerIcons a:hover
{
float: left;
display: inline;
width: 39px;
height: 28px;
padding: 0 0px 0 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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

a#internetExplorer:active,
a#internetExplorer:link,
a#internetExplorer:visited,
a#internetExplorer:focus,
a#internetExplorer:hover
{
background-position: -0px -78px;
}

a#internetExplorer:focus,
a#internetExplorer:hover
{
background-position: -39px -28px;
}

a#safari:active,
a#safari:link,
a#safari:visited,
a#safari:focus,
a#safari:hover
{
background-position: -69px -28px;
}

a#safari:focus,
a#safari:hover
{
background-position: -78px -28px;
}

a#delicious:active,
a#delicious:link,
a#delicious:visited,
a#delicious:focus,
a#delicious:hover
{
background-position: -96px 0;
}

a#delicious:focus,
a#delicious:hover
{
background-position: -117px -28px;
}

a#favorites:active,
a#favorites:link,
a#favorites:visited,
a#favorites:focus,
a#favorites:hover
{
background-position: -128px 0;
}

a#favorites:focus,
a#favorites:hover
{
background-position: -156px -28px;
}

/* ----- a#companyLogo ----- */
div#companyLogo
{
display: inline;
float: left;
width: 200px;
height: 60px;
}

div#companyLogo a:active,
div#companyLogo a:link,
div#companyLogo a:visited,
div#companyLogo a:focus,
div#companyLogo a:hover
{
display: block;
width: 200px;
height: 60px;
overflow: hidden;
text-indent: -9999px;
}

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