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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../_images/bkgd.png);
	background-color: #ccff99;
	behavior: url("csshover3.htc");
}
.thrColLiqHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #693;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
} 
.thrColLiqHdr #header {
	background-color: #FFF;
	background-image: url(../_images/banner.png);
	background-repeat: no-repeat;
	height: 12.4em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.thrColLiqHdr #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 */
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	margin-top: 0px;
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
	clear: both;
}
.thrColLiqHdr #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 */
}

/* 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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColLiqHdr #left_half {
	background-color: #FFF;
	padding-left: 1em;
	text-align: right;
}
.thrColLiqHdr #right_half {
	float: right;
	width: 47%;
	height: 7em;
	background-color: #FFF;
	white-space: normal;
}
.thrColLiqHdr #boxes {
	margin-right: 10%;
	margin-left: 10%;
	background-color: #FFF;
	width: 80%;
	height: 18em;
	display: block;
}
.thrColLiqHdr #footer {
	display: block;
	text-align: left;
	margin-left: auto%;
	margin-right: auto%;
	margin-top: 24px;
	padding-bottom: 10px;
	padding-top: 24px;
}
.thrColLiqHdr #footer_left_half  {
	background-color: #FFF;
	margin-left: 1em;
}
.thrColLiqHdr #footer_right_half {
	background-color: #FFF;
	white-space: normal;
	text-align: right;
}
a:link {
	color: #669933;
}
a:hover {
	color: #669933;
}

a:visited {
	color: #669933;
}
a:active {
	color: #669933;
	text-align: center;
}
#menu{
	padding:0;
	margin-top: -70px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 165px;
}
#menu ul{
padding:0;
margin:0;
}
#menu li{
position: relative;
float: left;
list-style: none;
margin: 0;
padding:0;
} 
#menu li a{
	width:100%;
	height: 22px;
	display: block;
	text-decoration:none;
	text-align: center;
	line-height: 30px;
	color: #669933;
	padding: 3px;
} 
#menu li a:hover{
	background-color: #669933;
	color: #FFF;
} 
#menu ul ul{
	position: absolute;
	top: 30px; 
	visibility: hidden;
} 
#menu ul li:hover ul{
	visibility:visible;
} 
#head_ban {
	height: 150px;
	width: 1000px;
	background-image: url(../_images/banner.png);
	background-repeat: no-repeat;
}
#table {
	height: 100%;
	width: 100%;
}
#network{
	padding-top: 1em;
	padding-bottom: 1em;
}
#links{
	display: inline-block;
}
#menuh-container
	{
	position: absolute;
	text-align: left;
	font-weight: bolder;
	margin-top: 4%;
	left: 25%;
	clear: both;
	width: 75%;
	visibility: inherit;
	}
#menuh
	{
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: none;
	font-size: .73em;
	cursor: default;
	width: 76%;
	text-decoration: none;
	text-align: left;
	font-weight: bolder;
	white-space: nowrap;
	}
#menuh a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	text-decoration: none;
	background-color: #FFF;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	font-family: Verdana, Geneva, sans-serif;
	color: #669933;
	list-style-type: none;
	text-align: left;
	font-weight: bolder;
	z-index: 5;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #669933;
	text-decoration:none;
	}	
#menuh .top_parent, #menuh .top_parent, #menuh .top_parent_subs, #menuh .top_parent_subs, #menuh a.top_parent:hover, #menuh a.top_parent:hover /* attaches down-arrow to all top-parents */
	{
	padding-top: 0.5em;
	padding-right: 0.7em;
	padding-bottom: 0.5em;
	padding-left: 0.7em;
	}	
#menuh a.top_parent_subs /* attaches down-arrow to all top-parents */
	{
	background-image: url(../_images/menudown.gif);
	background-repeat: no-repeat;
	background-position: 95% 90%;
	}	
#menuh a.top_parent_subs:hover, #menuh a.top_parent_subs:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../_images/menudownhover.gif);
	background-repeat: no-repeat;
	background-position: 95% 90%;
	}
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:auto;	/* width of all menu boxes */
	text-align: left;	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	text-decoration: none;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
/* CSS Document */
#section_title {
	background-image: url(../_images/section_pattern.png);
	background-repeat: repeat-x;
	background-position: left;
	height: 110px;
	width: 80%;
	text-align: center;
	padding-top: 0.2em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	margin-right: 10%;
	margin-left: 10%;
	font-size: xx-large;
	text-transform: uppercase;
	font-style: normal;
	color: #000;
}
#sub_section_title {
	background-image: url(../_images/section_pattern.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 55px;
	width: 80%;
	text-align: center;
	padding-top: 0.2em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	margin-right: 10%;
	margin-left: 10%;
	font-size: xx-large;
	text-transform: uppercase;
	font-style: normal;
	color: #000;
}
#anchor_box {
	border: thin dotted #CCC;
	margin-right: 10%;
	margin-left: 10%;
}
#separation {
	padding-top: 2em;
}
#thriva {
	display: block;
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
}
#tab_bar {
	display: block;
	text-align: center;
	background-image: url(../_images/tab_bar.png);
	background-repeat: repeat-x;
	padding-top: 1em;
	background-position: bottom;
}
#search_bar {
	padding-top: 1em;
	padding-right: 10%;
	float: right;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	z-index: 1;
	position: relative;
	clear: left;
}
#recipe_facts{
	display: block;
	margin-left: 20%;
	margin-right: 20%;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border: thin dashed #669933;
}
#selected_recipes_box {
	margin-right: 10%;
	margin-left: 10%;
}
#recipes_box {
	text-align: left;
	padding-top: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 10%;
	margin-left: 10%;
}
#Blurbs{
	padding-top: 1em;
	padding-bottom: 3em;
	font-family: Verdana, Geneva, sans-serif;
}
#SecondLinks{
	font-family: "Times New Roman", Times, serif;
	padding-top: 3em;
	padding-bottom: 3em;
}
.header_title {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #669933;
	text-align: center;
	display: block;
	font-size: 3em;
	font-style: italic;
	margin-left: 10%;
	padding-top: 1.1em;
}
.thriva_buttons {
	display: inline-block;
	margin-left: 2em;
	text-align: center;
}
.tab {
	margin-right: 0.2em;
	margin-left: 0.2em;
}
.body_secs {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000000;
	font-size: 0.8em;
	display: block;
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
}
.recipes_secs {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000000;
	font-size: 0.8em;
	display: block;
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
}
.list {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000000;
	font-size: 1em;
	display: block;
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 1.5em;
}
.recipe_facts_title{
	font-family: "Times New Roman", Times, serif;
	color: #669933;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	display: block;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #669933;
}.recipe_facts_secs_left {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000000;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	background-image: url(../_images/divider.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 50px;
}
.recipe_facts_secs_right {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000000;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	height: 50px;
}
.daily_secs {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000000;
	font-size: 0.8em;
	text-align: left;
	padding-left: 1em;
	margin-top: 2.3em;
	margin-bottom: 1.3em;
}
.info_secs {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000000;
	font-size: 0.8em;
	display: block;
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
}
.quick_links {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 1em;
	display: block;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
	font-weight: bold;
	font-style: italic;
}
.title_change {
	font-family: "Times New Roman", Times, serif;
	color: #669933;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-left: 10%;
	padding-top: 0.2em;
	margin-right: 10%;
	line-height: 1.5em;
}
.daily_recipes_title {
	font-family: "Times New Roman", Times, serif;
	color: #669933;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	display: block;
	text-align: left;
	padding-left: .3em;
}
.daily_recipes_bkgd {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	background-image: url(../_images/daily_recipes_bkgd.png);
	background-repeat: repeat-y;
	background-position: right center;
	padding-right: 1em;
}
.daily_recipes_icon {
	border-top-width: 0.2em;
	border-right-width: 0.2em;
	border-bottom-width: 0.2em;
	border-left-width: 0.2em;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
.daily_recipes_link {
	font-family: "Times New Roman", Times, serif;
	color: #669933;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.full_recipes_link {
	font-family: "Times New Roman", Times, serif;
	color: #669933;
	font-size: 0.8em;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.recipes_title{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #669933;
	text-align: center;
	display: block;
	font-size: 3em;
	font-style: italic;
	padding-top: 1.5em;
}
.recipes_link{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #669933;
	text-align: center;
	display: block;
	font-size: 2em;
	font-style: italic;
	padding-bottom: .5em;
}
.quote{
	font-family: "Times New Roman", Times, serif;
	color: #669933;
	font-size: 0.9em;
	font-style: italic;
	display: block;
	text-align: center;
	margin-left: 15%;
	padding-top: 0.2em;
	margin-right: 15%;
	text-decoration: overline;
}
.network_title{
	font-family: Verdana, Geneva, sans-serif;
	color: #669933;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	padding-top: 0.2em;
	padding-left: 0.1em;
	display: block;
	text-align: center;
}
.blurb_title {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #669933;
	text-align: left;
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 0.2em;
	margin-left: 0.2em;
}
.blurb_sec {
	font-size: 0.8em;
	color: #000000;
	display: block;
	margin-top: 0.2em;
	margin-left: 1em;
	text-align: justify;
	white-space: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.contact_bottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #838383;
	text-transform: none;
	word-spacing: 0.3em;
}
.hr_color {
	color: 669933;
}
.links_second_title {
	color: #669933;
	font-weight: bold;
	margin-top: 11em;
	margin-bottom: 0.2em;
	margin-left: 0.2em;
	font-size: 1em;
	text-align: left;
}
.links_second {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding-top: 0.2em;
	padding-left: 1em;
	display: block;
	text-decoration: underline;
}
.slideshows {
	display: inline;
	text-align: center;
	border-left-width: 1em;
	border-top-width: 1em;
	border-right-width: 1em;
	border-bottom-width: 1em;
}
.network_icons {
	display: inline;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 0.2%;
}
.moving_img {
	border: .3em solid #FFF;
}
.links {
	font-family: "Times New Roman", Times, serif;
	color: #669933;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bolder;
	padding-top: 0.2em;
	padding-left: 0.1em;
	text-align: center;
	clear: both;
	float: left;
}

.bh_link{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #669933;
	position:absolute;
	z-index:1;
	text-align: right;
	font-size: 2em;
	right: 13%;
}
/* End CSS Drop Down Menu */
@charset "utf-8";
.thrColLiqHdr #container .list table tr td{
	background-image: url(../_images/list_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.thrColLiqHdr #container .list table tr td a {
	color: #000;
	text-decoration: none;
	padding-left: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.thrColLiqHdr #container #header .header_title .header_sub {
	font-size: 14px;
	color: #000;
	line-height: 10px;
}

