/* CSS Document */

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
	font-weight: normal;
	display: block;
	background-color:#eeeee0;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: normal;
	padding-top: 10px;
}

img.category {
	padding: 10px 10px 10px 10px;
}

#content p.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333;
	line-height: 20px;
}

.quotes {
	font-style:italic;
	color:#973e15;
	font-size: 14px;
	}
	

#content div#ul {
	border: 2px solid #eeeee0;
}

#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: #666666;
	padding-bottom: 10px;
	padding-right: 25px;
	margin-top: 0px;
	clear: both;
}

#content li {
	padding-top: 10px;
	padding-left: 15px;
	margin-left: -10px;
	list-style: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 65%;
}

#ownerBtn1 a {
	display:block;
	float: left;
	border: 1px #CCCC99 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #336666;
	font-weight: normal;
	padding: 5px;
	background: #fff;
	text-decoration: none;
	margin-right: 10px;
}

#ownerBtn1 a:hover{
	text-decoration:underline;
}

#ownerBtn2 a {
	display:block;
	float: left;
	border: 1px #CCCC99 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #336666;
	font-weight: normal;
	padding: 5px;
	background: #fff;
	text-decoration: none;
}

#ownerBtn2 a:hover{
	text-decoration:underline;
}
	


/*///////////////////////////////////////////////////////PROPERTIES////////////////////////////////////////////*/

#prop {
	margin-bottom: 20px;
	height: 240px;
	border: 1px solid #c14d18;
	background: #EEEED1 url(images/click-arrow-button.png) bottom right no-repeat;
}

#prop2 {
	margin-bottom: 20px;
	height: 100% auto;
	border: 1px solid #c14d18;
	background: #EEEED1;
}


#prop img {
	float: left;
	border: 10px solid #fff;
	margin: 10px;
}


div.specs {
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c14d18;
}

div.specs p {
	margin-top: 0px;
	margin-bottom: 5px;
}

div.specs p strong {
	font-weight: bolder;
	color: #333;
}

#prop h3 {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 8px;
}

/*///////////////////////////////////////////////////////CONTACT FORM////////////////////////////////////////////*/

div#contact {
	width: 100px;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding-top: 6px;
	color: #333;
	padding-left: 9px;
}

input {
	padding: 5px;
	border: 1px solid #999;
	background-color: #e8e8e8;
	margin-top: 3px;
	color: #000000;
}

input#btn {
	padding: 0;
	border: 1px solid #999;
	background-color: #e8e8e8;
	cursor: pointer;
	color: #333333;
	width: 60px;
	height: 30px;
}

textarea {
	padding: 5px;
	border: 1px solid #999;
	background-color: #e8e8e8;
	margin-top: 3px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h2#italic {
	font-size: 12px;
	font-style:italic;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

hr {
	height: 1px;
}