body
{
	background-color: #000000;
	margin-left: 0;
	margin-top: 0;
	FONT-FAMILY: arial;
}
.maintext
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #FFFFFF;
	FONT-FAMILY: arial;
	
}
.maintitles
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	FONT-FAMILY: arial;
	
}
.propertyName
{
	FONT-SIZE: 15px;
	COLOR: #cc6633;
}
.propertyImage
{
	BORDER-RIGHT: #ffffff 2px solid; 
	BORDER-TOP: #ffffff 2px solid;
	BORDER-LEFT: #ffffff 2px solid; 
	BORDER-BOTTOM: #ffffff 2px solid;
	FLOAT: right; 
	MARGIN-BOTTOM: 6px; 
	MARGIN-LEFT: 8px; 
}
.propertyImageAlt
{
	BORDER-RIGHT: #ffffff 2px solid; 
	BORDER-TOP: #ffffff 2px solid;
	BORDER-LEFT: #ffffff 2px solid; 
	BORDER-BOTTOM: #ffffff 2px solid;
	MARGIN-BOTTOM: 6px; 
	MARGIN-LEFT: 8px; 
}
.subpagetoppadding
{
	height: 18px;
}
img
{
	border: 0px;
}
a.menu:link 
{
	text-decoration: none;
	font-family: arial;
	font-size: 17;
	color: #FFFFFF;
}     
a.menu:visited 
{
	text-decoration: none;
	font-family: arial;
	font-size: 17;
	color: #FFFFFF;
}  
a.menu:hover 
{
	text-decoration: none;
	font-family: arial;
	font-size: 17;
	COLOR: #cc6633;
}   
a.menu:active 
{
	text-decoration: none;
	font-family: arial;
	font-size: 17;
	color: #FFFFFF;
}  
a.whitelink:link 
{
	
	font-family: arial;
	color: #FFFFFF;
	FONT-SIZE: 13px;
}     
a.whitelink:visited 
{
	
	font-family: arial;
	color: #FFFFFF;
	FONT-SIZE: 13px;
}  
a.whitelink:hover 
{
	text-decoration: none;
	font-family: arial;
	COLOR: #cc6633;
	FONT-SIZE: 13px;
	font-weight: bold;
}   
a.whitelink:active 
{
	
	font-family: arial;
	color: #FFFFFF;
	FONT-SIZE: 13px;
}
a.menuselected:link 
{
	text-decoration: none;
	font-family: arial;
	font-size: 17;
	color: #B55340;
}     
a.menuselected:visited 
{
	text-decoration: none;
	font-family: arial;
	font-size: 17;
	color: #B55340;
}  
a.menuselected:hover 
{
	text-decoration: none;
	font-family: arial;
	font-size: 17;
	color: #B55340;
}   
a.menuselected:active 
{
	text-decoration: none;
	font-family: arial;
	font-size: 17;
	color: #B55340;
}

/* Added Bubbles */
/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(/images/tip.gif) no-repeat 60px 0;
	font-style: normal;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #b7e0ff;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(/images/tip-rounded.gif) no-repeat 15px 0;
}

/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url(/images/tip-pimped.gif) no-repeat 15px 0;
}


/* Twitter
------------------------------------------ */

.example-twitter {
	position:relative;
	padding:8px 8px 8px 8px;
	margin:14px 0 0.5em;
	color:#333;
	background:#333;
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.example-twitter p {font-size:12px; line-height:1.25em;}

/* this isn't necessary, just saves me having to edit the HTML of the demo */
.example-twitter:before {
	/*content:url(twitter-logo.gif);*/
	/*display:block; *//* reduce the damage in FF3.0 */
	/*position:absolute*/
	/*top:-60px;*/
	left:0;
	/*width:155px;
	height:36px;*/
}

/* creates the triangle */
.example-twitter:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	z-index:-1;
	top:-30px;
	left:50px;
	width:0;
	height:0;
	border:15px solid transparent;
	border-bottom-color:#333;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-twitter + p {padding-left:15px; font:14px Arial, sans-serif;}


/* Pinched speech bubble
------------------------------------------ */

.pinched {
	position:relative;
	padding:15px;
	margin:50px 0 3em;
	text-align:center;
	color:#fff;
	background:#333; 

	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* creates a rectangle of the colour wanted for the pointy bit */
.pinched:before {
	content:"\00a0";
	position:absolute;
	top:-20px;
	left:50%;
	width:100px;
	height:20px;
	margin:0 0 0 -50px;
	background:#333;
}

/* creates a rounded rectangle to cover part of the rectangle generated above */
.pinched:after {
	content:"\00a0";
	position:absolute;
	top:-20px;
	left:0;
	width:50%;
	height:20px;
	background:#000000;

	/* css3 */
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;
}

/* creates the other rounded rectangle */
.pinched>:first-child:before {
	content:"\00a0"; 
	position:absolute; 
	top:-20px; 
	right:0; 
	width:50%; 
	height:20px; 
	background:#000000;

	/* css3 */
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-left-radius:15px;
}


.whitelinkApt
{
    background:url(/images/appartmentIcon.png) top left no-repeat;
    font-family: arial;
	text-indent: 15px;
	color: #FFFFFF;
	FONT-SIZE: 17px;
	padding-left: 25px;
	height: 32px;
 }

.whitelinkPic
{
    background:url(/images/Camera-64.png) center left no-repeat;
   
    }
a.whitelinkPic:link 
{
	/*background:url(/images/cameraH.png) no-repeat 10px 15px;*/
	padding-left: 40px;
	font-family: arial;
	text-indent: 15px;
	color: #FFFFFF;
	FONT-SIZE: 17px;
}     
a.whitelinkPic:visited 
{	
	font-family: arial;
	color: #FFFFFF;
	FONT-SIZE: 17px;
	padding-left: 40px;
}  
a.whitelinkPic:hover 
{
	text-decoration: none;
	font-family: arial;
	COLOR: #cc6633;
	FONT-SIZE: 17px;
	font-weight: bold;
	padding-left: 40px;
}   
a.whitelinkPic:active 
{
	font-family: arial;
	color: #FFFFFF;
	FONT-SIZE: 17px;
	padding-left: 40px;
}
.whitelinkMap
{
   
    background:url(/images/Map25.png) left no-repeat;
    }

a.whitelinkMap:link 
{
	
	font-family: arial;
	height: 40px;
	color: #FFFFFF;
	FONT-SIZE: 17px;
	padding: 10px 0 3px 40px;
}     
a.whitelinkMap:visited 
{	
	font-family: arial;
	color: #FFFFFF;
	FONT-SIZE: 17px;
	padding: 10px 0 3px 40px;
}  
a.whitelinkMap:hover 
{
	text-decoration: none;
	font-family: arial;
	COLOR: #cc6633;
	FONT-SIZE: 17px;
	font-weight: bold;
padding: 10px 0 3px 40px;
}   
a.whitelinkMap:active 
{
	font-family: arial;
	color: #FFFFFF;
	FONT-SIZE: 17px;
	padding: 10px 0 3px 40px;
}