﻿/*
CSS Style Document - print
----------------------------
author: Anthony Coy
website: http://hvmdesign.com
---------------------------- */
* {
	background:none;
}
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:none;
}
a, a:visited, a:hover, a:active{color:#333;}
#header {
	padding-bottom:5px;
	border-bottom: solid 1px #333;
	background:none;
}
#header a {
	display: block;
	background: url(../img/logo1.gif) top left no-repeat;
	height: 89px;
	width: 410px;
}

#header span {
	display: block;
}

#county{
	float:right;
	margin-top:30px;
	display:block;
	font-size: 20px;
	color: #164A7A;
	padding: 5px 0
}
* html #county{
	width:300px;
}

img{border:0;}

h1 { 
	font-size: 24px;
	margin:5px 0;
	color: #164A7A;
	font-weight:normal;
}

p.description{
	font-weight:bold;
	margin:3px 0;
}

.items-list a{
	display: block;
	border-top: dashed 1px #CCC;
	padding: 6px;
	text-decoration:none;
}

.items-list span{
	color:#164A7A;
	font-weight:bold;
}

.items-list p{
	margin:0;
}

.bg_l,
.bg_r,
#navtable,
#list
{
	display:none;
	width:0;
}

#content-list #content { 
	padding-left: 0;
}

#content-list #wrapper{background:none;}
#content-full #wrapper{background:none;}

#footer{
	border-top:1px solid #333;
	font-size:12px;
	margin:10px 0 0;
	background:none;
}

div.submit{
	display:none;
}
fieldset{
	border:1px solid #999;
}
fieldset input, fieldset select{
	border:1px solid #777;
}
.no-print{display:none;}