/*---- R E - D E F I N E D   H T M L   T A G S ---------------------------------------------------*/



/*Changes the space below paragraphs*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px; /*IE has different P margins? See IE CSS file*/
	margin-right: 6px; /*IE has different P margins? See IE CSS file*/
	font-size: .63em;
	line-height: 1.6em;

}



h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding-bottom: 5px;
	margin-right: 6px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .63em;
	margin-bottom: -1px;
	margin-right: 6px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.6em;
	margin-right: 6px;
}


/*---- W R A P P E R ---------------------------------------------------------------------------*/


/*container Whole Page is relative positioned, all else inside is absolute*/

#OuterWrapper {
	position: relative;
	width: 755px;
	min-height:465px;
	margin-top: 0px; 
	margin-right: auto;
	margin-left: auto;
	border-width: 0 4px 4px 0px;
	border-style: solid;
	border-color: #2a5caa;
	background-image: url(../Images/ColumnTile.gif);
	background-repeat: repeat-y;
}





/*---- D I V s ---------------------------------------------------*/


#Logo {
	height: 104px;
	width: 227px;
	top: 0px;
	left: 0px;
	text-align: center;
}


#TopPhotos {
	position: absolute;
	height: 116px;
	width: 100%;
	left: 228px;
	top: 0px;
}



#LeftPhoto {
	position: relative;
	float:left;
	width: 228px;
	left:0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
}

div#LeftPhoto.LessSpaceBelow {padding-bottom: 3px;}
div#LeftPhoto.MoreSpaceBelow {padding-bottom: 20px;}
div#LeftPhoto.ExtraSpaceBelow {padding-bottom: 30px;}


#MainText {
	width: 530px;
	padding-top: 38px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}




#OpenClosedSign {
	position: absolute;
	height: 15px;
	width: 171px;
	left: 580px;
	top: 124px;
	background-color: #fb8d51;
	font-size: .95em;
	font-weight: bold;
	line-height: 1.6em;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
	z-index: 10;
	letter-spacing: 0.02em;
}



#BelowCatalog {
	position: relative;
	height: 16px;
	width: 530px;
	left:0px;

}

#ImageInText {
	position: relative;
	height: 192px;
	width: 130px;
	left: 0px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}






/*---- N E W S   R E E L ---------------------------------------------------*/

#Announcements {
	float:right;
	width: 158px;
	top: 402px;
	padding-top: 37px;
	padding-left: 14px;
	padding-bottom: 6px;
}


#News_Reel {
	position: absolute;
	width: 158px;
	left: 581px;
	top: 179px;
	padding: 5px;
	background-color: #cbdfb6;
}



/*"Open" above News Reel*/
#News_Reel_Open {
	position: absolute;
	top: -20px;
	left: 8px;
	cursor:pointer;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #73a477;
}



/*"Rollover Note" above News Reel*/
#News_Reel_Note {
	position: absolute;
	top: 147px;
	left: 590px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #73a477;
}




 
/*---- S H O W / H I D E   S T U F F ---------------------------------------------------*/

/*These are for the hidden text on home page (show/hide script)*/
#example {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 175%;
	margin-top: -8px;
}


#example2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;	
	line-height: 1750%;
	margin-top: -8px;
}

#example3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 175%;
	margin-top: -8px;
}


#example4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 175%;
	margin-top: -8px;
}


.more {
    display: none;
}

	
a.showLink, a.hideLink {
	text-decoration: none;
	color: #588d53;
}


a.showLink:hover, a.hideLink:hover {
    color: #9e7846; }
	
	
/*END hidden text on home page (show/hide script)*/




	

/*---- C L A S S E S ---------------------------------------------------*/	

.BlueHeads {
	font-weight: bold;
	color: #3069b3;
	margin-top: 0px;
	margin-bottom: -1px;
}


.OrangeHeads {
	font-weight: bold;
	color: #f87547;
	margin-top: 0px;
	margin-bottom: -1px;
}


.BrownHeads {
	font-weight: bold;
	color: #ccb291;
	margin-top: 6px;
	margin-bottom: 0px;
}

.TableHeads {
	font-weight: bold;
	line-height: 10px;
	font-size: .85em;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: .01em;
	margin-right: 0px;
	margin-bottom: 0px;
}



.Table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: .55em;
	line-height: 1.6em;
}

	

.AddMarginLeft {
    margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}


.Footer {
	padding-top: 9px;
	padding-bottom: 6px;
	font-size: .5em;
	color: #9e7846;
}



.TextRight {
	text-align: right;
	}

img.right {
float: right;
}



.up {
margin-top: 0px;
margin-left: 10px;
}

img.rrr {
margin-top: -50px;
margin-left: 16px;
margin-bottom: 2px;
}

/*---- L I N K S ---------------------------------------------------*/

div#MainText a:link {
	color: #588d53;
	text-decoration: none;
} 


div#MainText a:visited {
	color: #588d53;
	text-decoration: none;
}


div#MainText a:hover {
	color: #9e7846;
	text-decoration: none;
} 







a.RecipePage:link {
	color: #588d53;
	text-decoration: none;
}
 

a.RecipePage:visited {
	color: #588d53;
	text-decoration: none;
}


a.RecipePage:hover {
	color: #9e7846;
	text-decoration: none;
}





a.News:link {
	color: #f87547;
	text-decoration: none;
}
 

a.News:visited {
	color: #f87547;
	text-decoration: none;
}


a.News:hover {
	color: #9e7846;
	text-decoration: none;
}


