/* --------------------------------------------------------------------------------------------
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: #b3b3b3;
font-family: "Lucida Sans", "Lucida Grande", Tahoma, 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: #D40202;
}

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

a:visited
{
color: #AB0E0E;
}

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

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

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

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

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

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

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

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

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

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

div#wrapper
{
padding: auto;
margin: auto;
overflow: hidden;
}

div#container
{
padding: auto;
margin: auto;
}

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

div#header
{
width: 990px;
height: 345px;
margin: 0 auto;
position: relative;
}

div#header-info
{
height: 68px;
}

a#homeIcon,
a#homeIcon:focus,
a#homeIcon:link,
a#homeIcon:visited,
a#homeIcon:hover
{
display: block;
float: left;
width: 50px;
height: 50px;
margin: 18px 193px 0 30px;
text-indent: -9999px;
}

a#homeIcon:focus,
a#homeIcon:hover
{
background-position: -50px 0;
}

/*------------------------------------------------
Marquee
------------------------------------------------*/
div#MarqueeWrapper
{
display: block;
float: left;
width: 700px;
height: 22px;
padding: 10px 17px 36px 0;
white-space: nowrap;
}

div#Marquee
{
height: 22px;
width: 700px;
overflow:hidden;
}

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

div#logoBox
{
width: 416px;
height: 277px;
padding: 0 65px 0 509px;
position: relative;
}

div#slideshow-wrapper
{
position: relative;
width: 416px;
height: 277px;
padding: 0 65px 0 509px;
overflow: hidden;
}

div#slideshow-wrapper > img
{
position: absolute;
top: 0;
left: 509px;
z-index: 10;
}

div#slideshow-container
{
position: absolute;
top: 0;
width: 416px;
height: 277px;
overflow: hidden;
z-index: 0;
}

div#slideshow-container img
{
position: absolute;
min-width: 416px;
max-width: 416px;
min-height: 277px;
}

/* -------------------------------------------------
middle
------------------------------------------------- */
div#middle-wrapper
{
width: 990px;
margin: 0 auto;
}

div#colOne
{
display: block;
float: left;
width: 270px;
padding: 87px 0 0 0;
}

div#colTwo
{
display: block;
float: left;
width: 720px;
padding: 83px 0 0 0;
}

/*------------------------------------------------
Members Button
------------------------------------------------*/

div#memberButton
{
display: block;
width: 255px;
height: 60px;
}

/* END ALTER - Members box */
div#memberButton a,
div#memberButton a:focus,
div#memberButton a:link,
div#memberButton a:visited,
div#memberButton a:hover
{
display: block;
padding: 17px 22px 13px 22px;
line-height: 30px;
font-size: 138.5%;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #fff;
}

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


/* -------------------------------------------------
vertical Nav
------------------------------------------------- */
div#verticalNav_container
{
width: 255px;
padding: 0 0 0 15px;
}

ul#verticalNav
{
width: 255px;
padding: 0 0 51px 0;
}

ul#verticalNav li a
{
display: block;
padding: 20px 22px 18px 22px;
line-height: 22px;
font-size: 138.5%;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #fff;
}

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

/* -------------------------------------------------
company box
------------------------------------------------- */
div#companyBox
{
width: 160px;
height: 106px;
padding: 22px 45px;
margin: 0 0 0 15px;
}

/* -------------------------------------------------
Page Content
------------------------------------------------- */
h2#pageTitle
{
min-height: 36px;
padding: 0 45px 80px 35px;
font-size: 231%;
font-weight: normal;
font-weight: bold;
line-height: 34px;
color: #fff;
text-shadow: 0px 0px 5px #fff;
}

div#pageContent
{
min-height: 300px;
padding: 0 45px 0 35px;
word-wrap: break-word;
overflow: hidden;
}

/* -------------------------------------------------
Footer
------------------------------------------------- */
div#footer-wrapper
{
height: 460px;
padding: 0;
margin: 0 auto;
}

div#footer
{
width: 990px;
height: 460px;
padding: 0;
margin: 0 auto;
}

div#footer-links
{
float: left;
width: 205px;
height: 115px;
padding: 65px 20px 0 45px;
}

div#footer-links span
{
display: block;
color: #fff;
text-shadow: -2px -2px 2px #000;
}

div#footer-links a
{
margin: 0 1px;
text-decoration: none;
color: #fff;
}

div#footer-links a:focus,
div#footer-links a:hover
{
color: #D40202;
text-shadow: -2px -2px 2px #000;
}

a#firefox,
a#delicious
{
margin: 0 1px 0 0;
}

a#internetExplorer,
a#favorites
{
margin: 0 0 0 1px;
}

div#footer p
{
display: block;
float: left;
width: 640px;
height: 22px;
padding: 135px 45px 23px 35px;
font-weight: bold;
text-align: center;
font-size: 138.5%;
color: #fff;
text-shadow: 0px 0px 5px #fff;
}

a#companyLogo
{
display: block;
width: 265px;
height: 140px;
margin: 0 0 0 725px;
text-indent: -9999px;
}

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