@charset "UTF-8";
/* CSS Document */
* html #content {
	height: 1%;
}

.required {
	display:none;
}

body  {
	font-family: Georgia, Times New Roman, times, Serif;
	background: #E5DCBC;
	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: #666666;
}

img, div { behavior: url(../includes/iepngfix.htc); border:0; }

object {margin: 0; padding: 0; border: 0;outline: none;-moz-outline-style: none;}

a:link{color:#73784F;text-decoration: underline;}
a:visited{color:#73784F;text-decoration:underline;}
a:hover{color:#b2b88a;text-decoration:none;}

.twoColFixLtHdr #container { 
	width:980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 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. */
	table-layout:fixed;
} 
.twoColFixLtHdr #header { 
	width:980px;
	height:237px;
	margin-top:0;
	padding-top:0;
	border:0;
	border:hidden;
} 
.twoColFixLtHdr #content-wrapper { 
	width:980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 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. */
	height:100%;
	overflow: hidden;
	background-color:#FFFFFF;
}
.twoColFixLtHdr #right {
	float: right; /* since this element is floated, a width must be given */
	width: 302px;
	height:100%;
	margin-top:5px;
	padding-top: 12px;
	padding-right: 0;
	padding-left: 0;
	background-image:url(images/rightBG.jpg);
	background-repeat:repeat-y;
	background-position:top;
	bottom:0;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	text-align:center;
}
.twoColFixLtHdr #mainContent {
	width:590px;
	font-size:14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding-right: 50px;
	padding-left: 35px;
} 
.twoColFixLtHdr #footer {
	width:980px; /* the auto margins (in conjunction with a width) center the page */
	background-position:bottom;
	margin: auto;
	background-color:#FFFFFF;
} 
.twoColFixLtHdr #footer p {
	text-align:left;
	font-size:11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom:10px;
	padding-right: 60px;
	padding-left: 35px;
	padding-top:10px;
	padding-bottom:10px;}
.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;
}

/** CSS Drop Down Menu **/
.menu{
	border:none;
	border:0px;
	margin:5px;
	padding:0px;
	font-family: Georgia, Times New Roman, times, Serif;	
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
	border-bottom: #B2B88A 1px solid;
	line-height:25px;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		color:#000000;
		display:block;
		font-weight:normal;
		line-height:25px;
		margin:0px;
		padding:0px 8px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #ffffff;
			color:#73784F;
			text-decoration:none;
			}
	.menu li ul{
		background:#D1D9B4;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:115px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li ul.large{
		background:#D1D9B4;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:185px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:115px;
		}
	.menu li li.large {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:185px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:25px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#73784F;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
/* End CSS Drop Down Menu */

/* Right Nav */
div.rightEmail-nav {
height: 78px;
width: 270px;
margin:0 auto;
padding:0;
background-image:url("images/rightNavEmail-Hover.png");
background-repeat:no-repeat;
}

div.rightEmail-nav a, div.rightEmail-nav a:link, div.rightEmail-nav a:visited {
display:block;
}

div.rightEmail-nav img {
width:100%;
border:0;
}

div.rightEmail-nav a:hover img {
visibility:hidden;
}

div.rightMail-nav {
height: 78px;
width: 270px;
margin:0 auto;
padding:0;
background-image:url("images/rightNavMailing-Hover.png");
background-repeat:no-repeat;
}

div.rightMail-nav a, div.rightMail-nav a:link, div.rightMail-nav a:visited {
display:block;
}

div.rightMail-nav img {
width:100%;
border:0;
}

div.rightMail-nav a:hover img {
visibility:hidden;
}


div.rightPhoto-nav {
height: 78px;
width: 270px;
margin:0 auto;
padding:0;
background-image:url("images/rightNavPhotoG-Hover.png");
background-repeat:no-repeat;
}

div.rightPhoto-nav a, div.rightPhoto-nav a:link, div.rightPhoto-nav a:visited {
display:block;
}

div.rightPhoto-nav img {
width:100%;
border:0;
}

div.rightPhoto-nav a:hover img {
visibility:hidden;
}
/* Right Nav */

/* Element */

.twoColFixLtHdr #mainContent-element {
	position: relative;
	height:100%;
	width:575px;
	font-size:14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding-right: 60px;
	padding-left: 40px;
} 
.email {
   position: absolute;
   left: 45px;
   padding-top:10px;
   width: 25%;
   }

.mail {
   position: absolute;
   right:80px;
   width: 45%;
   padding-top:10px;
   text-align: left; /* depends on element width */
   }
.recipe-list {
   position: absolute;
   left: 45px;
   padding-top:10px;
   width: 25%;
   }

.recipes {
   position: absolute;
   right:40px;
   width: 55%;
   padding-top:10px;
   text-align:left;
   }
div#gallery {width: 575px; height: 480px; margin-left: auto; margin-right: auto;}object a {display: none;} object {margin-left: auto; margin-right: auto; display block;}