﻿/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.25;
	background-color: #F77F00;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


#content {
	width: 960px;
	margin: 10px auto;
	border: thin gray solid;
	padding-bottom: 20px;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

a {
	color: #C65900;
}

a:visited {
	color: #C65900;
}

a:hover {
	color: #F77F00;
}

#breadcrumb {
	font-size: smaller;
	font-weight: bold;
	margin: 20px;
	font-style: italic;
	color: #4C617E;
}

#breadcrumb a {
	color: #4C617E;
}

#breadcrumb a:hover {
	color:  #F77F00;
}

#header {
	text-align:center;
	font-size:x-large;
	margin: 20px;
	font-style:italic;
	font-weight: bold;
	color: #8AA4C9
}

/*page title*/
h1 {
	text-align: center;
	font-size: larger;
	font-weight: bold;
	margin: 20px;
	color: #C65900;
}

.linklist {
	margin: 20px;
	font-size: larger;
	text-decoration: none;
}

a {
	text-decoration: none;
}

p {
	margin: 20px;
}

td p {
	margin: 0px;
}

dl {
}

dt {
	margin-top: 10px;
	margin-left: 30px;
}
dd{
	margin-left: 50px;
}
.ingredients {
	margin: 20px 20px 20px 50px;
}

.classnote {
	font-size: smaller;
	font-weight: bold;
	margin: 20px;
}

.directions {
	margin: 20px;
}

.directions ol {
	list-style: decimal;
	margin-left: 30px;
}

/* horizontal menu system */
.AJXMenuObZbWVB {position:relative;z-index:100;width:100%;min-width:590px;height:40px;background:#fba120;text-align:center;}
* html .AJXMenuObZbWVB .ajxmw1 {float:left;height: 1px;border-left:590px solid #fff;}
* html .AJXMenuObZbWVB .ajxmw2 {position:relative;margin-left:-590px;height:1px;background:#fba120;}
.AJXMenuObZbWVB ul {position:relative;display:inline-block;margin:0;padding:0;list-style-type:none;}
* html .AJXMenuObZbWVB ul {display:inline;}
*+html .AJXMenuObZbWVB ul {display:inline;}
.AJXMenuObZbWVB li {float:left;margin:0;}
.AJXMenuObZbWVB a {display:block;float:left;height:40px;white-space:nowrap;padding:0 11px 0 11px;font:13px/40px Georgia,Times New Roman,Times,serif;text-decoration:none;text-transform:uppercase;text-align:left;color:#ffffff;}
.AJXMenuObZbWVB li:hover a,.AJXMenuObZbWVB a:hover {background:#fdc52c;}
.AJXMenuObZbWVB br {clear:both;height:0;font-size: 1px;line-height: 0px;}




/* 

#F77F00   Orange -- background & link hover
#C65900   Dark Orange -- title
#8AA4C9   Blue -- breadcrumb
#4C617E   Dark Blue -- links

*/