/* the methods on this page are largely the hard work (freely given) of many people from the css-discuss list [http://www.css-discuss.org], including (but not limited to) Big John, Holly Bergevin, Douglas Livingstone, Scott Sauyet, Victor Caston, Mike Papageorge, and me, Alex Robinson [css-stuff@alex.cloudband.com] */

/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html { 
min-width: 820px;
margin: 0px; 
padding: 0px; 
}

body {
min-width: 820px;
margin: 0px 10px;
padding: 0px;
color: #000;
background: #fff;
font: .8em/1.5em Verdana, Helvetica, Arial, sans-serif;
}

a:link {
color: #363;
background: transparent;
text-decoration: none;
}

a:visited {
color: #603;
background: transparent;
text-decoration: none;
}

a:hover {
color: #000;
background: transparent;
text-decoration: underline;
}

p {
margin: 0;
padding: 0 0 1.0em 0; 
}

.note {
margin: 0;
padding: .5em 0;
font-size: .8em;
line-height: 1.5em;
text-align: left;
}

img {
border: 0;
}

table {
width: 100%;
}

td {
vertical-align: top;
}

super {
font-size: .8em;
vertical-align: super;
}

sub {
font-size: .8em;
vertical-align: bottom;
}

hr {
margin: 1.0em 0;
padding: 0;
}

/* IE-Win hack to keep list background images from disappearing */
ul, ol, dl {
position: relative;  
}

/* Opera hack: to keep the list item prior to the li.current from inheriting the font-weight of bold. */
html > body ul, html > body ol, html > body dl {
position: inherit; 
}

/* ====================================================================
WRAPPERS
-------------------------------------------------------------------- */

div { 
margin: 0px; 
padding: 0px; 
}

.divclear { 
clear: both;
} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */

/*/*/ .divclear { display: none; } /* */

/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */

.clear {
clear: both;
}

.clear-l {
clear: left;
}

.clear-r {
clear: right;
}

.print {
display: none;
}

.box-wrap {
margin: 0;
padding: 0;
color : #000;
background: transparent;
width: 820px;
}

.box-inner-wrap {
margin: 0;
padding: 0;
color: #000;
background: transparent;
}

/* ====================================================================
HEADER (Title)
-------------------------------------------------------------------- */

.header {
margin: 3px 0;
padding: 0;
height: 184px;
border-bottom: 3px solid #4b8345;
}

.header h1 {
display: none;
}

/* ====================================================================
TOP-NAV (Navigation)
-------------------------------------------------------------------- */

.top-nav {
margin: 0;
padding: 3px 10px;
color: #fff;
background: #4b8345;
border-bottom: 3px solid #fff;
text-align: center;
}

.top-nav ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.top-nav ul li {
display: inline;
margin: 0;
padding: 0 1.25em;
line-height: 1.15em;
color: #fff;
background: transparent;
}

.top-nav ul li a:link, .top-nav ul li a:visited {
color: #fff;
background: transparent;
}

.top-nav ul li a:hover {
color: #000;
background: transparent;
text-decoration: none;
}

/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */

.columns-float {
float: left;
width: 100%;
margin: 0 0 3px 0;
padding: 0;
background: #edf4e8 url(../images/left-margin.gif) 0 0 repeat-y;
border-top: 3px solid #4b8345;
border-bottom: 3px solid #4b8345;
}

.content-wrap {
position: relative;
margin: 0 0 0 175px;
padding: 5px 10px 10px 10px;
color: #000;
background: transparent;
}

.content-wrap-1col {
position: relative;
margin: 0;
padding: 5px 10px 10px 10px;
color: #000;
background: #edf4e8;
}

.content {
position: relative;
margin: 0;
padding: 0 0 4em 0;
color: #000;
background: transparent;
}

/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */

/*/*/
#left-nav { 
float: left;
margin: 0;
padding: 0;
width: 175px;
color: #000;
background: #b8d8b8;
}



/*Mac-Modified Tan hack. Hide from IE-win.  The margin needs to be adjusted due to IEs box-model bug. */

*>html #left-nav {
w\idth: 171px;
}

/* */

/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 

/*/*/
.box-wrap, .columns-float, .content, .left-nav, .right-col, h2 { 
p\osition: relative; 
}
/* */

/* ====================================================================
LEFT-NAV FORMATTING
-------------------------------------------------------------------- */

#left-nav h1 {
margin: 0;
padding: 5px 0 5px 10px;
text-transform: uppercase;
font: bold 1.0em/1.25em Verdana, Helvetica, Arial, sans-serif;
}

#left-nav h1.current {
color: #00327d;
background: #ccffff;
border-left: 20px solid #00a0c6;
margin: 0;
padding: 5px 0 5px 5px;
}

#left-nav h1.current a {
color: #a9775d;
background: transparent;
}

#left-nav a:link {
color: #363;
background: transparent;
text-decoration: none;
}

#left-nav a:visited {
color: #363;
background: transparent;
text-decoration: none;
}

#left-nav a:hover {
color: #000;
background: transparent;
text-decoration: none;
}

#left-nav ul {
position: relative;
margin: 0 5px 5px 0;
padding: 0 0 5px 0;
width: 100%;
font: .95em/1.35em Verdana, Helvetica, Arial, sans-serif;
}

#left-nav ul li {
list-style: none;
margin: 0;
padding: 0 10px 3px 10px;
line-height: 1.35em;
}

#left-nav ul li.current a {
color: #000;
background: transparent;
}

#left-nav ul li a {
display: block;
margin: 0;
padding: 0 0 0 10px;
border-top: 1px solid #4b8345;
}

#left-nav ul li a.last {
display: block;
border-bottom: 1px solid #4b8345;
text-decoration: none;
}

#left-nav ul li a, #left-nav ul li a.last {
margin: 0;
padding: 3px 0 0 0;
}

/* ====================================================================
CONTENT FORMATTING
-------------------------------------------------------------------- */

.content h1, .content h2, .content h3, .content h4 {
color: #4b8345;
background: transparent;
margin: 0 0 .15em 0;
padding: 0;
letter-spacing: .05em;
}

.content h1 {
margin: .35em 0 .25em 0;
color: #000;
background: transparent;
font: bold 1.5em/1.2em Verdana, Helvetica, Arial, sans-serif;
}

.content h2 {
font: 1.25em/1.2em Verdana, Helvetica, Arial, sans-serif;
}

.content h3 {
font: 1.15em/1.2em Verdana, Helvetica, Arial, sans-serif;
}

.content a:link, .content a:visited, .content a:hover {
text-decoration: underline;
}

.content ul {
margin: 0 0 .5em 2em;
padding: 0;
}

.content ul li {
line-height: 1.5em;
}

.content ul.no-bullets li {
list-style: none;
}

.content dl {
margin: 0;
padding: 0 0 1.0em 0;
}

.content dl dt {
font-weight: bold;
}

.content dl dd {
margin: 0;
padding: 0 0 0 1.5em;
}

.content blockquote {
margin: .5em 2.5em .8em 2.5em;
padding: 0;
}

.content p.author {
margin: .15em 0 0 0;
padding: 0;
text-align: right;
font-weight: bold;
}

/*Mac-Modified Tan hack. Hide from everyone else. Provides extra padding so that the left floated image does not overlap for following item.*/

*>html .content p.ie-padding {
display: block;
margin: 0;
padding-bottom: 1.25em;
}
/* end hack */


.content .info {
margin: 1.0em 0;
padding: .65em 0 .5em 0;
border: 1px solid #000;
border-width: 1px 0;
}

.content .info ul {
margin: 0;
padding: .65em 0;
list-style: none;
}

.content .info p {
margin: 0;
padding: 0;
}

.content .info ul li {
list-style: none;
line-height: 1.2;
}

.content .order {
margin: 1.0em 0;
padding: 0;
text-align: center;
}

.content p.directional {
margin: 0;
padding: .65em 0 0 0;
text-align: center;
border-top: 1px solid #000;
}

.content .fineprint {
margin: 0 2.0em;
padding: 0 0 1.0em 0;
font-size: .7em;
}

/*Mac-Modified Tan hack. Hide from IE-win. Increases size of font due to IE tendency to render fonts smaller. */

*>html .content .fineprint {
f\ont: .8em/1.5em Verdana, Helvetica, Arial, sans-serif;
}
/* end hack */

.content .sidebar {
margin: 0 0 5px 10px;
padding: .5em;
color: #000;
background: #fff;
border: 1px solid #4b8345;
text-align: left;
}

/* ====================================================================
TABLE FORMATTING
-------------------------------------------------------------------- */

.content table {
position: relative;
margin: 0 0 1.0em 0;
padding: 0;
width: 100%;
}

.content table th, .content table td {
margin: 0;
padding: .125em;
}

.content table td.w33 {
width: 33%;
}

.content table caption {
margin: 0;
padding: .5em 0;
font-size: .8em;
line-height: 1.5em;
text-align: left;
}

.content table.border th, .content table.border td {
border-left: 1px solid #4b8345;
border-top: 1px solid #4b8345;
}

.content table.border tr th.last-col, .content table.border tr td.last-col {
border-right: 1px solid #4b8345;
}

.content table.border tr.last-row th, .content table.border tr.last-row td {
border-bottom: 1px solid #4b8345;
}

.content table.numeric {
text-align: center;
}

.left {
text-align: left;
white-space: nowrap;
}

.right {
text-align: right;
white-space: nowrap;
}

tr.align-bottom td {
vertical-align: bottom;
}

.content table.border .no-border {
border-top: 0;
}

.content table.bottom-border-only th, .content table.bottom-border-only td {
border-bottom: 1px solid #4b8345;
}

.content table.bottom-border-only th.top-border, .content table.bottom-border-only td.top-border {
border-top: 1px solid #4b8345;
}

.content table.bottom-border-only .no-border th, .content table.bottom-border-only .no-border td {
border-bottom: 0;
}

.content table.bottom-border-only .double th, .content table.bottom-border-only .double td {
border-bottom: 2px solid #4b8345;
}



/* ====================================================================
TABLE FORMATTING - BACKISSUES.HTML
-------------------------------------------------------------------- */

.content table.backissues {
margin: 0 auto;
padding: 0;
width: 75%;
}

.content table.backissues th.title {
margin: .35em 0 .25em 0;
padding: 0;
color: #4b8345;
background: transparent;
font: bold 1.5em/1.2em Verdana, Helvetica, Arial, sans-serif;
letter-spacing: .05em;
}

.content table.backissues th.center {
text-align: center;
}

.content table.backissues tr.odd td {
color: #000;
background: #fff;
border: 1px solid #4b8345;
border-width: 1px 0;
}

.content table.backissues td, .content table.backissues td.issue {
text-align: center;
vertical-align: middle;
}

.content table.backissues td.issue, .content table.backissues th {
text-align: left;
}

.content table.backissues td {
width: 5%;
}

.content table.backissues td.issue {
padding-left: 1.0em;
}

/* ====================================================================
IMAGES
-------------------------------------------------------------------- */

img.center {
margin: 0;
padding: 10px 0;
}

.img-caption {
margin: 0;
padding: .5em 0;
font-size: .8em;
line-height: 1.5em;
text-align: left;
}

.img-caption sub {
vertical-align: sub;
}

.l45, .l75, .l100, .l110, .l125, .l145, .l150, .l175, 
.l200, .l220, .l225, .l250, .l275, 
.l300, .l325, .l350, .l375, 
.l400, .l425, .l450, .l475,
.l500, .l575, .l600 {
margin: 0 10px 5px 0;
padding: 0;
}

.r45, .r75, .r100, .r110, .r125, .r145, .r150, .r175, 
.r200, .r220, .r225, .r250, .r275, 
.r300, .r325, .r350, .r375, 
.r400, .r425, .r450, .r475,
.r500, .r575, .r600 {
margin: 0 0 5px 10px;
padding: 0;
}

.l75 {
float: left;
width: 75px;
}

.r75 {
float: right;
width: 75px;
}

.l100 {
float: left;
width: 100px;
}

.r100 {
float: right;
width: 100px;
}

.l125 {
float: left;
width: 125px;
}

.r125 {
float: right;
width: 125px;
}

.l110 {
float: left;
width: 110px;
}

.r110 {
float: right;
width: 110px;
}

.l150 {
float: left;
width: 150px;
}

.r150 {
float: right;
width: 150px;
}

.l175 {
float: left;
width: 175px;
}

.r175 {
float: right;
width: 175px;
}

.l200 {
float: left;
width: 200px;
}

.r200 {
float: right;
width: 200px;
}

.l225 {
float: left;
width: 225px;
}

.r225 {
float: right;
width: 225px;
}

.l250 {
float: left;
width: 250px;
}

.r250 {
float: right;
width: 250px;
}

.l275 {
float: left;
width: 275px;
}

.r275 {
float: right;
width: 275px;
}

.l300 {
float: left;
width: 300px;
}

.r300 {
float: right;
width: 300px;
}

.l325 {
float: left;
width: 325px;
}

.r325 {
float: right;
width: 325px;
}

.l350 {
float: left;
width: 350px;
}

.r350 {
float: right;
width: 350px;
}

.l375 {
float: left;
width: 375px;
}

.r375 {
float: right;
width: 375px;
}

.l400 {
float: left;
width: 400px;
}

.r400 {
float: right;
width: 400px;
}

.l425 {
float: left;
width: 425px;
}

.r425 {
float: right;
width: 425px;
}

.l450 {
float: left;
width: 450px;
}

.r450{
float: right;
width: 450px;
}

.l475 {
float: left;
width: 475px;
}

.r475 {
float: right;
width: 475px;
}

.l625, .center {
text-align: center;
margin-bottom: 5px;
}


/* ====================================================================
FOOTER
-------------------------------------------------------------------- */

.footer {
clear: both;
margin: 0;
padding: 0 0 0 0;
font: .8em/1.5em Verdana, Helvetica, Arial, sans-serif;
color: #000;
background: #fff;
text-align: center;
}

.footer h3 {
display: none;
}

.footer ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.footer ul li {
display: inline;
margin: 0;
padding: 0 .75em;
line-height: 1.15em;
color: #000;
background: transparent;
}



