/**
 * Copyright 2009 digitalglen, inc.  All Rights Reserved.
 */

body {
	font-family: Helvetica, Arial, sans-serif;
}

img {
	border-width: 0;
}

#main {
	width: 845px;
	border-collapse: collapse;
}

#main td {
	border: 0px solid blue;
	padding: 0;
}
	
p, h2 {
	text-align:left;
}

#masthead {
	background-color: orange;
	padding: 0;
}

#masthead img {
}

#menu td {
	text-align: center;
	background-color: #9dd29c;
	font-size: 100%;
	width: 169px;
	height: 26px;
}

#menu a {
	color: #f2714e; 
	font-weight: bold;
	text-decoration: none;
}

#menu img {
	padding: 0;
	border-width: 0;
}

#menu1 {
	background-image: url('images/menupalm.png');
}

#sidebar {
	background-image: url('images/leftcolumn.png');
	vertical-align: top;
}	
	
#sidebar {
	background-image: url('images/leftcolumn.png');
	vertical-align: top;
}

#sidebar h2 {
	font-size: 90%;
	font-weight: bold;
	padding: 0.5em 0.5em 0.1em 0.5em;
	margin: 0 0 0 0;
	text-decoration: underline;
	letter-spacing: 2px;
}

#sidebar .selected h2 {
	text-decoration: none;
}

#sidebar h2#master-suite {
	letter-spacing: 1px;
}

#sidebar div {
	background-color: transparent;
	color: #f2714e;
	padding-bottom: 0.5em;
	cursor: pointer;
}	
	
#sidebar div div {
	font-size: 86%;
	font-family: Georgia;
	padding: 0 0.5em 0 1.5em;
	line-height: 115%;
	margin-bottom: 1em;
}	

#sidebar div.selected,
#sidebar div.selected h2,
#sidebar div.selected div {
	background-color: #f2714e;
	color: #cee7ca;
}
	
#sidebar div.selected  h2{
}

#footer {
	background-color: #9dd29c;
}

#footer table {
	width: 100%;
}

.in-the-us {
	font-size: 85%;
	font-weight: normal;
	color: #f2714e; 
}

#footer #phone {
	font-size: 1.0em;
	font-weight: bold;
	padding: 0.5em 1em;
	color: black;
	text-align: left;
}	
	
#footer #address {
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 1.5px;
	padding: 0.5em 1em;
	color: #f2714e;
	text-align: right;
}

