/* CSS Document */

body {
	text-align:center;
	background-image: url(../images/background.gif);
	background-repeat:repeat-x;
	background-color:#330000;
	margin-top:0 px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	line-height: 120%;
	text-decoration: none;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
img
{  border-style: none;
}
p {
	padding: 0px 5px 0px 20px;
	text-align:left;
	line-height:140%;
}
H1 {
font-size: 17px;
font-weight:bold;
line-height:120%;
}
H2 {
font-size: 12px;
font-style: italic;
font-weight:bold;
line-height:120%;
}

h3 {
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:left;
	margin-left:10px;
}

form {
	text-align:left;
}

.error_strings{ 
	font-size:12px; 
	color:red;
	font-weight:normal;
}

HR {
	height:1px;
	width:95%;
	background: #663300;
}
#shell {
	width: 900px;
	margin-top:0px;
	margin-left: auto; 
	margin-right: auto;
	background-color:#FFFFCC;
	border-left: 3px solid #ffcc66;
	border-right: 3px solid #ffcc66;
	border-bottom: 3px solid #ffcc66;
}
#header {
	background-image:url(../images/header_background.jpg);
	background-repeat:no-repeat;
	height: 125px;
}
#nav {
	background-image:url(../images/nav_background.jpg);
	background-repeat:repeat-x;
	height:45px;
	padding-top:2px;
}
#main {
 padding: 0px 0px 20px 0px;
}
#footer {
	padding: 8px 0;
	font-size:10px;
	line-height: 170%;
	color:#FFFFCC;
	text-align:center;
}
#footer img {
	padding:2px;
}
#footer a:link {
	color:#FFFFCC;
	text-decoration: none;
	font-weight:normal;
}
#footer a:visited {
	color:#FFFFCC;
	text-decoration: none;
		font-weight:normal;
}
#footer a:hover {
	color:#FFFFCC;
	text-decoration: underline;
		font-weight:normal;
}
#footer a:active {
	color:#FFFFCC;
}
a:link {
	color: #330000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #330000;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #330000;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #330000;
}
.nutrition {
	font-size:10px;
	color: black;
	padding:0px 10px 0px 10px;
	text-align: left;
}
.nutrition hr{
	width: 100%;
	background: #663300;
}
.article {
padding-left:30px;
padding-right:15px;
text-align:left;
padding-top: 12px;
}

.image {
padding: 5px 0px 0px 0px;
}

/* Naviagtion Bar */
.menu {width:900px; height:45px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:901px; w\idth:900px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; }
.menu ul ul {width:180px;  }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:180px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:13px;text-decoration:none; color:#FFFFCC; width:180px; height:32px; background:#330000 url(../images/navBg.jpg) repeat-x;line-height:32px; font-weight:normal}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:180px; w\idth:169px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background: #990000; }
/* style the second level hover */
.menu ul ul a.drop:hover{background:#ffcc66;  }
.menu ul ul :hover > a.drop {background:#ffcc66;}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#fff; color:#330000; height:auto; line-height:1em; padding:5px 10px; width:156px;	border-left: 2px solid #ffcc66;border-right: 2px solid #ffcc66; 
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#330000; background:#ffcc66; font-weight:bold;}
.menu :hover > a, .menu ul ul :hover > a {color:#330000; background:#ffcc66; font-weight:bold;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }


