@charset "utf-8";
/* CSS Document */
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background-color: #3D3C2A;
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 10px 0 0 0; 
  padding: 0; 
  text-align: center; 
}
table {
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
}
h1 {
  color: #5F1F20; /*#4A4A33; green*/
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #4A4A33;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin:20px 0;
}
h2.topHeading {
  color: #4A4A33;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
  margin-top:0;
  margin-bottom:20px;
}
h3 {
  color: #000;
  font-size:12px;
  margin:20px 0 0 0;
}
a,  a:link {
  color: #4A4A33;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #4A4A33;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
.clearBoth {
	clear:both;
}
.imgLeft {
	float:left;
	margin:10px 20px 10px 0;
}
.imgRight {
	float:right;
	margin:10px 0 10px 20px;
}
#address {
	float:left;
	margin-top:5px;
	padding-bottom:5px;
	text-align:left;
}
#hours {
	float:right;
	margin-top:5px;
	padding-bottom:5px;
	width:300px;
}
div.imgLeft, div.imgRight {
	text-align:center;
	font-size:10px;
	color:#666;
}
.centered {
	text-align:center;
}
.bordered {
	border:1px solid #999;
}
.error {
	color:#FF0000;
}
#outerWrapper {
  background-color: #E0E2D5;
  margin: 0 auto; 
  text-align: left; 
  width: 770px;
}
#outerWrapper #header {
  font-size: 10px;
  text-align:right;
  padding:0 10px;
}
#outerWrapper #header #header_logo {
  clear:right;
  height:165px;
  background-image: url(../images/header_logo.jpg);
  background-repeat:no-repeat;
}
#outerWrapper #header #header_logo_index {
  clear:right;
  height:165px;
  background-image: url(../images/header_logo_index.jpg);
  background-repeat:no-repeat;
}
#outerWrapper #header #header_logo_whatsnew {
  clear:right;
  height:165px;
  background-image: url(../images/header_logo_whatsnew.jpg);
  background-repeat:no-repeat;
}
#outerWrapper #header #header_logo_events {
  clear:right;
  height:165px;
  background-image: url(../images/header_logo_events.jpg);
  background-repeat:no-repeat;
}
#outerWrapper #header #header_logo_newsletter {
  clear:right;
  height:165px;
  background-image: url(../images/header_logo_newsletter.jpg);
  background-repeat:no-repeat;
}
#outerWrapper #header #header_logo_bernina {
  clear:right;
  height:165px;
  background-image: url(../images/header_logo_bernina.jpg);
  background-repeat:no-repeat;
}
#outerWrapper #header #header_logo_contact {
  clear:right;
  height:165px;
  background-image: url(../images/header_logo_contact.jpg);
  background-repeat:no-repeat;
}
#outerWrapper #header #header_logo_locate {
  clear:right;
  height:165px;
  background-image: url(../images/header_logo_locate.jpg);
  background-repeat:no-repeat;
}
#outerWrapper #header #header_logo_thimbleberries {
  clear:right;
  height:165px;
  background-image: url(../images/header_logo_thimbleberries.jpg);
  background-repeat:no-repeat;
}
#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  width: 170px;
  padding:20px 10px 10px 10px;
  font-size:10px;
}
#outerWrapper #contentWrapper #content {
  float:right;
  margin-bottom: 0;
  width:550px;
  padding: 20px 20px 20px 0; 
}
#outerWrapper #footer {
  clear:both;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  padding: 10px; 
}
#navHeaderBand {
	text-align:center;
	font-weight:normal;
	padding-top:35px;
	padding-left:70px;
}
ul#pgrNav {
	list-style: none;
	margin: 5px 0;
	padding: 0;
	padding-left:100px;
	text-align: center;
	/*white-space: nowrap;*/
}
ul#pgrNav li {
	display: inline;
	margin: 0 5px;
}
ul#pgrNav a {
	text-decoration: none;
	font-weight:normal;
	padding: 2px 6px;
	color: #B89866;
}
ul#pgrNav a:hover {
	color:#fff;
	background-color: #5D1E1D;
}
#footer_bkgd {
	text-align:center;
	font-weight:normal;
	height:62px;
	background-image: url(../images/footer_bkgd.jpg);
	background-repeat:repeat-x;
	padding-top:4px;
	font-size:10px;
}
ul#pgrLowerNav {
	list-style: none;
	margin: 5px 0;
	padding: 0;
	text-align: center;
	/*white-space: nowrap;*/
}
ul#pgrLowerNav li {
	display: inline;
	margin: 0 5px;
}
ul#pgrLowerNav a {
	text-decoration: none;
	font-weight:normal;
	padding: 2px 6px;
	color: #B89866;
}
ul#pgrLowerNav a:hover {
	color:#fff;
	background-color: #5D1E1D;
}
#newsletter {
	width:130px;
	background-color:#DBCAB0;
	border:1px solid #999;
	padding:5px;
	margin:0 auto;
	color:#363C03;
}
#newsletter h3 {
	margin:0;
}
#newsletter form
{
	margin:10px 0;
}
#newsletter .pic {
	width:150px;
	background-color:#FFFFFF;
	border:1px solid #999;
	padding:5px;
	margin:0 auto;
	color:#363C03;
} 
#listSignUp {
	width:144px;
	background-color:#4A4A33;
	border:1px solid #999;
	padding:2px;
	margin:0 auto;
	color:#363C03;
}
.signup {
	padding-bottom:5px;
}
#copyright {
	padding-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:1.5em;
	color:#885E3C; /*#A17047;*/
}
#copyright a, #copyright a:visited {
	font-weight:normal;
	color:#885E3C;
	text-decoration:none;
}
#copyright a:hover {
	color:#ccc;
	text-decoration:underline;
}
/* for Index page */
#content h1 {
	margin:0 0 8px 0;
}
/* for What's New page */
.whatsNewSectionHeader {
	background-image:url(../images/whatsNewHeadingBkgd.gif);
	background-repeat:no-repeat;
	padding:6px;
}
h2.whatsNewSectionHeader {
	font-style:italic;
	color:#FFF;
	font-size:14px;
	padding-left:35px;
	margin-top:30px;
}
h3.whatsNew {
	color:#4A4A33;
	font-size:14px;
}
.eventsSectionHeader {
	background-image:url(../images/eventsHeadingBkgd.gif);
	background-repeat:no-repeat;
	padding:6px;
}
h3.eventsSectionHeader {
	font-style:italic;
	color:#885E3C;
	padding-left:30px;
	margin-top:30px;
}
#tblProdA td, #tblProdB td {
	text-align:center;
	font-size:11px;
	vertical-align:top;
	padding-bottom:10px;
}
#tblProdA img, #tblProdB img {
	margin-bottom:5px;
}
.redBandDivider {
	background-color:#6F2426; /*#5F1F20;*/
	margin-top:20px;
	margin-bottom:20px;
	line-height:2px;
}
.textLeft {
	width:60%;
	float:left;
}
.signupForm {
	padding:10px;
	border:1px solid #5F1F20;
}
#listSubscribeForm {
	width:55%;
	margin:0 auto;
	padding:5px;
	border:1px solid #4A4A33;
}
#listPopupSubscribeForm {
	width:60%;
	border:1px solid #4A4A33;
	margin:15px auto;
	padding:5px;
}
.classProject {
	clear:both;
	margin-bottom:15px;
}
.specNote {
	font-size:11px;
	font-style:italic;
}
.classHeading {
	font-weight:bold;
	text-align:left;
}
.classDetail {

}
.classNote {
	font-weight:normal;
	font-style:italic;
}
.smallTextNoBold {
	font-size:11px;
	font-weight:normal;
}
.noPhoto {
	width:175px;
	height:125px;
	text-align:center;
	color: #999999;
	font-size:11px;
	background-color:#ffffff;
}
.hide {
	visibility:hidden;
}
#gmap {
	width:500px;
	border:1px solid #999;
	margin:auto;
}
