@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: #0F1E3C;
	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;
}
#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;
}
.----------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_maincontent {
	padding-left: 15px;
	text-align: justify;
	padding-top: 35px;
	padding-right: 25px;
}
#cal_category {
}
#cal_category_selected {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #79B73F;
}
#cal_product_heading {
	font-weight: bold;
	background-color: #ECECEC;
	text-align: left;
	padding: 1px;
}
#cal_product {
	font-weight: bold;
	background-color: #ECECEC;
	text-align: left;
	padding: 1px;
}
#cal_prod_name_spacer {
	font-weight: bold;
	background-color: #CCCCCC;
}
#cal_prod_name {
	font-weight: bold;
}
#cal_prod_pack_weeks {
	font-weight: bold;
	background-color: #999999;
}
#cal_prod_pack_week {
	color: #FFFFFF;
	background-color: #999999;
	float: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-weight: normal;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ECECEC;
	border-right-color: #ECECEC;
	border-bottom-color: #ECECEC;
	border-left-color: #ECECEC;
	margin-bottom: 5px;
	width: 11px;
	text-align: center;
}
