@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #D9CDA8;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
}
.available {
	font-weight: bold;
	color: #093;
}
.property-available {
	background-color: #FFC;
}


#wrapper {
	width: 950px;
	margin: auto;
	margin-top: 30px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px #333;
	-moz-box-shadow: 0px 0px 25px #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#header {
	height: 150px;
	background-color: #000000;
}
#global-nav {
	padding: 15px;
	background-color: #663333;
	text-align: left;
}
#global-nav ul {
	margin: 0px;
	padding: 0px;
}
#global-nav li {
	list-style-type: none;
	display: inline;
	padding-right: 40px;
}
#global-nav a {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000 1px 1px 1px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#global-nav a:hover {
	color: #FFCC00;

}


#sidebar-left {
	width: 150px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar-left a {
	text-decoration: none;
}

#main-content {
	float: left;
	width: 575px;
	margin-right: 10px;
	margin-left: 15px;
}
#main-content h1 {
	font-weight: normal;
	color: #CC0000;
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 20px;
	text-shadow: #666 1px 1px 1px;
}
#main-content h2 {
	font-weight: bold;
	color: #CC6633;
	font-size: 18px;
	text-transform: capitalize;
	text-shadow: #CCC 1px 1px 1px;
}
#main-content p {
	line-height: 26px;
}

#sidebar-right {
	float: right;
	width: 325px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#sidebar-right h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #993333;
	font-style: italic;
	margin-top: 25px;
}

#sidebar-right a {
	text-decoration: none;
}

#footer {
	padding: 15px;
	background-color: #EFEFEF;
	font-size: 10px;
}
#footer a {
	font-weight: bold;
	color: #666666;
}
#footer a:hover {
	color: #000000;
}
.sidebar-property {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #EFEFEF;
	font-size: 12px;
	color: #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: left;
	height: 75px;
	cursor: hand;
}
.sidebar-property strong {
	font-size: 14px;
	color: #CC0033;
}

.sidebar-property:hover {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
}
.sidebar-property img {
	padding-right: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
