﻿/**
 * PUBLIC WEBSITE
 * Basic style rules for all media types.  Layout independent.
 *
 * Contents:
 *   - Reset
 *   - Block Elementsents (Headings, Lists, Forms, etc)
 *   - Inline Elements (Images, Hyperlinks)
 */

/* ============================================================================
   ERIC MEYER'S RESET CSS (compressed) 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,font,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{ font-style:normal; margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent} body{ line-height:1} ol,ul{ list-style:none} blockquote,q{ quotes:none} blockquote:before,blockquote:after, q:before,q:after{ content:''; content:none} :focus{ outline:0} ins{ text-decoration:none} del{ text-decoration:line-through} table{ border-collapse:collapse; border-spacing:0}

em {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	font-size:100%;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}

img {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	font-size:100%;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
}

/* ============================================================================
   BLOCK ELEMENTS */

html {
}

body {
    color: #333;
    font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

address, blockquote, ul, ol, p {
    font-size: 11px;
    padding: 10px 0;
}

p {
	padding: 6px 0px;
}

input, select, textarea {
    font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}


/* ----------------------------------------------------------------------------
   HEADINGS */

h1 {
    color: #4e0504;
    font: normal 28px georgia;
    padding: 0;
}

h2 {
    color: #4e0504;
    font: normal 18px georgia;
    padding: 10px 0 0 0;
}

h3 {
    color: #4e0504;
    font: bold 14px georgia;
    padding: 10px 0 10px 0;
}

h4 {
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

blockquote {
    padding-left: 40px;
    padding-right: 40px;
}

ul, ol {
    padding: 8px 15px 8px 15px;
}

ul li {
    list-style: disc;
}

ol li {
    list-style-type: decimal;
    margin-left: 10px;
}

hr {
    border:0;
    border-top: 1px solid #cccccc;
    height: 1px;
    margin: 10px 0;
}


/* ============================================================================
   INLINE ELEMENTS */

/* ----------------------------------------------------------------------------
   HYPERLINKS */

a {
    text-decoration: underline;
}

a:link {
    color: #4e0504;
}

a:visited {
    color: #953;
}

a:hover {
    color: #f00;
}

.noWrap {
	white-space: nowrap;
}



.chron tr {
	border-bottom: 1px solid #4e0504;
}

.chron td {
	padding:10px 10px 10px 0;
}

.chron td.date {
	width: 170px;
	
}

