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

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

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

a:visited
{
color: #c10000;
}

a:focus,
a:hover
{
color: #097ab8;
}

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

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

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

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

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

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

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

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

/* -------------------------------------------------
main structure
------------------------------------------------- */
body
{
padding: 0px;
margin: 0px;
background-color: #00a5ff;
}

div#wrapper
{
text-align: center;
}

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

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

div#header
{
height: 443px;
}

/* --------------------------------------------------------------------------------------------
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: 725px;
height: 22px;
padding: 64px 183px 0 90px;
visibility: visible;
}

div#Marquee
{
height: 22px;
left:0;
top:0;
width: 725px;
overflow:hidden;
}

#Marquee span
{
width: 725px;
height:22px;
line-height: 22px;
font-size: 138.5%;
font-weight: bold;
color: #000;
}
/* END ALTER - Marquee */

div#header_container
{
height: 357px;
width: 998px;
}

div#header_colOne 
{
display:block;
float:left
}

/* -------------------------------------------------
client logo
------------------------------------------------- */

div#clientLogo
{
display:inline;
float: left;
width: 540px;
height: 357px;
}

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

/* -------------------------------------------------
div#Banner
------------------------------------------------- */
div#header_colTwo
{
display: block;
float: left;
position: relative;
width: 458px;
height: 357px;
}

div#mainPic
{
display: block;
width: 458px;
height: 357px;
position: absolute;
left: 0;
top: 0;
z-index: 2;
}

div#Banner
{
display: block;
width: 458px;
height: 357px;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}

div#middle
{
width: 930px;
padding: 0 34px;
}

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

div#middle_colOne
{
display: block;
float: left;
width: 240px;
}

* html div#middle_colOne
{
overflow: hidden;
}

div#homeIcon
{
width: 240px;
height: 78px;
}

/* -------------------------------------------------
home icon
------------------------------------------------- */

div#homeIcon a:active,
div#homeIcon a:link,
div#homeIcon a:visited,
div#homeIcon a:focus,
div#homeIcon a:hover
{
display: block;
width:200px;
height: 28px;
padding: 5px 20px 26px 20px;
line-height: 28px;
font-size: 182%;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #fff;
overflow: hidden;
}

div#homeIcon a:focus,
div#homeIcon a:hover
{
color: #71cdff;
}

/* -------------------------------------------------
vertical navigation
------------------------------------------------- */
ul#verticalNav
{
width: 240px;
min-height: 19px;
height: auto !important;
text-align: center;
text-decoration: none;
font-size: 138.5%;
overflow: hidden;
}

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: 200px;
padding: 19px 20px 9px 20px;
text-decoration: none;
color:#fff;
}

ul#verticalNav li a:focus,
ul#verticalNav li a:hover
{
color: #71cdff;
}

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

/* -------------------------------------------------
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#memberBox-wrapper
{
display: block;
width: 200px;
height: 28px;
padding: 40px 20px 12px 20px;
}
/* END ALTER - Members box */

h3#memberBox-title a:active,
h3#memberBox-title a:link,
h3#memberBox-title a:visited
{
display: block;
height: 28px;
line-height: 28px;
font-size: 182%;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #fff;
overflow: hidden;
}

h3#memberBox-title a:focus,
h3#memberBox-title a:hover
{
color: #71cdff;
}

/* -------------------------------------------------
company box
------------------------------------------------- */
div#companyBox
{
width: 160px;
height: 106px;
padding: 27px 40px 83px 40px;
}

div#middle_colOne-footer
{
width: 240px;
height: 27px;
}

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

div#middle_colTwo
{
display: block;	
float: left;
}

* html div#middle_colTwo 
{
overflow: hidden;
}

div#siteContent_container 
{
width: 690px;
min-height: 525px;
}

* html div#siteContent_container
{
height: 525px;
width: 690px;
}

h2#pageTitle
{
width: 560px;
line-height: 34px;
padding: 30px 90px 55px 40px;
font-size: 180%;
font-weight: bold;
text-align: left;
color: #FFFFFF;
}

div#siteContent
{
width: 610px;
padding: 0px 35px 16px 45px;
white-space:normal;
}

/* -------------------------------------------------
footer
------------------------------------------------- */
div#footer
{
width: 998px;
height: 242px;
margin: 0 auto;
text-align: left;
}

div#footer_colOne
{
float: left;
width: 220px;
height: 34px;
padding: 44px 10px 164px 44px;
}

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

div#footerIcons p
{
width: 220px;
height: 34px;
text-align: center;
}

div#footerIcons a:active,
div#footerIcons a:link,
div#footerIcons a:visited
{
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}


div#footer_colTwo
{
float: left;
width: 610px;
height: 30px;
padding: 60px 69px 152px 45px;
}

div#footer_colTwo p
{
float: left;
width: 416px;
height: 17px;
text-align: left;
padding: 9px 20px 4px 0;
}

/* ----- a#companyLogo ----- */

a#companyLogo:active,
a#companyLogo:link,
a#companyLogo:visited,
a#companyLogo:focus,
a#companyLogo:hover
{
float: left;
display: block;
width: 174px;
height: 30px;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

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