@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	16;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90.5739%;
	padding-left: 1.213%;
	padding-right: 1.213%;
}

#slideshow {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	/*display: block;*/
	display: none; /*Marky added this on 12/28/2020*/
}
 


#header-image {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#address-text {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#items-description {
	clear: both;
	float: left;
	margin-left: 0;
	padding-bottom: 1%;   /*Marky added this on 12/28/2020. Padding is inside of div area. Margin is outside of div area. Do I need this for increased paddding space on bottom of this div? If you need more after looking at this on the web you can increase to 2% to 4%*/
	width: 100%;
	display: block;
}
#nav {
	clear: both;
	float: left;
	padding-top: 1%;   /*Marky added this on 12-28-2020. Padding is inside of the nav area. Margin is outside of the nav area. Check this out on web page and see if increase is needed to 2% or 3%*/
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	padding-bottom: 2%;   /*Marky added this on 12/28/2020, before no padding by Dreamweaver for footer div.*/
	padding-top: 1%;   /*Marky added this on 12/28/2020, before no padding by Dreamweaver for footer div.*/
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

aside.column2 { /*Marky added this on 8/13*/
	float: left;
	column-width: 50%;
	padding-left: 5%;		/*Padding is inside of the area. Margin is outside of the area.*/
	/*margin: center;*/
	text-align: center;   /*Marky experimented on 8/23/2015, but not read.*/ 
	}

aside.column-first { /*Marky added this on 8/23/2015. This duplcates column2 with same code, but Firefox is STUPID 
on my browser and reads column2, but not column-first. Chrome is smarter and reads both.*/
	float: left;
	column-width: 50%;
	margin: center; 
	}
	
aside.column1 {  /*Marky added this*/
	/*float: right;*/
	column-width: 100%;
	}

.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}

#slideshow {
	clear: both;
	float: left;
	margin-left: 0;
	/*width: 36.464%;*/
	width: 100%;
	/*display: block;*/  
	display: none; /*Marky added this on 12/28/2020*/
}
#header-image {
	clear: none;
	float: left;
	margin-left: 1.6574%;
	width: 36.464%;
	display: block;
}
#address-text {
	clear: none;
	float: left;
	margin-left: 1.6574%;
	width: 23.7569%;
	display: block;
}
#items-description {
	clear: both;
	float: left;
	margin-left: 0;
	padding-bottom: 1%;   /*Marky added this on 12/28/2020. Padding is inside of div area. Margin is outside of div area. Do I need this for increased paddding space on bottom of this div? If you need more after looking at this on the web you can increase to 2% to 4%*/
	width: 74.5856%;
	display: block;
}
#nav {
	clear: none;
	float: left;
	padding-top: 1%;   /*Marky added this on 12-28-2020.*/
	padding-bottom: 1%;   /*Marky added this on 12-28-2020.*/
	margin-left: 1.6574%;
	width: 23.7569%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	padding-bottom: 2%;   /*Marky added this on 12/28/2020, before no padding by Dreamweaver for footer div.*/
	padding-top: 1%;   /*Marky added this on 12/28/2020, before no padding by Dreamweaver for footer div.*/
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 89.2663%;
	max-width: 1232px;
	padding-left: 0.3668%;
	padding-right: 0.3668%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#slideshow {
	clear: both;
	float: left;
	margin-left: 0;
	width: 36.9863%;
	display: block;
}
#header-image {
	clear: none;
	float: left;
	margin-left: 0.8219%;
	width: 36.9863%;
	display: block;
}
#address-text {
	clear: none;
	float: left;
	margin-left: 0.8219%;
	width: 24.3835%;
	display: block;
}
#items-description {
	clear: both;
	float: left;
	margin-left: 0;
	width: 81.0958%;
	display: block;
}
#nav {
	clear: none;
	float: left;
	margin-left: 0.8219%;
	width: 18.0821%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	padding-bottom: 1%;   /*Marky added this on 12/28/2020, before no padding by Dreamweaver for footer div.*/
	padding-top: 1%;   /*Marky added this on 12/28/2020, before no padding by Dreamweaver for footer div.*/
	margin-left: 0;
	width: 100%;
	display: block;
}
}