@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-family: Arial, Georgia, Trebuchet MS, sans-serif;
	font-weight: normal;
	line-height: 28px;
	color: #00703C;
	background: #FFFFFF;
	
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
        height:0;
	font-size: 0;
	display:block;
	clear: both;
	line-height:0;
	margin:0;
	padding:0;
}
.zeroSize {
        height:0;
	font-size: 0;
	line-height:0;
	margin:0;
	padding:0;
}
p, form, div {
	margin:0;
	padding: 0;
	border: 0;
}
#headerImage {
	position: relative;
	padding: 0;
	border: 0;
	width: 950px;
	height: 198px;
	border-bottom: 3px solid #E31937;
}
#pageContainer {
	position: relative;
	margin: auto;
	width: 950px;
	border-right: 3px solid #E31937;
	border-left: 3px solid #E31937;
	border-bottom: 3px solid #E31937;
}
table#mainContainer {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
	width: 950px;
	
}
#mainContainer td {
	vertical-align:top;
	padding-top: 20px;
}
#mainContainer tr {
}
#leftContainer {
	width: 233px;
	background: #8FC73E;
	padding: 0;
	margin: 0;
	border-right: 3px solid #E31937;
	padding-top: 20px;
	padding-bottom:15px;
	
}
.mainNavigation,
.mainNavigation a,
.mainNavigation a:visited,
.mainNavigation a:link,
.mainNavigation a:hover,
.mainNavigation a:active {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #00703C;
}
.mainNavigation a:hover,
.mainNavigation a:active {
	text-decoration: none;
	color: #E31937;
}
.secondaryNavigation {
	background: url(images/bullet.png) no-repeat 0px 12px;
	margin-left: 20px;
	padding-left: 10px;
	color: #color: #00703C;;
	
}
.secondaryNavigation a,
.secondaryNavigation a:visited,
.secondaryNavigation a:link,
.secondaryNavigation a:hover,
.secondaryNavigation a:active {
	font-size: 14px;
	font-weight: normal;
	color: #E31937;
	text-decoration: none;
}
ul#leftNavigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	padding-top: 20px;
	color: #00703C;
}
#leftNavigation li {
	text-align: left;
	padding: 0;
	padding-bottom: 12px;
	margin: 0;
	color: #00703C;
}
#navBox_Container {
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}
.leftNavBox {
	position:relative; 
	left: -2px;
	border: 3px solid #5A99A7;
	background: white;
	padding: 7px;
	margin-bottom: 15px;
	color: #00703C;
}

#pageContent {
	background: #FFFFFF
	color: #00703C;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 160px; /*Adjusts spacing of the bottom text so it doesn't overlay the tertiary navigation */
}
h1 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	color: #E31937;
}
h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	color: #00703C;
}
#columnContainer {
	text-align: center;
	padding:0;
	margin-left: 20px;
	margin-right: 5px;
	/*
	margin: auto;
	*/
}
.columnBox {
	float: left;
	overflow: hidden;
	height: 186px;
	border: 3px solid #00703C;
	margin: 5px;
	margin-top: 0;
	width:196px;
	padding: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #E31937;
	
}
.columnBox p {
	font-size: 16px;
	font-weight: normal;
}
.columnBox a,
.columnBox a:visited,
.columnBox a:active,
.columnBox a:hover,
.columnBox a:link {
         text-decoration: none;
	color: #F8CE6A;
}
.textContainer {
	position: relative;
	margin-left: 25px;
	margin-right: 10px;
	/*
	margin: 10px;
	margin: auto;
	*/
	width: 666px;
	padding-top: 0px;
	padding-bottom: 15px;
	text-align:justify;
}
.articleContainer {
	width:665px;
	/*
	margin: auto;
	margin: 10px;
	*/
	margin-left:  25px;
	margin-right: 20px;
	border: 3px solid #5A99A7;
	text-align:justify;
}
.articleContainerColor,
a.articleContainerColor,
a.articleContainerColor:hover,
a.articleContainerColor:visited,
a.articleContainerColor:active,
a.articleContainerColor:link {
	text-decoration: none;
}
#footerLayout {
	position: absolute;
	width: 717px;
	border-top: 3px solid #E31937;
	bottom: 0px;
}
#footerContainer {
	padding: 0;
	margin: auto;
	color: #00703C;
}
#footerContainer a,
#footerContainer a:hover,
#footerContainer a:link,
#footerContainer a:active,
#footerContainer a:visited {
	text-decoration: underline;
	color: #00703C;
}
td.navBullet {
	color:  #00703C;
	text-align:center;
}
#pageFooter {
	z-index:800;
	padding-top: 20px;
	font-size: 13px;
	margin: auto;
	width: auto;
	height: 124px;
	text-align: center;
	position: relative;	
	color: red;
	padding-bottom: 0px;
	background: #FFFFFF url(/images/background1.png);
	background-repeat:repeat-x;

}
#Veggies	
	background: #FFFFFF url(/images/background.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	position:absolute; bottom; 

}
input.searchText {
	padding: 3px;
	margin: 0;
	width: 132px;
	height: 17px;
	border: 2px solid #FFFFFF;
}
.submitButton {
	padding: 0;
	padding-top: 10px;
}
a,
a:link,
a:visited,
a:active,
a:hover {
	color: #E31937;
	text-decoration: underline;
}
.readMore {
}
.readMore a,
.readMore a:link,
.readMore a:active,
.readMore a:visited,
.readMore a:hover {
	text-decoration:none;
}
#headerText {
	position: absolute;
	width: 550px;
	top: 70px;
	left: 400px;
	text-align: center;
	
}
h1#headerLine1 {
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #E31937;
	font-size: 36px;
	line-height: 40px;
}
h2#headerLine2 {
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #00703C;
	font-size: 23px;
	line-height: 30px;
}
.backToArticles {
	position: relative;
	margin: 0;
	left: 520px;
	right: 0px;
	top: 0px;
}
.foundArticleContainer,
.foundPageContainer {
	padding-left: 10px;
}
#coloredSpacer {
	background: #5A99A7;
	width: 100%;
	height: 24px;
	border-bottom: 3px solid #FFFFFF;
}
table#navigationContainer {
	/*
	 * height: 24px; 
	border-collapse: collapse;
	padding: 10px;
	 * */
	height: 55px; 
	font-size: 18px;
	background: #00703C;
	margin: 0;
	width: 100%;
	color: #E1E3CB;
	border-bottom: 3px solid #E31937;
}
#navigationContainer tr {
	padding: 0;
	margin: 0;
}
#navigationContainer td {
	text-align: center;
	padding: 0;
	margin: 0;
	vertical-align:middle;
}
#navigationContainer a,
#navigationContainer a:link,
#navigationContainer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navigationContainer a:hover,
#navigationContainer a:active {
	text-decoration: none;
	color: #8FC73E;
}

#leftShadow {
	position: absolute;
	height: 100%;
	width: 35px;
	background: url(images/leftShadow.png) repeat-y;
	top: 0;
	left: -38px;
	z-index: 5;
}
#rightShadow {
	position: absolute;
	height: 100%;
	width: 35px;
	background: url(images/rightShadow.png) repeat-y;
	top: 0;
	right: -38px;
	z-index: 5;
}
#bottomRightShadow {
	position: absolute;
	height: 70px;
	width: 70px;
	background: url(images/bottomRightShadow.gif) no-repeat;
	bottom: -38px;
	right: -38px;
	z-index: 25;
}
#bottomLeftShadow {
	position: absolute;
	height: 70px;
	width: 70px;
	background: url(images/bottomLeftShadow.gif) no-repeat;
	bottom: -38px;
	left: -38px;
	z-index: 25;
}
#bottomShadow {
	position: absolute;
	height: 35px;
	width: 100%;
	bottom: -38px;
	left: 0;
	z-index: 5;
	background: url(images/bottomShadow.png) repeat-x;
}
table.articleTable {
	border-collapse: collapse;
	margin: 0;
	border: 0;
	width: 100%;
	margin: auto;
}
.articleTable td,
.articleTable tr {
	padding: 0;
	margin: 0;
	padding: 10px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align:top;
}
.eventColumn {
	border-left:3px solid #5A99A7;
	vertical-align: top;
	width: 250px;
}
tr.alternate0 {
	padding: 0; 
	margin: 0;
	line-height: 15px;
	background: #6B0A15;
	color:	#00703C;
}
tr.alternate1 {
	line-height: 15px;
	background: #FFFFFF;
	color:	#6A5334;
}
.calculator {
	position: relative;
	margin: auto;
	width: 660px;
	text-align:justify;
	border: 3px solid #6A5334;
	padding-top: 0px;
	padding-bottom: 50px;
}
.mc1 {
	font-size: 14px;
	font-family: Georgia, Trebuchet MS, Arial, sans-serif;
	font-weight: normal;
	line-height: 18px;
	color: #6B0A15;
	/*
	 * background: #658599;
	 */
}
.mc2 {
	font-size: 14px;
	font-family: Georgia, Trebuchet MS, Arial, sans-serif;
	font-weight: normal;
	line-height: 18px;
	color: #6B0A15;
	/*
	 * background: #658599;
	 */
}
.submitbutton {
	font-size: 14px;
	font-family: Georgia, Trebuchet MS, Arial, sans-serif;
	color: #ffffff;
	background: #6B0A15;
}


#lockboxLock {
	position: absolute;
	right: 10px;
	top: 10px;
	border: 0;
	width:22px;
	height:29px;
}
.safeharbor {
	color:#666666;
	line-height:normal;
}

