/*
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 40px;
	background: #19647B;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202020;
}

h1, h2, h3 {
	color: #110404;
	padding:10px 0 20px 0;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
}

a {
	text-decoration: none;
	color: #323B51;
	font-weight: bold;
	text-transform:uppercase;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color:#323B51;
}

img{
	border:none;
}

/* Header */

#header {
	width: 892px;
	height: 120px;
	margin: 0 auto;
	background-color: #ffffff;
	border-bottom: 1px #ececec solid;

}

/* Logo */

#logo {
	float: left;
	width: 270px;
	margin: 0px;
	padding: 10px 0px 0px 30px;
	background: url(images/img01.jpg) no-repeat left top;
}

#logo a {
	text-decoration: none;
	color: #444444;
}

#logo a:hover {
	background:#ffffff;
}

/* Menu */

#menu {
	float: right;
	width: 592px;
	height: 91px;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 6px 0 0 20px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
		width:60px;
	float: left;
	margin-right: 3px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	background: #FFFFFF;
	color: #110404;
}

#menu h2{
	float:right;
	font-size:125%;
	padding: 36px 10px 0 0;

}
/* Page */

#page {
	width: 892px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 524px;
	padding: 30px;
	margin:20px;
	border-right: #ececec 1px solid;

}
.post {
	margin: 0px;

}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
}

.post .title a {
	padding: 4px 15px 4px 15px;
	/*background: #999999;*/
	text-decoration: none;
	font-weight: bold;
	color: #323B51;
	text-transform:uppercase;
	border-bottom:2px #999999 double;
		border-top:2px #999999 double;

}

.post .title a:hover {
	font-weight: bold;
	color: #ffffff;	
	background: #3C88AA;

}

.post .property{
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #202020;
	border-top: 1px solid #202020;
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
	background: #857367;
	text-transform:uppercase;
	

}

.post .description{
	width:500px;
	}

.post .property_box{
	margin: 0px;
	padding: 0px;
	border: 1px dashed #ececec;
}

.blue{
color:#3C88AA;
font-weight:bold;
}

.post img {
	padding: 0px;
	border:4px #ececec solid;
	
}


/* Sidebar */

#sidebar {
	float: right;
	width: 208px;
	padding-top: 30px;
	padding-right: 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	border-bottom: 1px dashed #ececec;
}

#sidebar h2 {
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #ececec;
	font-size: 110%;
	font-weight: normal;
	color: #110404;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}


/* Footer */

#footer {
	width: 892px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(images/img04.jpg) no-repeat left top;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:bold;
}

#footer a:hover {
	text-decoration: none;
	background-color:#FFFFFF;
	color: #19647B;
}

