@charset "UTF-8";
a img { 
	border: 0; 
}
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;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333
}
a:active {
	text-decoration: underline;
	color: #be631f;
}
a:link {
	color: #be631f;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #be631f;
}
a:hover {
	text-decoration: none;
	color: #5a672d;
}
.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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;
	border: 1px solid #666666;
	position: relative;
	top: 30px;
} 
.twoColFixRtHdr #navbar {
	position: relative;
	width: 800px;
}
.twoColFixRtHdr #header {
	background-image: url(images/cabbageheader.jpg);
	width: 800px;
} 
.twoColFixRtHdr #header h1 {
	height: 124px;
	width: 800px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 17px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
}
#fadeleft {
	background-image: url(images/fade_left.png);
	background-repeat: repeat-y;
	position: inherit;
	width: 10px;
	top: auto;
	left: -30px;
}
.twoColFixRtHdr #mainContent {
	text-align: left;
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.mainhead {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 2.4em;
	color: #be631f;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.subhead {
	font-size: 1.2em;
	color: #be631f;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5em;
}
.newsletter {
	background-image: url(images/gradient_newsletter.png);
	background-repeat: repeat-x;
}
.subhead2 {
	font-size: 1em;
	color: #be631f;
	text-transform: uppercase;
	font-weight: bold;
}
.paragraph {
	font-size: 1.0em;
	line-height: 1.35em;
	color: #333;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.twoColFixRtHdr #footer {
	position: inherit;
	top: 0px;
} 
.twoColFixRtHdr #featureA {
	width: 250px;
	margin-top: 20px;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
.#featureB {
	width: 250px;
	margin-top: 20px;
	margin-left: 265px;
	visibility: visible;
	position: absolute;
}
.twoColFixRtHdr #footer p  {
	padding: 0px;
	position: relative;
	left: 0px;
	color: #58692d;
	text-transform: uppercase;
	font-size: .85em;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-align: center;
	top: 30px;
}
.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;
}
.fltcenter { /* this class can be used to float an element left in your page */
	float: center;
	margin-left: 55px;
}
.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;
}
.links {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	color: be631f;
}
.grayhead   {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #999999;
	text-align: center;
	background-image: url(images/feature_gradient.png);
	background-repeat: repeat-x;
}
.newsletter {
	font-size: 1em;
	color: #be631f;
	text-align: right;
	text-transform: uppercase;
	line-height: 1.3em;
}
.formfields {
	text-align: left;
}
.paragraphbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	font-weight: bold;
}
.paragraphitalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	font-weight: normal;
	font-style: italic;
}
