* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
	margin: 0px;
	background: url(/assets/images/bgbot.jpg) top left;
}
td {
	padding: 0px;
	vertical-align: top;
}
a {
	text-decoration: none;
	font-size: inherit;
}
a, li a:hover {
	color: #dd4400;
}
img {border: none;}
span {font-size: inherit;}
h1 {
	font-size: 13pt;
	color: #004080;
	margin-top: 0px;
}
h2 {
	font-style: italic;
	margin: 10px 0px;
}


/*	Specific Elements and Classes	*/
.nestedTable {
	width: 100%;
}
div#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 768px;
	width: 100%;
	background: url(/assets/images/bgtop.jpg) repeat-x top left;
	visibility: visible;
}
#page {
	width: 800px;
	height: 500px;
	margin: 20px auto;
	background-color: #eeeeee;
}
#head {
	height: 74px;
	background: url(/assets/images/head.jpg) no-repeat top left;
	border: 1px solid black;
}
#left {
	width: 20%;
	height: 430px;
	padding: 15px 5px 5px 10px;
	background: url(/assets/images/bgmenu.jpg) repeat-x top left #eeeeee;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	vertical-align: top;
}
#shadow1 {
	font-size: 3pt;
	width: 8px;
	height: 8px;
	padding: 0px;
	background: url(/assets/images/shadow1.jpg) no-repeat top left;
}
#shadow2 {
	font-size: 3pt;
	height: 8px;
	background: url(/assets/images/shadow2.jpg) repeat-x top left;
	border-right: 1px solid black;
}
#shadow3 {
	width: 8px;
	background: url(/assets/images/shadow3.jpg) repeat-y top left;
}
#shadow4 {
	width: 8px;
	height: 10px;
	background: url(/assets/images/shadow3.jpg) repeat-y top left;
	border-top: 2px dotted #333333;
	border-bottom: 1px solid black;
}
#menu {
	height: 280px;
}
#menu * {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #333333;
}
#menu a {
	display: block;
}
#menu a:hover {
	color: #dd4400;
}
#menu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	font-weight: bold;
	padding: 2px 0;
}
#menu li ul {
	margin: 0 0 0 10px;
}
.submenu li {
	font-weight: normal!important;
}
/*
#menuitems li {
	padding: 2px 3px;
	white-space: nowrap;
}
#menuitems li a {
	font-weight: bold;
}
#menuitems li ul li a {
	padding-left: 15px;
	font-weight: normal;
}
.current {
	background-color: #004080;
}
.current a {
	color: #dddddd;
}
*/
#address {
	font-size: 7pt;
	line-height: 12px;
}
#main {
	height: 450px;
	padding: 15px 20px 10px 10px;
	border-right: 1px solid black;
	background: url(/assets/images/watermark.jpg) no-repeat bottom right;
}
#right {
	width: 150px;
	background: url(/assets/images/headshadow.jpg) repeat-x top left #eeeeee;
	border-right: 1px solid black;
}
#foot {
	height: 10px;
	text-align: center;
	padding: 5px;
	border-top: 2px dotted #333333;
/*	border-left: 1px solid black;	*/
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
#foot, #foot a {
	font-size: 7pt;
}

/*	Map Styles	*/
#map {
	width: 550px;
	height: 400px;
	border: 1px inset;
	padding-bottom:30px;
}
#maplegend {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	list-style-type: none;
}
#maplegend li {
	height: 18px;
	margin: 0px;
	padding: 0px 10px 0px 16px;
	display: inline;
}
#maplegend li#ind {
	background: url(/assets/images/push_red_sm.png) no-repeat top left;
}
#maplegend li#com {
	background: url(/assets/images/push_green_sm.png) no-repeat top left;
}
#maplegend li#res {
	background: url(/assets/images/push_blue_sm.png) no-repeat top left;
}
#list {
	width: 100%;
}
#list table {
	width: 100%;
}
#colname, #colcity, #coltype {
	padding: 2px;
	cursor: pointer;
	background-color: #dddddd;
}
/* ----- IE Hacks for transparent PNGs -----	*/

* html #maplegend li#ind {
	height: 18px;
	background: url(/assets/images/_clear.gif) no-repeat top left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/push_red_sm.png", sizingMethod="scale");
}
* html #maplegend li#com {
	background: url(/assets/images/_clear.gif) no-repeat top left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/push_green_sm.png", sizingMethod="image");
}
* html #maplegend li#res {
	height: 18px;
	background: url(/assets/images/_clear.gif) no-repeat top left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/push_blue_sm.png", sizingMethod="scale");
}
