html {
	
	background:#242021;
	
}

body {
	
	background:#242021;
	color:#fff;
	width:980px;
	margin:0 auto 0 auto;
	
}

a {
	
	color:#EC008C;
	
}

a:hover {
	
	color:#BB0071;
	
}

#header {
	
	text-align:center;
	
}

/* Layout and positioning */

#siteNav {
	position: relative;
	float:left;
	left: 0.5em;
	width: 14em;
	top:0;
}
#siteNav ul {
	color: #000000;
	font-weight:bold;
	background-color: #fff;
	border: 1px solid #808080;
	padding: 0.5em 0.5em 0.5em 2em;
	margin-left: 0;
}
#siteNav li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#content {
	padding-top: 10px;
	margin-left: 15em;
}
#contextNav {
	text-align: left;
}
#contextNav {
	position: absolute;
	right: 0.5em;
	top: 110px;
	width: 13em;
	background:#fff;
}
#contextNav h3 {
	font-size: 1em;
	margin: 0 0 1em 0;
}
#promo {
	color: #000000;
	background-color: #fff;
	border: 1px solid #808080;
	padding: 1em 0.5em 0 0.5em;
	margin-bottom: 1em;
}
#feature {
	color: #000000;
	background-color: #fff;
	border: 1px solid #808080;
	padding: 1em 0.5em 0 0.5em;
}
#feature p {
	text-align: center;
}
#footer {
	margin-left: 13em;
	margin-right: 20%;
	padding-top: 3em;
	text-align: center;
}
#footerLinks li {
	display: inline;
	list-style: none;
}
#message {
	color: #000000;
	background-color: #b3ffb3;
	text-align: center;
	font-weight: bold;
	margin-right: 14em;
}
#searchResults {
	width: 100%
}

/* Decoration for tags */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
}
form {
	margin: 0;
}
h1 {
	color: #EC008C;
	background-color: transparent;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
}
h2 {
	color: #EC008C;
	background-color: transparent;
	font-family: Arial, sans-serif;
	font-size: 1.3em;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
}
h4 {
	font-family: Arial, sans-serif;
	font-size: 1em;
	text-align: left;
}
hr {
	color: #808080;
	height: 1px;
	text-decoration: none;
	background-color: #eeeeee;
}
input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
table {
	font-size: 1em;
}

/* Decoration for classes */

.center {
	text-align: center;
}
.currentPage {
	color:  #EC008C;
	background-color: transparent;
	font-weight: bold;
}
.disclaimer{
	font-size: 0.8em;
}
.error {
	color: #ff0000;
	background-color: transparent;
}
.featureList {
	font-size: 1em;
}
.home {
	margin-right: 15em;
}
.label {
	text-align: right;
	vertical-align: top;
}
.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;
}
.search {
	color: #000000;
	background-color: #fff;
	border: 1px solid #808080;
}
.search h2 {
	color: #EC008C;
	background-color: transparent;
	font-size: 1.3em;
	margin: 0.5em;
}
.search td {
	padding-top: 0.25em;
}
.searchNav, .pageList {
	font-size: 1em;
	background-color: #fff;
	padding: 3px;
	font-weight:bold;
	color:#333;
}
.status {
	color: #ff0000;
	background-color: transparent;
	font-weight: bold;
}
