/*
  Site: http://www.globaladvantageinc.net
  Author: Emrys Ingersoll
  For: Print
*/


* { padding: 0; margin: 0; line-height: 1; }
body { color: #000; background: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 10pt; width: 6in; margin: 0 auto; }


/* General Structure */

#tocontent, #branding, #nav, #secondary, #buy_ml, .nonprint { display: none !important; }
#logo { display: block; margin: 0 auto 0.5em; }
#slogan { text-align: center; font-size: 10pt; }
#content { margin-top: 2em; }
#footer { margin-top: 2em; text-align: center; font-size: 0.8em; }
#footer a, #footer a:visited { color: #000; border: none; }


/* Standard Elements */

.clear { clear: both; }
.hide { display: none; }
.invis { visibility: hidden; }
.left { float: left; margin: 0 1em 0 0 !important; }
.right { float: right; margin: 0 0 0 1em !important; }
.extra { margin-top: 4em; }

a img { border: none; }
a, a:link { color: #ba0000; text-decoration: none; border-bottom: 1px solid #ba0000; }
a:hover { border-bottom-width: 0; }

h2, h3, h4, h5 { line-height: 1.2; }
h2 { font-size: 14pt; text-align: center; margin: 1.6em 0 1em; padding-bottom: 0.1em; border-bottom: 1px solid #ba0000; }
h3 { font-size: 12pt; margin: 2.5em 0 0.417em; }
h3.subtitle { font-size: 11pt; text-align: center; margin: -1em 0 1.455em; }
h3.byline { font-size: 10pt; font-style: italic; font-weight: normal; margin: -1.3em 0 1.4em; text-align: center; }
h4 { font-size: 10pt; margin: 2em 0 0.5em; font-variant: small-caps; letter-spacing: 0.1em; font-weight: normal; }
h4.copy { font-size: 9pt; margin: -0.75em 0 1.25em; font-variant: normal; letter-spacing: normal; text-align: center; }

em { font-style: italic; }
strong { font-weight: bold; }
cite { font-style: normal; text-decoration: underline; }
pre, code, var, samp, kbd { font-family: Courier, monospace; }
abbr, dfn { border-bottom: 1px dotted #000; }
.caps { letter-spacing: 0.08em; }

pre { overflow: auto; }
pre, #primary blockquote { margin: 2em 0; padding: 0 2em; }
blockquote { font-style: italic; }
blockquote em { font-style: normal; }
blockquote p { margin: 0 !important; }
blockquote.pull { padding: 0.4em 0 0.75em !important; }
blockquote.pull p { width: 1.99in; color: #ba0000; font-size: 12pt; font-weight: bold; padding: 0.25em 5px !important; border: 1px dotted #000; border-width: 1px 0; }
blockquote.excerpt { margin-top: 1em !important; }

img.bordered { border: 1px solid #000; }
.third { width: 2in; }
.half { width: 3in; }
.third, .half { padding-bottom: 1.25em; }
.full { width: 6in; margin: 2em 0; }
.figure { border-top: 1px dashed #000; padding-top: 1em; }
.figure img { display: block; float: none; margin: 0 auto; }
.figure p { margin: 1.111em 0 0 !important; font-size: 9pt; font-style: italic; text-align: center; border-bottom: 1px dashed #000; }

p, li, dt, dd, blockquote, pre, .vcard div { line-height: 1.5; }
#primary p, #primary ol, #primary ul, #primary dl { margin-bottom: 1.25em; }
p.sig { font-style: italic; }

#primary ul { list-style: square; padding-left: 3em; }
#primary ul ul, #primary ol ul { padding-left: 2em; }
#primary ol { padding-left: 3.5em; }
#primary ol ol, #primary ul ol { padding-left: 2.5em; }
#primary ul ul, #primary ol ol,
#primary ul ol, #primary ol ul { margin-top: 0.5em; margin-bottom: 0.5em; }
#primary ol ol { list-style: lower-alpha; }
#primary ol ol ol { list-style: lower-roman; }
#primary li { margin-bottom: 0.5em; }

dt { font-weight: bold; margin-bottom: 0.25em; }
dd { padding-left: 2em; margin-bottom: 0.75em; }

table { table-layout: fixed; border-collapse: collapse; margin: 2em 0; width: 5.999in; border: 1px solid #000; border-width: 1px 1px 4px; }
caption { margin: 1.667em 0 -1.667em -1px; padding: 1.5em 0; font-size: 1.2em; font-variant: small-caps; letter-spacing: 0.1em; border: 1px solid #000; border-width: 4px 1px 0; }
/* Fix captions for Opera. Breaks CSS2 validation =( */
@media all and (min-width: 0px) { caption { margin: 0; } }
th { font-weight: bold; background: #efefef; text-align: left; }
thead th { text-align: center; }
th, td { padding: 0.5em; border: 1px solid #000; border-width: 0 1px 1px 0; }

/* hCard Style */
.vcard { margin-top: 2em; font-size: 1.1em; }
.vcard a.fn { color: #333; border: none; }
.vcard .title { font-style: italic; }
.vcard h3 { margin-top: 0; }
.vcard h4 { margin-top: 0.5em; }
.vcard h4, .adr { margin-bottom: 1em; }
.tel .type { font-weight: bold; }
.vcard .photo { border: 2px solid #000; }
