/* Cumbre Villas styles
 *
 * Dark Blue 		- #0074C5
 * Blue					- #61C0F4
 * Pale Blue		- #E9F6FD
 * Orange				- #ED6000
 * Pale Orange	- #F8C595
 */
/************************************************* 
 * Default element styles                        * 
 *************************************************/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #222; /* Dark Grey */ 
  font-size: small;
}
h1 {
	margin: 0;
	font-size: 120%;
	line-height: 2em;
	color: #ED6000; /* Orange */ 
	font-weight: bold;
	}
h2 {
	margin: 0;
	font-size: 110%;
	color: #ED6000; /* Orange */ 
	font-weight: bold;
	}
h3 {
	margin: 0 0 5px 0;
	font-size: 100%;
	color: #0074C5; /* Dark Blue */ 
	font-weight: bold;
}
p {
	margin: 0 0 10px;
	padding: 0;
}
strong {
	color: #0074C5; /* Dark Blue */ 
	font-weight: bold;	
}
.right	{
	float: right;
}
.left	{
	float: left;
}
.centre	{
	text-align: center;
}
table {
	border-collapse: collapse;
}
th {
	background-color: #E9F6FD; /* Blue */
	color: #ED6000; /* Dark Orange */
	font-size: 110%;
	text-align: left; /* need for IE5 */
}
/************************************************* 
 * Main layout styles                            * 
 *************************************************/
#container	{
	margin: 0 auto; /* auto margins will centre the div because it has a fixed width */
	padding: 0;
	width: 750px;
	text-align: left; /* override the centering of body needed for IE5 */
	position: relative; /* allows elements in the container to be positioned absolutely */
	background-color: #FFF; /* White */ 
	border: 1px solid #61C0F4; /* Blue */
}
#pageheader	{
	background: url(../images/header.gif) 0 0 no-repeat;
}
#pagecontenttop	{
	background-color: #61C0F4; /* Blue */
	height: 15px;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
#pagefooter	{
	clear: both;
	background-color: #61C0F4; /* Blue */;
	height: 20px;
	padding: 5px 5px 0 5px;
	font-size: 90%;
	color: #fff;
	text-align: center;
}
/************************************************* 
 * bullet list styles                            * 
 *************************************************/
#pagecontent ul	{
	margin-left: 15px;
}
#pagecontent li	{
	padding-left: 15px;
}
/************************************************* 
 * photo styles                                  * 
 *************************************************/
img.photo {
	margin: 2px;
	padding: 3px;
	border: 1px solid #E9F6FD; /* Pale Blue */
}
/************************************************* 
 * Rental Photos                                 *
 *************************************************/
#propphotos {
	float: left;
	margin: 5px 0;
	width: 356px; 
}
#mainphoto {
	border: 1px solid #61C0F4;
	width: 350px; 
	padding: 2px 2px 0px 2px;
}
.bigls img {
	width: 350px; 
	height: 233px; 
}
.bigpt img {
	width: 196px; 
	height: 262px; 
}
/************************************************* 
 * Sales                                         *
 *************************************************/
#salephoto {
	text-align: center;
}
#salephoto #placeholder {
	height: 365px; 
	border: 1px solid #61C0F4;
}
#prophead {
	margin-right: 13px;
	font-weight: bold;
	color: #ED6000;
	padding: 5px;
}
#prophead #ref {
	margin-top: 0;
	font-size: 16px;
	text-align: right;
}
#prophead #title {
	text-align: center;
}
#salekeys {
	margin: 0 80px 0 130px;
}
#salekeys table{
	width: 100%;
}
#salekeys .keytitle {
	color: #0074C5;
	font-weight: bold;
	width: 100px;
	padding: 4px 0 2px 5px;
}
#salekeys .keydata {
	padding: 4px 0 2px 0;
}
#salekeys .status {
	color: #ED6000;
	text-transform: uppercase;
	border: 1px solid #ED6000;
	text-align: center;
	font-weight: bold;
}
#salekeys .soleagent{
	padding: 2px 0 0 25px;
	background: url(../images/agent.gif) no-repeat 5px 0;
	color: #ED6000;
	font-weight: bold;
}
#salekeys .newlisting {
	padding: 2px 0 0 25px;
	background: url(../images/added.gif) no-repeat 5px 0;
	color: #ED6000;
	font-weight: bold;
}
#saletext {
	margin: 10px;
}
#saletext p {
	margin: 0 0 8px 0;
} 
/************************************************* 
 * Property Description styles                   *
 *************************************************/
 .propbyline {
	font-size: 90%;
}
#propdesc {
	margin: 5px 0 0 362px;
	padding: 2px;
	height: 234px;
	border: 1px solid #61C0F4; /* Blue */ 
	}
#propdesc .keytitle {
	color: #ED6000; /* Orange */
	font-weight: bold;
	width: 70px;
}
#propdesc .keydata {
	width: 110px;
	padding-left: 10px;
}
#propdesc .proptext {
	margin: 5px 0 0 0;
	padding: 3px 2px;
	font-size: 95%;
}
#propdesc p {
	margin: 0 0 8px 0;
}
#propdesc td {
	padding-bottom: 5px;
}
#printdesc {
	clear:both;
	}
.hide {
	display: none;
}
