/*
Description: This is maintance page style
Author: Erik Troelsen
Author URI: http://troelsen.dk
Version: 1
*/

@media screen {

* { margin: 0; padding: 0; }
html { background-color: white;}
body { font: 12px/1.4 verdana, sans-serif; -webkit-text-size-adjust:100%; }
article, aside, figure, footer, header, nav, section { display: block; }

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */


#page-wrap { width: 648px; margin: 30px auto 10px; background-color: white; }

#main-content { width: 580px; margin: 0px 9px 0px 9px; padding: 10px 25px 10px 25px; background-color: #f1f1f1; }

#header { position: relative; background: white url(/down/top.png) no-repeat; padding: 10px 15px 0px 15px; margin: 0px 0px 0px 9px; }
img { border: 0px; }
.hidden { display: none; }
#logo { position: absolute; top: 15px; left: 15px; background-color: #f1f1f1; }
#footer { position: relative; margin: 0px 9px 0px 9px; padding: 15px 17px 25px 17px; background: #f1f1f1 url(/down/btm.png) bottom no-repeat; }
blockquote { font-size: 10px; color: #9d9d9d; font-style: italic; padding-bottom: 30px; text-align: right; margin-right: 105px; }
aside { display: none; }

#copyright { text-align: right; font-size: 12px; font-style: italic; margin-right: 10px; line-height: 2.5; }
#copyright a { color: #7d7d7d; text-decoration: none; }



p  { padding: 0px 0px 5px 7px; }
h1 { font-size: 14px; font-weight: bold; padding-bottom: 7px; color: #7d7d7d; }
h2 { font-size: 12px; font-weight: bold; padding: 7px 5px 3px 5px; color: #7d7d7d; }
h1 a:link, h2 a:link { color: #7d7d7d; }
h1 a:visited, h2 a:visited { color: #7d7d7d; }


} /* END screen media */

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
img { display: block; margin: 1em 0; }
a img { border: none; }
a { text-decoration: none; color: black; }

} /* END print media */