@charset "utf-8";
body {
	background: #FFFFFF;
	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;
}

.hidden {
	display: none;
}


/* Font-Specfic Styles */

p {
line-height: 130%;
padding-bottom: 10px;
font-family: Georgia, "Times New Roman", Times, serif;


}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: blue;}

h2 {
font-size: 1.0em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
	color: #000000;
	padding-top: 8px;
	padding-bottom: 5px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
	color: #000000;
	padding-top: 8px;
	padding-bottom: 5px;
	text-transform:uppercase;
}

h4.nocaps {
text-transform:none;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
	color: #000000;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 150%;
	color: #006633;
}


/* Lists and Custom Bullets */


ul {
font-family: Georgia, "Times New Roman", Times, serif
}


/* Layout stuff for ABCs page */

.greenbox {

background: #DAFFA8;
padding-left: 10px;
padding-right: 10px;
min-height:200px;
}

.clearbox {
min-height:180px;
}

.recipe{
clear: inherit;
padding-left: 200px;
}

.dropcap {
font-size:160px;
float:left;
font-weight: bold;
line-height:90%;
padding-right: 20px;
color:#DAFFA8;
clear:left;
position:relative;
top: -10px;
}

.greenbox .dropcap {
color:#FFFFFF;
}

/* Stuff for pulldown menu */


#rollovermenu{
	padding:0px;
	background-color:#628B2C;
	z-index:+1

}

#rollovermenu, #rollovermenu ul { /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	z-index:+1
}
#rollovermenu ul{
	border:1px solid #333333;
	border-color: #FFFFFF #FFFFFF #CCCCCC #CCCCCC;
	background-color:#628B2C;
	width:270px;
	padding-bottom:10px;
}

#rollovermenu ul a:link, #rollovermenu a:visited {
	display: block;
	border:none;
	text-decoration:none;
	padding:0px 10px;
	height:18px;
}
#rollovermenu ul a:hover, #current a{
	background:#FF9900;
	color:white;

}
#rollovermenu li { /* all list items */
	position: relative;
	text-align: left;
	cursor: default;
	padding:0px 5px;
	margin:0px;
	color:#999999;
}

#rollovermenu li ul { /* second-level lists */
	position: absolute;
	border:1px solid #333333;
	border-color: #628B2C #FFFFFF #CCCCCC #CCCCCC;
	background-color:#628B2C;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#rollovermenu li:hover ul, #rollovermenu li.sfhover ul { /* lists nested under hovered list items */
	left:0px;
	top:22px;
}

li#nav {
	text-align:left;
	margin: 0;
	padding:4px 0 0 0;
	color:white;;
}



.oneColFixCtrHdr #container {
	width: 100%;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #super {
	background: #FFFFFF; 
	width: 100%;
	padding: 15px 0px 5px 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. */
}
.oneColFixCtrHdr #header {
	background: #d9ccad; 
	height: 160px;
	width: 100%;

}
.oneColFixCtrHdr #banner {
	background: url(../images/super-banner.jpg); 
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat-x;
	height: 160px;
	width: 100%;

}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	width: 780px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 auto;
	/* border: 1px solid #000000; */
	background: #FFFFFF;
}
.oneColFixCtrHdr #column {
	width: 450px;
	margin: 0px 0px 0px 300px;
}
.oneColFixCtrHdr #highlight {
	width: 420px;
	background: #FF6;
	padding: 1px 20px 1px 20px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #d9ccad; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
	}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #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;
