/* 5:56 PM 4/24/2008 */
#main {
	margin : auto;
	min-width : 26em;
	min-height : 26ex;
}
#content {
	color : #000;
	text-align : left;
	float : left;
	width : 81%;
}
#content .dummyform {
	text-align : center;
}
#content .dummyform input[type="text"] {
	border : 1px solid #686;
	background-color : #ded;
}
#content .lowerad {
	display : block;
	height : 24ex;
}

.numlist {
	font-size : 0.8em;
	text-align : left;
	padding-left : 32%;
	list-style-type : decimal;
}

#citylist {
	font-size : 0.8em;
	width : 100%;
}
#county {
	font-size : 1.2em;
}
#city_links {
	color : #00f;
	background-color : #aaa;
}

.centered {
	text-align : center;
	width : 100%;
}
#heading {
	/* background-color : #686; */
	font-size : 1.2em;
	text-align : center;
	clear : both;
	background-image : url(/styles/gradient/tltd.png);
}
#heading a {
	color : #5a5;
	text-decoration : none;
}

#leftmenu .sidemenu a {
	background : url(/styles/gradient/ltd.png);
}
#leftmenu .sidemenu a:hover {
	background : url(/styles/gradient/hltd.png);
}
#rightmenu .sidemenu a {
	background : url(/styles/gradient/dtl.png);
}
#rightmenu .sidemenu a:hover {
	background : url(/styles/gradient/hdtl.png);
}

.sidemenu {
	display : block;
	border-collapse : collapse;
}
.sidemenu a {
	color : #474;
	font-size : 0.8em;
	text-decoration : none;
	display : block;
}
.sidemenu a:hover {
	color : #292;
}
#leftmenu {
	float : left;
	width : 5.44em;
	text-align : right;
}
#rightmenu {
	float : right;
	width : 5.4em;
	text-align : left;
}
body {
	color : #121;
	background-color : #fafafa;
	margin : auto;
	min-width : 58em;
	width : 90%;
}
.city_pitch {
	font-size : 1em;
}
.smalltext {
	text-align : center;
	font-weight : bold;
	font-family : monospace;
	font-size : 0.9em;
}
.finetext {
	clear : both;
	color : #efe8ef;
	display : block;
	font-size : 0.6em;
	width : 100%;
}
.uline {
	text-decoration : underline;
}
#copyright {
	clear : both;
	text-align : center;
	font-weight : bold;
	font-family : monospace;
	font-size : 0.5em;
}
.wipe {
	clear : both;
}