/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 

}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6, .heading2 { font-weight: bold;}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span { display:none; }

h1 {
	margin:0 0 20px 0;
	xpadding:6px 0 0 20px;
	text-transform:uppercase;
	font-size:21px;
	color:#43ae24;
}
h1 span {
	color:#3e6eaa; 
	font-size: 15px; 
	font-weight:bold; 
	text-transform: uppercase; 
	margin:4px 0 10px 0;
	display:block;
}
h2, .heading2 { color:#fff; text-transform:uppercase; font-size:17px; font-weight:normal; background-color:#006fae; margin:15px 0 15px 0; padding:5px 0 5px 10px; clear:both;}
h3 { color:#6FAC37; text-transform:uppercase; font-size:14px; margin:12px 0 5px 0; }
h4 { color:#3E6EAA; font-size: 13px; margin:10px 0 4px 0;}
h5 { color:#6FAC37; font-size:12px; margin:10px 0 4px 0;}
h6 { }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Logotype */

h2#logotype{
	float: left;
	margin: 5px 3px 15px 3px;
	padding:0;
	background: transparent;
}
h2#logotype a {
	background: transparent;
}
h2#logotype a,h2#logotype img {
	margin: 0;
	padding:0;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 5px 0 5px 0; text-align:justify; line-height:17px; }
p img, img       { border:none;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }


a:link,
a:visited, 
a:active	{ color:#3e6eaa; text-decoration: underline; }

a:focus, 
a:hover     { text-decoration:none; }

a.topOfPage	{
	margin:3px 15px 0 0;
	float: right;
	font-size: 8px;
	color:#fff;
}

a.afile		{ 
	background:url('../images/icons/download2.png') no-repeat; 
	text-decoration:none;
	color:#43ae24;
	padding: 0 0 0 40px;
	font-weight: bold;
	line-height: 45px;
	display: block;
	margin: 0 0 0 5px;
}
a.green {
	color: #43ae24;
	font-weight: bold;
}

blockquote  { margin: 1.5em 5px; font-style: italic;text-align:justify; line-height:16px; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

small		{ font-size: 10px; color: #707070; margin:20px 0; display: block;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { xmargin: 10px 0 10px 10px; list-style-position: outside;}

li ul li	{ }

ul, ol      { margin: 8px 0 8px 20px; list-style-position: outside;}

ul          { list-style-type: disc;}
ol          { list-style-type: decimal; xmargin: 10px 0 0 22px;}

li			{ 
			margin: 5px 0 5px 0; 
			text-align:justify; 
			line-height:15px;
			}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.lettrine	{float: left; font-size:40px; font-weight:bold; display:block;line-height:27px; padding:1px 5px 0 0;}
