/* Typopgraphy *****************************************************************

The standard type size throughout is 12/18. All leadings and spaces before are
multiples of the base leading (18px).

*******************************************************************************/

body {
    font-family: verdana, 'Bitstream Vera Sans', sans-serif;
    font-size: 16px;
}


/* 12/18 is the base size. */

h1, h2, h3, h4, p, li, dt, dd {
    font-size: 12px;         
    line-height: 18px;
}


/* Paragraphs */

p {
    padding-top: 9px;
}


/* Headings */

h1, h2, h3, h4 {
    font-weight: bold;
}

h1 {
    font-family: Arial;
    font-size: 22px;
    line-height: 27px;
    padding-top: 9px;
}
    
h2 {
    font-size: 16px;
    padding-top: 27px;
}

h3 {
    font-size: 12px;
    padding-top: 18px;
}

h1 .sub,
h2 .sub {
    display: block; 
    color: #666;
    padding-top: 0;   
}
h1 .sub {
    font-size: 16px;
}
h2 .sub {
    font-size: 12px;
}


/* Lists */

ol, ul {
    list-style-position: outside;     
}

dl {
    font-size: 12px;
}

ol {
    margin-left: 27px;
    list-style-type: decimal;
}

ul {
    margin-left: 18px;    
    list-style-type: square;
}

dt {
    padding-top: 9px;
    font-weight: bold;
}


/* Custom Bulleted Lists */

/* All will use the class ul.bullet.
   Add an additional class to customize the image. Ex, .bullet .bullet-check-red */
   
ul.bullet {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;    
}
ul.bullet li {
    padding: 0 0 0 18px;
    background: transparent url(images/bullet-check.png) no-repeat 0 3px;
}
ul.bullet-check     li { background-image: url(images/bullet-check.png); }
ul.bullet-check-red li { background-image: url(images/bullet-check-red.png); }
ul.bullet-check-big li { background-image: url(images/bullet-check-big.png); }
ul.bullet-star      li { background-image: url(images/bullet-star.png); }



/* Inline lists */

ul.inline {
    list-style: none;
    padding: 0;
    margin: 0;    
}
ul.inline li {
    float: left;    
}
ul.inline li a {
    float: left;    
    display: block;
}


/* Inlines */

cite,
em,
i {
    font-style: italic;
}

b,
strong {
    font-weight: bold;
}

sup {
    font-size: .6em;
    position: relative;
    top: -.4em;    
}

/* reset.css doesn't fix this in IE6 */
address {
    font-style: normal;    
}


/* Links */

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* For anchors with no href */
a.no-link {
    color: inherit;
    text-decoration: inherit;    
}
a.no-link:hover {
    text-decoration: inherit;
}

.link-external {
    padding-right: 14px;
    background: transparent url(images/link-external.png) no-repeat center right;    
}

.link-doc {
    padding-right: 14px;
    background: transparent url(images/link-doc.png) no-repeat center right;    
}

.link-pdf {
    padding-right: 16px;
    background: transparent url(images/link-pdf.png) no-repeat center right;    
}

.link-ppt {
    padding-right: 14px;
    background: transparent url(images/link-ppt.png) no-repeat center right;    
}

.link-xls {
    padding-right: 14px;
    background: transparent url(images/link-xls.png) no-repeat center right;    
}

.link-zip {
    padding-right: 14px;
    background: transparent url(images/link-zip.png) no-repeat center right;    
}

.link-zoom {
    padding-right: 14px;
    background: transparent url(images/link-zoom.png) no-repeat center right;    
}

.link-mailto {
    padding-right: 16px;
    background: transparent url(images/link-mailto.png) no-repeat center right;    
}


/* General Purpose Classes */

.no-break {
    white-space: nowrap;    
}

.no-space,
.first {
    margin-top: 0;
    padding-top: 0;    
}

.small-caps {
    font-variant: small-caps;
    font-size: 120%;
}

/* Footnotes */

.footnote sup {
    font-size: .8em;
}

.footnoteBackReferenceGroup,
.footnoteBackReferenceGroup sup {
	padding-right: 0.5em;
    font-size: .8em;
}

a.footnoteBackref {
    font-weight: bold;
    font-style: italic;
}

