html, body {
	min-height: 100.01%;
	margin-bottom: 1px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #fff;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #4e2624;
	text-decoration: underline;
}
a:hover {
	color: #85512f;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #4e2624;
	border: 0;
	border-top: 1px solid #4e2624;
	height: 1px;
	width: 75%;
}
form {
	margin: 0;
}
#main {
width: auto;
	margin: 3px auto auto 20px;
	padding: 0;
	background: url(nav_background.gif) repeat-y;
	min-width: 900px;
}
#banner {
	height: 204px;
	margin: 0;
	padding: 0;
	background: white url(parkway-village-logo.gif) no-repeat;
}
#menu {
	float: left;

/*	width: 285px; */
	margin: 0;
	padding-top: 15px;
	padding-left: 54px;
	background-color: transparent;
}
/*#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
#menu ul ul {
	padding-left: 8px;
}
#menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
	display: block;
	padding: 4px 5px;
	text-decoration: none;
}
.menu_main a:link, .menu_main a:visited, .menu_main a:active {
	
}
.menu_main a:hover {
	
}
*/
#nav {
  margin: 0 0 0 11px;    
  padding: 0;
  list-style-type: none;
  width: 175px;
}
#nav li {
  margin: 0;
  padding: 0;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}
#nav a img {
 display: block;  /* to increase clickable area as a's 
      default to inline */
  text-decoration: none;
  padding: 10px 0 0;
}
#nav #nav_con a {
  border: none;
}
#nav a:hover {  
  border: none;
}
#content {
	margin-left: 300px;
	padding: 0 50px 15px 25px;
	clear: right;
	background-color: transparent;
	width: 600px;
}
#content ul, #content li {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
	list-style-image: url(bullet.gif);
}
/*
table {
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
*/
td {
	padding-right: 4px;
	padding-left: 4px;
	vertical-align: top;
	line-height: 1.5em;
}
th {
	padding-right: 4px;
	padding-left: 4px;
	white-space: nowrap;
	vertical-align: top;
	line-height: 1.5em;
	font-size: larger;
	padding-bottom: 4px;
}
#footer {
	clear: both;
	font-size: 10px;
	color: #8f8c7e;
	margin-left: 300px;
	padding: 5px 125px 5px 25px;
	background-color: transparent;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #8f8c7e;
	text-decoration: none;
}
#footer a:hover {
	color: #85512f;
	text-decoration: underline;
}