@charset "utf-8";
/* CSS Document */
p{
	color: #250251; 
	font: 9pt arial;
}
h1{
	color: #250251;
	font: bold 9pt Arial;
}
h2 {
	color: #250251; 
	font: bold 11pt "Century Gothic", arial ;
	padding-bottom:5px; 
	border-bottom: 1px solid #CCCCCC;
}

h2.bigtop {
	margin-top:35px;
	clear:both;
}

h3 {
	color: #250251; 
	font: bold 11pt Arial;
}
h4 {
	color: #ECBC4C; 
	font: 16pt Arial; 
	letter-spacing:0.2em 
}

a{
	font-size:8pt;
	color:#250251;
}

a:hover{
	color:#966ba3;
}

ol, ul{
	color:#250251;
	font: 9pt arial;
}

ol strong{
	font-size:8pt;
}

li {
	margin-bottom:3px;
}

.bold {
	font-weight:bold;
}

#breadcrumbs {
	width:100%;
	font-size:11px;
	font-weight: bold;
	color:#250251;
	text-transform:uppercase;
	margin-bottom:20px;
}

#breadcrumbs a {
	width:100%;
	font-size:11px;
	text-decoration:none;
	font-weight: bold;
	color:#966ba3;
	margin-bottom:20px;
}


#title h1 {
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	position:relative;
	right:50px;
	float:right;
	font: 14pt Arial;
	letter-spacing:1.1pt;
	top:6px;
}

#titletextsmall h1 {
font: 14pt Arial;
}

#propertyImage {
	padding: 3px;
	margin:3px;
/*	border:1px solid #CCCCCC;*/
	background:#FFFFFF;
	width:280px;
	height:280px;
	text-align:center;
	vertical-align:middle;
	float:left;
	white-space:nowrap;
}

#propertyOverview {
	width:97%;
	height:55px;
	background-color:#d5c4da;
	border:2px solid #ab89b5;
	padding:5px;
	margin:0px;
	font-size:11px;
}

#propertyOverview a, #propertyOverview a:hover {
	color:#250251;
	margin-bottom:4px;
}

#propertyOverview .title {
	width: 90px;
	margin:0px;
	margin-right:5px;
	margin-bottom:4px;
	padding:0px;
	text-align:left;
	float:left;
	color:#250251;
	font-weight:bold;
}

#propertyOverview .text {
	margin:0px;
	margin-bottom:4px;
	padding:0px;
	width:180px;
	float:left;
	color:#250251;
}

#ImageGallery {
	min-height:280px;
	width:100%;
	padding:0px;
}

#propertyImage {
	width: 315px;
}
#propertyImage img {
	border: 0px;
}

#propertyGallery{
	position:relative;
}
	
#propertyGallery li{
	/*Do Not Change*/
	position:relative;
	float:left;
	display:inline;
	/*Change to Alter Appearance*/
/*	border:1px solid #CCCCCC;*/
	background:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	margin:2px;
	padding:2px;
	height:80px;
	width:80px;
	font-size: 100%;
}

#propertyTable {
	border-collapse:collapse;
	border:0px solid black;
	width:95%;
}

#propertyTable th {
	text-align:left;
	background-color:#ab89b5;
	padding:2px;
	border-bottom:0px solid black;
	color:#250251;
}

#propertyTable td {
	text-align:left;
	background-color:#d5c4da;
	border-bottom:2px solid white;
	padding:2px;
	color:#250251;
}