﻿/* Use this Style Sheet to define your layout and graphical arrangements */
/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    padding: 0px;
    margin: 0px;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style-type: none;
}

/*end reset*/

body
{
    /*Set the master background 	background-position: left top;  	background: black;  	background-image: url(../Images/SiteShell/BG_Primary_Strip.jpg); 	background-repeat: repeat-x;*/
    background: #ced2d3; /*default font settings*/
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 13px;
    font-style: normal;
    font-weight: normal; /*other settings*/
    overflow: -moz-scrollbars-vertical;
    height: 100%;
}

/*SITE SHELL ELEMENTS*/
#Site_Shell_Outside
{
    background-position: center top;
    width: 100%; /* min-height: 488px*;*/
    background-repeat: no-repeat;
    background-image: url(../Images/SiteShell/BG_Primary.jpg);
}
#Body_Shell_Outside
{
    width: 950px; /* min-height: 450px;*/ /* height: 450px;*/
    height: auto;
    background-image: url(../Images/SiteShell/BG_Primary_Body.jpg);
}

#Body_Shell_Header
{
    width: 100%;
    height: 500px;
    min-height: 500px; /*background-image: url(../Images/SiteShell/BG_Primary_Header.png);*/
    background-repeat: no-repeat;
    background-position: left bottom;
}

#Body_Shell_Main
{
    background-position: center top;
    width: 100%; /*background-image: url(../Images/SiteShell/BG_Primary_Body.png);*/
    background-repeat: no-repeat;
    background-color: #9fa3a4;
}

#Body_Shell_Sub_Main
{
    background-position: left bottom;
    width: 95%;
    min-height: 400px;
    height: 400px;
    height: auto; /*background-image: url(../Images/SiteShell/BG_Primary_HappyPeople.jpg);*/
    background-repeat: no-repeat;
    background-color: #9fa3a4;
    text-align: left;
}

#Body_Shell_Sub
{
    width: 100%;
    height: 303px;
    background-color: #373636;
    text-align: left;
}

#Body_Shell_Sub_Form
{
    width: 434px;
    height: 439px;
    float: right;
    margin-top: -698px; /*background-image: url(../Images/SiteShell/BG_Primary_Form.png);*/
    background-repeat: no-repeat;
}

#Body_Shell_Footer
{
    background-position: center top;
    width: 100%;
    height: 50px;
    background-image: url(../Images/SiteShell/BG_Primary_Footer.jpg);
    background-repeat: no-repeat;
    background-color: #ced2d3;
    padding-top: 25px;
    text-align: left;
}

/* END HEADER ELEMENTS ------------- */


/*HEADER ELEMENTS*/
#Logo
{
    background-image: url(../Images/Header/Logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 350px;
    height: 130px;
    float: left;
}

#Navigation
{
    width: 500px;
    height: 130px;
    float: right;
}


/* END HEADER ELEMENTS ------------- */





