* {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

html 
{
	background-color: #ffffff;
	text-align: center;
	font-family: Arial;
	height:100%;
}

body {height:100%;}

/* Interior Form */
#intForm
{
	width: 450px;
	font-size: 12px;
	padding-bottom: 10px;	
}

.intFormRow
{
	clear: both;
	height: 30px;
}

.intFormRight
{
	float: right;
	text-align: left;
	width: 220px;
}

.intFormLeft
{
	float: left;
	text-align: right;
	width: 220px;
}

.crtl
{
	font-size: 12px;
}


/* Sales */
.saleWindow
{
	background-color: White;
	clear: both;
	width: 450px;
	border: solid 1px Gray;
	margin-left: auto;
    margin-right: auto;		
}

.saleWindow .leftSide
{
	
	text-align: center;
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.saleWindow .leftSide img
{
	width: 150px;
}

.saleWindow .rightSide
{
	text-align: center;
	float: right;
	width: 250px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Rentals */
.rentalWindow
{
	background-color: White;
	margin:auto;	
}

.rentalWindow .rentalRow
{
	clear: both;
	font-size: 10px;
	height: 240px;	
}

.rentalWindow .rentalRow img
{
	width: 150px;
}

.rentalWindow .rentalRow .leftHome
{
	width: 230px;
	float: left;
}	

.rentalWindow .rentalRow .rightHome
{
	width: 230px;
	float: right;
}

/* Property */
#property
{
	padding: 10px 10px 10px 10px;	
	text-align: center;
	clear: both;
	margin: auto auto auto auto;
}	

#property .price
{
	color: #4893a6;
	font-size: 18px;
	padding-top: 5px;
}

#property img
{	
	width: 300px;
}

#property h1
{
	color: #4893a6;
	padding-top: 15px;
	font-size: 20px;
	text-align: center;
}

#property p
{
	text-align: left;
	line-height: 30px;
}

#propDesc
{
	clear: both;
	padding: 0px 20px 20px 20px;
}



#amenities
{
	font-size:11px;
	margin: auto;
	text-align:center;
	width: 440px;
}

#availability
{
	font-size: 12px;
	margin: auto; 
	text-align:center;
	width: 400px;
}


.caption
{
    font-size: 18px;
    font-style: italic;
}