body {
  margin: 0;
  padding: 0;
  background: #fff url(/images/body-bg.jpg) top left repeat-x;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 70%;
  line-height: 1.4em;
}
form {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: #008ED8;
  text-decoration: none;
}
a:hover {
  color: #00f;
}

.hidden {
  position:absolute;
  top:-9999px;
  left:-9999px;
}
input.bordered, textarea.bordered, input.button {
  border-top: #ccc solid 1px;
  border-bottom: #4e4e4e solid 1px;
  border-right: #4e4e4e solid 1px;
  border-left: #ccc solid 1px;
}
span.wysiwygsmall {
  font-size: 9pt;
}
span.wysiwygsmallRed {
  font-size: 9pt;
  color: #f00;
}
span.wysiwygmedium {
  font-size: 10pt;
}
span.wysiwygmediumRed {
  font-size: 10pt;
  color: #f00;
}
span.wysiwyglarge {
  font-size: 11pt;
}
span.wysiwyglargeRed {
  font-size: 11pt;
  color: #f00;
}
span.wysiwygxLarge {
  font-size: 14pt;
}
span.wysiwygxLargeRed {
  font-size: 14pt;
  color: #f00;
}

a img {
  border: 0;
}

.both {
  clear: both;
}

h3 {
  font-size:1.2em;
}

/* Layout divs */
#top {
  width: 960px;
  padding: 0;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

#logo {
  margin:0;
  padding:0;
  float:left;
}
#food-standards {
  margin: 0;
  padding: 0;
  float: left;
}
#site-search {
  float: right;
  margin: 60px 0 0 0;
}
#site-search form p {
  margin: 0;
}
#site-search form input {
  margin: 0;
  float: left;
  line-height: 20px;
  vertical-align: middle;
}
#site-search form input#search {
  margin: 0 2px 0 0;
  background: url(/images/text-searchbox-bg.jpg) top left repeat-x;
  border: 1px solid #7f9cba;
  padding: 3px 6px;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
}

#menu {
  margin: 0;
  padding: 0;
  clear: both;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu ul li {
  float: left;
  margin: 0;
  padding: 0;
}




#content {
  width: 960px;
  padding:0;
  padding-top:5px;
  padding-bottom:10px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 0px;
}

#content #contentinner {
  display: inline-block;
}

#content #contentinner {
  overflow: hidden;
  display: block;
  margin: 0 auto 0 auto;
  width: 620px;
  line-height: 1.4em;
}

#content h2 {
  margin-bottom:5px;
}
#content p {
  margin-top:0;
}



h1 {
  margin: 0 0 10px 0;
  padding-top: 5px;
  font-weight:normal;
  color:#008ED8;
  font-size:2.5em;
}

h2 {
  font-weight:normal;
  color:#008ED8;
  font-size:1.6em;
}

#searchnews {
  width:120px;
  margin-left:5px;
  float:left;
}

#searchnews input {
  margin-top:5px;
}

#footer div {
  font-size: 10px;
  color:#444;
}
#footer a {
  color:#444;
}

#footer a:hover {
  text-decoration:underline;
}

.divider {
  background-image:url("/images/news_divider.gif");
  background-repeat:repeat-x;
  background-position:center;
  height:8px;
}

#contact-links {
  width:120px;
  margin-left:5px;
  float:left;
}

#contact-links input {
  margin-top:5px;
}

#contact-links h3 {
  font-size:12px;
  margin:0;
  margin-top:5px;
}

#contact-links a {
  color:#000;
}

#contact-links a:hover {
  text-decoration:underline;
}

#email-print {
  margin-top:10px;
}
#footer-container {
  width: 960px;
  margin: 0 auto 0 auto;
  padding-top: 6px;
  clear: both;
}
#footer {
  width: 362px;
  float: left;
  padding: 0;
  margin: 0;
  border: 0;
}
#footer img {
  padding-left:4px;
  padding-right:4px;
}
#back-to-fsa {
  width: 350px;
  float: right;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: right;
}
/* Specific to the sitemap page */
#sitemap {
	background: url(/images/mapleft.gif) left repeat-y;
	margin-left:20px;
}

#sitemap ul {
	list-style:url(/images/maplistgraphic.gif);
	margin-left:42px;
}

#sitemap h2 {
  background-color:#fff;
	font-size:12px;
	margin:3px;
	margin-left:0;
}
.inset {
	background: url(/images/mapleft.gif) 65px repeat-y;
}
.inset h2 {
	display:block;
	padding-left:48px;
	background: url(/images/maph2.gif) left no-repeat;
}
.inset ul {
	display:block;
	padding-left:75px;
}
.last h2{
  margin-bottom:0;
  background: url(/images/maph2_last.gif) left no-repeat;
}



table#contact-form {
  font-size: 1.2em;
}
table#contact-form td {
  vertical-align: top;
}
table#contact-form input.input {
  background: url(/images/text-searchbox-bg.jpg) top left repeat-x;
  border: 1px solid #7f9cba;
  padding: 3px 6px;
  line-height: 14px;
  height: 14px;
  width: 90%;
}
table#contact-form textarea.input {
  background: url(/images/text-searchbox-bg.jpg) top left repeat-x;
  border: 1px solid #7f9cba;
  padding: 3px 6px;
  width: 90%;
}