/* text sizing http://24ways.org/2006/compose-to-a-vertical-rhythm */
body /* for ie6 and below */ { font-size: 81% } 
html>body /* for all other browsers */ { font-size: 13px; } 
p, h2, h3, h4, h5, h6, ul, ol, dl, form, blockquote, fieldset, table  /* = 6px of spacing between lines making 21px total line-height */ 
{ line-height: 1.4em; }
p, h2, h3, h4, h5, h6, ul, ol, dl, form, blockquote, fieldset, table  /* set margins to preserve 21px line-height by matching line-height */ 
{ font-size: 1em; margin-top: 1.4em; margin-bottom: 1.4em; }
body, form { font-family: Verdana,Arial,sans-serif; }

h1 { font-size: 1.4em; line-height: 1em; margin-top: 0; margin-bottom: 1em }
h2 { /* 18px */ font-size: 1.2em; line-height: 1.16666em; margin-bottom: 1.16666em; margin-top: 1.16666em; font-weight: normal; color: #1a5063 }
h3 { /* 15px */ font-size: 1em; font-weight: bold; line-height: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em; color: #1a5063 }
h4 { /* 15px */ font-size: 1em; font-weight: bold; line-height: 1.5em;  margin-top: 1.5em; margin-bottom: -1.5em; }
#content ul li, #content ol li ul li /* making sure bullets just appear in content lists */ { margin-left: 0.25em; padding-left: 1.25em; background: url(images/bullet.gif) no-repeat 0 0.6em; list-style-image: none; list-style-type: none; }
#content ol li, #content ul li ol li { margin-left: 1.8em; padding-left: 0; list-style-type: decimal; background: none; }
#content ol ol, #content ol ul, #content ul ol, #content ul ul { margin:0 }
blockquote { padding-left: 1.05em; margin-left: 0.25em; border-left: 0.2em solid #80b735; font-style:italic }
a { color: #0579a6; text-decoration: none; border-bottom: 1px solid #82bcd2 }
a:hover { color: #0579a6; text-decoration: none; background: #d2f2fe }

/* HEADER */
#header { width: 100%; height:60px; background-color: #1393A9;}
#logo:before { content: url(/images/stecon-logo.png); }
#logo {color:transparent }

/* hide stuff */
#main-nav, #add-nav, #side-nav, #breadcrumbs, form#search, #hp-intro h1 span  { display: none }

/* CONTENT  */
#content { width: 100%; }

/* footer */
#footer { clear: both; margin-top: 1.5em; font-size:smaller }
