@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #F4F1E6;
}

.thrColFix #headercontainer {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #332900;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid;
}
.thrColFix #headerbarleft {
	float: left; /* since this element is floated, a width must be given */
	width: auto; /* 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 */
	text-align: left;
	padding-left: 20px;
}
.thrColFix #headerbarright {
	margin-left: 600px;
	text-align: right;
	padding-right: 20px;
	float: none;
}

.thrColFix #menucontainer {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #D6DF94;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid;
}

.thrColFix #companycontainer {
	width: 980px;  /* 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: 0 auto;
	padding-top: 15px;
}
.thrColFix #companymain {
	text-align: right;
	padding-left: 20px;
	background: #FFFFFF;
}

.thrColFix #commcontainer {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 460px;	
}
.thrColFix #commbarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 650px; /* 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 */
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}
.thrColFix #commbarright {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float: none; /* since this element is floated, a width must be given */
	margin-left: 730px;
	padding-right: 20px;
	text-align: center;
	font-size: 12px;
	width: 220px;
	height: 400px;
}

.thrColFix #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 20px;
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 0px;
	margin: 0px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	padding-bottom: 15px;
	margin: 0px;
	padding-right: 15px;

}
.thrColFix #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding: 30px 15px;
	width: 420px;
}

.thrColFix #centralContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 110px;
	padding: 30px 15px;
	width: 740px;
}

.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;
}
.thrColFix #companycontainer h1 {
	font-size: 24px;
	color: #506A41;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
.thrColFix #companycontainer h2 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	margin-top: 0px;
	padding: 0px;
}

.thrColFix #footercontainer {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

img{
	border-style:none;
	text-align: right;
}

a:link,a:active{
	text-decoration: none;
	color: inherit;
}

a:visited{
	text-decoration: none;
}

a:hover{
	font-color: #E1661A;
	text-decoration: underline;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

.greentext{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #5A4800;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	vertical-align: text-top;
}

.greensubtext{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #5A4800;
	font-size: 11px;
	font-style: italic;
	padding: 0px;
	font-weight: normal;
	margin: 0px;
	line-height: 16px;
	vertical-align: text-top;
}

.OrangeTitle14 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #E1661A;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.OrangeTitle16 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #E1661A;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	border-color: #E1661A;
}

.homebullet {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #5A4800;
	list-style-type: disc;
	font-style: italic;
	list-style-position: inside;
	font-weight: bold;
	line-height: 17px;
}

.homeheader2 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-style: italic;
	font-size: 16px;
	margin-top: 0px;
	padding: 0px;
}

.greenheader2 {
	color: #506A41;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.greenlinks{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #5A4800;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	font-style: normal;
}

.orangelinks{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #E1661A;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	font-style: normal;
}

.greensubtitle{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #5A4800;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	font-style: normal;
}


.greensubtext{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #5A4800;
	font-size: 11px;
	font-style: italic;
	padding: 0px;
	font-weight: normal;
	margin: 0px;
	line-height: 18px;
	vertical-align: text-top;
}

.italic_text{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #5A4800;
	font-size: 11px;
	font-style: italic;
	padding: 0px;
	font-weight: normal;
	margin: 0px;
}

.menulinks{
	color: #506A41;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

p {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
