@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: 780px;  /* 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:no-repeat;
}


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:14px; font-style: italic; line-height: 22px; 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;}


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;
}


.nav a:link {
	color: #DA5816;
	text-decoration:none;
}
.nav a:visited {
	color: #DA5816;
	text-decoration:none;
}

.nav a:hover {
	color: #FF9900;
}

#footer { background-color: #8CC250; }
#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;
}

.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-orng {border: 1px solid #FF9966; padding: 1px;}	
	
	
.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: #8CC250; border-bottom: 10px #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 */
}

.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: #FBBC9D; width: 175px; padding: 10px 10px 10px 15px;}
#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: 5px; border: 2px solid #FBBC9D; margin-right: 10px; text-align: center;}
#signup p a:link { color: #000;}
#signup p a:visited { color: #000;}
#signup 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;}