html,body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
    font-size: 12px;
}

#main_wrapper
{
	width: 950px;
	background-color: #fff;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
* html #main_wrapper
{
    width: 960px;
}
#header
{
	width: 950px;
	height: 128px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display:block;
	z-index: 500;
}
div.logo
{
    margin: 0;
	padding: 0;
	position: relative;
	display: block;
    width: 126px;
    height: 101px;
    background: #fff url(/Images/logo.gif) no-repeat 0 0;
}
div.logo a
{
    display: block;
    position: relative;
    width: 126px;
    height: 101px;
    text-indent: -3000px;
}
h1,h2,h3,h4,h5
{
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #93b633;
    margin: 0 0 15px 0;
}
p
{
    margin: 0 0 15px 0;
}
p.Error
{
    position: relative;
    display: block;
    border: solid 1px #c5e9fb;
    background: #e8f6fe;
    padding: 3px 0;
    font-size: 13px;
    font-weight: bold;
    font-family: Calibri, Arial, Helvetica, Sans-Serif;
}
img.icon
{
    border: 0;
    vertical-align: middle;
    margin: 5px;
}

div.clearfix {
	clear: both;
}

#content_body
{
    position: relative;
    display: block;
	width: 950px;
	margin: 15px auto;
    line-height: 15px;
}
* html #content_body {
    width: 960px;
}
#content_left
{
	float: left;
	width: 662px;
	text-align: left;
}

div#content_left p
{
    font-size: 13px;
}
#content_body a:link, #content_body  a:visited {
	color: #333;
}
#content_body a:hover, #content_body a:focus, #content_body a:active {
	color: #608107;
	text-decoration: none;
}
#content_body ul, #content_body ul li
{
    list-style-type: disc;
    padding: 0 40px;
    margin: 0;
}
#content_body ol, #content_body ol li
{
    list-style-type: decimal;
    padding: 0 40px;
    margin: 0;
}
#content_body ol li, #content_body ul li
{
    padding: 0;
    font-size: 13px;
    }
div.Module_News
{
    margin: 15px 0;
}
div.Module_News p.Title
{
    font-size: 18px !important;
}
div.Module_News p.Posted
{
    font-size: 11px !important;
}
div.st_GenericContent
{
	margin-top: 8px;
	overflow:hidden;
}
div.Module_News p
{
    font-size: 13px !important;
}
#content_body #content_main
{
    text-align: left;
	width: 278px;
	float: right;
	margin: 0 1px 0 0;
	padding: 0;
}
* html #content_main {
    margin: 0 !important;
    padding: 0 !important;
    width: 274px;
}
ul.Paging
{
    list-style-type: none;
}
ul.Paging li
{
    font-size: 11px;
    display: inline;
    margin: 0;
    padding: 0 0 0 8px;
}
div.RecipeWeek
{
    background: transparent url(/Images/RecipeWeekBG.jpg) no-repeat 0 0;
    width: 279px;
    height: 77px;
    position: relative;
    display: block;
}
div.RecipeWeek p
{
    margin: 0 0 0 87px;
    padding: 5px 0;
    font-size: 13px;
}
div.LatestNews
{
    width: 279px;
    height: 180px;
    background: transparent url('/Images/latest_news.gif') no-repeat 0 0;
    position: relative;
    display: block;
    margin: 11px 0;
}
div.st_NewsMinifeed
{
    width: 279px;
    height: 160px;
    position: relative;
    display: block;
    margin: 0 0 0 8px;
    padding: 25px 0 0 0;
    
}
div.st_NewsMinifeed p.date 
{
    font-size: 12px !important;
    font-style: italic !important;
    margin-top: 0 !important;
    color: #fff;
}
div.st_NewsMinifeed p
{
    font-size: 13px;
    margin: 5px 0 0 0;
}
div.st_NewsMinifeed p a
{
    color: #fff !important;
}
div.st_NewsMinifeed p a:hover
{
    color: #000 !important;
}
div.NewsLetter
{
    background: transparent url('/Images/NewsletterBG.gif') no-repeat 0 0;
    position: relative;
    display: block;
    width: 279px;
    height: 190px;
}
div.NewsLetter p 
{
    margin: 0 0 0 8px;
    font-size: 13px;
    padding: 30px 0 0 0;
}
#footer_wrapper
{
    text-align: left;
}

#footer_wrapper #footer_inner_wrapper
{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top: solid 1px #9fb665;
}
div.copyright
{
    float: right;
    color: #333;
    font-size: 11px;
}



.Button
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    width: 60px;
    height: 24px;
}

.TextBox
{
    position: relative;
    width: 375px;
    height: 19px;
    margin: 0 0 15px 0;
    background: #fff;
    border-top: solid 1px #b7babc;
    border-right: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    border-left: solid 1px #b7babc;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

.TextBoxMultiLine
{
    width: 375px;
    height: 120px;
    margin: 0 0 15px 0;
    background: #fff;
    border-top: solid 1px #b7babc;
    border-right: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    border-left: solid 1px #b7babc;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

/* Newsletter */
div.st_Newsletter
{
    margin: 0 0 0 8px;
    font-size: 13px;
    padding: 0;
}
div.st_Newsletter p
{
    margin: 0 0 0 10px !important;
    padding: 0 !important;
}
div.st_Newsletter .TextBox
{
    font-size: 13px;
    width: 175px;
    border: solid 1px #333;
    background: #fff;
    margin: 2px 5px 0 10px;
    padding: 0 5px 0 0;
}
div.st_Newsletter .Button
{
    margin: 2px 0 0 10px;
    width: 99px;
    height: 30px;
    background: url(/Images/button.gif) repeat-x left top;
    color: #fff;
    border: 0 !important;
}



/******************************** LoadingPanel *************************************/

div#st_LoadingPanel
{
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: left;
	border: 0;
	z-index: 100;
	font-size: 12px;
	color: #333;
}
div#st_LoadingPanel img
{
	vertical-align: middle;
	margin: 0 5px 0 5px;
	width: 16px;
	height: 16px;
}
div#st_LoadingPanel p
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 5px 0 0 0;
}


/******************************** Menu *************************************/

div.st_Menu
{
	position: relative;
	display: block;
	padding:0;
	border: 0;
	float: left;
	height: 30px;
	margin: 0;
	text-align: left;
    background: transparent url(/Images/nav_bg.jpg) no-repeat 0 0;
    width: 950px;
}
div.st_Menu ul.rmRoot /* Main UL */
{
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0;
	display: block;
	position: relative;
}
div.st_Menu li.rmRoot /*  Main Li */
{
	float: left;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-family: Segoe UI, Calibri, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background: transparent;
	font-weight: bold;
}
div.st_Menu ul.rmGroup,
div.st_Menu ul.rmGroup li.rmItem ul.rmGroup /* Drop down UL Group */
{
	width: 210px;
	background: #93b633;
	position: absolute;
	list-style-type: none;
	display: none;
	margin: 0;
	padding: 0;
	left: -1px;
	top: 29px;
	border: solid 1px #777;
	border-width: 1px 1px 0 1px;
}
div.st_Menu li.rmItem /* Drop down li item */
{
	width: 210px;
	display: block;
	margin: 0;
	padding: 0;
	margin: 0;
	background: #93b633;
	border: solid 1px #777;
	border-width: 0 0 1px 0;
	cursor: pointer;
}
div.st_Menu ul.rmGroup li.rmItem ul.rmGroup /* Positioning for third tier ul group */
{
	/*left: 210px;
	top: -1px;*/
}
div.st_Menu a
{
	text-decoration: none;
	color: #333;
	display: block;
	margin: 0;
	padding: 0 15px;
}
div.st_Menu a:hover
{
	color: #fff;
	background: #252e0d url('/Images/nav_over_bg.jpg') repeat-x 0 0;
}
div.st_Menu li.rmItem a {
    color: #fff;
    padding: 0 15px;
}
/******************************** Rotating Content ***********************************/

div.st_RotatingContent
{
	width: 662px !important;
	height: 270px !important;
	border: 0;
	position: relative;
	display: block;
	margin: 0 1px;
	padding: 0;
	text-align: left;
}
div.st_RotatingContent ul.st_RotatingContent
{
	width: 662px !important;
	height: 270px !important;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
div.st_RotatingContent ul.st_RotatingContent li.rmItem
{
	position: absolute;
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	border: 0;
	width: 662px !important;
	height: 270px !important;
	display: none;
}
div.st_RotatingContent ul.st_RotatingContent li.rmItem img
{
	border: 0;
}

div.st_RotatingContent ul.st_Tab
{
	position:relative;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-collapse: collapse;
}
div.st_RotatingContent ul.st_Tab li.st_Tab
{
	position:relative;
	width: 200px;
	float: left;
	border: 0;
	padding: 5px;
	margin: 0;
	border: solid 1px #eee;
	border-top: 0;
	list-style-type: none;
	text-align: center;
}
div.st_RotatingContent ul.st_Tab li.st_Tab.selected
{
	background: #f0f0f0;
}


/*************** CONTACT FORM ***********************/

div.st_Forms
{
	position: relative;
}

div.st_Forms label
{
	display: block;
}

div.st_Forms div.st_Wrapper
{
	width: 700px;
	border: 0;
	overflow: hidden;
}

div.st_Forms div.st_Wrapper div.st_Control
{
	float: left;
	border: 0;
}

div.st_Forms div.st_Tooltip
{
	position: relative;
	display: block;
	border: 0;
	margin: 19px 0 0 5px;
	padding: 0;
	float: left;
	text-align: left;
}

div.st_Forms div.st_TooltipIcon
{
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	border: 0;
	padding: 0;
	margin: 0 5px 0 0;
	background: #fff url(/Images/TickCross.png) no-repeat 0 0;
	float: left;
}

div.st_Forms span.st_Message
{
	display: block;
	font-size: 11px;
	display: none;
}

div.st_Forms div.st_Valid span.st_Message
{
	display: none;
}

div.st_Forms input.st_Button
{
	clear: both;
	float: left;
	margin: 15px 0;
	width: 90px;
	height: 28px;
	font-size: 12px;
}

div.st_Forms .st_TextBox,
div.st_Forms .st_DropDownList
{
	width: 320px;
	font-size: 12px;
	margin: 0 0 10px 0;
}

div.st_Forms .st_TextBoxMultiLine
{
	width: 480px;
	height: 140px;
	font-size: 12px;
}
