﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

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     : 1.4em;
}

ul 
{
    margin          : 0 2em;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

ol 
{
    margin          : 0 2em;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : normal;
}

li 
{
    margin          : 0;
    padding         : 0;
    letter-spacing  : normal;
    line-height     : 1.7em;
}

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          : 5px 5px 5px 45px;
    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 
{
}

/****************************************************************************************\
    
	Compound Selectors
	
\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#body_wrapper
{
    width           : 1012px;
}

div#top_overlay
{
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 531px;
    height          : 171px;
}

div#bottom_overlay
{
    position        : absolute;
    bottom          : 0;
    left            : 0;
    width           : 232px;
    height          : 262px;
}

div#branding
{
    position        : relative;
    height          : 138px;
    width           : 729px;
    padding         : 27px 30px 0 231px;
}

div#content
{
    position        : relative;
    width           : 960px;
}

div#wrapper
{
    float           : right;
    position        : relative;
    width           : 100%;
    margin-left     : -233px;
}

div#content_main
{
    position        : relative;
    margin-top      : -42px;
    margin-left     : 233px;
    margin-bottom   : 54px;
    overflow        : hidden;
}

div#wrapper_main
{
    float           : right;
    position        : relative;
    width           : 100%;
    margin-left     : -479px;
}

div#main_content
{
    position        : relative;
    margin-left     : 479px;
    margin-top      : -8px;
    padding         : 0 0 0 30px;
}

div#content_details
{
    position        : relative;
    width           : 434px;
    padding         : 0 15px 0 30px;
    float           : left;
}

div#content_sub
{
    position        : relative;
    width           : 182px;
    float           : left;
    padding         : 0 10px 0 40px;
}

div#site_info
{
    clear           : both;
    width           : 712px;
    margin          : 0 0 0 230px;
    padding         : 5px 10px;
}

div.divClear
{
    clear           : both;
    height          : 1px;
}

div#contactForm
{
    margin          : 2em 0 2em 70px;
    width           : 100%;
}

/*___ SPAN _________________________________________________________________*/
div#contactForm label span
{
    display         : block;
    width           : 150px;
}

div#branding h1 span
{
    position        : absolute;
    top             : 14px;
    left            : 64px;
    display         : block;
    width           : 143px;
    height          : 134px;
    text-indent     : -9999em;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

div#content_main h4
{
    padding         : 0 0 10px 34px;
}

/*___ H5 _________________________________________________________________*/

div#content_main h5
{
    padding         : 32px 0 7px 40px;
}

div#content_main h4 + p + h5
{
    padding-top     : 0;
}

/*___ H6 _________________________________________________________________*/
div#content_main h6
{
    padding         : 0 133px 0 45px;
}

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

div#content_main p
{
    padding         : 0 133px 10px 45px;
}

div#content_details p
{
    padding         : 0 0 1em 0;
}

div#main_content p
{
    padding         : 0;
}

/*___ UL _________________________________________________________________*/

div#content_main ul
{
    padding         : 0 133px 0 45px;
}

div#main_content ul
{
    width           : 173px;
    padding         : 10px 0 0 0;
}

ul.ulMain
{
    margin           : 0;
}

ul.ulLinks
{
    list-style-image: none;
    list-style-type : none;
    margin-left     : 117px;
}

/*___ OL _________________________________________________________________*/

div#content_main ol
{
    padding         : 0 133px 0 45px;
}

/*___ LI _________________________________________________________________*/

ul.ulMain li
{
    height          : 21px;
    margin-right    : 19px;
    padding         : 5px 0;
    list-style-image: none;
    list-style-type : none;
}

ul.ulLinks li
{
    padding-left    : 30px;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

a.aPurchase,
a.aPurchase:visited,
a.aPurchase:hover
{
    float           : right;
    display         : block;
    height          : 49px;
    width           : 100px;
    margin-bottom   : 5px;
    padding         : 19px 10px 12px 100px;
}

a.aSchedule,
a.aSchedule:visited,
a.aSchedule:hover
{
    float           : right;
    display         : block;
    height          : 43px;
    width           : 100px;
    padding         : 28px 10px 12px 100px;
}

ul.ulMain a,
ul.ulMain a:visited,
ul.ulMain a:hover
{
    display         : block;
    padding         : 5px 10px 0 10px;
    width           : 100%;
    height          : 100%;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

div#main_content img
{
    margin-left     : -20px;
    padding-top     : 30px;
}

div#content_details img
{
    float           : left;
    padding-right   : 15px;
}

img.imgRight
{
    float           : right;
    margin-right    : -100px;
    padding         : 0 0 0 30px;
}

ul.referenceProjects img 
{
	float			: right;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
div#contactForm input
{
    width           : 300px;
}

div#contactForm input.lbSend
{
    width           : 70px;
}

div#contactForm textarea
{
    width           : 400px;
}
/*___ LABEL _________________________________________________________________*/
div#contactForm label 
{
    display         : block;
    width           : 500px;
    margin-bottom   : 1em;
}
/*___ CITE _________________________________________________________________*/

div#content_details cite.vcard
{
    clear           : left;
    display         : block;
    padding-top     : 36px;
}

div#content_sub cite
{
    display         : block;
    margin-top      : 10px;
}

/*___ BLOCKQUOTE _________________________________________________________________*/

div#content_sub blockquote
{
    padding         : 40px 10px 0 10px;
}

/*___Group/Section/Class_________________________________________________________________*/