/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: x-small;
	text-align: center;
	font-weight: normal;
	background-image:url(http://www.canariandreams.com/_images/page_bg.gif);
	background-repeat:repeat;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: medium;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	}
p.white {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: medium;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	}
a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: black;
	font-size: medium;
	}
a:hover {
	color: gold;
	}
table.maintable {
	width: 760px;
	padding: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
	}
td.content {
	vertical-align: top;
	}
td.beigewithborder {
	background-color: #E7BE6B;
	border: 2px solid #990000;
	padding: 0px;
	height: 40px;
	}
td.beige {
	/*background-color: #E7BE6B;*/
	background-color: #F6B219;
	width: 100px;
	padding: 5px;
	vertical-align: top;
	text-align: center;
	border: 2px solid #990000;
	}
td.menu {
	background-color: #FF2810;
	background-image: url(../_images/menu_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 120px;
	padding: 0px;
	vertical-align: top;
	}

/* Main Navigation */
td.menuitem {
	
	text-align: left;
	}
a.nav, anav:link, a.nav:active, a.nav:visited {
	display: block;
	text-align: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: white;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	}
a.nav:hover {
	color: gold;
	background-color: #990000;
	}
	
/* Site Search Box */
form.sitesearch {
	display: inline;
	height: 40px;
	margin: 0px;
	padding: 0px;
	}
.sitesearch-element {
	background-color: white;
	border: 2px solid #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
	vertical-align: middle;
	}

/*Right Bar*/
hr.rightbar {
	width: 90%;
	height: 2px;
	color: black;
	margin: 3px 0px 3px 0px;
	}
hr.rightbar2 {
	width: 90%;
	height: 2px;
	color: black;
	margin: 3px 0px 3px 0px;
	}
h2.rightbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bolder;
	color: black;
	margin: 0px;
	padding: 0px;
	}
a.rightbar, a.rightbar:link, a.rightbar:active, a.rightbar:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-size: small;
	test-align: center;
	}
a.rightbar:hover {
	color: black;
	}
	
/* Image Placement */
img.right {
	float: right;
	}
img.left {
	float: left;
	}
table.property-info {
	border: 1px solid black;
	}
td.property-info-header {
	background-color: #E7BE6B;
	border-bottom: 1px solid black;
	padding: 4px;
	font-weight: bold;
	}
td.property-info {
	padding: 5px;
	text-align: left;
	}
td.property-title {
	background-color: #F6B219;
	border: 2px solid #990000;
	padding: 15px;
	text-align: center;
	}
h1.property-title {
`	font-size: 16px;
	font-weight: normal;
	color: black;
	margin: 0px;
	padding: 0px;
	}
.detail-request {
	width: 95%;
	border: 1px solid #990000;
	}
td.buttoncell {
	border-left: 2px solid #990000;
	background-color: #E7BE6B;
	}
table.buttons {
	border-right: 2px solid #990000;
	border-left: 2px solid #990000;
	border-bottom: 2px solid #990000;
	}
a.nav2, anav2:link, a.nav2:active, a.nav2:visited {
	display: block;
	text-align: center;
	width: 100%;
	height: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: black;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	}
a.nav2:hover {
	color: black;
	background-color: #F6B219;
	}
.footer {
	font-size: 10px;
	}
a.news-link,a.news-link:link, a.news-link:active, a.news-link:visited {
	font-size: small;
	color: white;
	}
a.news-link:hover {
	color: gold;
	}
.searchResult {
	border: 1ps solid gray;
	}