/* ZERO Page Styling  -------------------------------------------------------------------------------  */
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 Styles -------------------------------------------------------------------------------  */
body{
	background: #fff;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 83%;
}

/* Links -------------------------------------------------------------------------------  */
a{
	color: #0183d9;
}
p{
	font-size: 18px;
	margin: 10px 10px 15px 10px;
}
a:visited{
	color: #0183d9;
}
a:hover{
	text-decoration: none;
}

/* Headings ----------------------------------------------------------- */
h2, h3{
	color: #0183d9;
	font-size: 30px;
	font-weight: bold;
}
h2 em, 
h3 em{
	display: block;
	margin-top: 0em;
	font-size: 80%;
	color: #666;
	font-style: normal;
}
#contents h2:first-child{
	margin-top: 0;
}

/* Main Body Section  ------------------------------------------------- */
#contents{
	line-height: 1.4;
}
#nav{
	display: none;
}
#footer-links{
	margin-top: 1.5em;
	padding: 0.5em 0.25em 0em 0.25em;
	line-height: 1.3;
	border-top: 3px solid #0183D9;
}
address{
	display:block;
	float:left;
	width: 100%;
	font-style: normal;
	font-size: 25px;
	margin-top: 35px;
	color:#FFF;
	text-align:center;
}
address a{
	text-decoration:none;
	color:#FFF;
}
#hill_county_printing_branding p{
	display:block;
	float:left;
	width:100%;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	margin-top: 25px;
	text-align:center;
}
#hill_county_printing_branding a{
	color:#FFF;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}