/*------------------------------------------
Metroscope Stylesheet  - version 1.0

author - Jason Schmidt
email - jschmidt@entercom.com
website - http://www.metroscopepdx.com
-------------------------------------------*/
*, * html {
	margin: 0;
	padding: 0;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4D4D4D;
}
img {
  border: none;
}
a:link {
	color: #00ADEE;
	text-decoration: none;
}
a:visited {
	color: #00ADEE;
	text-decoration: none;
}
a:hover {
	color: #4D4D4D;
}
a:active {
	color: #00ADEE;
	text-decoration: none;
}
#wrapper {
  width: 1024px;
  height: 768px;
  margin: 0 auto;
}
#header {
  width: 1024px;
  height: 148px;
}
#header img {
  float: left;
}
#nav {
  margin: 0 102px 0 441px;
  width: 481px;
  height: 47px;
}
ul {
  list-style: none;
}
li {
  display: inline;
  float: left;
}
#content {
  text-align: left;
/*  margin: 100px 102px 34px 441px;
*/  padding: 5px;
/*  width: 471px;
  height: 324px;
*/}
p {
  margin-bottom: 10px;
}
#address {
  clear: both;
}
#footer {
  clear: both;
  text-align: left;
/*  margin: 0 102px 0 441px;
*/  margin: 0;
  width: 583px;
  height: 139px;
  font-size: 9px;
}
#footer img {
  float: left;
}
#footer p {
  clear: both;
}
td {
  padding: 5px;
}
/* Form Styles */
label {
	margin-top: 3px;
	display: block;
	font-weight: bold;
	color: #4D4D4D;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}
.float {
  float: left;
  padding: 5px;
}