/* fresh interactive */
* {
margin:0px;
padding:0px;
}
   
body { padding: 0; margin: 0; font: 0.8em Tahoma, Arial, sans-serif;
 line-height: 1.4em; 
 background: #fff url(images/bg.jpg) repeat-x;
 color: #454545; 
 }

/* links */
a { color: #CC0000; background: inherit; }
a:hover { color: #999999; background: inherit; }	

/* headings */
h1 {
	margin: 0;
	letter-spacing: -1px;
	font-family: "Arial", Sans-Serif;
	font-size: 2em;
	font-weight: bold;
	padding-left: 25px;
	color: #333333;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #222222;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
}
h1 a, h2 a { color: #2b2b2b; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #2b2b2b; background: #FFF; }


/* lists and form elements */
ul { margin: 0; padding : 0; list-style : none; }
form { margin: 0; }

/* content holder */
#content {
	margin: 10px auto;
	width: 960px;
	background-image: url(images/fresh_logo2.gif);
	background-repeat: no-repeat;
}

/* header */
#header {
	height: 75px;
}
#logo {
	padding: 15px 0 0 8px;
	background-repeat: no-repeat;
}
#logo p { margin: 0; padding: 0 0 0 10px; color: #00FF00; }
#top_info { float: right; width: 570px; margin: 20px 5px 0 0; text-align: right; }

/* horizontal tabbed menu */	
#tabs {
	background: url(images/bigbox-copy2.jpg) repeat-x left top;
	color: #000;
	height: 80px;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-left: 210px;
}
#tabs li 			{ display: inline; height: 45px; }
#tabs li a 			{
	float: left;
	color: #FFFFFF;
	width: 100px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-color: #9099A2;
	background-image: url(images/barbg.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
#tabs li a:hover 	{
	color: #333333;
	background-color: #9099A2;
	background-image: url(images/barbg2.jpg);
	background-repeat: no-repeat;
}	
#tabs li a.current 	{ background: #fff url(images/barcurrent.gif) no-repeat; color: #2C71AE; }	
.key { text-decoration: underline; }



/* left side */
.left { float: left; width: 650px; margin: 0 0 10px 0; }
.main_content {
	text-align: left;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/*added to give space before and after a para 4/10/2008*/
.main_content p {
margin-bottom:10px;
margin-top:10px;
}


/* bottom boxes */
.thirdscontainer {
clear:both;
float:left;
width:649;
margin-top:15px;
}

.thirds { float: left; width: 203px; background: #eee; margin: 0 12px 0 0; color: #5d5d5d; }
.smallboxtop {
	height: 6px;
	background-image: url(images/smallboxtop.gif);
	background-repeat: no-repeat;
	background-color: #818A97;
}
.smallbox {
	color: #444;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	background-color: #818A97;
	background-image: url(images/smallbox-blue.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
  }
.smallbox p {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	}
.smallbox a {
	color: #CCCCCC;
	}
.smallbox a:hover {
	color: #333333;
	
	
	
}

.textboxunderimage {
	float: left;
	clear: none;
	margin-top: 0;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0;
	width: 203px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

	
/* right side */
#right {
	float: right;
	width: 295px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 11px;
}
.boxtop {
	height: 19px;
	background: no-repeat;
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.box {
	background: no-repeat left bottom;
	color: #5b5b5b;
	width: 290px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.box p {
	padding: 0;
	/*	width: 186px; */
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	width:200px;
	}
.box img {
	float: left;
	margin-top: 0;
	margin-right: 9px;
	margin-bottom: 3px;
	margin-left: 0;
}


/* buttons in right boxes */
.buttons {
	text-align: right;
	background-position: right center;
	background-repeat: no-repeat;
	height: 20px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 0;
	clear:both;
}
.main_content .buttons { float: right; height: 20px; }

.greenbtn {
	color: #fff;
	text-decoration: none;
	background-image: url(images/greenbtn.gif);
	background-repeat: no-repeat;
	width: 91px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #BC4141;
	height: 20px;
	font-size: 13px;
	background-position: 0px 0px;
}
 .greenbtn:hover {
	color: #fff;
	background-image: url(images/hoverbtn.gif);
	background-repeat: no-repeat;
}

/* footer  */
.footer {
	clear: both;
	text-align: center;
	line-height: normal;
	border-top: 1px solid #ccc;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

form#contactform {
	background-color: #EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-indent: 0px;
	width: 400px;
	position: relative;
	padding: 10px;
	margin-left: 85px;
}
form#contactform input {
	width:200px;
	border: 1px solid #808797;
	}
	form#contactform select {
	width:200px;
	border: 1px solid #7E8798;
	}
	form#contactform input.button {
	width:100px;
	border: 1px solid #808797;
	}
form#contactform dd {
	text-align:right;
	font-weight:bold;
	}
form#contactform dt {
	float:left;
	font-weight:bold;
	}
#contactform input {
	margin-top: 4px;
}
#contactform select {
	margin-top: 4px;
}
.leadin {
	font-weight: bold;
}
acronym {
	border-bottom-width: 0.5px;
	border-bottom-style: dashed;
	border-bottom-color: #9098A5;
}
form#ppquestions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-indent: 0px;
	padding: 10px;
	width: 380px;
	position: relative;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 220px;
}
/* Items for the powerpoint form */

form#ppquestions input {
	width:200px;
	border: 1px solid #8B93A0;
	margin-top: 4px;
	}
form#ppquestions textarea {
	width:200px;
	border: 1px solid #8B93A0;
	margin-top: 4px;
	}

form#ppquestions select {
	width:200px;
	border: 1px solid #8B93A0;
	margin-top: 4px;
	}
form#ppquestions input.button {
	float:left;
	width:100px;
	border: 1px #e19a84 solid;
	}
form#ppquestions dd {
clear:both;
	text-align:right;
	font-weight:bold;
	}
form#ppquestions dt {
	clear:both;
	float:left;
	font-weight:bold;
	}
.BBC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* Is this needed? section */
.content-page-box  { background: #FFFFFF url(images/box.gif) no-repeat left bottom; color: #5b5b5b; padding: 0 10px 15px 10px; margin: 0 0 10px 0; }
.content-page-box p { padding: 0; margin: 0;}
input.search { width: 279px; border: none; background: #fff url(images/input.gif) no-repeat; padding: 6px 10px; color: #1E67A8; font-weight: bold; }
input.button { padding: 3px; }
