/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body {
    font-family: Georgia, serif;
    color: #000;
    }

a {
    text-decoration: underline;
    color: #000;
    }
    
table tr td {
    vertical-align: top;
    }

.wrapper {
    width: 800px;
    margin: 0 auto;
    }
    
.header {
    position: relative;
    height: 133px;
    margin-bottom: 10px;
    }
    
#site-logo {
    float: left;
    margin-top: 10px;
    }

#site-logo img {
    border: none;
    }

.secondary-nav {
    visibility: hidden;
    }
    
ul.navbar {
    visibility: hidden;
    }
    
.sidenav-header {
    visibility: hidden;
    }
    
ul.sidenav {
	visibility: hidden;
}
    
.img-header {
    margin-left: 10px;
    margin-bottom: 20px;
    }
    
.side-img {
    float: right;
    margin: 0 0 50px 20px;
    width: 200px;
    }
    
.content {
    width: 621px;
    padding-left: 30px;
    }
    
h1 {
    color: #000;
    font-size: 31px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    font-weight: bold;
    }
    
h2 {
    color: #000;
    font-style: italic;
    font-weight: normal;
    font-size: 19px;
    margin: 0.75em 0;
    }
    
h3 {
    color: #000;
    font-size: 18px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    font-weight: bold;
    }
    
h4 {
    color: #000;
    font-size: 15px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    font-weight: bold;
    }

p {
    font-size: 14px;
    line-height: 1.4em;
    color: #000;
    margin: 1em 0;
    }
    
ul {
    list-style-type: disc;
    font-size: 14px;
    margin: 5px 5px 20px;
    padding: 2px 18px;
    }
    
ul li {
    margin: 5px;
    padding: 2px 12px;
    }
    
strong {
    font-weight: bold;
    }
    
.go-left {
    float: left;
    margin: 0 10px 10px 0;
    }
    
table.financials {
    font-size: 13px;
    margin: 10px 0;
    }
    
table.financials th {
    font-weight: bold;
}
    
table.financials tr td,
table.financials th {
    padding: 7px 7px 7px 0;
    }
    
.tablenav-header {
    background-color: #CCC;
    color: #000;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 10px;
    width: 600px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    }
    
table.tablenav {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color: #EEE;
    width: 620px;
    }
    
table.tablenav td {
    width: 289px;
    padding: 10px;
    margin: 1px 1px 0 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    vertical-align: top;
    }
    
table.tablenav td a {
    color: #000;
    }
    
h4.infonav-header {
    margin-top: 30px;
    }
    
ul.infonav {
    margin: 5px 5px 20px;
    padding: 2px 18px;
    font-size: 14px;
    list-style-type: disc;
    }
    
ul.infonav li {
    margin: 5px;
    padding: 2px 12px;
    }
    
.imgLeft {
    float: left;
    margin: 0 10px 10px 0;
    }
    
.footer {
    width: 100%;
    border-top: 1px solid #000;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #000;
    font-size: 11px;
    text-align: center;
    padding: 10px 0 30px 0;
    }