/*-----------------------------------------------------------------------------------------
Author: Derek P. Collins
Email: derek.collins@prescott-az.gov
Website: http://www.prescott-az.gov/
-----------------------------------------------------------------------------------------*/

/* GENERAL: =general
-----------------------------------------------------------------------------------------*/
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	margin: .3in .6in .6in .6in;
}

/* Spam Block
-----------------------------------------------*/
.trickortreat {
	display: none;
}
/* LINKS: =links
---------------------------------------------*/
a {color: #ccc;}

/* NO DISPLAY: =none
-----------------------------------------------------------------------------------------*/
#skip_nav,
#header .weather,
#header .search,
#top_nav,
#sub_nav,
#footer p,
#footer_nav {display: none;}

/* HEADER: =header
-----------------------------------------------------------------------------------------*/
#header {border-bottom: 1px solid #ccc;}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

/* CONTENT: =content
-----------------------------------------------------------------------------------------*/

/* IMAGES: =images
---------------------------------------------*/
img.border {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
}
p.image_caption_right {
	font-size: 8pt;
	font-weight: bold;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}
p.image_caption_left {
	font-size: 8pt;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
}

/* TABLES: =tables
---------------------------------------------*/
table {
	border-collapse: collapse;
	width: 100%;
}
table thead th {
	border: 1px solid #ccc;
	padding: 8px;
}
table thead th.left {text-align: left;}
table tbody td {
	border: 1px solid #ccc;
	padding: 8px;
}
table tbody td.center {text-align: center;}
table tbody tr.odd {background: #efefef;}

/* FOOTER: =footer
-----------------------------------------------------------------------------------------*/
#footer {border-top: 1px solid #ccc;}
#footer p.crumbs,
#footer p.copyright {display: block;}