body{
	margin:0;
	padding:0;
	padding-top:5px;
	background: url("/images/img_bg.gif") #fff repeat;
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #303030;
	}

a img	{
	border: none;
	}

a{
color:#a0d456;
}


/* [form-navigation] */
div .form-navigation{
padding-bottom:10px;
clear:both;
}

.highlightError{
background:#ffcfcf;
}

div .form-navigation div{
float:left;
}

div .form-navigation .back-to{
padding: 5px 10px 10px 0px;
}
/* [/form-navigation] */


div#container	{
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	padding: 1px 1px 1px 1px;
	background-color: #fff;
	}
	
#header_image	{
	padding: 1px 0px 0px 0px;
	width:778px;
	height:164px;
	}

#login{
float:right; 
padding:3px;
margin-right:10px;
margin-top:10px;
}

/* see the section related css for the navigation bar color */

#navigation {
	width: auto;
	height: 21px;
	text-align: right;
	}


/* IE hack, since IE 6 is a POS 
 ++++++++++++++++++++++++++++++++++++++++++
 this is caused by ie's (definitely dodgy) 
 float model and occurs when a floated 
 element is followed by a static (or relative) 
 element that has a height or width explicitly 
 set on it.  Typically it's a 3px error? However we
 need a 1px gap bettwen the top image and the nav,
 so we are just setting it to -2px.
 see: http://www.webmasterworld.com/forum83/2732.htm
 (account required?) for more info.
*/

*html #navigation{
	margin-top: -2px;
}


#navigation div {
width: auto;
float: right;
border-left: 1px solid #fff;
}

#sub_navigation	{
	clear: both;
	width: 778px;
	height: 21px;
	border-bottom: 1px solid #f2f2f2;
	}

#sub_navigation div{
width: auto;
float: right;
}

#content	{
	clear: both;
	padding: 0px 18px 0px 20px;
	}
	
*html #content	{
	padding-right: 0;
	}

.spacer{
clear:both;
}
#body_content{
padding: 10px 0px 0px 0px;
}

#navigation_level2{
width:155px;
padding-top:32px;
float:left;
text-align:right;
}

#navigation_level2 div{
padding:0px 20px 14px 0px;
}

#content_body{
background: url("/images/img_bg_body_content.gif") #fff repeat-y;
width:567px;
float:left;
padding-left:18px;
}

#copy_box{
border-left:1px solid #c1c0b1;
border-right:1px solid #c1c0b1;
border-bottom:1px solid #c1c0b1;
background-color:#f4f3e8;
clear:both;
}

#copy_box #action_icons {
width:auto;
padding:12px 0px 0px 0px;
clear:both;
}

#copy_box #action_icons div{
float:left;
padding: 0px 6px 14px 12px;
}

#copy_box #action_icons .text {
color:#999999;
padding: 6px 20px 6px 0px;
font-size:10px;
float:left;
}

#copy_box #action_icons .text a {
color:#999999;
text-decoration:underline;
}

#content_container{
clear:both;
}

/* IE 6 does not
properly put the <p> spacing in at the top
so we force it */
*html #content_container{
padding-top:5px;
}

#primary_content{
width:315px;
float:left;
}

#primary_content p{
margin-left:12px;
}

#primary_content p.pagination{
padding-top:7px;
padding-bottom:7px;
background: url("/images/bg_pages.gif") repeat-x;
}

#primary_content span.page-number{
padding-right:4px;
}


#primary_content p span.copy-title{
font-weight:bold;
font-style:italic;
}

#alternate_content{
float:left;
width: 165px;
padding-left:45px;
}

#alternate_content p{
padding:5px 0px 5px 0px;
}

#footer	{
	width: 780px;
	background-color:#82816f;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	text-align: center;
	padding: 10px 0px 10px 0px;
	}

#footer a	{
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
	}

/* tab related CSS */

#navigation_level3 {
    float:left;
    width: 100%;
    background: url("/images/bg_tabs.gif") #fff repeat-x bottom;
    font-size: 93%;
    line-height: normal;
}

#navigation_level3 ul {
	margin: 0;
    padding: 0;
    padding: 10px 0px 0;
    list-style: none;
}

#navigation_level3 li {
 float: left;
 margin: 0;
 padding: 0;
}

#navigation_level3 a {
float: left;
display: block;
padding: 7px 11px 6px 11px;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

	#navigation_level3 a {float:none;}

/* End IE5-Mac hack */

#navigation_level3 a.active{
padding: 6px 10px 7px 10px;
border-top: 1px solid #c1c0b1;
border-right: 1px solid #c1c0b1;
border-left: 1px solid #c1c0b1;
background-color: #f4f3e8;
}

/**
 *
 * Settings tabs styles
 * see: http://www.simplebits.com/bits/css_tabs.html
 *
 */
	
#container-settings
	{
		width: 600px;
		padding: 30px;
		border: 1px solid #ccc;
		background: #fff;
	}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(/images/bg_tabs.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #F4F3E8;
		font-size: 10px;
		line-height: 14px;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #303030;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #303030;
	}

#tabnav a:hover
	{
		background: #fff;
	}

/* Manage foods */

.units
	{
		padding-left:5px;
		color:#afafaf;
	}
	
.controlSelect{
width:200px;
}

/* default form styles */

fieldset	{
	border: 1px solid #999;
	padding: 10px;
	text-align: left;
	}

h1.formheading, legend	{
	font: bold 14px verdana, helvetica, sans-serif;
	color: #8dbb4c;
	}
	
input{
font: 12px arial, sans-serif;
color: #303030;
border: 1px solid #999;
}

input.textinput, textarea	{
	width: 200px;
	font: 12px arial, sans-serif;
	color: #303030;
	border: 1px solid #999;
	}

input.imageButton{
border:none;
}

input.noBorder{
border:none;
}	

dl	{
	margin: 0;
	}
	
dt	{
	float: left;
	clear: left;
	width: 30%;
	padding: 5px;
	text-align: right;
	}

dd	{
	text-align: left;
	padding: 5px;
	}
	
#formerror	{
	border: 1px solid red;
	background-color: #ff9;
	padding: 7px;
	}
	
.forminfo	{
	font-size: 9px;
	color: #666;
	}
.formlabel{
padding-top:3px;
}
	
/* end default form styles */

/* start alert box styles */

.alertGreen{
width:740px;
background:url(/images/img_alert-green-top.gif) no-repeat;
padding-top:10px;
}

.alertGreen .message{
padding-left:10px;
background: #d9f7d9;
border-left:2px solid #00cc00;
border-right:2px solid #00cc00;
color: #007700;
font-size:12px;
}

.alertGreen .bottom{
background:url(/images/img_alert-green-bottom.gif) no-repeat;
min-height:10px;
height:10px;
}

.alertRed{
width:740px;
background:url(/images/img_alert-red-top.gif) no-repeat;
padding-top:10px;
}

.alertRed .message{
padding-left:10px;
background: #f7d9d9;
border-left:2px solid #cc0000;
border-right:2px solid #cc0000;
color: #770000;
font-size:12px;
}

.alertRed .bottom{
background:url(/images/img_alert-red-bottom.gif) no-repeat;
min-height:10px;
height:10px;
}

.message ul { margin-bottom:0; padding-bottom:10px; }
.message p {margin:0; }

.alt-row{
border:1px solid #f4f3f0;
background:#fbfcf7;
}


/* end alert box styles */