body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
}
h1 {
	color: #0080c0;
	background-color: transparent;
	font-size: 1.7em;
	padding-bottom: 5px;
	border-bottom: 3px solid #e0e0e0;
}
h2 {
	color: #8080c0;
	background-color: transparent;
	font-size: 1.5em;
}
input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
table {
	font-size: 1em;
}
#siteNav {
	margin-top: 5px;
	background: #5783c0;
}
#siteNav ul {
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
	padding: 6px;
	text-align: center;
}
#siteNav li {
	list-style: none;
	display: inline;
}
#siteNav li a {
	padding: 0 0.5em;
	text-decoration: none;
}
#siteNav li a:link, #siteNav li a:visited {
	color: #fff;
}
#siteNav li a:hover {
	color: #e0e0e0;
}
#contextNav {
	position: absolute;
	right: 0.5em;
	top: 180px;
	width: 13em;
}
#message {
	color: #000000;
	background-color: #b3ffb3;
	text-align: center;
	font-weight: bold;
}
#footer {
	margin-top: 3em;
	text-align: center;
        clear: both;
}
#footer ul {
        margin-left: 0;
        padding-left: 0;
}
#footerLinks li {
	display: inline;
	list-style: none;
}

/* Decoration for classes */

.center {
	text-align: center;
}
.currentPage {
	color: #000080;
	background-color: transparent;
	font-weight: bold;
}
.disclaimer{
	font-size: 0.8em;
}
.error {
	color: #ff0000;
	background-color: transparent;
}
.home {
	margin-right: 15em;
}
.list {
	width: 100%;
	border-collapse: collapse;
}
.list th {
	text-align: left;
}

td.description {
	padding-bottom: 10px; 
	border-bottom: 1px solid #000;
}

td.thumbnail {
	 padding: 10px 0 10px 0; 
	 border-bottom: 1px solid #000;
}

td.propertyAddress {
	padding-top: 10px;
}

td.tableSpacer {
	height: 25px;
}

.pageList{
	text-align: right;
}
.photo, .powered {
	border: 1px solid silver;
}
.price {
	font-weight: bold;
}
.required {
	color: #ff0000;
	background-color: transparent;
}
.room {
	margin-bottom: 1em;
}
.roomDescription{
	display: inline;
}
.roomName {
	display: inline;
	margin-right: 1em;
}
.roomSize{
	font-style: italic;
}
.searchNav, .pageList {
	font-size: 1em;
	background-color: #e0e0e0;
	padding: 3px;
}
.status {
	color: #ff0000;
	background-color: transparent;
	font-weight: bold;
}

