@import url(http://fonts.googleapis.com/css?family=Lustria);

/* Reset */
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;
}


/* Never gonna give you up */

#topContainer {
	display: table;
}
#logoContainer {
    display: table-cell;
	padding: 1em;
}
#topPartition {
    display: table-cell;
    vertical-align: middle;
	width: 100%;
}
#titleContainer {
    float: left;
    margin: 15px 0 5px 10px;
}
.company {
    font-family: 'Lustria', 'Times New Roman', serif;
	font-variant: small-caps;
    font-size: 38px;
}
.slogan {
    font-family: 'Lustria', 'Times New Roman', serif;
    font-size: 28px;
}
#navigation, #footerNav {
    display: none;
}
#pageTitle {
    font-family: 'Lustria','Times New Roman',serif;
    font-size: 1.5em;
	display: block;
    margin: 0 0 1em 0;
}
#content {
    font-family: 'Arial','Verdana',sans-serif;
    line-height: 20px;
	font-size: 1em;
}
.news_description {
    border-left: 1px solid black;
    margin: 1em 0 0 1em;
    padding-left: 10px;
}
.news_link {
    font-family: 'Lustria','Times New Roman',serif;
	font-size: 1.1em;
}
p {
    font-family: 'Arial','Verdana',sans-serif;
    line-height: 20px;
	padding: .5em 0 1em 0;
}
a {
	text-decoration: none;
	color: black;
}
h1, h2, h3 {
    font-family: 'Lustria','Times New Roman',serif;
    font-size: 1.5em;
	margin: 15px 0;
}
h4 {
    font-weight: bold;
}
#footer {
    text-align: right;
}
#home_panel, #tax_alerts {
    position: absolute;
    left: -1000px;
}
.sitebuilderModules {
    display: none;
}
b {
    font-family: 'Lustria', 'Times New Roman', serif;
	font-size: 1.3em;
}
table form input {
    margin: 0 0 2em;
}