@charset "UTF-8";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url(../images/main-bkgrnd.gif);
	background-repeat: repeat-x;
	background-color: #FCF1D2;
	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;
}
.twoColFixLt #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	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;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 191px;
}
.twoColFixLt #sidebar1 p {
	margin: 0;
	padding: 0;
}
.twoColFixLt #sidebar1 h1 {
	margin: 0;
	padding-bottom: 10px;
}
.twoColFixLt #sidebar1 img {
	border: none;
}
.twoColFixLt #mainContent {
	width: 565px;
	background-image: url(../images/main-content-bkgrnd.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 191px;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 24px;
	font-size: 12px;
}
.twoColFixLt #mainContent p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
} 
.twoColFixLt h1, h2, h3, h4, h5, h6 {
	color: #9aa022;
} 
.twoColFixLt h1 {
	font-size: 13px;
} 
.twoColFixLt #mainContent h1 {
	font-size: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
}  
.twoColFixLt #mainContent a {
	color: #f1b534;
	text-decoration: underline;
}
.twoColFixLt #mainContent a:hover {
	color: #9aa022;
	text-decoration: none;
} 
.twoColFixLt #topFeature a {
	color: #f1b534;
	text-decoration: underline;
}
.twoColFixLt #topFeature a:hover {
	color: #9aa022;
	text-decoration: none;
}
.twoColFixLt #topFeature {
	width: 565px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 191px;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 24px;
	background-image: url(../images/top-feature-bkgrnd.gif);
	background-repeat: no-repeat;
	height: 341px;
	text-align: left;
	font-size: 12px;
}  
.twoColFixLt #topFeature p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
} 
.twoColFixLt #topFeature h1 {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 7px;
}
.twoColFixLt #botMainCap {
	width: 565px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 191px;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 15px;
	padding-left: 24px;
	background-image: url(../images/main-content-bot-cap.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-position: top;
}  
.twoColFixLt #botMainCap a {
	color: #000;
	text-decoration: underline;
}
.twoColFixLt #botMainCap a:hover {
	color: #f1b534;
	text-decoration: underline;
}
.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;
}
#logo {
	text-align: center;
	position: absolute;
	top: 5px; 
}
#logo img {
	border: none;
}
#navMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 7px;
	padding-left: 0px;
	margin-top: 83px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 14px;
}
#navMain a {
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#navMain a:hover {
	color: #f1b534;
	text-decoration: none;
}
#leftFeature {
	text-align: center;
	color: #000;
}
#Footer {
	font-size: 11px;
	background-image: url(../images/leaf-divide.gif);
	background-position: center top;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 20px;
	margin: 0px;
	width: 100%;
	line-height: 1.5em;
}
.sideFeatureBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/side-box-bkgrnd.gif);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-bottom: 9px;
	padding-left: 27px;
	padding-right: 18px;
	text-align: left;
	height: 105px;
	margin-bottom: 20px;
}
.actionButton {
	float: right;
	height: 19px;
	width: 52px;
	clear: both;
}
.featureBucket {
	font-size: 10px;
	font-weight: bold;
	background-image: url(../images/bucket-bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 3px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 14px;
	width: 149px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 110px;
}
#container #mainContent .featureBucket h1 {
	color: #efac1a;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 14px;
}
#container #mainContent .featureBucket ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#container #mainContent .featureBucket a {
	color: #9a9f22;
	float: right;
	text-decoration: underline;
}
#container #mainContent .featureBucket a:hover {
	color: #9a9f22;
	float: right;
	text-decoration: none;
}
#container #sidebar1 #navMain ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #sidebar1 #navMain li {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#container #mainContent .FeatureTable tr td h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: normal;
	color: #E09C10;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #mainContent .FeatureTable tr td h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	font-style: italic;
}
.homeHeadline {
	font-family: Arial, Helvetica, sans-serif;
	color: #9AA022;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.twoColFixLt #container #mainContent .FeatureTable tr td hr {
	font-size: 1px;
	color: #DDDDDD;
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #container #mainContent h3 {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.twoColFixLt #container #mainContent h4 {
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.homeText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 24px;
}
.blackLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.twoColFixLt #container #mainContent .FeatureTable tbody tr .blackLink p .FeatureTable {
	color: #000;
	text-decoration: underline;
}
.twoColFixLt #container #mainContent .FeatureTable tbody tr td p .FeatureTable {
	color: #000;
	text-decoration: underline;
}
.facebookText {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	width: 185px;
}

