@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EEC478;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

td { 
   vertical-align: top;
   font-size: 0.8em;
}

h1, h2, h3 {
   font-family: Georgia, "Times New Roman", Times, serif;
   margin-bottom: 2px;
}
h1 {
   font-size: 18px;
	color:2F2819;
   
}

h2 {
   font-size: 16px;
	color:2F2819;
   margin-bottom: 0px;
   font-style: italic;
}

h3 {
   font-size: 1.0em;
   margin-top: 0px;
   font-style: normal;
   color: #999;
   margin-bottom: 0px;
}

p {
   font-size: 12px;
   line-height:18px;
   margin-bottom: 10px;
}

ul {
   font-size: 0.8em;
   line-height: 1.4em;
   margin-bottom: 10px;
}

ol {
   font-size: 0.8em;
   line-height: 1.4em;
}

.process {
    font-size: 1.0em;
	font-weight: 400;
}
.twoColFixLtHdr #header { 
	width: 850
	px;
	height: 281px;
	background-image: url(../layout/header.jpg); 
	background-repeat: no-repeat;
	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

div#topNav {
   text-align: right;
   margin-right: 30px;
   }
#topNav ul {
	margin: 0;
	padding-top: 250px;
}

#topNav li {
    list-style: none;
	/* float: left; */
	display: inline;
	margin: 2px;
	padding: 0;
}

#topNav li a, .topNav li a:visited {
    /* float: left; */
	margin: 0;
	text-decoration: none;
	color: #EEC478;
	padding: 4px 6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight: normal;

}

#topNav li a:hover {
    margin: 0;
	font-size: 16px;
	color: #CEA663;
	text-decoration: none;
}

a:link {
	color: #21560F;
	text-decoration: underline;
}

a:visited {
	color: #348221;
	text-decoration: underline;
}

a:hover {
   color: #21560F;
   text-decoration: none;
}

a:active {
   color: #21560F;
   text-decoration: none;
}

.tableType1 { 
	border-left: solid 1px #2F2819;
	border-bottom: solid 1px #2F2819;
	background-color: #FFFFFF;
	margin:20px 0;
	font-size: 14px;
	width: 100%;
}
.tableType1 td {
	padding: 6px;
	margin: 6px; 
	border-right: 1px solid #2F2819;
	border-top: 1px solid #2F2819;
}

.tableType1 td, .tableType1 td p {
	font-size: 14px;
	line-height: 150%;
}

.heading, .heading td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #57472B;
	border-top: 1px solid #2F2819;
	border-right: 1px solid #2F2819; /* NOT the last cell in the row. See headingLast */
}
.tableType1 .subHeading, .tableType1 .subHeading td {
	font-family: Arial, Helvetica, sans-serif; 
	background: #CEA663;
	font-size: 13px; 
	line-height: 14px;
	font-style: italic;
	font-weight: bold;
	color: #444;
	border-top: 1px solid #2F2819;
	border-right: 1px solid #2F2819; /* NOT the last cell in the row. See headingLast */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(../layout/sidebarTop.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	background-repeat: no-repeat;
	background-color: #21560F;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;
	color: #EEC478;
}
.twoColFixLtHdr #sidebar1 h1 {
   font-size: 16px;
   color: #EEC478;
   padding: 5px 0px 0px 20px;
   margin: 0;
   font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #sidebar1 ul {
}
.twoColFixLtHdr #sidebar1 li {
	list-style-type:none;
	margin:0 0 0 15px;
	padding:0 0 0 20px;  
   font-size: 13px;
   line-height:20px;
   color: #EEC478;
   font-family: Georgia, "Times New Roman", Times, serif;
}
div#sidebar1 a:link {
	color: #EEC478;
	text-decoration: none;
}

div#sidebar1 a:visited {
   color: #CEA663;
   text-decoration: none;
}

div#sidebar1 a:hover {
   color: #CEA663;
   text-decoration: underline;
}

div#sidebar1 a:active {
   color: #CEA663;
   text-decoration: none;
}

div#sidebarBottom {
	margin:0;
	padding:15px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	height: 67px;
	margin-top: 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../layout/footer.jpg);
	background-repeat:no-repeat; 
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 13px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:white;
}
#footer a:link {
	color: #CEA663;
	text-decoration: none;
}
#footer a:visited {
	color: #CEA663;
	text-decoration: none;
}
#footer a:hover {
	color: #CEA663;
	text-decoration: underline;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
	display: block;
}
.fltlft { /* this class can be used to float an element left in your page */
	display: block;
	float: left;
	margin:15px;
	padding: 10px;
	background: #CCC;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.projectRole {
   color: #444;
   font-style: italic;
}

img.bio {
	padding:0 10px 10px 0;
}
.item {
	margin-top:30px;
	color: #333333;
	font-size:10px;
	font-style: italic;
	font-size: 14px;
	line-height: 150%;
}

.googlecart-add-button {
	margin-top:15px;
}

/*##########Google Checkout Styles##########*/
 
.product-image { 
	border:solid 1px #ccc; 
}
.product-title, .product-price, .product-shipping {  
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 5px;
}
.data-cell { 
	padding:0px 0 0px 10px;
	border:solid 0px #fff;
	vertical-align:top;
}
.align-cart { 
	padding-left:480px 
}
.googlecart-add-button {

	margin: 10px 0;
}
.googlecart-quantity {
  	margin: 0px;
}
.product-attr-item {
	margin: 0 5px 0 0;
}
.sidebarTop ul ul {
	padding-top:10px;
}