@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
html {
	font-size: 100%;
	font-family: Arial, Arial, sans-serif;
	font-weight: lighter;
	
}

body {
	background: #fff url("images/bg.jpg") repeat top left;
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
}
		  	
		  	
#flashcontent {
	text-align:center;
	font: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 680px;
	margin: 0 auto;
	padding: 0;
	
}

#wrapper {
	position: relative;
	width: 850px;
	margin: 30px auto;
	padding: 0px;
	background-color: #eee;
}

#fbLike{
	position: absolute;
	margin-left: 20%;
	margin-top:0px;
}

#header {
	position: relative;
	width: 850px;
	height: 76px;
	margin: 0px;
	background: #ffffff;
}

#address{
	position:relative;
	text-align:left;
	left: 10px;
	top: 55px;
}


#logoCDA {
	position: relative;
	width: 300px;
	left: 600px;
	top: 0px;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.left {
	text-align: left;
}
.small {
	margin-top: 20px;
	font-size: 10px;
	line-height: 11px;
}
.copyright{
	position: relative;
	font-size: 7px;
}



.slideshow {
	position: relative;
	height: 520px;
	width: 850px;
	margin: 10px 0px;
}

/* description */

#headline{
	margin: 5px auto;
	text-align: center;
	font-size: 16px;
}
#description {
	position: relative;
	width: 825px;
	margin: 10px auto;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
	color: #333333;
}
#price {
	text-align:right;
}

/* details */
#details{
	text-align: left;
	margin: 10px 50px;
}

ul{
	font-size: 12px;
	list-style: none;
}
/* contact */
.agent{
	margin: 10px;
}

#viewPropInfoLink a{
	color: #c41a30;
	margin: 10px;
}



/* disclaimer */
#legal {
	position: relative;
	width: 825px;
	margin: 5px auto;
	font-size: 8px;
	text-align: justify;
	line-height: 8px;
	color: #ccc;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #647b8b;
	text-decoration: none;
}

a:hover {
	color: #aaa;
}

a img {
	border: none;
}



