@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EDF6E2;
	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;
}

/*---------------------*/

.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px dotted #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/bkgnd-foliage-lighT.gif); background-position:bottom; background-repeat: repeat-x;
}

.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/bkgnd-foliage-lighT.gif); background-position:bottom; background-repeat: repeat-x;
}

.oneColFixCtr #mainContent2 {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
/*---------------------*/

.twoColFixRtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px dotted #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #inside-container { background-image:url(images/bkgnd-foliage-lighT.gif); background-position:bottom; background-repeat: repeat-x;}
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
} 
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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: #FFF0D7; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	margin-top: 30px;
	}
	
.twoColFixRtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* 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: #FFF0D7; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px ; margin-top: 20px;
}
	
.twoColFixRtHdr #mainContent { 
	margin: 0 0 0 270px; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContent2 { 
	margin: 0 250px 0 10px; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #D8E9C6; } 

.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}

/*---------------------*/




h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:18px;}

h1.underline { border-bottom: 1px solid #99CC99; padding-bottom: 3px;}

h3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:16px; color: #CC6633;}

h4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14px; color: #CC6633;}

h2.sidebar { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:20px; color: #669966; font-weight: normal;}

p.sidebar { font-family:  Georgia, "Times New Roman", Times, serif;  font-size:12px; font-style: italic; line-height: 20px; text-align: right;}

.sidebarcredit { font-style: normal;}

p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height: 18px;}

p.nav { font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#DA5816; font-weight:bold; text-align:center;}

p.mainpara { font-family: Skia, Trebuchet MS, Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; line-height:22px; padding-top: 10px;}

p.mainpara-grn { font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; line-height:18px; font-style:italic; color:#8CC250;}

p.smaller {font-size: 11px; line-height: 15px;}

p.small { font-size: 10px;}

p.green { color: #690;}

ul li {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height: 18px;}

a:link {
	color: #CC6633;
	text-decoration:none;
}
a:visited {
	color: #CC6633;
	text-decoration:none;
}

a:hover {
	color: #FFCC33;
	text-decoration: underline;
	background-color: #FFFFFF;
	/*border: solid #F60 1px;
	padding: 5px;*/
}


.nav a:link {
	color: #DA5816;
	text-decoration:none;
}
.nav a:visited {
	color: #DA5816;
	text-decoration:none;
}

.nav a:hover {
	color: #FF9900;
}

#footer { background-color: #D8E9C6; }
#footer p {font-size: 10px; text-align: center; padding: 4px 0;  color: #000000;} 

#footer p a:link {
	color: #000000;
	text-decoration:none;
}
#footer p a:visited {
	color: #DA5816;
	text-decoration:none;
}

#footer p a:hover {
	color: #FF9900;
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #D8E9C6; border-bottom: 0px #FFF solid  } 

.twoColFixRtHdr #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: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}

.photoborder-grn {
	border: 1px solid #B7EA9F;
	padding: 3px;
	}
	
.photoborder-grn2 {
	border: 1px solid #B7EA9F;
	padding: 4px;
	background-color: #FFFFFF;
	}
	
.photoborder-orng {border: 1px solid #FF9966; padding: 1px;}	
	

.prodtable { border: 1px solid #8CC250;}

.prodname {
	font-weight: bold;
}
.desc-cell {
	background-color: #EDF6E2;
	padding: 15px;
}
#formtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sizechart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; text-align: center; margin-left: 20px;
}

#learnmore {  background-color: #FFF0D7; width:180px; padding: 5px 5px 5px 15px;
}
#learnmore p {font-size: 11px; }
#learnmore p a:link { color: #000;}
#learnmore p a:visited { color: #000;}
#learnmore p a:hover { color: #FF3300; }

#signup { background-color: #FFF; width: 175px; padding: 3px; border: 2px solid #FBBC9D;}
#signup p a:link { color: #000;}
#signup p a:visited { color: #000;}
#signup p a:hover { color: #FF6633;}

#signup2 { background-color: #FFF; width: 175px; padding: 8px; border: 2px solid #FBBC9D; margin-left: 22px;}
#signup2 p a:link { color: #000;}
#signup2 p a:visited { color: #000;}
#signup2 p a:hover { color: #FF6633;}

#signupT { background-color: #FFF; width: 175px; padding: 8px; border: 2px solid #FBBC9D; margin-left: 22px;
/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

#signupT p a:link { color: #000;}
#signupT p a:visited { color: #000;}
#signupT p a:hover { color: #FF6633;}


.sitemap a:link {
	color: #CC3300;
	text-decoration:none;
}
.sitemap a:visited {
	color: #CC3300;
	text-decoration:none;
}

.sitemap a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.textcell {padding-left: 10px;}

.textcell2 {padding-right: 10px;}


.txt16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}

.txt16 a:link { color: #9C6;}
.txt16 a:visited { color: #9C6;}
.txt16 a:hover { color: #FF6600;}

.careinstr { text-align:left; padding:15px;}

.careinstr p, ol { font-size: 11px;}
