/* CSS Document */
#wrapper {
	text-align: left;
	width: 90%;
	margin: 0 auto;
	background: #e0e0e0;
	border: #5E2020 0px solid;
	}
#jly	{
  	text-align: center;
  	font-style: italic;
  	padding: 1em 0em 0em;
  	font-size: small;}
#printonly	{ display: none; }
body { 
	position: left;
	background-image: url(images/bgcooltile.gif);
	background-color: #e0e0e0;
	font: 110% georgia, sans-serif;
	line-height: 1.88889;
	color: #333333; 
	margin: 0;
	padding: 0;
	}
.masthead	{
	border-top: medium groove purple;
	width: 100%;
	padding: 0px;
	}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden; 
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu 100%*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}
.intro	{
	text-align: center;
	margin: 5px;
}
.main	{text-align: left; position: relative; margin: 0px 30px 0px 30px; }
img.left	{float: left; margin: 5px 20px 5px 20px; }
img.right {
	text-align: right;
	margin: 5px 20px;
	float: right;
}

.ppi	{font: italic normal bolder 3em Serif, Sans-Serif; }
.phone	{padding-left: 1em; font-style: italic; font-weight: bold; color: #5A3A54;}
.style001 {text-align: center; }
.style002 {border-style: solid none dotted;	border-color: purple;	margin-top: 2em;}
.style003 {font: normal normal normal 1.3em Monospace, georgia, sans-serif; }
.style004 {text-align: justify;	margin: 0px 210px 0px 230px; padding: 0px 6px; }
.style005 {line-height: 1em; text-align: center; }
.style006 {font: bold x-large Georgia, "Times New Roman", Times, serif;	text-align: center;	color: maroon;}
.style007 {
	font-size: large;
	font-style: normal;
	color: maroon;
}
.style008 {
	font-size: small;
	font-style: italic;
	color: teal;
	text-align: center;
}
.style009 {
	font-size: large;
	font-weight: bold;
	color: #000000;
	background: #FF6600;
	text-align: center;
	border-top: medium none;
	border-right: medium none;
	border-bottom: medium none;
	border-left: medium none;
}
.style010 {
	font-size: large;
	font-weight: bold;
	color: #ff6633;
	text-decoration: underline;
}



.style012 {font-weight: bolder; color: #5A3A54;}
.style016 {text-decoration: underline; font-style: italic; } /* PPI use */
.style019 {margin-left: 30px; font: italic normal bold 2em Palatino; color: #0063FF; }
.style020 {font: normal normal bold 1em georgia, sans-Serif; color: #5A3A54; }
.style021 {color: red; }
.style022 {color: maroon; }
.style023 {color: teal; }
.style024 {color: purple; }
.style025 {font-size: 3em; color: #ff33cc; font-weight: bold; font-style: italic; line-height: normal; }
.style026 {font-size: 3em; color: #0000FF; font-weight: bold; font-style: italic; line-height: normal; }
.style027 {font-size: 3em; color: #FF0000; font-weight: bold; font-style: italic; line-height: normal; }
.style028 {font-size: 3em; color: #008000; font-weight: bold; font-style: italic; line-height: normal; }
.style029 {font-size: 3em; color: #FFA500; font-weight: bold; font-style: italic; line-height: normal; }
.style030 {font-size: 3em; color: #CC0033; font-weight: bold; font-style: italic; line-height: normal; }
#travel {border-top: 3px solid #FF33CC; }
#lodging {border-top: 3px solid #0000FF; }
#restaurants {border-top: 3px solid #FF0000; }
#golf {border-top: 3px solid #008000; }
#recreation {border-top: 3px solid #FFA500;	}
#daytrips {border-top: 3px solid #CC0033; }
#address	{text-align: center; padding: 0em; }
img.idleft	{
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: auto;
}
#map {	
	margin: 0px 0px 0px 3px;
	text-align: center;
	}
.eat	{list-style-type: square;
	margin: 0px 30px 0px 30px;	
	font: normal normal normal .9em georgia, sans-serif;}
.footer	{
	font-size: medium;
	text-align: center;
	padding: 15px;
	}

.inline {border: none }
#contentwrapper{
float: left;
width: 100%;
margin-left: 0%; 
}

#contentcolumn{
	margin: 0;
	float: left;
	width: 50%;
	text-align: center;
}

#leftcolumn{
float: left;
width: 49%; 
margin-left: 0px; 
text-align: center}

#rightcolumn{
	float: left;
	width: 1%; 
	text-align: center;
}
#footer{
clear: left;
}