/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	GENERAL ITEMS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body
{
    font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
    color: #5c5c5c;
    background: #333333;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

h3
{
    font: 13px/15px Verdana, Arial, Helvetica, sans-serif;
    color: #5c5c5c;
    margin: 0px;
    padding: 12px 0 0 7px;
    font-weight: bolder;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOLDER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#holder
{
    background: #FFFFFF;
    width: 794px;
    margin: 0px auto;
    padding: 5px 0px 5px 0px;
    text-align: left;
}

#holder a img
{
    border: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COMPANY_LOGO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#company-logo
{
    margin-top: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN CONTENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#mainContent
{
    margin: 0px 12px;
    padding: 0px;
    background: #f5f5f5;
}
#mainContent p
{
    margin: 0px;
    padding: 8px;
    font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
    line-height: 15px;
}

#mainContent h2
{
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 0px;
    padding: 8px;
}
#mainContent li 
{
    font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px 25px;
}

#mainContent a 
{
    text-decoration: underline;
    color: #4a7624;
}

#mainContent a:hover
{
    color: #333333;
}

#teaser a:hover
{
    color: #333333;
}

#teaser a
{
        text-decoration: underline;
    color: #4a7624;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Side Menu on the left

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.leftnav
{
    margin: 15px 0px 0px 10px;
    font-size: 10px;
    line-height: 17px;
    
}
/*
#leftnav img
{
    width: 280;
    height: 350;
}


.leftnav p
{
    padding-left: 28px;
}
*/
.italic
{
    font-style:italic;
    font-size: 10px;
    line-height: 17px;
    
}

.leftnav_title
{
    text-transform: uppercase;
    font-weight:bold;
    font-size: 10px;

}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Main content in pages (left: side menu, right: page title and description)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.left-column
{
    width: 24%;
    vertical-align: top;
    overflow: hidden;
}

.right-column
{
    vertical-align: top;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Teasers on the home page(left:other teaser, right:case_studies teasers)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.right-teaser, .left-teaser, .right-teaser-description
{
    font-size: 10px;
    padding: 5px 0px 0px 3px;

    vertical-align: top;
    padding-left: 10px;
}

.left-teaser-description
{
    background-color: #eee;
     padding: 8px 0px 8px 7Px;
}
.left-teaser
{
    width: 360px;
}

.right-teaser img
{
    width: 140px;
    height: 150px;
}

.right-teaser-description
{
    width: 200px;
}

.right-teaser-image
{
    margin: 20px 0px 0px 8px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Footer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.alignright {
	text-align: right;
}

#tblFooter {
	width: 760px;
	color: #BCBCBC;
	font: 9px Verdana;
	margin-left: 10px;
}

#tblFooter a {
	color: #BCBCBC;
	text-decoration: none;
}
#tblFooter a:hover {
	color: #4A7624;
}

#tblFooter p {
	padding: 6px 0px 0px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	UNDER BANNER COLUMNS on the Home Page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#homeColumns
{
    padding: 0px;
    border-top: 0px solid #FFFFFF;
}
#homeColumns td
{
    border-right: 1px solid #ffffff;
    margin: 0px;
    padding: 0px;
    background: #BFD78C;
    vertical-align: top;
}
#homeColumns p.top
{
    margin: 5px 12px 0px 12px;
    padding: 0px;
    color: #4A7624;
    font-size: 10px;
    line-height: 12px;
}
#homeColumns p.btm
{
    margin: 0px 12px 10px 12px;
    padding: 0px;
    color: #4A7624;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PEOPLE CONTENT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bioQuestion
{
    font-weight: bold;
}

#Bio img
{
    float: left;
    padding: 0 6px 6px 0;
    margin: 6px;
}

.BioHeader
{
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    
    margin-top: 15px;
    padding: 0 0 0 8px;
}
.BioSubheader
{
    font: 13px/15px Verdana, Arial, Helvetica, sans-serif;
    color: #5c5c5c;
    margin: 0px;
    padding: 12px 0 0 7px;
    font-weight: bolder;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Drop Navigation

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.dropNav
{
    position: absolute;    
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 5;
}
.dropNav li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline;
}
.dropNav a
{
    display: block;
    margin: 0px;
    padding: 6px;
    border-top: none;
    font-size: 9px;
    color: #214010;
    background-color: #D4E6B3;
    text-decoration: none;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}
.dropNav a:hover
{
    background-color: #B4CC93;
    text-decoration: underline;
}
#dropCompany
{
    left: 351px;
    top: 112.5px;
    width: 91px;
    display: none;
    text-align:left;
}
#dropCompany a
{
    width:auto;
    /*width: 79px;*/
}
#dropExpertise
{
    left: 351px;
    top: 112.3px;       
    width: 123px; 
    display: none;
    text-align:left;
}

#dropExpertise a
{
    width:auto;
  /*  width: 123px;*/
}
#dropPartners
{
    left: 351px;
    top: 112.5px;
    width: 96px;
    display: none;
    text-align:left;
}
#dropPartners a
{
    width:auto;
   /* width: 84px;*/
}
#dropCasestudies
{
    left: 351px;
    top: 112.3px;
    width: 114px;
    display: none;
    text-align:left;
}
#dropCasestudies a
{
    width:auto;
    /*width: 112px;*/
}
#dropClients
{
    left: 351px;
    top: 112.5px;
    width: 83px;
    display: none;
    text-align:left;
}
#dropClients a
{
    width:auto;
    /*width: 71px;*/
}
#dropContact
{
    left: 351px;
    top: 112.5px;
    width: 87px;
    display: none;
    text-align:left;
}
#dropContact a
{
    width:auto;
    /*width: 75px;*/
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	topNav_and_banner

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#topNav_and_banner
{
   margin: 12px 12px 0px 10px;
    clear: both;
}
#topNav_and_banner ul, #topNav_and_banner li
{
    margin: 0;
    display: inline;
    clear: both;
    border: 0px;   
}

#banner
{
    padding: 0px 0px 1px 0px;
    
   
}
#topNav
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.btn, .input_small
{
    font-size: 11px;
    margin-left: 4px;
}

.formDiv
{
    margin-left: 6px;
}


