@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 18px;
}
.twoColFixRt #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#div_header {
	background-image: url(../images/layout/top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
}
#div_header_banner {
	background-image: url(../images/layout/body.png);
	background-repeat: repeat-y;
	background-position: left center;
	padding-left: 2px;
	height: 180px;
	overflow: hidden;
}
#div_body_fill_belowheader {
	background-image: url(../images/layout/body.png);
	background-repeat: repeat-y;
	background-position: left center;
	height: 35px;
}
#div_horznav {
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: bottom;
	text-align: center;
	height: 36px;
	background-image: url(../images/layout/back_horznav.png);
}
#div_body {
	background-image: url(../images/layout/body.png);
	background-repeat: repeat-y;
	background-position: left center;
}
#div_maincontent {
	margin-right: 280px;
	padding-left: 45px;
	text-align: justify;
	padding-top: 35px;
}
#div_sidebar_right {
	float: right;
	width: 215px;
	margin-right: 45px;
	padding-top: 20px;
	text-align: center;
}
#div_newsflash {
	background-image: url(../images/layout/newsflash.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	padding-top: 65px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-align: left;
	height: 180px;
}
#div_footer {
	background-image: url(../images/layout/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}
#div_copyright {
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.----------TEXT---------- {
}
.bold_italic {
	font-style: italic;
	font-weight: bold;
}
.list_bullet_green {
	list-style-image: url(../images/layout/bullet_green.png);
}
.bold {
	font-weight: bold;
}
.bold_green {
	font-weight: bold;
	color: #79B73F;
	font-size: 20px;
}
.text_small {
	font-size: 9px;
}
.----------IMAGES---------- {
}
.span_navbuttons {
	margin-right: 2px;
}
.----------FORM---------- {
}
.div_perlabel {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.divperlabel_left {
	float: left;
	width: 200px;
}
.divperlabel_right {
	float: right;
}
.submitButton {
	background-color: #79B73F;
	padding: 5px;
	float: right;
}
.textfield {
	padding: 3px;
	float: right;
	width: 300px;
}
.textarea {
	float: right;
	padding: 3px;
	width: 300px;
}
.----------LINKS---------- {
}
a:link {
	color: #0B1426;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0B1426;
}
a:hover {
	text-decoration: none;
	color: #0B1426;
}
a:active {
	text-decoration: underline;
	color: #0B1426;
}
.----------CALENDAR---------- {
}
#cal_selectaview {
	background-color: #79B73F;
	padding: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#cal_year {
	font-size: 30px;
	line-height: 35px;
	color: #FFFFFF;
	text-align: right;
	padding: 5px;
}
#cal_selectaview_div01 {
	float: left;
	margin-right: 10px;
}
#cal_selectaview_div02 {
	float: left;
	margin-right: 10px;
}
#cal_selectaview_div03 {
	float: left;
}
#cal_maincontent {
	padding-left: 15px;
	text-align: justify;
	padding-top: 35px;
	padding-right: 25px;
	background-color: #0B1426;
}
#cal_category {
	background-color: #0B1426;
	padding: 10px;
	margin-bottom: 25px;
	border: 1px solid #FFFFFF;
}
#cal_category_selected {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #79B73F;
	padding: 7px;
}
#cal_product_heading {
	font-weight: bold;
	text-align: left;
	padding: 3px;
}
#cal_product {
	font-weight: bold;
	text-align: left;
	padding: 3px;
}
#cal_prod_name_spacer {
	font-weight: bold;
	background-color: #CCCCCC;
}
#cal_prod_name {
	font-weight: bold;
	color: #999999;
}
#cal_prod_pack_weeks {
	font-weight: bold;
	background-color: #999999;
}
#cal_prod_pack_week {
	color: #0B1426;
	background-color: #FFFFFF;
	float: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-weight: normal;
	padding: 2px;
	margin-bottom: 5px;
	width: 10px;
	text-align: center;
	border: 1px solid #79B73F;
}
#cal_showprodperweek {
	color: #0B1426;
	background-color: #E6F4FC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px dotted #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

