/* Print Style Sheet for emmens.biz web site */
/* Prepared by Roger Emmens - last updated August 2009 */

/* Existing style sheet -------------------------------------- */

/* Document settings */
/* ----------------- */

body {
padding: 0;
margin: 0;
font: small verdana, arial, sans-serif;
color: #404040;
background-color: #123;
text-align: center;
}

@media print {
body {background-color: white}
}


/* Div definitions */
/* --------------- */

#wrapper {
width: 740px;
margin: 0 auto;
background-color: #123;
}

#masthead {
padding: 15px 0px 0px 0px;
height: 90px;
}

#headnav {
height: 55px;
}

#logo {
width: 720px;
float: left;
padding: 0px 0px 0px 10px;
margin-left: 0px;
margin-right: 0px;
}

#menu {
padding: 0px 15px 0px 15px;
}

#intro {
height: 50px;
float: left;
padding: 0px 15px 10px 10px;
margin: 0;
}


#main {
float: left;
padding: 0px;
width: 740px;

}

#footer {
float: left;
padding: 0px 0px 0px 0px;
width: 740px;

}

div.boxlefttop {
float: left;
width: 330px;
height: 175px;
margin: 10px 5px 5px 10px;
background-color: #eeeecc;
border-right: 2px solid #558866;
border-bottom: 2px solid #558866;
padding: 10px;
}

div.boxrighttop {
float: left;
width: 330px;
height: 175px;
margin: 10px 10px 5px 5px;
background-color: #eeeecc;
border-left: 2px solid #558866;
border-bottom: 2px solid #558866;
padding: 10px;
}

div.boxleftbottom {
float: left;
width: 330px;
height: 175px;
margin: 5px 5px 10px 10px;
background-color: #eeeecc;
border-right: 2px solid #558866;
border-top: 2px solid #558866;
padding: 10px;
}

div.boxrightbottom {
float: left;
width: 330px;
height: 175px;
margin: 5px 10px 10px 5px;
background-color: #eeeecc;
border-left: 2px solid #558866;
border-top: 2px solid #558866;
padding: 10px;
}

div.boxtext {
float: left;
height: 155px;
background-color: #558866
margin: 0px 0px 10px 0px;
padding: 0;
}

div.more {
float: right;
margin: 0;
padding: 0;
vertical-align: bottom;
text-align: right;
}


div.mainbox {
float: left;
width: 490px;
border: 0;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 10px;
margin-right: 0px;
margin-bottom: 10px;
background-color: #eeeecc;
}



div.boxout {
float: right;
width: 200px;
border: none;
margin-left: 0px;
margin-bottom: 10px;
padding: 0px 0px 0px 0px;

}
 
div.case {
float: left;
width: 180px;
background-color: #558866;
margin: 0px 0px 10px 0px;
padding: 10px 10px 10px 10px;
}

div.panel {
float: left;
width: 180px;
background-color: #eeeecc;
margin: 10px 0px 10px 0px;
padding: 10px 10px 10px 10px;
}

div.picout {
float: right;
width: 200px;
border: none;
margin-left: 0px;
margin-bottom: 0px;
padding: 10px 0px 10px 10px;
}

div.separator {
clear: both;
height: 0;
}




/* Heading style definitions */
/* ------------------------- */

h1 {
font-weight: bold;
font-family: arial, sans-serif;
font-size: 150%;
color: #202020;
text-align: center; 
margin: 0;
}

h2 {
font-weight: bold;
font-size: 100%;
color: #202020;
text-align: left;
margin: 0 0 10px 2px;
}

h3 {
font-weight: bold;
font-style: italic;
font-size: 85%;
color: #303030;
text-align: left;
margin: 0 0 5px;
}

h4 {
font-weight: normal;
font-style: italic;
font-size: 85%;
color: #303030;
text-align: left;
margin: 0 0 5px;
}

h5 {
font-weight: bold;
font-style: normal;
font-size: 90%;
color: #ffffff;
text-align: left;
margin: 5px 0 5px;
}


/* Text style definitions */
/* ---------------------- */

p.normal {
font-family: verdana, arial, sans-serif;
font-weight: normal;
font-size: 85%;
color: #303030;
text-align: left;
margin: 5px 0 5px 0;
}

p.intro {
font-family: verdana, arial, sans-serif;
font-weight: normal;
font-style: italic; 
font-size: 100%;
color: #ffffff;
text-align: justify;
}

p.more {
font-family: verdana, arial, sans-serif;
font-weight: normal;
font-size: 80%;
color: #404040;
text-align: right;
}

p.footnav {
font-family: verdana, arial, sans-serif;
font-weight: normal;
font-size: 80%;
color: #bbbbbb;
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
}


p.strapline {
color: #303030; 
text-decoration: none; 
font-weight: bold;
font-size: 85%;
font-style: italic;
text-align: justify;
}

p.footnote {
font-weight: normal;
font-style: italic;
font-size: 90%;
color: #bbbbbb;
text-align: center;
margin: 5px 0 5px 0;
}

p.boxtext {
color: #ffffff;
text-decoration: none;
font-weight: normal;
font-size: 85%;
text-align: left;
margin: 5px 0 5px 0;
}

p.boxaside {
color: #505050;
text-decoration: none;
font-weight: normal;
font-size: 70%;
text-align: center;
margin: 5px 0 5px 0;
}

p.normaside {
color: #303030;
text-decoration: none;
font-weight: normal;
font-size: 80%;
text-align: justify;
}


/* List style definitions */
/* ---------------------- */

ul.normallist {
color: #303030;
font-family: verdana, arial, sans-serif;
font-weight: normal;
font-size: 85%;
text-align: left;
}

ol.normalnumlist {
color: #303030;
font-family: verdana, arial, sans-serif;
font-weight: normal;
font-size: 85%;
text-align: left;
}


/* Link style definitions */
/* ---------------------- */

a.nav:link {color: #303030; text-decoration: none}
a.nav:visited {color: #303030; text-decoration: none}
a.nav:hover {color: #000000; text-decoration: none}

a.jump:link {color: #444444; text-decoration: none; font-weight: bold}
a.jump:visited {color: #444444; text-decoration: none; font-weight: bold}
a.jump:hover {color: #000000; text-decoration: none; font-weight: bold}

a.post:link {color: #bbbbbb; text-decoration: none; font-weight: bold}
a.post:visited {color: #bbbbbb; text-decoration: none; font-weight: bold}
a.post:hover {color: #ffffff; text-decoration: none; font-weight: bold}

a.hidden:link {color: #303030; text-decoration: none}
a.hidden:visited {color: #303030; text-decoration: none}
a.hidden:hover {color: #303030; text-decoration: none}



/* Pring style sheet overrides ------------------------------- */


/* Remove unwanted elements */

#menu, .footnav, .boxaside, .noprint
{
display: none;
}

/* Ensure the content spans the full width */

#wrapper
{
width: 100%; margin: 0; float: none;
}




/* Make font same as on screen */

body {
font: small verdana, arial, sans-serif;
color: #404040;
background-color: white;
}

/* Adjustments for a clean print format */

div.case {

border: 1px solid #303030;
padding: 5px;
}

h3 {
font-weight: bold;
font-style: italic;
font-size: 100%;
}

h5 {
font-weight: bold;
font-style: normal;
font-size: 100%;
}


p.intro {
font-style: italic;
}

p.footnote {
font-style: italic;
}

p.strapline {
font-style: italic;
font-weight: bold;
}

/* End of Style Sheet */
