﻿@charset "utf-8";
/* CSS Document */

/* START http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}

del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
/*border-spacing: 0;*/
}

/* END http://meyerweb.com/eric/tools/css/reset/ */

body{
font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
color:#666;
line-height:1.6em;
background:#fff url('/grafix/jd-transparent.png') no-repeat 95% 280px;
}

#content{
position:absolute;
top:215px;
left:0px;
padding:0 250px 100px 245px;
background-color:transparent;
}

#header{
position:absolute;
top:0;
left:0;
width:100%;
height:180px;
background-color:transparent;
}

#header img#logo{
position:absolute;
top:15px;
left:45px;
}

#header img#portrait{
position:absolute;
bottom:0;
right:60px;
}

div#rule{
position:absolute;
top:179px;
left:45px;
height:1px;
background-color:#000;
width:85%;
}


ul#leftnav{
position:absolute;
top:210px;
left:0;
text-align:right;
width:160px;
line-height:2.2em;
}

ul#leftnav a:link,
ul#leftnav a:visited{
text-decoration:none;
font-size:1.1em;
color:#999;
font-weight:bold;
padding-right:15px;
background:#fff url('/grafix/link-off.png') no-repeat 100% 8px;
}

ul#leftnav a:hover{
text-decoration:none;
font-size:1.1em;
font-weight:bold;
color:#b00;
padding-right:15px;
background:#fff url('/grafix/link-on.png') no-repeat 100% 8px;
}

ul#leftnav a:link.urhere,
ul#leftnav a:visited.urhere,
ul#leftnav a:hover.urhere{
text-decoration:none;
font-size:1.1em;
font-weight:bold;
color:#369;
padding-right:15px;
background:#fff url('/grafix/link-here.png') no-repeat 100% 8px;
}

ul#leftnav a:link.subhere,
ul#leftnav a:visited.subhere{
text-decoration:none;
font-size:1.1em;
font-weight:bold;
color:#999;
padding-right:15px;
background:#fff url('/grafix/link-here.png') no-repeat 100% 8px;
}

ul#leftnav a:hover.subhere{
text-decoration:none;
font-size:1.1em;
font-weight:bold;
color:#b00;
padding-right:15px;
background:#fff url('/grafix/link-on.png') no-repeat 100% 8px;
}


#content h1{
font-size:1.4em;
font-weight:bold;
padding:0 0 1em 0;
margin:0 0 1em 0;
border-bottom:1px solid #ccc;
}

#content h2{
font-size:1.2em;
font-weight:bold;
color:#b00;
margin-bottom:0.75em;
}


#content p{
margin:0 0 1.5em 0;
}

#content a:link,
#content a:visited{
text-decoration:none;
border-bottom:1px dotted #b00;
color:#b00;
}

#content a:hover{
border-bottom:1px solid #000;
color:#000;
}

#content img{
float:right;
margin:7px 0 3px 2em;
}

#content ul{
list-style:circle;
margin:-0.75em 0 1.5em 1.6em;
}

