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, 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,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* scott removed img from above */

/* Hack fix for IE5.x font-size not being medium as defined in CSS */
#topnav li, #topnav a {
/* more specific to override imported rule */
font-size: xx-small;
/* false value for WinIE4/5 */
voice-family: "\"}\"";
/* trick WinIE4/5 into thinking rule is over */
voice-family: inherit;
/* recover from trick */
font-size: x-small
/* intended value for better browsers */
}


body {
	line-height: 1.1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}

.hiddenPic {display:none;} /* used for picture caching */

.clear {
margin:0px;
clear:both;
}

body {
font-family:Arial, Georgia, "Times New Roman", Times, serif;
font-size:1em;
background:#fefac8 url(images/nbt_background.gif) repeat;
color:#333333;
}

h1 { 
font-family:Arial, Helvetica, sans-serif;
font-size:110%;
color:#006600;
margin-top:15px;
margin-bottom:25px;
}

h1.topitem {
line-height: 1.0em; 
margin-bottom:0px;
}

h1.nomargin {
margin:0px;
}


h2 { 
font-family:Arial, Helvetica, sans-serif;
font-size:110%;
color:#006600;
margin-top:15px;
margin-bottom:25px;
}

.registered {
position: relative; 
bottom: 0.8em; 
font-size:50%;
}

.paragraph {
margin-top:20px;
}

.doubleparagraph {
margin-top:40px;
}


#container {
width:790px;
margin:0% auto;
background:#ffffff;
position:relative;
}

#containernew {
width:790px;
margin:0% auto;
position:relative;
}

#header {
width:100%;
background:#BCDEFC url(images/sweetango_header.jpg) no-repeat;
height:150px;
}

#topnav {
width:100%;
background-color:#FFFFFF;
height:40px;
line-height:normal;
}

#topnav ul {
list-style: none;
width: 790px; 
padding:0px;
margin:0px;
float:left;
}

#topnav ul li  {
float:left;
background:url(images/tab-right.gif) no-repeat top right;
margin-right:1px;
}

#topnav li a, #topnav li a:visited, #topnav li a:active  {
display:block;
padding:0 2em;
line-height:2.5em;
background:url(images/tab-left.gif) no-repeat left top;
text-decoration:none;
color:#fff;
float:left;
font-size:150%;
}

#topnav ul a:hover {
color:#482f28;
}

#bottomnav {
clear:both;
width:100%;
background:#800000 url(images/brownnav.gif) repeat-x;
height:5px;
color:#FFFFFF;
font-size:85%;
padding-top:5px;
text-align: center;
}

#bottomnav ul {
list-style: none;
width: 100%; 
padding:0px;
margin-left: auto;
margin-right: auto;
}

#bottomnav li  {
display:inline;
color:#FFFFFF;
height:40px;
padding:10px 2px;
text-align:center;
}

#bottomnav li a, #bottomnav li a:visited, #bottomnav li a:active  {
line-height: 35px;
color:#FFFFFF;
text-decoration:none;
font-size:90%;
font-weight:normal;
}

#bottomnav li a:hover {
color:#FFCC66;
text-decoration:none;
}

#main {
clear:right;
width:790px;
min-height:600px;
height:auto !important;
height:600px;
background:#FFFFFF url(images/bg-main.gif) repeat-y;
}

#content {
padding:15px 40px;
}

#content p {
margin-top:15px;
}

#contentnew p {
margin-top:15px;
}

#content p.nobreak {
margin:0px;
}

#content blockquote {
padding:30px;
line-height:1.1em;
}

.indent {
margin-left:10px;
}

/* @group Navigation */

/* @group Primary Navigation */
#navPrimary {
  margin-left:auto;
  margin-right:auto;
  width: 780px;
  height: 38px;
  background: url(images/navtop_bg.gif) #a12323;
  padding: 5px 0 0 10px;
}

#navPrimary li {
  float:left;
  list-style-type:none;
  margin: 0 2px 0 0;
}

#navPrimary li a {
  display:block;
  height:38px;
  float:left;
  text-decoration:none;
  text-indent:-5000px;
  overflow: hidden;
  outline:none;
  background-position: top left;
}

#navPrimary li a:hover, #navPrimary li.current a {
  background-position: bottom left;
}

#navPrimary li.home a{
  background-image:url(images/topnav_home.gif);
  width: 78px;
}

#navPrimary li.about a{
  background-image:url(images/topnav_facts.gif);
  width: 90px;
}

#navPrimary li.growers a{
  background-image:url(images/topnav_growers.gif);
  width: 90px;
}

#navPrimary li.media a{
  background-image:url(images/topnav_media.gif);
  width: 90px;
}

#navPrimary li.video a{
  background-image:url(images/topnav_video.gif);
  width: 90px;
}

/* @end */

ul.dots {
padding-left:15px;
list-style:disc;
}

ul.dots li {
margin-bottom:5px;
}

.bannertext {
color:white; 
font-size:70%; 
float:right; 
padding-right:10px; 
padding-top:8px;
}

