/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {

    margin: 0;
	font-size: 13px;
	background-image: url(images/1920background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
}

p {
	margin-bottom: 15px;

}

hr {
border:none;
background-color: #ccc;
height: 1px;
margin: 20px 0px 20px 0px;
}

ol {
	margin: 20px;
}

ul {
	margin: 20px;
}

.clear {
	clear: both;
}

a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #2e4e8f;
}

a:hover {
	background-color: #2e4e8f;
	color: #FFFFFF;
}

/* for a link with no hover state */
a:hover.no_hover {
	background-color: #FFFFFF;
}

/* tooltips */

a.tooltip {
	position:relative;
}

a.tooltip span {
	display:none;
}

a.tooltip:hover {
	text-decoration:none;}

a.tooltip:hover span {
	display: block;
	position: absolute;
	top: -180px;
	left: 0px;
	background-image:url(images/tooltip.gif);
	background-repeat:no-repeat;
	width:310px;
	height: 182px;
	color:#000000;
	text-decoration: none;
}

.tooltip_image {
	border: 1px solid #000000;
	margin:15px;
	float:left;
}

.tooltip_textbox {
	margin-top: 20px;
	overflow: auto;
	padding: 4px;
	width: 150px;
	height: 125px;
	line-height: 11px;
	font-size: 11px;
	text-decoration:none;
}

.tooltip_hr {
	border-bottom: #000000 1px dashed;
	height: 1px;
	margin: 5px 0px 5px 0px;
	background-color: #ffff99;
}

.smalltext {
	font-size: 10px;
	line-height: 14px;
}

#wrappertop {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 930px;

}

#header {
	width: 930px;
	height: 133px;

	background-repeat: no-repeat;
	margin-top: 18px;
}


#headersub {
	width: 930px;
	height: 133px;
	margin-top: 18px;

}

#logo {
	padding-left: 41px;
	float: left;
	padding-top: 6px;
	

}	


a.logo {
	float: left;
	display: block;
    width: 378px;
    height: 115px;
    text-decoration: none;
    background: url(images/logo.gif);

}

a.logo:hover {
	height: 115px;
	background-position: 0px -111px;
}

#flyer {
	width: 238px;
	height: 98px;
	float: right;
	padding: 32px 60px 0 0;
}

#topnav {
	width: 930px;
	height: 46px;
	background-repeat: no-repeat;
	float: left;
	clear: both;
}

#mainbody {
	width: 930px;
}

#mainbodysub {
	width: 927px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}


#cap {
	width: 930px;
	height: 15px;	
	margin-bottom: 18px;
	background-image: url(images/bg.gif);
	border-bottom: #CCCCCC 1px solid;			
}

#cap_admin {
	width: 927px;
	height: 15px;	
	margin-bottom: 18px;
	border-left: #CCCCCC 0px solid;
	border-right: #CCCCCC 0px solid;
	border-bottom: #CCCCCC 0px solid;			
}


a.flyerbutton {

	display: block;
    width: 239px;
    height: 98px;
    text-decoration: none;
    background: url(images/flyerbutton.jpg);
	background-color: #0033CC;
}

a.flyerbutton:hover {
	background-position: 0px -98px;
}

.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-style: italic;
	border: #CCCCCC 2px solid;
	padding: 20px 5px 15px 5px;
	line-height: 20px;
}

/*--------------------MAIN NAV--------------------*/

#menu {
	width:930px;
	font-size:93%;
	line-height:normal;
	height: 43px;
}

#mainnav {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 930px;
    height: 46px;
    overflow: hidden;
	text-transform: uppercase;
}

#mainnav li {
    float: left;
	padding: 0;
	margin: 0;
}

#mainnav a {
    display: block;
    background-image: url(images/topnav.gif);
    padding: 0px; /* same as height of #example-nav */
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 48px;
	font-weight: bold;	
}

#mainnav-home {
    width: 189px;
}

#mainnav-home:hover {
    background-position: 0px -46px;
	color: #000000;
}

#mainnav-events {
    width: 262px;
    background-position: -189px 0px;
}

#mainnav-events:hover {
    background-position: -189px -46px;
	color: #000000;	
}

#mainnav-upcoming {
    width: 227px;
    background-position: -451px 0;
}

#mainnav-upcoming:hover {
    background-position: -451px -46px;
	color: #000000;	
}

#mainnav-training {
    width: 252px;
    background-position: -678px 0;
}

#mainnav-training:hover {
    background-position: -678px -46px;
	color: #000000;	
}

/*- Front Orange --------------------------- */

#frontorange {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 930px;
    height: 65px;
    overflow: hidden;
	text-transform: uppercase;
}

#frontorange li {
    float: left;
	padding: 0;
	margin: 0;
}

#frontorange a {
    display: block;
    background-image: url(images/orangefront.gif);
    padding: 0px; /* same as height of #example-nav */
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 65px;
	font-weight: bold;
	text-indent: -1999px;
}

#frontorange-email {
    width: 232px;
}

#frontorange-email:hover {
    background-position: 0px -65px;
	color: #000000;
}

#frontorange-contests {
    width: 232px;
    background-position: -232px 0px;
}

#frontorange-contests:hover {
    background-position: -232px -65px;
	color: #000000;	
}

#frontorange-fun2go {
    width: 232px;
    background-position: -464px 0;
}

#frontorange-fun2go:hover {
    background-position: -464px -65px;
	color: #000000;	
}

#frontorange-kids {
    width: 234px;
    background-position: -696px 0;
}

#frontorange-kids:hover {
    background-position: -696px -65px;
	color: #000000;	
}


/*- Menu 4--------------------------- */

#leftnav {
	width: 219px;
	background-image: url(images/navbgtop.gif);
	background-repeat: no-repeat;
	float: left;
	padding-top: 20px;

}

#menutop {
	width: 219px;
	background-image: url(images/menutop.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 20px;

}

#menubottom {
	width: 219px;
	background-image: url(images/menu4bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
	float: left;
}

#menu4 {
	width: 219px;
    margin: 0px;
	padding: 0;


}

#menuheader {

	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
    color: #336699;
	line-height: 28px;
    display: block;
	width: 187px;
    padding: 0px 7px 8px 23px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
		
}

#menu4 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu4 li a.top {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #000000;
	line-height: 28px;
    display: block;
	width: 186px;
    padding: 8px 7px 8px 23px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
}

#menu4 li a.top:link, #menu4 li a.top:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #000000;
	line-height: 28px;
    display: block;
	width: 186px;
    padding: 8px 7px 8px 23px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
}

#menu4 li a.top:hover { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #666666;
    display: block;
	width: 186px;
    padding: 8px 7px 8px 23px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
}

#menu4 li a.normal {
	voice-family: "\"}\"";
	voice-family: inherit;
    background: url(images/menu.off.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
	
}

#menu4 li a.normal:link, #menu4 li a.normal:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #000000;
	line-height: 16px;
    display: block;
	width: 187px;
    padding: 8px 7px 8px 23px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
}

#menu4 li a.normal:hover { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #666666;
    display: block;
	width: 186px;
    padding: 8px 7px 8px 23px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
}

#menu4 li a.normalsub {
	voice-family: "\"}\"";
	voice-family: inherit;
    background: url(images/menu.off.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
	
}

#menu4 li a.normalsub:link, #menu4 li a.normalsub:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #000000;
	line-height: 16px;
    display: block;
	width: 176px;
    padding: 8px 7px 8px 33px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	background-image: url(images/small_gray_arrow.jpg);
	background-position: 20px 13px;;
}

#menu4 li a.normalsub:hover { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #666666;
    display: block;
	width: 176px;
    padding: 8px 7px 8px 33px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
}

#menu4 li a.normalsubend {
	voice-family: "\"}\"";
	voice-family: inherit;
    background: url(images/menu.off.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
	
}

#menu4 li a.normalsubend:link, #menu4 li a.normalsubend:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #000000;
	line-height: 16px;
    display: block;
	width: 176px;
    padding: 8px 7px 8px 33px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	background-image: url(images/small_gray_arrow.jpg);
	background-position: 20px 13px;;
}

#menu4 li a.normalsubend:hover { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #666666;
    display: block;
	width: 176px;
    padding: 8px 7px 8px 33px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;	
}

#menu4 li a.end {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
    color: #000000;
    display: block;
	width: 186px;
    padding: 8px 7px 8px 23px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	line-height: 16px;	

}

#menu4 li a.end:link, #menu4 li a.end:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #000000;
    display: block;
	width: 187px;
    padding: 10px 7px 8px 23px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	text-decoration: none;
	line-height: 16px;	

}

#menu4 li a.end:hover {
	background-color: #ffffff;
	color: #666666;
}

#menu4 li a.sub {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: right;
	font-size: 12px;
    background: url(images/menusub.on.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu4 li a.sub:link, #menu4 li a.sub:visited {
    display: block;
    padding: 5px 7px 0px 0px;
	text-align: right;
	line-height: 14px;
}

#menu4 li a.sub:hover { 
	color: #999999;
}

#menu4 li a.topsub {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: right;
	font-style: normal;
	font-size: 12px;
    background: url(images/menusub.on.line2top.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu4 li a.topsub:link, #menu4 li a.topsub:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
    color: #e65a49;
    display: block;
    padding: 5px 40px 0px 0px;
	text-align: right;
	line-height: 14px;
}

#menu4 li a.topsub:hover { 
	color: #999999;
}

#menu4 li a.italic {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: right;
	font-style: normal;
	font-size: 12px;
    background: url(images/menusub.on.line.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#menu4 li a.italic:link, #menu4 li a.italic:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
    color: #e65a49;
    display: block;
    padding: 5px 40px 7px 7px;
	text-align: right;
	line-height: 14px;
}

#menu4 li a.italic:hover { 
	color: #999999;
}

/*--------------------SUB-IMAGE NAV--------------------*/

#imagenav {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 219px;
    height: 500px;
    overflow: hidden;
	float: left;

}

#imagenav a {
    display: block;
    background-image: url(images/imagesubnav.gif);
	background-repeat:no-repeat;
    padding-top: 0px; /* same as height of #example-nav */
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
	text-indent: 65px;
	line-height: 58px;
	color: #666666;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#imagenav-email {
    width: 219px;
	padding: 20px 0 0 0;
	height: 55px;
}

#imagenav-email:hover {
    background-position: -219px 0px;
	background-color:  #FFFFFF;
	color: #000000; 
}

#imagenav-contests {
    width: 219px;
	padding: 20px 0 0 0;
	height: 55px;
    background-position: 0px -55px;
}

#imagenav-contests:hover {
    background-position: -219px -55px;
	color: #000000; 	
}

#imagenav-fun2go {
    width: 219px;
	padding: 20px 0 0 0;
	height: 55px;
    background-position: 0px -110px;
}

#imagenav-fun2go:hover {
    background-position: -219px -110px;
	color: #000000; 	
}

#imagenav-kids {
    width: 219px;
	padding: 20px 0 0 0;
	height: 55px;
    background-position: 0px -165px;
}

#imagenav-kids:hover {
    background-position: -219px -165px;
	color: #000000; 	
}

#imagesubnavholder 	{
	width: 219px;
	height: 220px;
	float: left;
	margin-top: 20px;
}

/*--------------------ORANGE NAVSUB--------------------*/


#orange-subnav {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 207px;
    height: 317px;
    overflow: hidden;
	float: left;
	text-indent: -1999px;
}

#orange-subnav ul {
	margin: 0;
}

#orange-subnav a {
    display: block;
    background-image: url(images/sidenavsub.gif);
    padding-top: 64px; /* same as height of #example-nav */
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
}

#orange-subnav-email {
    width: 207px;
}

#orange-subnav-email:hover {
    background-position: -207px 0px;
	background-color:  #FFFFFF;
}

#orange-subnav-contests {
    width: 207px;
    background-position: 0px -81px;
}

#orange-subnav-contests:hover {
    background-position: -207px -81px;
}

#orange-subnav-fun2go {
    width: 207px;
    background-position: 0px -160px;
}

#orange-subnav-fun2go:hover {
    background-position: -207px -160px;
}

#orange-subnav-kids {
    width: 207px;
    background-position: 0px -240px;
}

#orange-subnav-kids:hover {
    background-position: -207px -240px;
}

/*--------------------BODY--------------------*/

#shippingslogan {
	width: 456px;
	height: 159px;
	padding-left: 31px;
	padding-top: 33px;
	float: left;
}

#frontpagefood {
	width: 473px;
	height: 189px;
	float: right;
	padding-top: 29px;
}

#twocolumnfront {
	width: 930px;
	margin-left: 0px;
	margin-top: 15px;
	border: #000000 0px solid;
	clear: both;
}

#frontleft {
	width: 350px;
	float: left;

}

#frontright {
	width: 569px;
	float: left;
	padding-left: 11px;
}

.frontpagesubboxes {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #091231;
	text-align: center;
}

.frontpagefoodbg {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #091231;
	text-align: left;
	width: 569px;
	height: 211px;
	background-image: url(images/frontpagefoodbg.jpg);

}

.frontpagegmbg {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #091231;
	text-align: left;
	width: 569px;
	height: 211px;
	background-image: url(images/frontpagegmbg.jpg);

}

#footer {
	color: #284889;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	padding-left: 31px;
	padding-top: 35px;
	letter-spacing: .05em;	
}

#footer a {
	color: #284889;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .05em;
	margin: auto;
	text-decoration: none;
}

#footer a:hover {
        color: #ccc;
		background-color: #284889;

}

#footer a:active {
        color: #fff;
}

.center {
	text-align: center;
	padding-top: 15px;
}

a.nwcjump {
	display: block;
    width: 170px;
    height: 50px;
    text-decoration: none;
    background: url(images/nwcjump.gif);
	background-repeat: no-repeat;
	margin-top: 8px;
}

a.nwcjump:hover {
	background-position: 0px -50px;
}

a.sealiftexpressjump {
	display: block;
    width: 193px;
    height: 50px;
    text-decoration: none;
    background: url(images/sealiftexpressjump.gif);
	background-repeat: no-repeat;
	margin-top: 8px;
}

a.sealiftexpressjump:hover {
	background-position: 0px -50px;
}

#bodyholder {
	padding-left: 20px;
	background-image: url(images/bg.gif);

}

#bodyholder_admin {
	padding-top: 20px;
	padding-left: 20px;
	border-left: #CCCCCC 0px solid;
	border-right: #CCCCCC 0px solid;	
}

#bodycontent {
	padding: 20px 20px 0px 20px;
	width: 640px;
	float: left;
	line-height: 20px;	

}

/*--------------------ROUNDED CORNERS--------------------*/

#roundedleft {
	min-height: 120px;
}

#roundedlefttop {
	width: 350px;
	background-image: url(images/roundedcornertopleft.gif);
	height: 20px;
}

#roundedleftmiddle {
	width: 350px;
	background-image: url(images/roundedcornebg2.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 170px;
}

#roundedleftbottom {
	width: 350px;
	height: 21px;
	background-image: url(images/roundedcornerbottomleft.gif);
}

#roundedrighttop {
	width: 569px;
	background-image: url(images/roundedcornertopright.gif);
	height: 20px;
}

#roundedrightmiddle {
	width: 567px;
	border-left:  #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	background-image: url(images/roundedcornebg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 170px;
}

#roundedrightblock {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	text-align: left;
	text-transform: none;
	padding-left: 20px;
	padding-right: 20px;
}

#roundedrightbottom {
	width: 569px;
	height: 21px;
	background-image: url(images/roundedcornerbottomright.gif);
}

#roundedtextblock {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	text-align: left;
	text-transform: none;
	padding-left: 30px;
	padding-right: 0px;
}

.roundedbigheaders {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	color: #2e4e8f;
	text-transform: uppercase;
	font-size: 20px;
}

.roundedheaders {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	color: #2e4e8f;
	text-transform: uppercase;
	font-size: 15px;
}

.roundedsubheaders {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	color: #2e4e8f;
	text-transform: uppercase;
	font-size: 10px;
}

a.button {
    background: transparent url('images/bg_button_span.png') no-repeat scroll top right;
	background-color: #FFFFFF;
    color: #fff;
    display: block;
    float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
	text-transform: uppercase;
    height: 27px;
    margin-right: 0px;
    padding-right: 18px; /* sliding doors padding */
	margin-top: 10px;
}

a.button span {
    color: #fff;
    display: block;
    float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    background: transparent url('images/bg_button_a.png') no-repeat;
	background-color: #FFFFFF;
	text-decoration: none;
    display: block;
    line-height: 12px;
    padding: 7px 0 8px 18px;
	min-width: 50px;
} 

a.button:link, a.button:visited, a.button:active {
	text-decoration: none;

} 

a.button:hover {
    background-position: bottom right;
    color: #fff;
    text-decoration: none;	
	background-color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    text-decoration: none;	
    padding: 7px 0 8px 18px; /* push text down 1px */
	background-color: #FFFFFF;	
} 

/*--------------------TEST--------------------*/

.hide {
	display:none;
}


a:link.menu1, a:visited.menu1, a:active.menu1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #000000;
	line-height: 16px;
    display: block;
	width: 187px;
    padding: 8px 7px 8px 23px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	text-decoration: none;
}

a:hover.menu1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #666666;
	line-height: 16px;
    display: block;
	width: 187px;
    padding: 8px 7px 8px 23px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	text-decoration: none;
	background-color: #FFFFFF;
}

.menu1 {
	voice-family: "\"}\"";
	voice-family: inherit;
    background: url(images/menu.off.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
}

a:link.submenu, a:visited.submenu, a:active.submenu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #000000;
	line-height: 16px;
    display: block;
	width: 177px;
    padding: 8px 7px 8px 33px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	background-image: url(images/small_gray_arrow.jpg);
	background-position: 20px 13px;;
	background-repeat: no-repeat;
	text-decoration: none;
}

a:hover.submenu {
	color: #999999;
	background-color: #FFFFFF;
}

a:link.subend, a:visited.subend, a:active.subend {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #000000;
	line-height: 16px;
    display: block;
	width: 177px;
    padding: 8px 7px 8px 33px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	background-image: 			 	url(images/small_gray_arrow.jpg);
	background-position: 20px 13px;
	background-repeat: no-repeat;
	text-decoration: none;	
}

a:hover.subend {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #666666;
    display: block;
	width: 176px;
    padding: 8px 7px 8px 33px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	background-color: #FFFFFF;
}

a:link.end, a:visited.end, a:active.end {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
    color: #000000;
    display: block;
	width: 187px;
    padding: 10px 7px 8px 23px;
	text-align: left;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
	text-decoration: none;
	line-height: 16px;	
}

a:hover.end {
	color: #999999;
	background-color: #FFFFFF;
}	


.submenu, .show, .subend {
	display:block;
}


.image_border {
	padding: 2px;
	border: #CCCCCC 1px solid;
	margin: 15px 2px 15px 2px;
}


#roundedsub_righttop {
	width: 219px;
	background-image: url(images/menutop.gif);
	height: 20px;
	
}

#roundedsub_rightbottom {
	width: 219px;
	height: 21px;
	background-image: url(images/menu4bottom.gif);
	background-repeat: no-repeat;
}

#roundedsub_rightmiddle {
	width: 217px;
	border-left:  #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;

	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

#roundedsub_rightmiddle p {
	margin: 0px 25px 0px 25px;
	font-size:15px;
	line-height: 30px;
	
}

#roundedsub_rightmiddle ul {
	margin: 15px 15px 0px 40px;
	font-size:15px;
	list-style-type: disc;
}

#roundedsub_rightmiddle li {
	margin: 10px 0px 0px 0px;
	font-size:15px;
	color:#000000;
}

#roundedsub_rightmiddle li span{
	color: #000000;
}

#roundedsubmiddle {
	width: 453px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	
}

#roundedsubmiddle p {
	margin: 0px 25px 0px 25px;
	font-size:15px;
	line-height: 30px;
	
}

a.pdfjump {
	display: block;
    width: 219px;
    height: 51px;
    text-decoration: none;
    background: url(images/pdfjump.gif);
	background-repeat: no-repeat;
}

a.pdfjump:hover {
	background-position: 0px -51px;
}

.needs_attention {
	color:#000000;
	border:#CC9900 1px solid;
	background-color:#FFFF99;
	
}


.submenu, .show, .subend {
	display:block;
}

#sl {
	display:none;
	visibility:hidden;
}

#serves {
	width: 125px;
	height: 47px;
	background-image: url(images/frontrecipebg.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	padding: 11px 0 0 8px;
	margin-left: 20px;
	color: #000000;
	text-transform: none;
}
