body { 
	background: url(images/background.jpg); 
	color: white; 
	font-family: "Trebuchet MS", helvetica, sans-serif;
	min-width: 900px;
	text-align: center;
	font-size: 10pt; 
	font-weight: 200; 
}
p { 
	margin: 15px 40px 15px 15px;;
}
h3 {
	margin: 10px 40px 0px 15px;
	line-height: 1.1em; 
	font-size: 12pt; 
	font-weight: 900; 
}
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover	{ 
	color: orange; 
	text-decoration: none; 
}
a.mailLink { 
	color: white;
	font-weight: 900; 
}
a:visited.mailLink { 
	color: white;
	font-weight: 900; 
}
a:hover.mailLink { 
	color: orange; 
	font-weight: 900;
}
img { 
	border-style: none; 
	border-width: 0; 
}
#container {
	display:table;
	width: 900px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #000000 url(images/top.jpg) top center no-repeat; 
	text-align: left; /* this overrides the text-align: center on the body element. */	
}
#sectioncontainer {
	display:table;
	width:900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #000000 url(images/header.jpg) top center no-repeat; 
	text-align: left; /* this overrides the text-align: center on the body element. */	
}
#leftbar {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	padding: 220px 0 0 0px;
	margin: 0;
}
#menu { 
	font-family: "Times", times; 
}
#menu p.root_default	{ 
	font-size: 10pt;
	font-weight: 900; 
	margin: 20px 0px 5px 5px;
}
#menu p.root_selected	{ 
	font-size: 10pt;
	font-weight: 900;
	margin: 20px 0px 5px 5px;
}
#menu p.root_selected	a { 
	color: orange;
}
#menu p.child_default { 
	font-size: 8pt;
	font-weight: 300;
	margin: 5px 0px 5px 10px;
}
#menu p.child_selected { 
	font-size: 8pt;
	font-weight: 300;
	margin: 5px 0px 5px 10px;
}
#menu p.child_selected	a { 
	color: orange;
}
#centerAreaHomePage { 
	float: right; /* since this element is floated, a width must be given */
	width: 740px;
	/* margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin: 0;
	padding: 220px 0px 0px 0px;
	color: black; 
}
#centerAreaInforPage {
	float: right; /* since this element is floated, a width must be given */
	width: 740px;
	/* margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin: 0;
	padding: 80px 0px 0px 0px;
	color: black; 
	text-align: left; 
	vertical-align: top;  
	position: relative; 
}
.homePageWelcomeText1 {
	line-height: 2em; 
	font-size: xx-large;
	color: #FFFFA9;
	font-style: italic;
	right: 30px;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
}
.homePageWelcomeText2 {
	line-height: 1.35em; 
	color: white;
	font-size: 16pt;
	color: #325537;
}
#mainArea { 
	background: url(images/background_2.jpg);
	vertical-align: top;
	line-height: 1.7em; 
	font-weight: 900;
}
#mainArea table {
	border-collapse: collapse; 
	width: 100%;
} 
#mainArea form {
	margin: 0 0 0 0;
} 
#mainArea td { 
	vertical-align: top;
}
#mainArea a	{
	color: black;
	text-decoration: underline;
}
#mainArea a:hover	{ 
	color: orange; 
}
#map { 
	width: 740px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
}
.gallery img { 
	margin: 15px 0px 0px 0px;
}
.gallery p { 
	margin: 5px 0px 5px 0px;
}
.calendarHeader {
	font-size:16px; 
	font-family:arial, helvetica; 
	font-weight:bold
}
.calendarColumnHeader	{
	background-color: #31502e;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
}
.calendarDayCell	{ 
	background: url(images/background_2.jpg);
	color: black;  
}
.calendarEmptyDayCell {
	background-color:#FFFFFF;
}
.calendarTodayCell	{ 
	background-color:#ffffa9;
}
.calendarTitle	{ 
	font-size:10px; 
}
.calendarTime {
	font-size:9px; 
}
.calendarNews p	{
	background: url(images/palmtree.jpg) left top no-repeat; 
	padding-left: 50px;
}
.palmtreeText p	{
	background: url(images/palmtree.jpg) left top no-repeat; 
	padding-left: 50px;
}
.contactUsForm p {
	margin: 1px 10px 1px 10px;
}
#markerInfor h3 {
	font-size:12px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
}
#markerInfor p {
	font-size: 12px;
	font-weight:normal;
	margin: 0px 0px 0px 10px;
}
#markerInfor a {
	font-size: 12px;
	color: blue;
	text-decoration:underline;
	margin: 0px 0px 0px 0px;
}
.sectionTitle {
	margin-left: 220px;
	padding-bottom: 70px;
	font-size: xx-large;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
}
#footer { 
	width:900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0 10px 0;  
	border-top: 25px solid #222222;
	text-align: center;
}
#footer p	{
	margin: 20px 0px 10px 0px;
}