body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/blue.jpg) repeat-x;
	background-position: 0px 220px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 	selector */
	color: #000000;
	padding-top:10px;
	font-size:12px;
}
a	{
	
	color: #000;
}
.palm #container { 
	width: 897px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
.palm #box { 
	width: 888px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 4px solid #99cc66; 
	border-left: 4px solid #99cc66; 
	border-bottom: 4px solid #99cc66; 
} 
.palm #header { 
	background:  url(images/header.png) no-repeat;
	padding: 0 10px 0 20px;
	height: 423px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.palm #vacation { 
	background:  url(images/vacation.png) no-repeat;
	padding: 0 10px 0 20px;
	height: 423px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.palm #wedding { 
	background:  url(images/wedding.png) no-repeat;
	padding: 0 10px 0 20px;
	height: 423px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.palm #corporate { 
	background:  url(images/corporate.png) no-repeat;
	padding: 0 10px 0 20px;
	height: 423px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.palm #faq { 
	background:  url(images/faq.png) no-repeat;
	padding: 0 10px 0 20px;
	height: 423px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.palm #property { 
	background:  url(images/property.png) no-repeat;
	padding: 0 10px 0 20px;
	height: 423px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.palm #attractions { 
	background:  url(images/attractions.png) no-repeat;
	padding: 0 10px 0 20px;
	height: 423px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

p	{
	padding: 4px 10px 4px 10px;
}
.palm #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		
}
.palm #sidebar1index {
	float: right; /* since this element is floated, a width must be given */
	min-height: 1060px;
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

}
.palm #mainContent  { 
	margin: 0 310px 0 10px;
	 /* the right margin on this div element creates the column down the right fff of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
		text-align: justify;
		line-height: 20px;
		
} 
.palm #indexContent  { 
	margin: 0 300px 0 0;
	 /* the right margin on this div element creates the column down the right fff of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
		text-align: justify;
		line-height: 18px;	
		
} 
.palm #content { 
	margin: 0;
	 /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	border-right: 4px solid #99cc66; 
	border-left: 4px solid #99cc66; 
		padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.palm #bluebar	{
	border-top: 4px solid #99CCFF;
} 
.palm #bluecontent	{
	background: #99CCFF;
	font-weight: bold;
	color: #fff
	min-width: 700px;
	} 
ul	{
	padding-right: 20px;
}
.palm #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #3399CC;
	border-top: 3px solid #fff;
	color: #fff;
	font-weight: bold;
} 
.palm #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt100 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right:100px;
}
.fltlft100 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 100px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.palm #headphone	{
	 padding:0px 0px 0px 40px;
	 color:#669933;
	 font-weight: bold;
	 font-size: 14px;
	 height: 24px;

}
.palm #nav	{
	margin: 0;
	background: #3399CC;
	height: 20px;
	border-bottom: solid 4px #fff;
	border-top: solid 4px #fff;
	padding: 4px 0px 0px 4px;
	text-align: center;
	
	
}
.palm #nav A {
	font-size: 11px; PADDING-RIGHT: 6px; PADDING-LEFT: 6px; padding-bottom: 10px; MARGIN: 0px; COLOR: #fff; PADDING-TOP: 0.25em; TEXT-DECORATION: none;FONT-WEIGHT: bold; 
}
#nav A:link {
	TEXT-DECORATION: none
}
#nav A:visited {
	TEXT-DECORATION: none
}
#nav A:active {
	TEXT-DECORATION: none
}
#nav A:hover {
	TEXT-DECORATION: none;
	color: #CFE5AE;
	
}
.palm #form	{
	background: #CFE5AE;
	margin:10px;
	border: 1px solid #336600;
		
}
.formtitle	{
	background: #3399CC;
	color:#fff;
	font-size:16px;
	font-weight: bold;
	border-bottom: 2px solid #669933;
	padding-left: 10px;
	height: 20px
}
.sidetitle	{
	margin:0 auto;
	background: #fff;
	color:#336600;
	font-size:12px;
	font-weight: bold;
	padding-left: 10px;
	padding-top:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
}
.formcontent {
	padding: 14px 0px 6px 8px;
}	
.sidecontent {
	padding: 10px 10px 6px 10px;
	background: #CFE5AE;
	font-size: 11px;
	font-weight: bold;
	color: #336600;
	}	
.sidecontent ul{
	line-height:20px;
}
.greenside {
	padding: 10px 10px 6px 10px;
	background: #CFE5AE;
	font-size: 11px;
	font-weight: bold;
	color: #336600;
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	}	
	
.greenside ul{
	line-height:20px;
}
.whtbox {
	margin:0 auto;
	background: #e5f1d4;
	border: 1px solid #669933;
	}	
	
.title	{
	color: #669933;
	font-size: 16px;
	padding:14px;
}
.wht-title	{
	color: #fff;
	font-size: 16px;
	padding: 4px 0px 0px 14px;
	line-height: 50%	
}
h2	{
	color: #669933;
	font-size: 16px;
	padding: 0px 0px 0px 8px;
	line-height: 100%	
}
h3	{
	color:#336600;
	font-size: 16px;
}
h4	{
	color: #669933;
	font-size: 12px;
	line-height: 50%	
}
#web	{
	font-size:10px;
	color: #000;

	
}
#web A {
	 color: #000;
	TEXT-DECORATION: none;
	font-size:10px;

}
#web A:link {
	TEXT-DECORATION: none
}
#web A:visited {
	TEXT-DECORATION: none
}
#web A:hover {
	color: #333;
}
.padlft20	{
	padding-left: 20px;
}
#vertical li
{
display: inline;
padding-right: 20px;
line-height: 10%;
font-weight: bold;
}
[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
.palm #sidebar1 { width: 220px; }

<![endif][if IE]>

/* place css fixes for all versions of IE3in this conditional comment */
.palm #sidebar1 { padding-top: 30px; }
.palm #mainContent { zoom: 1; }
.palm #indexContent { zoom: 1;}
.sidecontent { min-height:230px;}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif] 

