﻿/*___ layout.css: Positioning and Layout Styles ___*/
@import url("normalize.css");
@import url("color.css");
@import url("type.css");

/*___ Section 1: Global Positioning/Layout Styles ___*/

html 
{
    position        : relative;
}

body 
{
    position        : relative;
    display         : block;
    width           : 716px;
    margin          : 0 auto;
    text-align      : left;
    zoom            : 1;
}

h1 
{
}

h2 
{
	margin          : 2em 0 .2em 0;
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
    padding         : 0 20px 11px 20px;
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Positioning/Layout Modules ___*/
#menucolumn,
#logocolumn
{
    padding-left    : 42px;
}


#content_main p,
#content_main h1,
#content_main h2
{
    margin-left     : 1em;
    padding-right   : 5px;
}

span,
div 
{
    position        : relative;
    display         : block;
    padding         : 0px;
    margin          : 0 auto;
    width           : 716px;
}

/*___ Section 3: Unique Element-Specific Position/Layout Styles ___*/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
.sidebar
{
    width           : 209px;
}

/*___ UL _________________________________________________________________*/
ul
{
	padding-left    : 40px;
	padding-right   : 5px;
}

ul li ul
{
	margin          : 0em 0 1em 3em;	
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
#content_main h1
{
    padding-bottom  : 1em;
}

#content_main #tableoverview li
{
    margin-left     : 23px;
}

#content_main #tableoverview li.nobullet
{
    margin-left     : 0;
}

li#orgN,
li#profN,
li#Tax_ID,
li#contactName_A,
li#contactPhone_A,
li#address_A
{
    text-align      : right;
    width           : 254px;
}

li
{
    padding-bottom  : .5em;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/
tr.last td 
{
	padding         : 1em 0;
}

tr.last td td 
{	
	border          : 0;
}

#content_main table td.formText,
#content_main table td.formInput
{
   margin-bottom    : 2px;
   padding-bottom   : 2px;
}

#content_main table td.formText
{
    text-align      : right;
    width           : 254px;
}

.logo
{
    vertical-align  : bottom;
}

/*___ IMG _________________________________________________________________*/
.header img
{
    display         : inline-block;
    vertical-align  : bottom;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/