/* -------------------------------------------------------------- 

	TYPOGRAPHY   
  	Modified from Typography at http://www.blueprintcss.org/blueprint/screen.css
-------------------------------------------------------------- */

body { font-size: 13px; }

body { 
  color: #666;
  font-family:"Myriad Pro","Myriad Web","Myriad Roman",Myriad,Arial,Verdana,sans-serif;
}
h1,h2,h3,h4,h5,h6 { 
  color: #000; 
  font-family:"Myriad Pro","Myriad Web","Myriad Roman",Myriad,Arial,Verdana,sans-serif;
}

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


h1,h2,h3,h4,h5,h6 { font-weight: bold; }


h1 { font-size: 28px; line-height: 20px; margin-bottom: 16px; }
h2 { font-size: 20px; line-height: 18px; margin-bottom: 8px; }
h3 { font-size: 18px; line-height: 16px; margin-bottom: 8px; }
h4 { font-size: 16px; line-height: 14px; margin-bottom: 8px; }
h5 { font-size: 14px; font-weight: bold; margin-bottom: 8px; }
h6 { font-size: 14px; font-weight: bold; }

/* h2.readmore { background-image:url(/images/buttons/read-more-bar.gif); background-repeat:no-repeat; background-position:right; } */


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

p           { margin: 0 0 18px; }
p.last      { margin-bottom: 0; }
p img       { float: right; margin: 18px 0 18px 18px; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 18px; }

ul          { list-style-type: square; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 18px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 18px;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 18px; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #0066CC; text-decoration: underline; font-weight:bold; }
a           { color: #0066CC; text-decoration: udnerline; font-weight:bold; }

blockquote  { margin: 18px; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 18px 0; white-space: pre; }
pre,code,tt { font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 18px; } 
tt          { display: block; margin: 18px 0; line-height: 18px; }


p.intro { font-size:18px; margin-bottom:10px; }
p.intro-2 { font-size:17px; margin-bottom:25px; }

.ul_list {
	margin-bottom:20px;
}

.ul_list li {
	margin:10px 0 10px 20px;
}
