﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    position 		: relative;
    width 			: 100%;
}

h1 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

h2 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

h3 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

h4 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

h5 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

h6 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

p 
{
    margin          : 0;
    padding         : .2em 0 1em 0;
    letter-spacing  : normal;
    line-height     : 2em;
}

ul 
{
    margin          : 0 2em 1em;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
    list-style-type : disc;
}

ol 
{
    margin          : 0 2em 1em;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
    list-style-type : decimal;
}

li 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : 2em;
}

strong 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

em 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

u 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

a 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

a:visited 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

a:hover 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

table 
{
    width           : auto;
    height          : auto;
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

tr 
{
    width           : auto;
    height          : auto;
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

th 
{
    width           : auto;
    height          : auto;
    margin          : 0;
    padding         : 5px;
    letter-spacing  : normal;
    line-height     : normal;
}

td 
{
    width           : auto;
    height          : auto;
    margin          : 0;
    padding         : 5px;
    letter-spacing  : normal;
    line-height     : normal;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#branding
{
    position        : relative;
    width           : 880px;
    margin          : 0 auto;
    padding-bottom  : 20px;
}

div#content
{
    position        : relative;
    overflow        : hidden;
    width           : 844px;
    margin          : 0 auto;   
    padding         : 0 15px 0 15px;
}

div#site_info
{
    position        : relative;
    width           : 880px;
    margin          : 0 auto;   
    padding-top     : 25px;
    text-align      : center;
}

div#content_wrapper
{
    position        : relative;
    width           : 100%;
    float           : right;
    margin-left     : -261px;
}

div#content_main
{
    position        : relative;
    margin-left     : 261px;
    padding-top     : 10px;
}

div#content_sub
{
    position        : relative;
    float           : left;
    width           : 223px;
    padding-bottom  : 1em;
}

div#motto
{
    position        : absolute;
    left            : 455px;
    top             : 65px;   
    margin-right    : 112px;
}

div.contactInfo
{
    line-height     : 1.4em;
}

div#testimonial
{
    margin-top      : 1em;
    margin-bottom   : 1em;
    padding         : 5px;   
    line-height     : 1.4em;
    clear           : both;
}

div.homeLeft
{
    float           : left;
    width           : 308px;
    margin-right    : 35px;   
}

div.homeRight
{
    float           : right;
    width           : 230px;
    margin-right    : 10px; 
}

div.secLeft
{
    float           : left;
    width           : 308px;
    margin-right    : 35px;
}

div.secRight
{
    float           : right;
    width           : 230px;
    margin-right    : 10px;
}

div.prodRight
{
    float           : right;
    clear           : right;
    margin-left     : 40px;
    width           : 400px;   
}

div.pBox
{
    padding         : 0 10px 5px 12px;
    margin-bottom   : 20px;
}

div.clear
{
    clear           : both;
}

div#sidebarText
{
    padding         : 0 7px 30px 7px;    
}

/*___ SPAN _________________________________________________________________*/

div#site_info > span
{
    display         : block;    
}

div#site_info > span span
{
    padding-left    : 25px;
    padding-right   : 25px;
}

div#site_info > span:first-child
{
    margin-bottom   : 20px;    
}

div.contactInfo > span
{
    display         : block;
    padding-left    : 36px; 
}

div.contactInfo span span
{
    display         : block;
    float           : left;
    width           : 74px;   
}

/*___ H1 _________________________________________________________________*/

div#branding h1
{
    width           : 377px;
    height          : 87px;
    margin-left     : 18px;
    margin-top      : 23px;
}

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

div#content_sub h4
{
    padding-top     : 1em;
    clear           : both;
}

div#content_main h4
{
    padding-top     : 1em;
    clear           : both;    
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

p.pImageFrame
{
    position        : relative;
    display         : block;
    padding         : 16px;  
    width           : 200px;
    float           : left;
    margin-bottom   : 1em;
}
/*___ UL _________________________________________________________________*/

ul.ulSidebarNav
{
    list-style-type : none;
    margin          : 0 0 1em 0;
    padding         : 0 0 0 0;    
}

ul.ulBenefits
{
    list-style-type : circle;
    margin-top      : 5px;
}
    
ul#ulServices
{
    line-height     : 2em;
    list-style-type : none;
    margin          : 0;
    padding         : 0;
}

*ul#ulServices
{
    position        : relative;
    zoom            : 1;
    display         : block;
    width           : 330px;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

ul#ulBenefits li
{
    padding         : 2px 0 8px 0;
}

ul#ulServices li
{
    line-height     : 2em;  
    margin-left     : 20px;  
    padding-left    : 15px;
}

*ul#ulServices li
{
    clear           : left;
    width           : 212px;
    margin-left     : 0;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

ul.ulSidebarNav a
{
    display         : block;
    height          : 26px;
    margin-bottom   : 5px; 
    padding-top     : 2px;
    padding-left    : 8px;
}

div.contactInfo a
{
    float           : left;
}

div#branding h1 a
{
    display         : block;
    width           : 377px;
    height          : 87px;
    text-indent     : -9999em;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

div.homeLeft img
{
    margin-right    : 10px;   
}

img.imgLeft
{
    float           : left;
    margin-top      : 18px;
    margin-bottom   : 15px;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___ BLOCKQUOTE _________________________________________________________________*/

div.secRight blockquote
{
    padding-bottom  : 5px;
}

*div#testimonial blockquote
{
    margin-top      : -6px;
}

/*___ CITE _________________________________________________________________*/

div#testimonial cite
{
    display         : block;   
}

div.secRight cite
{
    margin-left     : 10px;
}

/*___Group/Section/Class_________________________________________________________________*/