@charset "UTF-8";
body  {
	font:small "Lucinda Grande", Arial, sans-serif;
	
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #663100;
	font-family: "Lucinda Grande", Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #400;
}
a.toplink {
	color: #456190;
	font-size: 0.9em;
	text-decoration: underline;
}

a img {border: 0;
}

p {
	margin: 1em 0;
	font-family: "Lucinda Grande", Arial, sans-serif;
}

img.productimg {float:left; margin-right:1em}


/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	background: #FFF7D4; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #fff;
	padding: 0px;  /* 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. */
	margin: 0px;
	font-family: "Lucinda Grande", Arial, sans-serif;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#homelink {
	display: block;
	margin: 10px 25px 13px 10px;
	padding: 0;
	background: url(/images/mast.jpg) no-repeat right 7px;
}

#topnav {
	float: right;
	margin: 0 15px 0px 0px;
	background-image:url(../Templates/images/topnav_right.png);
	background-repeat:no-repeat;
	background-position:right;
}

#topnav > .left {
	background-image:url(../Templates/images/topnav_left.png);
	background-repeat:no-repeat;
}

#topnav > .left > .content {
	margin: 0px 0px;
	height: 12px;
	padding: 7px 0px;
	background-image:url(/Templates/images/topnav_middle.png);
	background-repeat:repeat-x;
	color: #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


 #topnav > .left > .content {
	margin: 0px 13px;
	height: 12px;
	padding: 7px 0px;
	color: #6b6b6b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

 #topnav  > .left > .content > .pipe {
	padding: 0px 10px;
}

 #topnav  > .left > .content > a {
	color: #6b6b6b;	
}

 #topnav  > .left > .content > #carticon {
	vertical-align: middle;
}






/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar1 {
	float: left;
	width: 11em; /* since this element is floated, a width must be given */
	background: #FFECC3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
}

#left {

float: left;
width: 11em;
margin: 2em -12em 0 -0.75em;
padding: 2em 0 0 15px;
background:none;
position:relative;

}

#left li.category {
padding: 5px 5px 10px 5px;
color:#663300;
font:italic bold 12px verdana;
text-decoration:underline;
}


#left ul {
	font: normal 12px verdana;
	margin: 0em;
	padding: 0em;
	list-style: none;
	width: 145px;
	background:none;
	position:relative;
        
}

#left ul li {
	position: relative;
        

	}

#left li ul{
	position: absolute;
	left: 144px;
	top: 0;
	display: none;
        border-right: 1.2px solid #3A3C2D;
border-bottom: 1.25px solid #3A3C2D; border-top: 1px solid #ccc; border-left: 1px solid #ccc;
	}

#left   ul li a {
	display: block;
	text-decoration: none;
	color: #663300;
	
	padding: 5px;
	border-right:1px solid #ccc;

	
	}

#left li:hover ul { display: block; }
#left ul li a:hover {color:black; background: #FFCC33; } 
#left li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
/* VALIDATOR DOES NOT RECOGNIZE NONE #left li ul li a:visited {style:none} */
#left li ul li a:hover {color:black; background: #FFCC33;}


#materialtool   ul li ul img {
position:absolute;
left:82%;
top: 16%;


}


#materialtool   ul li img {

position:absolute;
left:82%;
top: 05%;

}

#materialtool {

float: left;
width: 11em;
margin: 2em -12em 0 -0.75em;
padding: 0em 0 0 15px;


}

#materialtool li.category {
padding: 5px 5px 10px 5px;
color:#663300;
font: italic bold 12px verdana;
text-decoration:underline;

}


#materialtool ul {
	font: normal 12px verdana;
	margin: 0em 0em;
	padding:0em;
	list-style: none;
	width: 145px;
	background:#FFECC3;
}

#materialtool ul li {
	position: relative;
height:1%;
	}

#materialtool li ul{
	position: absolute;
	left: 144px;
	top: 0;
	display: none;
        border-right: 1.2px solid #3A3C2D;
border-bottom: 1.25px solid #3A3C2D; border-top: 1px solid #ccc; border-left: 1px solid #ccc;
width:150px; margin:0em;

	}

#materialtool   ul li a {
	display: block;
	text-decoration: none;
	color: #663300;
	padding: 5px 0 7px 0;
	border-right:1px solid #ccc;

	}

#materialtool li:hover ul, #materialtool li.sfhover ul { display: block;}
#materialtool ul li a:hover {color:black; background: #FFCC33;} 
#materialtool li ul li a:hover {color:black;background:#FFCC33;}
#materialtool li ul li a { padding:7px;} /* Sub Menu Styles */



/* VALIDATOR DOES NOT RECOGNIZE NONE #materialtool li ul li a:visited {style:none}  */



/*#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px;  the left and right margin should be given to every element that will be placed in the side columns 
	margin-right: 10px;
}
*/




/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
	margin: 0 19em 0 12.5em;
	padding: 0;
} 




#footer {
	background:#FFCC33;
} 
#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: 1px 0;
	font-size: 0em;
}

/* Miscellaneous classes for reuse */
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
/*-------Side bar styles*/
#sidebar2 {
	float: right;
	width: 17em; /* since this element is floated, a width must be given */
 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
	margin: 0em 12px 0 20px;
}

#sidebar2 div {
	background: #3A3C2D;
	color: #FFF;
	padding: 0 1em 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

#sidebar2 div h3 {
background:#767475;
}

#sidebar2 form {
	margin: 10px 0 10px 0;
	padding: 0em;
}

#sidebar2 form .text {
	width: 9em;
}

#sidebar2 div h3 {
	font-size: 1.25em;
	margin: 0 -0.8em; padding: 0.4em 0.8em;
	font-style:italic;
}

#sidebar2 h4 {
	margin: 0 0 0.5em; padding: 0.5em 0;
	border-bottom:1px solid #FFF;
	font-weight: normal;
}

#weeklyspecial p:first-line {
	font-style: italic;
}

#weeklyspecial img {
	display: block;
	margin: 2em auto 0;
}

#tip img {
	display: block;
	margin: 2em auto 0;
}
#container #mainContent h1 {
	padding: 0 0 2.5px 0;
	font-family: "Lucinda Grande", Arial, sans-serif;
margin:0
}
#container #underheadercontainer {
	padding: 0px;
	margin-top: -6px;
}
#container #totalcontentheader {
	width: 1010px;
	font-family: "Lucinda Grande", Arial, sans-serif;
}
#container #header #topnav .left .content .espanol {
	font-style: italic;
	color: #B00;
}
#container #header #clearfloaterdiv {
	background-color: #FAC52A;
	height: 3px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#container #header #smoothmenu1 #nav .activelink ul li {
	background-color: #EEE;
}
#container #footer p img {
	margin-bottom: -1px;
}
#container #footer #pinline {
	height: 2px;
	background-color: #FFCD1C;
	clear: both;
}
#container #footer #whitepinline {
	background-color: #FDF7ED;
	clear: both;
	margin: 0;
	padding: 10px 0;
	width: 100%;
}
#container #footer #pinline {
	background-color: #FFCD1C;
	height: 2px;
}
.paragraphholder {
	max-width:52em;
	margin-top: 1em;
}

#mainContent h1 {
	border-bottom: 1px solid #A88555;
	font-style:italic;
	font-size:180%;
}

#container {background-color:#fff}
#container #mainframewrapper {
	background-color: #FFECC3;
	padding-top: 10px;
}
#container #belowfooterline {
	background-color: #FEECC4;
}


.toolimageposition img {

margin:0em 0em -0.4em 1em;

}



#content a.toplink {
padding:0em 0em 0em 0em;
color:navy;
font:10px bold verdana;
float:left;
display:block;
}
a:visited { color:; }
.toolimageposition {
	margin: 0;
	padding: 0;
}
.clearleft {
	clear: left;
}
h2.toolimageposition {
	margin: 20px 0px 0px;
	font-size: 120%;
}
h3.toolimageposition {
	margin-top: 2em;
	margin-bottom:0.5em;
}
img.action  {
	float: left;
	border: 1px ridge #BBB;
	margin: 10px 20px 0 0px;
}
h3.padthetop   {
	padding-top: 20px;
	
}
img.disc {
	float: left;
	margin-right: 18px;
}
h2.padthetop   {
	padding-top: 25px;
	
}
