/*
------------------------------------------
Based on GENERIC Stylesheet from Tripoli
http://www.monc.se/tripoli/
------------------------------------------
*/

/* MAIN TYPOGRAPHY - Tripoli */

/* html { font-size: 62.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; } */
strong, th, thead td, h1, h2, h3, h4, h5, h6, dt { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
pre { white-space: pre; }
pre * { font-size: 100%; white-space: pre; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
big { font-size: 125%; line-height: 80%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
a:link, a:visited, a:hover, a:active, a:focus { text-decoration: underline; }


/* MAIN TYPOGRAPHY -  VTG */
* { margin: 0; padding: 0; }
html { font: 62.5%/1.5 "Lucida Grande", Verdana, sans-serif; }
p { margin-bottom: 1.5em; }
h3, h4, h5, h6 { font-weight: normal; }


/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote > *:before { content: "\201C"; }
blockquote > *:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
*[lang|='en'] q:before   { content: '\201C'; }
*[lang|='en'] q:after    { content: '\201D'; }
*[lang|='en'] q q:before { content: '\2018'; }
*[lang|='en'] q q:after  { content: '\2019'; }

/*
-----------------------------
BASE SIZES
-----------------------------
*/

.tiny { font-size: 1px; line-height: 1px; }

p {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
}

 
h1 { font-size: 1.6em;
     line-height: 200%;
     letter-spacing: 3.0pt;
     word-spacing: 1.5pt;
     text-transform:uppercase;
   }
h2 {
     font-size: 1.5em;
     line-height: 180%;
     letter-spacing: 1.0pt;
     word-spacing: 1.3pt;
   }
h3 { font-size: 1.4em;
     line-height: 160%;
     letter-spacing: 1.0pt;
     word-spacing: 1.2pt;
   }
h4 { font-size: 1.3em; line-height: 140%; letter-spacing: 2pt;}
h5 { font-size: 1.2em; line-height: 140%; font-variant: small-caps;}
h6 { font-size: 1em;   line-height: 140%; font-variant: small-caps;}

h1, h2, h3, h4, h5, h6  { color:#000; }

#home h1,#home h2,#home h3,#home h4,#home h5,#home h6 { color:#000; }
#international_trade h1,#international_trade h2,#international_trade h3,#international_trade h4,#international_trade h5,#international_trade h6  { color:#002350;}
#busmgt h1,#busmgt h2,#busmgt h3,#busmgt h4,#busmgt h5,#busmgt h6  { color:#cc0000; }
#consult h1,#consult h2,#consult h3,#consult h4,#consult h5,#consult h6  { color:#4b7317; }
#client h1,#client h2,#client h3,#client h4,#client h5,#client h6  { color:#5095be; }

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

.content { font-size: 1.2em; line-height: 1.6em; }
.content h1 { font-size: 1.6em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 1.3em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }

/*
-----------------------------
Feature Sizes
-----------------------------
*/

#feature * {
 font-size: 1.0em;
}
    #feature span {
     font-size: 1.5em;
     letter-spacing: 1pt;
     word-spacing: 1.0pt;
    }
    #feature p {
     font-size: 1.3em;
    }

#three_column {}

    #three_column h3 {
     font-size: 1.0em;
     font-weight: normal;
     line-height: 160%;
    }

    #three_column .content {
     font-size: 1.0em;
     line-height: 140%;
    }

