body { font-size: 75%; line-height: 1.5em; }
   
body { 
	color: #2d3e66; 
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	}
h1,h2,h3,h4,h5,h6 { 
	color:#036; 
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	}


/* Headings
-------------------------------------------------------------- */
h2 { font-size:2em; line-height:1.25em; margin-bottom:0.5em; }
h3 { font-size:1.5em; line-height:1.3em; margin-bottom:0.5em; }
h4 { font-size:1.2em; line-height:1.3em; font-weight:bold; margin-bottom:0.7em; }
h5 { font-size:1em; font-weight:bold; }
h6 { font-size:1em; font-weight:bold; }

/*body.blog h2 a, body.blog h3 a	{ color:#900; text-decoration:none; }*/
h2 a, h3 a	{ color:#ad0d0d;/*#308030;*/ text-decoration:none; }
h2 a:hover, 
h3 a:hover	{ color:#2d3e66; background:#d3e7f5; text-decoration:none; /*border-bottom:2px solid #2d3e66;*/ }

h2 span		{ color:#0e568d; }

h3.news { color:#999; }


/* Text elements
-------------------------------------------------------------- */
p			{ margin: 0 0 1.5em; text-align:left; }
p:last, 
p.last		{ margin-bottom: 0; }
p .new		{ color:#900; font-weight:bold; }

ul, ol      { margin:0 1.8em 1.8em 1.8em; }
ol ol,
ul ul       { margin-bottom:0; }
div.case-studies .case-study ul,
ul          { list-style-image:url(../images/bullet01.gif); }
div.case-studies .case-study ul ul,
ul ul       { list-style-image:url(../images/bullet02.gif); }
ul ul ul	{ list-style-image:url(../images/bullet03.gif); }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.8em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.8em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.8em; font-style: italic; }
del         { color:#666; }

a           { color:#28c; text-decoration:none; }
a:focus, 
a:hover     { color:#369; text-decoration:underline; }

blockquote  { margin: 1.8em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.8em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; } 
tt          { display: block; margin: 1.8em 0; }


/* = Images
-------------------------------------------------------------- */
img.centered, .aligncenter, div.aligncenter { display:block; margin:0 auto 1.8em; }
img.alignright { margin:0 0 1.8em 1.8em; display:inline; }
img.alignleft { margin:0 1.8em 1.8em 0; display:inline; }
.alignright { float:right; }
.alignleft { float:left; }


/* Tables
-------------------------------------------------------------- */
table   { margin-bottom: 1.8em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

table h4	{ font-size:1.1em; margin-top:0.7em; }
table .emphasize	{ font-weight:bold; }
tr.cflabel td	{ border-bottom: 1px solid #fff; }


/* Some default classes
-------------------------------------------------------------- */
.small      { font-size: 1em; margin-bottom: 1.8em; line-height: 1.8em; }
.large      { font-size: 1.5em; line-height: 1.2em; margin-bottom: 1.2em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }