﻿/* Root */
html
{
    padding: 0em;
    margin: 0em;
}

body 
{
    font-family: Arial Rounded MT Bold, Arial;
    font-size: 12pt;
    color: #FFF;
    background-color: #000;
    text-align: center;
    padding: 0em;
    margin: 0em;
}

/* The outer most section within the body */
#wrapper
{
    position: relative; /* position must be relative to center the text. */
	margin-left: auto; 	/* auto set the left margin to center the text. */
	margin-right: auto; /* auto set the left margin to center the text. */
    background-color: #9A0009; /* 154,0,9 - Dark Maroon */
    width: 1006px;
}

/* The top-most section displays the logo and company name */
#masthead
{
    position: relative;
    background-color: #FFF;
    padding: 2em 0em 0em 0em;
    margin: 0em;
    text-align: left;
    z-index: 3003;
}

#masthead h1
{
    margin: 0em;
    padding: 0em 0em 0.25em 4.25em;
}

#masthead a
{
    color: #9A0009;
    text-decoration: none;
}

#masthead #we-moved
{
    display: none;
}

#masthead #we-moved a img
{
    border: none 0px;
}

#logo
{
   position: absolute;
   top: 0.25em;
   left: 0em;
   z-index: 4004;
}

#logo a img
{
    border: none 0px #000;
    text-decoration: none;
}

#follow,
#staff-signin
{
    display: none;
}

/* Displays the company slogan and a variety of silohette images. */
.banner
{
    display: none;
    background: transparent url(../../images/HomeBanner_1006x198.jpg) no-repeat center;
    border-bottom: solid 1px #000;
    width: 1006px;
    height: 198px;
    position: relative;
}

/* position the slogan */
.banner h3
{
    font-style: italic;
    margin: 0em;
    padding: 0em;
    position: absolute;
    left: 34em;
    bottom: 2.25em;
}

/* Displays the main tabs for the site. */
#main-menu,
.horizontalcssmenu
{
    display: none;
    margin: 0em 0em 0em 0em;
    position: relative;
    top: -0.75em;
}


#nav
{
    margin: 0;
    padding: 0;
}

#nav li
{
    list-style: none;
    display: inline;
    margin: 0em -0.25em 0em 0em;
    padding: 0.5em 1em;
    line-height: 20px;    
    background: transparent url(../../images/BlackTab.png) repeat-x top; 
    border-top: solid 1px #000;
    border-right: solid 1px #000;    
    border-bottom: solid 1px #000;
}

#nav li:first-child
{
    border-left: solid 1px #000;
}

#nav a
{
    color: #FFF;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

/* Displays the copyright info along with tab replacement links */
#footer
{
    font-size: 10pt;
    border-top: none;
    color: #000;
    margin-top: 0em;
}

#footer b
{
    font-weight: normal;
}

#footer p
{
    margin: 0em;
}

#validates
{
    display: none;
    color: #111;
    background-color: #000;
    padding: 0.5em 0em 0.25em 0em;
}

#validates p
{
    margin: 0;
    padding: 0;
}

#validates a,
#validates a img
{
    color: #111;
    border: none;
    text-decoration: none;
}

/* The container for the page content */
#page-content
{
    text-align: left;
}

/* Main Content */
#main-content
{
    color: #000;
    background-color: #FFF;
    margin: 0;
    padding: 0em 1em;
}

#main-content h3,
#spotlight h3,
#page-menu h3
{
    margin-top: 0em;
}

#main-content h4
{
    margin-top: 1em;
}

#main-content h3,
#main-content h4,
#spotlight h4
{
    margin-bottom: 0em;
    padding-bottom: 0em;
}

#spotlight h4
{
    margin-top: 0.5em;
    letter-spacing: -1px;
}

#spotlight h3
{
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    margin-bottom: 0em;
}

#spotlight a sup
{
    vertical-align: baseline;
}

/*#spotlight h3+img
{
    margin-top: 6px;
}*/

#main-content p
{
    margin-top: 0em;
    margin-bottom: 0em;
    padding-top: 0em;
}

#main-content p+p
{
    margin-top: 1em;
}

#main-content ul,
#main-content ol
{
    margin-top: 0em;
    margin-bottom: 0em;
}

#main-content .content-image-wrapper
{
    position: relative;
}

#main-content .content-image
{
    float: right; 
    margin-top: -2em; 
    text-align: center;
}

.caption
{
    font-style: italic;
    font-size: 10pt;
}

.clear-it
{
    clear: both;
    margin: 0em;
    padding: 0em;
    height: 0px;
}

#spotlight p
{
    margin-top: 0em;
    padding-top: 0em;
}

#main-content-wrapper .round-top,
#standard-content .round-top
{
    background: #FFF url(../../images/main-content-top-right.jpg) no-repeat top right;
    height: 20px; /* The height of the corner image */
}

#main-content-wrapper .round-bottom,
#standard-content .round-bottom
{
    background: #FFF url(../../images/main-content-bottom-right.jpg) no-repeat bottom right;
    height: 20px; /* The height of the corner image */
}

/* Sub Content */
#sub-content-wrapper
{
    margin-top: 0em;
}

#sub-content-wrapper .round-top
{
    background: #E1000E url(../../images/sub-content-top-right.jpg) no-repeat top right;
    height: 20px; /* The height of the corner image */
}

#sub-content-wrapper .round-bottom
{
    background: #E1000E url(../../images/sub-content-bottom-right.jpg) no-repeat bottom right;
    height: 20px; /* The height of the corner image */
}

#sub-content
{
    color: #000;
    background-color: #FFF;
    margin-top: 0em;
    padding: 0em 1em 0em 1em;
}

#sub-content p
{
    margin-top: 0em;
    margin-bottom: 0em;
    padding-top: 0em;
}

/* Page Menu */
#page-menu
{
    display: none;
    color: #FFF;
    /*background-color: #E1000E;  225,0,14 */
    position: absolute;
    /* 40px is equivalent to the 2 round borders of 20px each that push the page title "header" line down. */
    /* 36px is to make up the difference that comes from the top padding in "#page-menu h3"*/
    top: 38px;/*40px;*//*2em;*/
    left: 754px;
    width: 252px; /* Required for IE 7, else the width extends beyond the container. */
}

#page-menu h3
{
    background-color: #C9000C; /* 201,0,12 */
    margin-bottom: 0em;
    margin-left: 0em;
    padding: 0.25em 0.5em;
}

#page-menu ul
{
    margin-left: 0em;
    padding-left: 1em;
}

#home-wrapper #page-menu li
{
    padding-top: 0em;
    padding-bottom: 0em;
}

#page-menu li
{
    list-style-type: none;
    padding-top: 0.25em;
    padding-bottom: 0.25em;    
}

#page-menu li h4
{
    margin-top: 0em;
    margin-bottom: 0em;
    padding-bottom: 0em;
}

#page-menu li p
{
    margin-top: 0em;
    padding-top: 0em;
    padding-right: 0.5em;
}

#page-menu p
{
    font-family: Arial;
    color: #FFF;
}

#page-menu a
{
    color: #FFF;
}

/*******************************************/
/************   Home Page   ****************/
/*******************************************/
#home-wrapper
{
    position: relative;
}

#standard-content-wrapper,
#home-content-wrapper
{
    background-color: #C9000C; /* 201,0,12 */
    padding: 0em;
    width: 100%;
    position: relative; 
    line-height: 1.5em;   
}

#standard-content-wrapper > .round-top,
#home-content-wrapper > .round-top
{
    display: none;
    background: #C9000C url(../../images/body-content-top-right.jpg) no-repeat top right;
    height: 20px; /* The height of the corner image */
}

#standard-content-wrapper > .round-bottom,
#home-content-wrapper > .round-bottom
{
    display: none;
    background: #C9000C url(../../images/body-content-bottom-right.jpg) no-repeat bottom right;
    height: 20px; /* The height of the corner image */
}

#home-content
{
    width: 65%;
}

#spotlight
{
    position: absolute;
    /* 40px is equivilant to the 2 round borders of 20px each that push the page title "header" line down. */
    top: 38px;/*2em;*/
    right: 0.5em;
}

#spotlight a
{
    color: #FFF;
}

/*******************************************/
/************  Standard Page   *************/
/*******************************************/
#standard-wrapper
{
    position: relative;
}

/*#standard-content-wrapper
{
    background-color: #C9000C; /* 201,0,12 
    padding: 2em 2em 2em 0em;
    width: 70%;
    position: relative;
    
}*/

#standard-content-wrapper
{
    font-family: Verdana, Trebuchet MS, Arial;
}

#standard-content
{
    /*width: 100%; */
    /* This is to make the right "Maroon border" appear the same size as the top 20px "border"
       created by the round-top image.
    */
    margin-right: 20px;/*2em;*/ 
}

