body 
{
	margin-top: 0; 
	background-color: #bebab7;
}

a:link {color: #000000; }
a:visited {color: #000000; }
a:active {color: #0f0c05; }
a:hover{color: red; }

/*  General Paragraph Style for Website */
p {
	font-family: arial, serif, verdana; 
	font-size: 1em; 
	color: #934d4d; 
	margin-right: 15px; 
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px; 
}
/*  General Paragraph Style for Website in Bold*/
.p-bold {
		font-weight: bold;
}

/* Generalized UL Definition used for Links */
ul {list-style: none; 
	font-family: arial, serif, verdana; 
	}

/*   Container Division to align Margins */
#container 
{
	width: 950px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #e8f3e5;
}

/* Main body of each page to align left and right margins */
.main {
	width: 950px; 
	margin-top: 0px;
	margin-bottom: 0px; 
	
}

/*  Country Accents Page Header   */
#header 
{
	width: 780px;
	height: 170px;
	margin-top: 0; 
	margin-bottom: 0px; 
	background-image: url(pics/caa-2009-header.jpg);
	float: left;
	border-top: 1px;
	border-left: 1px;
	border-bottom: 1px;
	border-right: 0px;
	border-style: solid;
}
/* Navigation bar */
#navigate 
{
	background-image: url(pics/nav-bkgnd.jpg);
	height: 170px;
	width: 168px;
	margin: 0px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-style: solid;
	float: right;
	padding: 0px;
}

/* Unordered List (UL) Definition for the Navigation Links */
.nav 
{
	margin-left: 10px;
	padding-left: 10px;
}

/* List Item (LI) Definition for Navigation Links */ 
.nav-txt {
	font-size: 0.8em;
	font-weight: bold;
} 

/* Section Heading Image - Label file heading for Sections of a page */
.label {
	width: 600px; 
	height: 35px;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
	}

/* Division for display of Map and Property Layout - Directions Page */
.map-container { 
	margin-right: auto; 
	margin-left: 50px;
	width: 460px;
	height: 286px; 
	float: left;
	clear: left;
	border-style: double;
	border-width: 5px;
	background-color: white;
}
.property-container { 
	margin-right: 50px; 
	margin-left: auto; 
	width: 218px;
	height: 286px; 
	float: right;
	border-style: double;
	border-width: 5px;
	background-color: white;
}

/* Divisions to create blank lines 10 pixels and 3 pixels respectively */
.vspace10 
{
	width: 600px; 
	height: 10px;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
	background-image: url(label/vspace10.jpg);
	}	
.vspace3 
{
	width: 800px; 
	height: 3px;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
	background-image: url(label/vspace10.jpg);
	}	


/* Contact Page Divisions for Left and Right Margin Alignment */
.contact-divl {
	width: 425px;
	height: 220px;
	border-style: solid;
	border-width: 3px;
	border-color: #934d4d; 
	float: left;
	margin-left: 5px;
	background-color: #f1e7ba;
	font-weight: bold;
}
.contact-divr {
	width: 425px;
	height: 220px;
	border-style: solid;
	border-width: 3px;
	border-color: #934d4d; 
	float: right;
	margin-right: 5px;
	background-color: #f1e7ba;
	font-weight: bold;
}

/* Paragraph Definition for Contacts in the Contact Page */	
.contact-info {	
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Online Store Page Division for Right and Left Alignment */ 
.online-divl {
	width: 450px;
	border-style: double;
	border-width: 3px;
	border-color: #934d4d; 
	float: left;
	clear: left;
	margin-left: 5px;
	background-color: #f1e7ba;
	font-weight: bold;
}
	
.online-divr {
	width: 450px;
	border-style: double;
	border-width: 3px;
	border-color: #934d4d; 
	float: right;
	margin-right: 5px;
	background-color: #f1e7ba;
	font-weight: bold;
	
}

/* Image definition for small photo within the Online Store Item description */
.online-pic {
	width: 150px;
	float: left;
	border: none;
	margin-left: 0px;
	margin-right: 5px;
}

/* Divisions to align the display the detail views of the items in the Online Stores */
/* These appear in the Javascript code in the detail pages */ 
.detail-div {
	width: 300px;
	float: left;
	margin: 8px;
}
.detail-divm {
	width: 300px;
	float: left;
	margin-left: 300px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.detail-div2 {
	width: 300px;
	float: left;
	margin-left: 150px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Image definition of the photos in the detail display of online store items */
/* Appears in the Javascript code */
.detail-img {
	border-width: 5px;
	border-style: double;
	}

/* Paragraph definition for Online Store Page in Store selection  and Item display areas */
.item-desc {
	font-size: .75em; 
	margin-right: 3px; 
}
/* Span definition for the Price field - SOLD appears in red */ 
.sold {
	color: Red;
}

/* Online Store UL Links to Detail Page and to Email Inquiry */
.item-links {
	margin-left: 3px; 
	margin-bottom: 3px;
	font-family: arial, serif, verdana; 
	font-size: .7em; 
}

.item-view { 
	display: inline;
}


/* Division to format the Online Store selection */
.select-store {	
	width: 410px;
	border-width: 3px;
	border-style: double;
	margin-left: 25px; 
	margin-right: 25px;
	background-color: #f1e7ba;
	font-weight: bold;
	float: left;
}
/* Emphasize the Store Name Span Definition*/
.upsize {
	font-size: 1.4em;
}
/* Thumbnail image for Store Selection */
.store-tn {
	float: left;
	margin-right: 3px;
	border: none;
}
/* Store Navigation Links UL Definition*/
.store-links 
{
	width: 600px;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 3px;
	font-size: .9em; 
}

.goto-store { 
	display: inline;
	margin-left: 80px;
	
}

.goto-sold-store { 
	display: inline;
	margin-left: 45px;
	
}

/* Divisions providing columns for Lodging Page */
.center-col {
	width: 300px;
	height: 500px;
	float: left;
	}
.left-col {
	width: 320px;
	height: 500px;
	float: left;
	}
.right-col {
	width: 320px;
	height: 500px;
	float: right;
	}

/* Image Definition Blank Filler for bottom photo row on Lodging Page */
.cabinfilll {
	width: 160px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

/* Division to format the show and event schedules */
.event-div {	
	width: 800px;
	border-width: 5px;
	border-style: double;
	margin-left: auto; 
	margin-right: auto;
	background-color: #f1e7ba;
	font-weight: bold;
}

.event-info {	
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* Image Definitions for Home Page*/
.left-pic 
{
	width: 250px;
	border-width: 3px; 
	border-style: double; 
	border-color: black;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.left-300 
{
	width: 300px;
	border-width: 3px; 
	border-style: double; 
	border-color: black;
	float: left;
	margin: 5px;
	
}
.right-pic 
{
	width: 300px;
	border-width: 3px; 
	border-style: double; 
	border-color: black;
	float: right;
	margin: 5px;
}
/* Image Definitions Left / Right Aligned in Tour Pages */
.tourpicl {
	border-width: 2px; 
	border-style: solid; 
	border-color: black;
	float: left;
	margin-left: 21px;
	margin-right: 20px;

}

.tourpicr {
	border-width: 2px; 
	border-style: solid; 
	border-color: black;
	float: right;
	margin-left: 10px;
	margin-right: 20px;

}

/* Image Definition to create a blank area to balance Photos on Tour Pages */ 
.tourfill {
	width: 45px;
	height: 188px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;

}


/* Image Definition Blank Filler to Align Harrys Restaurant Tour Photos */
.tourharry {
	width: 175px;
	height: 188px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;

}
.tourbarn {
	width: 175px;
	height: 188px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;

}
.tournav {
	width: 600px;
	margin-left: auto; 
	margin-right: auto;
}

.tourtext 
{
	text-align: center;
}

#footer {
	width: 800px;
	height: 10px;
	margin-left: auto; 
	margin-right: auto;
	background-image: url(label/copyright.jpg);
	clear: both;
}


