	/* All body attributes are applied to the main body tag of a site. Here is where you set an overall background image, text color and font. Margin, padding and border should usually always be set to 0. Text-align does not just apply to text, but will center the main site. */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: white url(/i04/holder.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font: small Arial, Verdana, Helvetica, sans-serif;
	line-height: normal;
	}

	/* Sometimes text settings will not 'cascade' down into the table cells, this will make sure that table cells get proper font, color, and alignment setttings. */	
td {
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;	
	color: #fff;
	font: small Arial, Verdana, Helvetica, sans-serif;
	line-height: normal;
	}
	
	/* This content class is so that text and content can have padding and not be shoved up right against the edges. You will want to use this around html modules and bodies of text. */	
.content {
	padding: 20px;
	font-weight: normal;
	line-height: normal;
	}

.footer {
	font-weight: normal;
	font-size: 12px;
	color: #CC9900;
	line-height: normal;
	height: 40px;
	text-align: center;
	padding: 10px 13px 1px 13px;
	text-decoration: underline; 
	}	
	/* The following classes were created by the designer of phocyclo */	

	
h1 {
	font-size: 19px;
	font-weight: bold;
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #145018;
	text-decoration: none;
	font-size: 12px;
	line-height: 12pt
}

a:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 12pt
}

a:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #145018;
	text-decoration: none;
	line-height: 12pt
}

font {
	font-size: 12px;
}

.WhiteBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 15px;
}
.WhiteBodyTextmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}
	/* The following classes are for the top horizontal navigation
 */	
.navigation
{
    color: #ffffff;
    background: #888B48;
	height: 20px;
	margin: 1px 1px 1px 1px;
	text-align: center;	
}


.navigation td
{
	height: 20px;
    border-bottom: solid 1px #ffffff;
	border-left: solid 1px #ffffff;	
	border-top: solid 1px #ffffff;
	text-align: center;
}

.navigation a:link, .navigation a:visited
{
    text-decoration: none;
    color: #ffffff;
	font-size: 11px;
}

.navigation a
{
    display: block;	
	font-size: 11px;
}
.navigation a:hover
{
    display: block;
    color: #727945;
    background: #ffffff;
	font-size: 11px;
}

	/* The following classes are for the popup calendar that appears on contact us and reservation forms. You will want to set font color and size, as well as background color once you have decided on a color palette that matches your site. Please not there are dropdown styles that will need to be set including a dropdown over/hover style to set. See the descriptions of what part of the popup calendar each style sets as described above each style. Also note there are images that will need to be customized in color that are not set in css, but created and put in the /images/ folder. They are as listed: calendar.gif, close.gif, drop1.gif, drop2.gif, left1.gif and left2.gif
 */	
	
	
	/* Default attributes of table container for entire POPUP calendar */
	
.table-style {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-width: 1; 
	border-style: solid; 
	border-color: Black; 
	background-color: white;
	font-family:  arial; 
	font-size: 12px;
	color: Black;
	}

.table-style a:link 
{
    color:Black;
}

	/* Default attributes of DIV containing table container for entire popup calendar.
	 * You probably don't want to alter this style.
	 */
.div-style {
	z-index: 999;
	position: absolute;
	visibility: hidden;
	}

	/* Default attributes used in popup calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: Arial; 
	font-size: 12px;
	color: Black;
	}

	/* Default attributes used in popup calendar title background.*/
.title-background-style {
	background-color: #878a3d;
	}

	/* Normal appearance of controls in popup calendar title. */
	/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: none;
/*	border-width: 1;
	border-color: black; */
	cursor: pointer;
	}

	/* Moused-over (selected) appearance of controls in popup calendar title. */
.title-control-select-style {
	/*border-style: solid;
	border-width: 1;
	border-color: black; */
	cursor: pointer;
	}

	/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 12px; 
	border-width: 1; 
	border-style: solid; 
	background-color: white;
	border-color: black;
	color: red;
	cursor: default;
	}

	/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: white;
	color: Black;
	cursor: hand;
	}

	/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: white;
	color: Black;
	}

	/* Default attributes of popup calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	background-color: white;
	font-family: arial, verdana; 
	font-size: 11px;
	color: Black;
	}

	/* Attributes of current day in popup calendar body. */
.current-day-style {
	color: #971C17;
	font-weight: normal;
	text-decoration: none;
	}

	/* Attributes of end-of-week days (Sundays) in popup calendar body. */
.end-of-weekday-style {
	color: Black;
	text-decoration: none;
	}

	/* Attributes of all other days in popup calendar body. */
.normal-day-style {
	color: #971C17;
	text-decoration: none;
	}

	/* Attributes of border around selected day in popup calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #971C17;
	color: #971C17;
	font-weight: normal;
	}

	/* Default attributes of designated holidays. */
.holiday-style {
	background-color: black;
	}

	/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: #971C17;
	background-color: #971C17;
	text-align: center;
	text-decoration: none;
	}

	/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #971C17; 
	padding: 0px;
	color: Black;
	}


