/* Remove browser styles (see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
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, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;  vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: #000; background: #fff; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
th, td { vertical-align: middle; padding: 2px; }
input { padding: 2px; }
input[type='submit'] { padding: 10px; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
strong { font-weight: bold; }


body { background: #fff url(../img/radbkgnd.gif) repeat; margin: 0; padding: 8px; font-family: Arial,sans-serif; }
#header { height: 130px; background-image: url(../img/logo.png); background-repeat: no-repeat; border-bottom: solid 1px #000; }
#header h1 { background-image: url(../img/heading.gif); background-repeat: no-repeat; position: absolute; top: 50px; left: 450px; width: 577px; height: 54px; font-family: Times New Roman,serif; text-align: center; font-size: 24pt; padding-top: 10px; color: #fff; }
#header p { float: right; color: blue; margin-top: 108px; font-family: Times New Roman,serif; font-size: 12pt;}

#nav { float: left; width: 145px; }
#nav ul { list-style-type: none; font-size: 10pt; }
#nav li { width: 141px; height: 25px; text-align: center; }
#nav a { display: block; width: 136px; height: 15px; padding: 5px 6px 5px 3px; background-image: url(../img/nav-off.gif); background-repeat: no-repeat; text-decoration: none; color: blue; }
#nav li.active a, #nav a:hover { background-image: url(../img/nav-on.gif); }

#content { border-left: solid 1px #000; margin: 0 0 0 150px; padding: 5px; }
#content h1 { font-family: Times New Roman,serif; padding: 3px 0; font-size: 20pt; font-weight: bold; }
#content h2 { font-weight: bold; margin: 3px 0 10px 0; font-size: 14pt; }
#content .desc { font-weight: bold; margin: 10px 0 0 10px; }
#content .qualifications { color: #f00; margin-top: 30px; }
#content .qualifications span { color: #0d0; }
#content img { border: 0; }
#content p { line-height: 1.4em; margin: 5px 0; }
#content .column-block { margin: 0 -5px; border-top: solid 1px #000; padding: 5px; }
#content .column { float: left; width: 45% }
#content .column h3 { margin: 5px 0 50px 0; }
#content ol, #content ul { margin: 0 0 0 20px; }
#content ol { list-style-type: decimal; }
#content ol.alpha { list-style-type: lower-alpha; }
#content ul { list-style-type: disc; }
#content li { padding-left: 10px; line-height: 1.3em; margin: 5px 0; }

#footer { clear: both; text-align: center; }
#footer ul { margin: 13px 0 0 5px; color: blue; font-size: 12px; }
#footer li { border-left: solid 1px #000; list-style-type: none; display: inline; }
#footer li.first { border-left: none; }
#footer a { text-decoration: none; padding: 5px 4px 7px 6px; }

/* Standard Classes */
.inline_left { float: left; padding-right: 10px; }
.clearing { clear: both; }
.withclick { cursor: pointer; }
p.clearing { font-size: 2pt; }
em { font-style: italic; }
