@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.header1 {
}
.header2 {
}
.leftcol {
width: 100%;
clear: both;
margin-left: 0;
}

.leftcol a { color: #4f8445; }
.leftcol a:visited { color: #4f8445; }
.leftcol a:hover { color: #000; }
.leftcol a:focus { outline: thin dotted; }


.leftcol h1{
	font-family:kaushan_scriptregular;
	font-size:24px;
	color:#4f8445;
	margin-left:25px;
	text-align:center;
}

.leftcol p{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: normal;
	line-height:18px;
	margin-left:25px;
}
.leftcol ul{
	margin-left:0px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	}

.leftcol ul li {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	display: block;
	overflow: hidden;
	font-weight: normal;
	border-bottom: 1px dashed #963;
}

.leftcol ul li span {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	float: left;
	font-style: normal;
}

.leftcol ul li em {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	float: right;
	padding-right: 40px;
	font-style: normal;
	margin-right:-40px;

}
.leftcol h6{
	margin-top:-10px;
	margin-right:30px;
	margin-left:-10px;
}

.leftcol2 {
width: 100%;
clear: both;
margin-left: 0;
}

.leftcol2 a { color: #4f8445; }
.leftcol2 a:visited { color: #4f8445; }
.leftcol2 a:hover { color: #000; }
.leftcol2 a:focus { outline: thin dotted; }


.leftcol2 h1{
	font-family:kaushan_scriptregular;
	font-size:24px;
	color:#4f8445;
	margin-left:25px;
	text-align:center;
}

.leftcol2 p{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: normal;
	line-height:18px;
	margin-left:25px;
}
.leftcol2 ul{
	margin-left:0px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	}

.leftcol2 ul li {
	font-size: 13px;
	line-height: 20px;
	color: #C00;
	display: block;
	overflow: hidden;
	font-weight: normal;
	border-bottom: 1px dashed #963;
}

.leftcol2 ul li span {
	font-size: 13px;
	line-height: 20px;
	color: #C00;
	font-style: normal;
}

.leftcol2 ul li em {
	font-size: 13px;
	line-height: 20px;
	color: #C00;
	float: right;
	padding-right: 40px;
	font-style: normal;
	margin-right:-40px;

}
.leftcol2 h6{
    	color: #C00;

		font-size: 18px;
	line-height: 20px;
margin-top:-10px;
	margin-right:30px;
	margin-left:-10px;
}



.centercol {
width: 100%;
clear: both;
margin-left: 0;
}
.centercol h1{
	font-family:kaushan_scriptregular;
	font-size:24px;
	color:#4f8445;
	text-align:left;
		margin-left: 20px;
	margin-right: 20px;
}
.centercol p{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:1em;
	line-height:18px;
		margin-left: 20px;
	margin-right: 20px;
	margin-top:0px;
}


.centercol h4{
	font-family: kaushan_scriptregular;
	font-size: 24px;
	font-weight: bolder;
	color: #4f8445;
	letter-spacing: -0.1px;
	 line-height:13px;
	text-align: center;
	margin-top: 15px;
			margin-left: 20px;
	margin-right: 20px;

}

.centercol h5{
	font-family: kaushan_scriptregular;
	font-size: 24px;
	font-weight: bolder;
	color: #4f8445;
	letter-spacing: -0.1px;
	 line-height:24px;
	text-align: center;
	margin-top: 15px;
			margin-left: 20px;
	margin-right: 20px;

}

 .centercol ul li {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 25px;
	margin-right:20px;
}

 .centercol ul.lst{
	 margin-left:-20px;
	 margin-right:20px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	 }

 .centercol ul.lst li span h3{
	font-weight:bold;
	color:#4f8445;
	 }


 .centercol ul.lst li {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	display: block;
	overflow: hidden;
	font-style: normal;
	border-bottom: 1px dashed #4f8445;
}

.centercol ul.lst li span {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	float: left;
	width: 75%;
	font-weight: normal;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.centercol  ul.lst li em {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	float: right;
	padding-right: 0px;
	font-style: normal;
}

.wrapper {
	max-width:100%;
	background-color:#FFF
}
.nav1 {
	background-color:#FFF
}
.nav2 {
}
.footerSO {
	background-color:#4f8445;
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color:#FFF;
	text-align:center;
	height:60px;
	padding-top:8px;
}
.footerSO p{
	margin-left: 20px;
	margin-right: 20px;
	margin-top:3px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color:#FFF;
	text-align:center;
}
.footerSO a:link{
	color:#FFC
}


.innerleft {
width: 100%;
}
.inneright {
width: 100%;
clear: both;
margin-left: 0;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.header1 {
}
.header2 {
}
.leftcol {
width: 100%;
clear: both;
margin-left: 0;
}

.leftcol a { color: #4f8445; }
.leftcol a:visited { color: #4f8445; }
.leftcol a:hover { color: #000; }
.leftcol a:focus { outline: thin dotted; }

.leftcol h1{
	font-family:kaushan_scriptregular;
	font-size:24px;
	color:#4f8445;
	margin-left:25px;
		text-align:left;
}
.leftcol p{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:1em;
	line-height:18px;
	margin-left:25px;
}

.leftcol h6{
	margin-top:-10px;
	margin-right:30px;
	margin-left:-10px;
}
.leftcol ul li {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	border-bottom: 1px dashed #963;
}

.leftcol ul li span {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	float: left;
}

.leftcol ul li em {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	float: right;
	margin-right:-40px;
}

.centercol {
width: 100%;
clear: both;
margin-left: 0;
}
.centercol h1{
	font-family:kaushan_scriptregular;
	font-size:24px;
	color:#4f8445;
		text-align:left;
	margin-left: 10px;
}
.centercol p{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:1em;
	line-height:18px;
	margin-top:0px;
}

.centercol h4{
	font-family: kaushan_scriptregular;
	font-size: 24px;
	font-weight: bolder;
	color: #4f8445;
	letter-spacing: -0.1px;
	margin-left: 20px;
	text-align: center;
	 line-height:13px;
	margin-top: 15px;
}

 .centercol ul li {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 25px;
}


 .centercol ul.lst li {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	display: block;
	overflow: hidden;
	font-style: normal;
	border-bottom: 1px dashed #4f8445;
}

.centercol ul.lst li span {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	float: left;
	width: 87%;
	font-weight: normal;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.centercol  ul.lst li em {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	float: right;
	padding-right: 0px;
	font-style: normal;
}


.wrapper {
	max-width:100%;
	background-color:#FFF
}
.nav1 {
	background-color:#FFF
}
.nav2 {
}
.footerSO {
	background-color:#4f8445;
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color:#FFF;
	text-align:center;
	height:30px;
	padding-top:8px;
}
.footerSO p{
		margin-left: 20px;
	margin-right: 20px;
	margin-top:3px;
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color:#FFF;
	text-align:center;
}
.footerSO a:link{
	color:#FFC
}

.innerleft {
width: 100%;
}
.innerleft p{
	margin-top:20px;
}

.inneright {
width: 100%;
clear: both;
margin-left: 0;
}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.header1 {
	max-width:100%;
}
.header2 {
	max-width:100%;
}
.leftcol {
	width: 32.2033%;
	margin-top: 5px;
	border-right: medium;
	border-color: #000;
	margin-left: 1.6949%;
	clear: none;
}


.leftcol a { color: #4f8445; }
.leftcol a:visited { color: #4f8445; }
.leftcol a:hover { color: #000; }
.leftcol a:focus { outline: thin dotted; }


.leftcol h1{
	font-family:kaushan_scriptregular;
	font-size:24px;
	color:#4f8445;
	margin-left:25px;
		text-align:left;
}
.leftcol p{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:1em;
	line-height:18px;
	margin-left:25px;
}
.leftcol h6{
}
.leftcol h6 ul{
	margin-top:25px;
	margin-left:0px;
}

.leftcol h6 ul li {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	border-bottom: 1px dashed #963;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.leftcol h6 ul li span {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	float: left;
}

.leftcol h6 ul li em {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	float: right;
	margin-right: -40px;
}



.centercol {
width: 66.1016%;
margin-left: 1.6949%;
margin-top: 5px;
clear: none;
}
.centercol h1{
	font-family: kaushan_scriptregular;
	font-size: 24px;
	color: #4f8445;
	text-align: left;
	margin-left: 20px;
}
.centercol p{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 20px;
	margin-top: -7px;
}

.centercol h4{
	font-family: kaushan_scriptregular;
	font-size: 24px;
	color: #4f8445;
	letter-spacing: -0.1px;
	 line-height:13px;
	margin-left: 20px;
	text-align: center;
	margin-top: 15px;
}

.centercol h3{
	font-family: kaushan_scriptregular;
	font-size: 18px;
	color: #4f8445;
	letter-spacing: -0.1px;
	 line-height:13px;
	margin-left: 20px;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 25px;
}

 .centercol ul li {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 25px;
}


 .centercol ul.lst li {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	display: block;
	overflow: hidden;
	font-style: normal;
	border-bottom: 1px dashed #4f8445;
	margin-top: 5px;
	margin-bottom: 5px;
}

.centercol ul.lst li span {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    float: left;
    width: 87%;
    font-weight: normal;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.centercol ul.lst li strong {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	float: left;
	width: 60%;
	font-weight: normal;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}


.centercol  ul.lst li em {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	float: right;
	padding-right: 0px;
	font-style: normal;
}

.wrapper {
	max-width:100%;
	background-color:#FFF
}
.nav1 {
	background-color:#FFF
}
.nav2 {
}
.footerSO {
	background-color:#4f8445;
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color:#FFF;
	text-align:center;
	height:30px;
	padding-top:8px;
}
.footerSO p{
		margin-left: 20px;
	margin-right: 20px;
	margin-top:3px;
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color:#FFF;
	text-align:center;
}
.footerSO a:link{
	color:#FFC
}


@font-face {
    font-family: 'kaushan_scriptregular';
    src: url('kaushanscript-regular-webfont.eot');
    src: url('kaushanscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('kaushanscript-regular-webfont.woff') format('woff'),
         url('kaushanscript-regular-webfont.ttf') format('truetype'),
         url('kaushanscript-regular-webfont.svg#kaushan_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'permanent_markerregular';
    src: url('permanentmarker-webfont.eot');
    src: url('permanentmarker-webfont.eot?#iefix') format('embedded-opentype'),
         url('permanentmarker-webfont.woff') format('woff'),
         url('permanentmarker-webfont.ttf') format('truetype'),
         url('permanentmarker-webfont.svg#permanent_markerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'yesterdays_mealregular';
    src: url('yesterdaysmeal-webfont.eot');
    src: url('yesterdaysmeal-webfont.eot?#iefix') format('embedded-opentype'),
         url('yesterdaysmeal-webfont.woff') format('woff'),
         url('yesterdaysmeal-webfont.ttf') format('truetype'),
         url('yesterdaysmeal-webfont.svg#yesterdays_mealregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.innerleft {
width: 48.7179%;
margin-top:-25px;
}

.inneright {
width: 45.7179%;
margin-left: 2.5641%;
clear: none;
margin-top:-7px;
}


.zeroMargin_desktop {
	margin-left: 0%;
}

.hide_desktop {
display: none;
}

.so_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:125px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
}
.so_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.so_button:active {
	position:relative;
	top:1px;
}
}
