html, body, div, span,
h1, h2, h3, h4, h5, h6,
hr,  p, a, img,
ol, ul, li, dl, dt, dd
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	border				: 0;

	font-family			: inherit;
	font-size			: 100%;
	font-style			: inherit;
	font-weight			: inherit;

	margin				: 0;
	outline				: 0;
	padding				: 0;
}

body
{
	background-color	: #ffffff;
}




/* ============================================================
cityofwells banner headline
============================================================ */
h1
{
	color				: #a9a9a9;
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 2.00em;
	font-weight			: 100;

	margin-bottom		: 25px;
	margin-right		: 5px;
	margin-top			: 25px;

	text-align			: right;
}

small {
	font-size			: 0.50em;
}

/* home featured headline	*/
h2
{
	font-size			: 11px;
	font-style			: italic;

	margin-left			: auto;
	margin-right		: auto;
	margin-top			: 20px;

	width				: 900px;
}

p.special
{
	font-size			: 18px;
	line-height			: 27px;

	margin-left			: auto;
	margin-right		: auto;

	width				: 80%;
}


/* contact information at end of each page */
p.contact
{
	font-family			: sans-serif;
	font-size			: 0.80em;
	font-style			: italic;

	text-align			: center;
} 


/*	choice of some quick links	shown in top right corner on all pages */
#bar
{
	clear				: both;

	font-family			: sans-serif;
	font-size			: 10px;
	font-variant		: small-caps;
	font-weight			: normal;

	left				: 5px;
	letter-spacing		: 1px;

	padding				: 0;
	position			: absolute;
	top					: 0;
}


/*	choice of some quick links	shown in bottom right corner on all pages */
#foot
{
	clear				: both;
	color				: #696969;

	font-family			: sans-serif;
	font-size			: 0.70em;
	font-weight			: normal;

	letter-spacing		: 1px;
	padding-top			: 4em;
	text-align			: center;
}











/* ------------------------------------------------------------
places - individual pages
------------------------------------------------------------ */
/* other wells page shown on each page */
p.page
{
	clear				: both;

	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 13px;

	margin-left			: auto;
	margin-right		: auto;
	margin-top			: 2em;

	width				: 800px;
}


/* metadata or keywords for each page */
p.meta
{
	clear				: both;

	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 13px;

	margin-left			: auto;
	margin-right		: auto;
	margin-top			: 2em;

	width				: 800px;
}


ul.comment
{
	clear				: both;
	font-size			: 0.92em;
	line-height			: 1.24em;

	margin-left			: auto;
	margin-right		: auto;

	padding-top			: 50px;

	width				: 800px;
}

ul.comment li
{
	margin-bottom		: 1.80em;

	width				: 640px;
}




/* ------------------------------------------------------------
home.html - home and default page
------------------------------------------------------------ */
/* home page featured page */
h5
{
	margin-left			: auto;
	margin-right		: auto;
	
	width				: 920px;
}

/* home page featured page */
label {
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 10px;
}

p.home
{
	font-size			: 18px;
	line-height			: 27px;

	margin-left			: auto;
	margin-right		: auto;

	width				: 920px;
}

p.home img
{
	border				: 1px silver solid;
	float				: left;
	height				: 400px;
	margin-right		: 20px;
	padding				: 10px;

	width				: 640px;
}

/* menu below preview image	*/
ul.home
{
	clear				: both;

	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 21px;
	font-variant		: small-caps;

	letter-spacing		: 1px;

	margin-left			: auto;
	margin-right		: auto;

	padding-bottom		: 30px;
	padding-top			: 40px;

	width				: 640px;
}

ul.home li
{
	display				: inline;

	margin-left			: 10px;
	margin-right		: 10px;
}


/* minor links on off recent changes */
h3 {
	font-size			: 13px;
	height				: 2em;
	margin-bottom		: 5px;

	vertical-align		: middle;
	width				: 250px;
}


ol {
	list-style			: none;

	margin-left			: auto;
	margin-right		: auto;
	margin-top			: 20px;

	width				: 910px;
}

ol li {
	float				: left;
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;

	height				: 82px;

	margin-bottom		: 10px;
	margin-left			: 20px;
	margin-right		: 20px;
	margin-top			: 10px;

	overflow			: hidden;

	width				: 256px;
}

ol li img {
	border				: 1px silver solid;

	float				: left;
	height				: 80px;
	margin-right		: 5px;

	vertical-align		: top;
}

ol li p {
	line-height			: 14px;
}



/* ------------------------------------------------------------
index.html - list of wells pages
------------------------------------------------------------ */
ul.index
{
	float				: left;

	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 0.92em;

	line-height			: 2.40em;
	margin-left			: 2%;

	overflow			: hidden;
	
	width				: 30%;
	white-space			: nowrap;
}



/* ------------------------------------------------------------
search.html - search the Wells
------------------------------------------------------------ */
input, button {
	font-size			: 1.20em;
	font-weight			: normal;
	padding				: 3px;
}



/* ------------------------------------------------------------
directory.html - list of Wells websites
------------------------------------------------------------ */
dl {
	float				: left;

	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;

	margin-left			: 2%;

	overflow			: hidden;
	
	width				: 30%;
	white-space			: nowrap;
}

dt {
	font-size			: 0.90em;
}

dt a {
	color				: black;
}

dd {
	font-size			: 0.66em;
	margin-bottom		: 20px;
	margin-left			: 0;
}





