/*
	Main Tags Styles
*/
html,body {
	background: url(../imgs/bg.png) repeat-x #fff;
	margin: 0px;
	padding: 18px 0px;
	font-family: arial, helvetica, sans-serif;
	color: #4f494b;
	font-size: 13px;
	line-height: 18px;
}

td {
	font-family: arial, helvetica, sans-serif;
	color: #4f494b;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

table,img {
	border-collapse: collapse;
	border: none 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

a:link {
	color: #5e8216;
	text-decoration: none;
}

a:visited {
	color: #5e8216;
	text-decoration: none;
}

a:hover {
	color: #5e8216;
	text-decoration: underline;
}

a:active  {
	color: #5e8216;
	text-decoration: none;
}

h1 {
	color: #89b932;
	font-size: 17px;
	line-height: 22px;
}

h1.hpH1 {
	color: #5e8216;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 16px;
}

h2 {
	color: #89b932;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

h3 {
	color: #89b932;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

h4 {
	color: #4f494b;
	font-size: 13px;
	font-weight: bold;
}

hr {
	color: #4f494b;
	height: 1px;
	background-color: #4f494b;
	border: #ffffff;
}

ul {
	list-style-image: url(../imgs/bullet.png);
	margin: 0px 0px 0px 17px;
	padding: 0px;
}

li	{
	margin: 0px;
	border: 0px none;
	padding-left: 0;
	padding-right: 16px;
	padding-top: 0;
	padding-bottom: 0;
}	

form {
	margin: 0px;
}

/*
	Form Styles
*/
input.contact {
	border: 0px;
	font-size: 13px;
	line-height: 16px;
	background: transparent;
}

textarea.contact {
	border: 0px;
	font-size: 13px;
	line-height: 16px;
	background: transparent;
}

td.inputName {
	vertical-align: top;
	width: 115px;
	padding-right: 28px;
}

td.contactFormMidTd {
	width: 80px;
}

td.textInput {
	vertical-align: top;
	width: 284px;
	height: 24px;
	background: url(../imgs/form-field-text-bg.gif) no-repeat;
	padding: 2px 8px;
}

td.textareaInput {
	vertical-align: top;
	width: 284px;
	height: 99px;
	background: url(../imgs/form-field-textarea-bg.gif) no-repeat;
	padding: 8px;
}


/*
	General Styles
*/
.green {
	color: #afd26e;
}

.ob {
	font-style:oblique
}

.footer {
	color: #7c7a79;
	text-align: left;
	width: 942px;
	height: 30px;
	vertical-align: top;
}

.bd {
	font-weight: bold;
}

.sm10 {
	font-size: 10px;
}

.sm11 {
	font-size: 11px;
}

.lg14 {
	font-size: 14px;
}

.lg16 {
	font-size: 16px;
}

.spacer6 {
	padding: 0px;
	margin: 0px;
	font-size: 6px;
	line-height: 6px;
	height: 6px;
}

.spacer10{
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
}


.spacer12 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
}

.spacer16 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
}

.spacer18 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	line-height: 18px;
	height: 18px;
}

.paddingL20 {
	padding-left: 20px;	
}

.paddingR20 {
	padding-right: 20px;	
}

.alignTop {
	vertical-align: top;
}

.alignCenter {
	text-align: center;
}

/*
	Blocks Styles
*/

/* 1 COLUMN */
.oneColBlock {
	padding: 28px;
	width: 950px;
}
.oneColBlockInt {
	width: 894px;
}

/* 2 COLUMNS */
.twoColBlock {
	margin: 0px;
	padding: 0px;
	border: hidden;
	width: 940px;
}

.twoColBlockLeft {
	padding: 28px 28px 22px 22px;
	width: 249px;
	background-color: #f6f8ed; 
}
.twoColBlockIntLeft {
	width: 199px;
}

.twoColBlockRight {
	padding: 28px 18px 22px 28px;
	width: 691px;
	background: left url(../imgs/right-col-bg.png) repeat-y;
}
.twoColBlockIntRight {
	width: 645px;
}

/* 3 COLUMNS */
.threeColBlockLeft {
	padding: 15px;
	width: 240px;
}
.threeColBlockIntLeft {
	width: 210px;
}

.threeColBlockMiddle {
	padding: 15px;
	width: 550px;
}
.threeColBlockIntMiddle {
	width: 520px;
}

.threeColBlockRight {
	padding: 15px;
	width: 240px;
}
.threeColBlockIntRight {
	width: 210px;
}

/*
	Breadcrumbs
*/
#breadcrumbs {
	text-align: left;
	height: 18px;
}

img.bcSeparator {
	border: 0px;
	margin: 0px 8px;
	vertical-align: middle;
}

.breadcrumb {
	font-weight: bold;
	color: #4f494b;
	line-height: 18px;
	vertical-align: middle;
}

.breadcrumb2 {
	font-weight: bold;
	color: #4f494b;
	line-height: 18px;
	vertical-align: middle;
}

a.bc:link {
	color: #4f494b;
	text-decoration: none;
	line-height: 18px;
	vertical-align: middle;
}

a.bc:visited {
	color: #4f494b;
	text-decoration: none;
	line-height: 18px;
	vertical-align: middle;
}

a.bc:hover {
	color: #4f494b;
	text-decoration: underline;
}

a.bc:active  {
	color: #4f494b;
	text-decoration: none;
}

div.postBC {
	width: 100%;
	background: url(../imgs/horizontal-dotted-line.png) repeat-x;
	margin: 20px 0px;
}


/*
	Anchor Styles
*/

a.topLinkA:link {
	color: #505050;
	text-decoration: none;
}

a.topLinkA:visited {
	color: #505050;
	text-decoration: none;
}

a.topLinkA:hover {
	color: #505050;
	text-decoration: underline;
}

a.topLinkA:active  {
	color: #505050;
	text-decoration: none;
}

a.footerA:link {
	color: #7c7a79;
	text-decoration: none;
}

a.footerA:visited {
	color: #7c7a79;
	text-decoration: none;
}

a.footerA:hover {
	color: #7c7a79;
	text-decoration: underline;
}

a.footerA:active  {
	color: #7c7a79;
	text-decoration: none;
}




/*
	Tables, Tds, Imgs Styles
*/
table.headerT {
	width: 952px;
	height: 52px;
}

td.headerTLeftTd {
	width: 476px;
	text-align: left;
}

td.headerTRightTd {
	width: 476px;
	text-align: right;
	vertical-align: bottom;
}

table.logoT {
	width: 392px;
	height: 52px;
}

td.logoTTd {
	width: 392px;
	text-align: left;
}

td.logoTTd2 {
	width: 392px;
	height: 14px;
	text-align: left;
	font-size: 13px;
	line-height: 14px;
	color: #5d5d5d;
}


td.logoTLeftTd {
	width: 92px;
}

td.logoTRightTd1 {
	width: 300px;
	height: 38px;
	text-align: left;
}

td.logoTRightTd2 {
	width: 300px;
	height: 14px;
	text-align: left;
	font-size: 13px;
	line-height: 14px;
	color: #5d5d5d;
}

div.slog {
	position: relative;
	top: -14px;
	left: 23px;
	font-size: 13px;
	color: #5d5d5d;
}
div.headerRight {
	position: relative;
	top: -18px;
}
div.mover {
	position: relative;
	top: -2px;
}

span.topLink {
	font-size: 11px;
	line-height: 14px;
}

img.linksLineImg {
	margin: 0px 11px;
}

img.linksArrowImg {
	margin: 0px 4px 0px 8px;
}

div.topFlash {
	margin: 0px;
	padding: 0px;
}


/*
 * Top Menu CSS Begin 
 */
table.topMenuT {
	width: 952px;
	height: 42px;
}

td.topMenuTLinkTd {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	text-transform: uppercase;
}

td.topMenuTd1 { width: 139px; }
td.topMenuTd2 { width: 139px; }
td.topMenuTd3 { width: 189px; }
td.topMenuTd4 { width: 121px; }
td.topMenuTd5 { width: 226px; }
td.topMenuTd6 { width: 133px; }

td.topMenuTSepTd {
	background: url(../imgs/menu-off-bg.png) repeat-x;
}

td.topMenuTSepOnTd {
	background: url(../imgs/menu-on-bg.png) repeat-x;
}

img.topMenuSep {
	vertical-align: middle;
}

img.topMenuThreeDots {
	vertical-align: middle;
	}

img.topMenuThreeDotsIE {
	vertical-align: middle;
	margin: 14px 0px;
	}

#topMenu a:link {
	line-height: 42px;
	display:block;
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-off-bg.png) repeat-x;
}

#topMenu a:visited {
	line-height: 42px;
	display:block;
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-off-bg.png) repeat-x;
}

#topMenu a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-on-bg.png) repeat-x;
}

#topMenu a:active  {
	color: #fff;
	text-decoration: none;
}


#topMenu a.on:link {
	line-height: 42px;
	display:block;
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-on-bg.png) repeat-x;
}

#topMenu a.on:visited {
	line-height: 42px;
	display:block;
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-on-bg.png) repeat-x;
}

#topMenu a.on:hover {
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-on-bg.png) repeat-x;
}

#topMenu a.on:active  {
	color: #fff;
	text-decoration: none;
}

#topMenu a.lft:link {
	line-height: 42px;
	display:block;
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-left-off-bg.png) no-repeat;
}

#topMenu a.lft:visited {
	line-height: 42px;
	display:block;
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-left-off-bg.png) no-repeat;
}

#topMenu a.lft:hover {
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-left-on-bg.png) no-repeat;
}

#topMenu a.lft:active  {
	color: #fff;
	text-decoration: none;
}

#topMenu a.lftOn:link {
	line-height: 42px;
	display:block;
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-left-on-bg.png) no-repeat;
}

#topMenu a.lftOn:visited {
	line-height: 42px;
	display:block;
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-left-on-bg.png) no-repeat;
}

#topMenu a.lftOn:hover {
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-left-on-bg.png) no-repeat;
}

#topMenu a.lftOn:active  {
	color: #fff;
	text-decoration: none;
}

#topMenu a.rght:link {
	line-height: 42px;
	display:block;
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-right-off-bg.png) right no-repeat;
}

#topMenu a.rght:visited {
	line-height: 42px;
	display:block;
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-right-off-bg.png) right no-repeat;
}

#topMenu a.rght:hover {
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-right-on-bg.png) right no-repeat;
}

#topMenu a.rght:active  {
	color: #fff;
	text-decoration: none;
}

#topMenu a.rghtOn:link {
	height: 42px;
	line-height: 42px;
	display:block;
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-right-on-bg.png) right no-repeat;
}

#topMenu a.rghtOn:visited {
	line-height: 42px;
	display:block;
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-right-on-bg.png) right no-repeat;
}

#topMenu a.rghtOn:hover {
	color: #fff;
	text-decoration: none;
	background: url(../imgs/menu-right-on-bg.png) right no-repeat;
}

#topMenu a.rghtOn:active  {
	color: #fff;
	text-decoration: none;
}

/*
 * Top Menu CSS End 
 */

table.mainContentT {
	width: 952px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

td.mainContentTEdgeTd {
	width: 1px;
	background-color: #d6d6d8;
}

td.mainContentTTd {
	width: 950px;
	text-align: left;
	background-color: #fff;
}

div.hpContent1Div {
	padding: 18px 20px 18px 40px;
	background-color: #fff;
}

div.hpContent2Div {
	text-align: center;
	padding: 18px 40px 0px 40px;
	background-color: #f0f4e8;
}

div.footerLinks {
	width: 952px;
	background: url(../imgs/footer-links-bg.png) repeat-y;
	text-align: center;
}

img.threeDotsImg {
	vertical-align: middle;
	margin-right: 5px;
	padding-bottom: 2px;
}

table.hpLinksT {
	width: 770px;
}

td.hpLinksTLinksTd1 {
	width: 141px;
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}

td.hpLinksTLinksTd2 {
	width: 176px;
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}

td.hpLinksTLinksTd3 {
	width: 200px;
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}

td.hpLinksTLinksTd4 {
	width: 226px;
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}

td.hpLinksTSepTd {
	width: 9px;
	background: url(../imgs/vertical-dotted-line.png) repeat-y;
}

#hpLinks a:link {
	color: #7d7d7d;
	text-decoration: none;
}

#hpLinks a:visited {
	color: #7d7d7d;
	text-decoration: none;
}

#hpLinks a:hover {
	color: #7d7d7d;
	text-decoration: underline;
}

#hpLinks a:active  {
	color: #7d7d7d;
	text-decoration: none;
}

#hpLinks a.headerA:link {
	color: #6c8d2b;
	text-decoration: none;
}

#hpLinks a.headerA:visited {
	color: #6c8d2b;
	text-decoration: none;
}

#hpLinks a.headerA:hover {
	color: #6c8d2b;
	text-decoration: underline;
}

#hpLinks a.headerA:active  {
	color: #6c8d2b;
	text-decoration: none;
}


/*
	Side Menu Styles
*/

.sidemMainCat {
	text-transform: uppercase;
	color: #89b932;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	margin: 2px 0px 18px 5px;
}

a.sidemMainCatA:link {
	color: #89b932;
	text-decoration: none;
}

a.sidemMainCatA:visited {
	color: #89b932;
	text-decoration: none;
}

a.sidemMainCatA:hover {
	color: #89b932;
	text-decoration: none;
}

a.sidemMainCatA:active  {
	color: #89b932;
	text-decoration: none;
}


div.sidemSep {
	width: 100%;
	background: url(../imgs/horizontal-dotted-line-sidem.png) repeat-x;
}

div.sidemCat3Sep {
	width: 100%;
	background: url(../imgs/horizontal-dotted-line-sidem.png) repeat-x;
	margin-top: 10px;
}

img.sidemMainCatArrow {
	margin-left: 12px;
}

img.sidemArrow {
	margin-left: 8px;
	vertical-align: middle;
}

/* Level 2 Links */
.sidem2			{ color:#89b932; font-size:12px; line-height:42px; }
.sidemCur2		{ padding-left:5px; line-height:42px; font-size:12px; color:#89b932; font-weight: bold; }
.sidemCurAC2	{ line-height:42px; font-size:12px; font-weight: bold; }

a.sidemA2:link		{ display:block; padding-left:5px; color:#89b932; text-decoration:none; }
a.sidemA2:visited	{ display:block; padding-left:5px; color:#89b932; text-decoration:none; }
a.sidemA2:hover		{ color:#89b932; text-decoration:underline; }

a.sidemCurA2:link		{ display:block; padding-left:5px; color: #89b932; text-decoration: none; }
a.sidemCurA2:visited	{ display:block; padding-left:5px; color: #89b932; text-decoration: none; }
a.sidemCurA2:hover		{ color: #89b932; text-decoration: none; font-weight: bold; }

/* Level 3 Links */
.sideMenu3	{ margin-top: 10px; }
.sidem3		{ padding-left:14px; line-height:22px; background:url(../imgs/sidemBg3off.png); color:#4f494b; }
.sidemCur3	{ padding-left:14px; line-height:22px; background:url(../imgs/sidemBg3off.png); font-weight:bold; color:#4f494b; text-decoration:underline; }

a.sidemA3:link		{ color:#4f494b; text-decoration:none; }
a.sidemA3:visited	{ color:#4f494b; text-decoration:none; }
a.sidemA3:hover		{ color:#4f494b; text-decoration:underline; }

