@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	background-image:url(../images/bkg.jpg);
	background-repeat:no-repeat;
	background-position: top;
	background-color: #575757;
	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: #7c7c7c;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0em;
	margin-bottom:0em;
	font-weight:lighter;
	color:#8dc63f;
	font-size:39px;
	line-height:34px;
	padding:0;
}
p.follow { 
margin-top:0em; 
}

#wrapper { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:0px;
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	background-image:url(../images/maincontentbkg.png);
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:0px;
}
#leftsidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 266px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
}
#logo {
	float: left; /* since this element is floated, a width must be given */
	width: 266px;
	height: 182px;
}
#leftsidebarcontent {
	float: left; /* since this element is floated, a width must be given */
	width: 266px;
	height: 596px;
	background-image:url(../images/left-sidebar-bkg.jpg);
	
}
#leftsidebarbase {
	float: left;
	width: 266px;
	height: 33px;
	background-image:url(../images/left-sidebar-base.jpg);
}
#navwrapper {
	float: left;
	width: 714px;
	height: 182px;
	background-image:url(../images/header-bkg.jpg);
}
#headerspace {
	float: left;
	width: 714px;
	height: 131px;
}





#mainnavigation {
	margin-left:40px;
	margin-top:6px;
	text-align:left;
	width:644px;
	height:32px;
	float:left;
	
}
.navdividers {
	color:#b7d986;
}
#main-nav:link {
	margin-top:0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
}

#main-nav:visited {
	margin-top:0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;

}

#main-nav:hover {
	margin-top:0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #283f00;
	text-decoration: underline;

}
#main-nav:active {
	margin-top:0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color:#283f00;
	color: #fff;
	text-decoration: underline;

}


#nav_479587, #nav_479587 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow:hidden;
}

#nav_479587 li {
	float: left;
	padding-top:2px;
	padding-right:17px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
}

#nav_479587 a:link {
	font-style:normal;
	color: #fff;
	text-decoration: none;
}
#nav_479587 a:hover {
	font-style:normal;
	color: #000;
	text-decoration:underline;
}
#nav_479587 a:active {
	font-style:normal;
	color: #000;
	text-decoration: none;
}
#nav_479587 a:visited {
	font-style:normal;
	color: #fff;
	text-decoration: none;
}





#mainContent { 
	margin: 0 0 0 286px;
	padding-left:20px;
	padding-bottom:25px;

} 
#meat { 
	margin:0;
	width: 424px;
	float:left;
	padding-bottom:25px;
} 
#blogmeat { 
	margin:0;
	width: 674px;
	float:left;
	padding-bottom:25px;
} 
#blogwrapper { 
	margin:0;
	width: 674px;
	float:left;
	padding-bottom:25px;
} 
#rightsidebar { 
	width: 250px;
	float:left;
}
#rightsidebartop { 
	width: 250px;
	height:37px;
	background-image:url(../images/rightsidebar-t.png);
}
#rightsidebarmiddle { 
	width: 250px;
	background-image:url(../images/rightsidebar-m.png);
	background-repeat:repeat-y;
	overflow:hidden;
}
#rightsidebarbottom { 
	width: 250px;
	height:280px;
	background-image:url(../images/rightsidebar-b.png);
}
#rightsidebarbottom2 { 
	width: 250px;
	height:280px;
	background-image:url(../images/rightsidebar-b2.png);
	background-repeat:no-repeat;
}

#homeintro { 
	width: 424px;
	float:left;
}
#homepic { 
	width: 250px;
	float:left;
}
#homeblogfeed {
	width: 400px;
	float:left;
	padding-top:25px;
	padding-bottom:25px;
}
#homefeatured { 
	width: 250px;
	float:left;
	padding-top:25px;
	padding-left:20px;
}
.rsbtitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	margin-top:0em;
	color:#00aeef;
	font-size:24px;
	padding-left:40px;
}
.rsbtitleorange {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	margin-top:0em;
	color:#f89829;
	font-size:24px;
	padding-left:40px;
}
.rsbtitlegreen {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	margin-top:0em;
	color:#8dc63f;
	font-size:24px;
	padding-left:40px;
}

#nav_480949, #nav_480949 ul, #nav_480959, #nav_480959 ul  { 
	padding: 0;
	margin: 0;
	list-style: none;
	overflow:hidden;
}

#nav_480949 li, #nav_480959 li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#7c7c7c;
	margin-top:0em;
	margin-bottom:0em;
	font-size:13px;
	line-height:17px;
	background-image:url(../images/rsb-keyline.png);
	background-repeat:no-repeat;
	background-position: 0% 100%;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left:40px;										
	padding-right:15px;										
}

#nav_480949 a:link, #nav_480959 a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#7c7c7c;
}
#nav_480949 a:visited, #nav_480959 a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#7c7c7c;
}
#nav_480949 a:hover, #nav_480959 a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#8dc63f;
}
#nav_480949 a:active, #nav_480959 a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#f89829;
}
#nav_480964, #nav_480964 ul, #nav_480965, #nav_480965 ul  { 
	padding: 0;
	margin: 0;
	list-style: none;
	overflow:hidden;
}

#nav_480964 li, #nav_480965 li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#7c7c7c;
	margin-top:0em;
	margin-bottom:0em;
	font-size:13px;
	line-height:17px;
	background-image:url(../images/rsb-keyline.png);
	background-repeat:no-repeat;
	background-position: 0% 100%;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left:40px;										
	padding-right:15px;										
}

#nav_480964 a:link, #nav_480965 a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#7c7c7c;
}
#nav_480964 a:visited, #nav_480965 a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#7c7c7c;
}
#nav_480964 a:hover, #nav_480965 a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#8dc63f;
}
#nav_480964 a:active, #nav_480965 a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#f89829;
}
#nav_480963, #nav_480963 ul  { 
	padding: 0;
	margin: 0;
	list-style: none;
	overflow:hidden;
}

#nav_480963 li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#7c7c7c;
	margin-top:0em;
	margin-bottom:0em;
	font-size:13px;
	line-height:17px;
	background-image:url(../images/rsb-keyline.png);
	background-repeat:no-repeat;
	background-position: 0% 100%;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left:40px;										
	padding-right:15px;										
}

#nav_480963 a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#7c7c7c;
}
#nav_480963 a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#7c7c7c;
}
#nav_480963 a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#8dc63f;
}
#nav_480963 a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#f89829;
}





#nav_489953, #nav_489953 ul, #nav_489954, #nav_489954 ul, #nav_489955, #nav_489955 ul  { 
	padding: 0;
	margin: 0;
	list-style: none;
	overflow:hidden;
}

#nav_489953 li, #nav_489954 li, #nav_489955 li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#7c7c7c;
	margin-top:0em;
	margin-bottom:0em;
	font-size:13px;
	line-height:17px;
	background-image:url(../images/rsb-keyline.png);
	background-repeat:no-repeat;
	background-position: 0% 100%;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left:40px;										
	padding-right:15px;										
}

#nav_489953 a:link, #nav_489954 a:link, #nav_489955 a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#7c7c7c;
}
#nav_489953 a:visited, #nav_489954 a:visited, #nav_489955 a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#7c7c7c;
}
#nav_489953 a:hover, #nav_489954 a:hover, #nav_489955 a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#8dc63f;
}
#nav_489953 a:active, #nav_489954 a:active, #nav_489955 a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-decoration:none;
	color:#f89829;
}






.blogfeedheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline;
	margin-top:0em;
	color:#00aeef;
	font-size:24px;
	padding:0;
}
.blueheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline;
	margin-top:0em;
	color:#00aeef;
	font-size:24px;
	padding:0;
}
.orangeheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline;
	margin-top:0em;
	color:#f89829;
	font-size:24px;
	padding:0;
}
.greenheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline;
	margin-top:0em;
	color:#8dc63f;
	font-size:24px;
	padding:0;
}
.smlblueheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline;
	margin-top:0em;
	color:#00aeef;
	font-size:18px;
	padding:0;
}
.smlorangeheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline;
	margin-top:0em;
	color:#f89829;
	font-size:18px;
	padding:0;
}
.smlgreenheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline;
	margin-top:0em;
	color:#8dc63f;
	font-size:18px;
	padding:0;
}
.blogfeedtitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f89829;
	font-size:17px;
	padding:0;
}
.blogfeedbody {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0em;
	color:#7c7c7c;
	font-size:12px;
	line-height:20px;
	padding-top:10px;
	padding-bottom:15px;
}
.hometext {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7c7c7c;
	font-size:14px;
	line-height:22px;
	padding:0;
}
.homeintropara {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#98b66f;
	font-size:16px;
	line-height:22px;
	padding:0;
}

.bodytext {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7c7c7c;
	font-size:14px;
	line-height:22px;
	padding:0px;
}
.bodylist {
	list-style-type:circle;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7c7c7c;
	font-size:14px;
	line-height:22px;
	padding-bottom:10px;
}
.bodylistwide {
	list-style-type:circle;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7c7c7c;
	font-size:14px;
	line-height:22px;
	padding:0px 75px 0 40px;
}
.bodytextblack {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:14px;
	line-height:22px;
	padding:0px;
}
.bodytextwide {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7c7c7c;
	font-size:14px;
	line-height:22px;
	padding:0 75px 0 0;
}
.intropara {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#98b66f;
	font-size:16px;
	line-height:22px;
	padding:0px;
}
.testimonialtext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#f89829;
	font-size:16px;
	line-height:22px;
	padding:0px;
}
.testimonialauthor {
	font-family:Arial, Helvetica, sans-serif;
	color:#00aeef;
	font-size:9px;
	line-height:22px;
	text-align:right;
	padding:0px;
	letter-spacing:3px;
}
.testimonialauthor a:link {
	text-decoration:none;
	color:#00aeef;
}
.testimonialauthor a:visited {
	text-decoration:none;
	color:#00aeef;
}
.testimonialauthor a:hover {
	color:#8dc63f;
	text-decoration:underline;
}
.testimonialauthor a:active {
	color:#000;
	text-decoration:underline;
}


#maincontentshadow {
	width: 980px;
	height: 60px;
	background-image:url(../images/page-base2.png);
	background-repeat:no-repeat;
} 
#footerwrapper {
	width: 980px;
	min-height: 150px;
} 
#footerleftspace {
	width: 91px;
	float:left;
} 
#footer {
	width: 843px;
	float:left;
	background-color:#343434;
} 
#footerpanel1 {
	margin-left:23px;
	margin-top:3px;
	width: 182px;
	float:left;
}
#footerpanel2 {
	width: 843px;
	margin-top:16px;
	margin-bottom:23px;
	float:left;
	text-align:center;
}
.footerheading {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	padding:0;
}
.footerbody {
	font-family:Arial, Helvetica, sans-serif;
	color:#7c7c7c;
	font-size:12px;
	padding:0;
}
#footerlinks:link {
	margin-top:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f89829;
	text-decoration: none;
}

#footerlinks:visited {
	margin-top:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f89829;
	text-decoration: none;

}

#footerlinks:hover {
	margin-top:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8dc63f;
	text-decoration: underline;

}
#footerlinks:active {
	margin-top:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: underline;

}








#footerrightspace {
	width: 46px;
	float:left;
} 

.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;
}
