@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	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 */
	background-image: url(../images/bg-top-grad.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	line-height: 125%;
}
h1  {
	margin-top:10px;
	font-size:22px;
	color:#d91f26;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	line-height: 130%;
	font-weight: bold;
}
h2 {
	color: #336699;
	padding-left: 30px;
	font-variant: normal;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	margin-top: 15px;
	padding-top: 5px;
}
h3 {
	color: #336699;
	font-weight: bolder;
	font-size: 16px;
	line-height: 15px;
	padding-top: 3px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	margin-bottom: -9px;
	margin-left: 30px;
}

p  {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

#container {
	position:relative;66
	height:166px;
	width: 850px;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}


#header {
	background-image: url(../images/logo-header.jpg);
	background-repeat:no-repeat;
	height:166px;
	width:850px;
	margin:0;
	padding:0;
}
ul#nav {
	list-style-type:none;
	right:32px;
	top:89px;
	position: absolute;
	}
ul#nav a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 10px;
}

ul#nav2 {
	position:absolute;
	list-style-type:none;
	right: 32px;
	top:110px;
}
ul#nav2 a {
	text-decoration:none;
	color:#024071;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 10px;
}

ul#nav3 {
	position:absolute;
	list-style-type:none;
	right: 62px; 
	top:131px;
}

ul#nav3 a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 10px;
}

ul#nav li, ul#nav2 li, ul#nav3 li {
	display:inline;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#mainContent {
	width: 830px;
	padding: 10px;
}



#mainContent ul {
	margin-top: -5px;
}

#mainContent li {
	text-indent:15px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}
#footer {
	clear:both;
	width: 850px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p {
	font-size:.8em;
	text-align:center;
	color:#FFFFFF;
	background-color:#336699;
	padding:10px;
}
.float-rt {
	float: right;
}

#search {
	float: right;
	margin-top: 76px;
	padding-right: 5px;
}

#homeLink {
	position: relative;
	left: 0px;
	top: 0px;
	height: 133px;
	width: 249px;
	float: left;
}
#allergy-box p {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #660000;
	padding-top: 20px;
	color: #660000;
}

