/* NORMALIZE */

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, form, p, blockquote, th, td {
margin: 0; 
padding: 0;
font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-size: 95%;
}
address, caption, cite {
font-style: normal;
font-weight: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {
border: 0;
}

/* BASE TYPEFACE, LEADING, AND COLOR */

body {
background-image: url(/art/background.gif);
background-repeat: repeat-y;
background-position: 0 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: .9em;
line-height: 1.3em;
color: #000;
}

/* GENERIC STYLE ITEMS */

p {
font-size: 1em;
text-align: left;
margin: 10px 0 10px 0;
padding: 0;
}
h3, h4, h5, h6 {
margin-top: 1em;
margin-bottom: -5px;
font-weight: bold;
}
h1 {
color: #000;
margin: 0;
padding: 0;
}
h2 {
font-size: 1.3em;
color: #0d4799;
font-weight: normal;
margin: 10px -40px 0 0;
text-align: right;
}
h2.entry {
font-size: .9em;
font-weight: bold;
text-align: left;
color: #000;
margin: 0 0 -10px 0;
clear: both;
}
h3 {
font-variant: small-caps;
font-size: 1em;
color: #000;
}
h4 {
font-size: .9em;
color: #4672a3;
font-style: italic;
}
h5 {
font-size: .9em;
color: #155eb0;   
}
h6 {
font-variant: small-caps;
font-size: .9em;
color: #4672a3;
}
ul {
list-style-type: square;
font-size: 1em;
text-align: left;
margin: 10px 0 5px 15px;
}
ul.inner {
list-style-type: circle;
font-size: 1em;
text-align: left;
margin: 0 0 5px 15px;
}
li {
margin-bottom: 2px;
}

/* UNIQUE STYLE ITEMS */

.address {
font-size: .8em;
line-height: 1.3em;
color: #000;
font-weight: bold;
margin: 20px 0 15px 0;
padding: 0 0 10px 0;
border-bottom: 1px solid #ccc;
}
.black {
color: #000;
}
.break {
color: #777;
font-weight: normal;
}
.captcha {
color: #0d4799;
text-align: left;
}
.copyright {
font-size: .75em;
color: #444;
text-align: right;
line-height: 120%;
margin: 0 15px 0 0;
padding: 25px 0 20px 0;
}
.describe {
margin: 10px 0 10px 25px;
}
.formbox {
background: #f0f0f0;
padding: 5px 5px 5px 5px;
border: 1px solid #999;
}
.imageL {
float: left;
margin: 0 10px 0 0;
padding: 0 0 0 0;
}
.imageR {
float: right;
margin: 0 -40px 0 15px;
padding: 0 0 0 0;
}
.intro {
font-size: 1.2em;
color: #777;
text-align: right;
margin: 30px 0 15px -10px;
padding: 0 0 35px 0;
border-bottom: 1px solid #ccc;
}
.kudo {
font-size: .8em;
line-height: 1.4em;
color: #555;
font-weight: bold;
text-align: left;
padding: 5px 0 0 0;
margin: 0;
}
.right {
text-align: right;
}
.small {
font-size: .8em;
line-height: 1.2em;
color: #7b7b7b;
font-weight: normal;
}
.speaker {
font-size: .75em;
color: #155eb0; 
text-align: left;
padding: 0 0 10px 0;
margin: 0;
}
.sub {
font-size: 90%;
letter-spacing: -2px;
}
.testimonials {
margin: 20px 0 20px 30px;
padding: 5px 0 0 0;
border-top: 1px dotted #999;
border-bottom: 1px dotted #999;
}
.wrapleft {
float: left;
margin: 0 0 0 -15px;
padding: 0 25px 0 0;
}
.wrapright {
float: right;
margin: 10px 0 0 0;
padding: 0 0 0 25px;
font-size: .8em;
color: #000;
font-weight: bold;
text-align: right;
}

/*
IMAGE LINKS
*/

a:link, a:visited {
color: #777;
text-decoration: none;
}
a:hover, a:active {
color: #333;
text-decoration: none;
}

/*
TEXT LINKS
*/

a.text:link, a.text:visited {
color: #333;
font-weight: normal;
text-decoration: none;
border-bottom: 1px dotted #666;
}
a.text:hover, a.text:active {
color: #000;
font-weight: bold;
border-bottom: 1px solid #247f18;
}

a.menulink:link, a.menulink:visited {
color: #333;
font-weight: normal;
text-decoration: none;
}
a.menulink:hover, a.menulink:active {
color: #000;
border-bottom: 1px solid #247f18;
}

/* DROP SHADOW */

.shadow {
float:left;
width: 100%;
background: url(/art/shadow.png) no-repeat bottom right !important;
background: url(/art/shadow.gif) no-repeat bottom right;
margin: 10px 0 0 0px !important;
margin: 10px 0 0 0px;
}

/* NAVIGATION */

#navigate ul {
list-style-type: none;
margin: 0 4px 4px 0;
padding: 8px 0 8px 0;
font-size: .8em;
font-weight: bold;
line-height: 210%;
background: #fff;
border: 1px solid #000;
}
#navigate ul li {
margin: 0;
padding: 0;
text-indent: 15px;
}
#navigate li a:link, #navigate li a:visited {
display: block;
background: url(/art/menu_dot.png);
background-repeat: no-repeat;
background-position: -50px 50%;
color: #627fa7;
text-decoration: none;
}
#navigate li a:hover, #navigate li a:active {
color: #000;
text-decoration: none;
background-position: 0 50%;
}

/* POSITION */

#base {
position: relative;
left: 0px;
width: 730px;
height: 100%;
background: #247f18;
margin: 0;
padding: 0 0 10px 0;
border-bottom: 5px solid #000;
}
#brand {
position: absolute;
top: 75px;
left: 735px;
width: 45px;
height: 305px;
margin: 0;
padding: 0;
background: transparent;
z-index: 10;
}
#content {
position: relative;
top: 50px;
left: 110px;
width: 519px;
margin: 0 0 40px 0;
padding: 10px 50px 10px 50px;
background: #fff;
border: 1px solid #000;
}
#credits {
position: relative;
top: 0;
left: 110px;
width: 619px;
margin: 10px 0 25px 0;
background: #fff;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
}
#hed {
position: relative;
top: 0px;
left: 0px;
height: 70px;
width: 100%;
background: #b70000;
border-bottom: 5px solid #000;
z-index: 5;
}
#identity {
position: absolute;
top: 0px;
left: 0px;
padding: 0 0 1px 0;
width: 730px;
background: #0d4799;
border-right: 5px solid #000;
z-index: 1;
}
#navigate {
position: absolute;
top: 90px;
left: 0px;
width: 140px;
z-index: 1;
}