<style>
Body {background: white;}
.mainbody
	{
	background-image:url(images/pinstripe.gif);
	background-repeat:repeat;
	background-position:center;
	min-height:475px;
	background-color: #428D5C;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}

#wrapper
{
	background-image:url(images/wrapperbkgd.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	min-height:475px;
}

/*-------------------------------------------------------------------------
	Page Layout Link Styles
//-------------------------------------------------------------------------*/

#footer a,a:visited,a:active
{
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2F7946;	
	text-decoration:none;
}

#footer a:hover
{
	color:#333333;	
	text-decoration:none;
}

#global_nav a,a:visited,a:active
{
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2F7946;	
	text-decoration:none;
	
}

#global_nav a:hover
{
	color:#333333;	
	text-decoration:none;
}

#nav a,a:visited,a:active
{
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2F7946;	
	text-decoration:none;	
}

#nav a:hover
{
	color:#333333;	
	text-decoration:none;
}

#sidenav_content a,a:visited,a:active
{
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2F7946;	
	text-decoration:none;	
}

#twitter-feed a,a:visited,a:active
{
	font-weight:normal;
	font-size:11px;
}

#twitter-feed
{
	font-size:11px;
}

#sidenav_content a:hover
{
	color:#333333;	
	text-decoration:none;
}

#sidenav_content .active
{
	color: #2F7946;
	font-weight:bold;
	text-decoration:none;
}

#main_content a,a:visited,a:active
{
	color: #2F7946;
	text-decoration: none;
}
#main_content a:hover
{
	color: #333333;
	text-decoration: none;
}

#front a,a:visited,a:active
{
	color: #2F7946;
	text-decoration: none;
	font-weight:bold;
	font-size: 14px;
}
#front a:hover
{
	color: #333333;
	text-decoration: none;
	font-weight:bold;
	font-size: 14px;
}

a.psi,a.psi:visited,a.psi:active,a.psi:hover
{
	color:#2F7946;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-decoration: none;
	margin:0;
	padding:0;
}


/*-------------------------------------------------------------------------
	Forms
//-------------------------------------------------------------------------*/
form {
	margin:0;
	padding:0;
}

label {
	width: 15em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color: #006225;
}

#label1 {
	text-align: center;
	width: 43em;
	display: block;
	font-style: italic;
}

#labelh {
	text-align: center;
	width: 37em;
	display: block;
	font-style: italic;
	font-size: 14px;
	color: #006225;
}

input#submit {
	margin-left: 15em;
	color: #54b948;
	background: #006225;
	border: 2px outset #d7b9c9
	width:75px;
} 

input#submit1 {
	color: #54b948;
	background: #006225;
	border: 2px outset #d7b9c9
	width:75px;
} 

input {
	color: #000000;
	background: #ffffff;
	border: 1px solid #006225;

}

select {
	color: #000000;
	background: #ffffff;
	border: 1px solid #006225;

}

textarea {
        width: 300px;
        height: 120px;
        border: 1px solid #006225;
        padding: 5px;
	background: #ffffff;
	overflow: auto;
}


/*-------------------------------------------------------------------------
	Layout Styles - for custom ID's and classes
//-------------------------------------------------------------------------*/
#container
{
	width:958px;
	margin:0 auto;
	background-color:#ffffff;
}

#global_nav
{
	width:958px;
	height:35px;
	background-image:url(images/nav_top.gif);
	background-repeat:repeat-x;
}

#global_nav table
{
	cellspacing:0px;
	cellpadding:0px;
	border:0px;
}

#global_nav td
{
	width:146px;
	text-align:center;
	padding-top:2px;
}

#global_nav td#spacer
{
	width:41px;
}



#header
{
	height: 180px;
	padding:0px;
	background-image: url(images/treebg.jpg);
	border-top:thin solid #508d63;
	border-bottom:thin solid #508d63;
}

#logo
{
	width:501px;
	float:left;
	padding-left:200px;
	position:relative;

}

#nav
{
	background-image: url(images/nav_bottom.gif);
	background-repeat:repeat-x;
	position: relative;
	height:40px;
	width:958px;
	padding-top:5px;
}

#nav table
{
	cellspacing:0px;
	cellpadding:0px;
	border:0px;
}

#nav td
{
	width:146px;
	text-align:center;
	valign:middle;
}

#nav td#spacer
{
	width:187px;
}


#content
{
	background-color:#ffffff;
	width:908px;
	float:left;
	position:relative;
	padding: 10px 25px 25px 25px;
}

#side_nav
{
	float:left;
	position:relative;
	width:251px;

}

#sidenav_title
{
	float:left;
	position:relative;
	background-image:url(images/sidenav_top.gif);
	background-repeat:no-repeat;
	width:251px;
	min-height:29px;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	padding:15px 0px 0px 15px;
}

#sidenav_content
{
	float:left;
	position:relative;
	width:251px;
	background-image:url(images/sidenav_bg.gif);
	background-repeat:repeat-y;
}

#sidenav_content p
{
	padding:0 25px 0 25px;
}

#sidenav_content ul
{
	margin:10px 0px 0px 15px;
	padding-left:0px;
}

#sidenav_content ul.support
{
	margin:0px 0px 0px 15px;
	padding-left:0px;
}

#sidenav_content ul li
{
	list-style:none;
	background:url(images/bar.gif) 10px 12px no-repeat;
	padding-left:30px;
	line-height:30px;
}

#sidenav_content h2
{	
	padding:10px 0 0 25px;
	margin:0;
}

#sidenav_bottom
{	
	float:left;
	position:relative;
	background-image:url(images/sidenav_bottom.gif);
	background-repeat:no-repeat;
	height:26px;
	width:251px;
}

#main_content
{
	float:right;
	position:relative;
	width:625px;
	padding-top:15px;
	line-height:18px;
}

#main_content ul li
{
	list-style:none;
	background:url(images/bar.gif) 10px 12px no-repeat;
	font-size:12px;
	padding-left:30px;
	line-height:30px;
}

#fb_solutions ul li
{
	list-style:none;
	background:url(images/bar.gif) 10px 12px no-repeat;
	padding-left:25px;
	line-height:30px;
}

#footer
{
	background-color:#ffffff;
	width:958px;
	margin:0 auto;
	height:75px;
}

#footer #footer_logo
{
	float:left;
	position:relative;
	padding-left:225px;
	padding-top:15px;
	background-color:#ffffff;
}

#footer #title
{
	float:left;
	position:relative;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2F7946;
	padding:29px 0px 2px 5px;	
	height:20px;
	width:692px;
	background-color:#ffffff;	
}

#logos
{
	float:left;
	position:relative;
	height:81px;
	background-color:#ffffff;
	width: 958px;
	text-align:center;
	padding-top:0;
	margin-top:0;
}

img.spaced
{
	padding-bottom:25px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	height:30px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 20px;
	height:26px;
}

.sIFR-hasFlash h3 {
	visibility: visible;
	

}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}




/*--- nav tabs ---*/

#tabs {
    background-color: #F7F7F7;
    border: 1px solid #000000;
    margin-top: 2px;
    height:31px; }

.tab {
    width:90px;
    height:17px;
    position:relative;
    float:left;
    z-index:2;
    text-align:center;
    padding: 5px 0px 4px 0px;
    margin:4px 2px -1px 2px;
    border: 1px solid #000000;
    font: bold 12px Verdana, sans-serif; }

.tab.active {
    background-color:#ffffff;
    border-bottom: 1px solid #ffffff; }

/*--- end nav tabs ---*/
td {font-size: 11px;}

/*-------------------------------------------------------------------------
	Headers - The browser will scale the headlines to the accessiblility 
	settings of the browser.
//-------------------------------------------------------------------------*/
h1
{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}
h2
{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}
h3
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}
h4
{
	color:#2F7946;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}
h5
{
	color:#2F7946;
	font-size:14px;
	font-weight:bold;
	font-style: italic;
	margin:0;
	padding:0;
}
h6
{
	color:#2F7946;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}


/*-------------------------------------------------------------------------
	Default Link Style
//-------------------------------------------------------------------------*/
a,a:visited,a:active
{
	color: #2F7946;
	text-decoration: underline;
}
a:hover
{
	color: #333333;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------
	Horizontal Rule
//-------------------------------------------------------------------------*/
hr 
{
	border: 0;
	width: 100%;
	color: #333333;
	background-color: #333333;
	height: 1px;
}

/*-------------------------------------------------------------------------
	List Items - NOT NAVIGATION - CONTENT ONLY
//-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	Custom Editor Styles - Optional
//-------------------------------------------------------------------------*/


/*Pull these colors out of the design comp, or the provided color pallate file*/
.color_1_variant_1 {
color:#CE9E3E
;}

.color_1_variant_2 {
color:#2F7946
;}

.color_2_variant_1 {
color:#403515
;}
.color_2_variant_2 {
color:#AA0C1A
;}

.color_3_variant_1 {
color:#086224
;}
.color_3_variant_2 {
color:#6c5500
;}

.formworks_cell_header
{
	text-align: left;
}

.formworks_cell_content
{
	text-align: left;
}

.formworks_cell_right
{
	text-align: left;
}

.formworks_cell_left
{
	text-align: right;
}

.formworks_cell_textarea
{
	text-align: center;
}

.formworks_cell_submit
{
	text-align: center;
}

.left_td
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: verdana,helvetica,arial;
	font-size: 11px;
	text-align: left;
}
.left_td_req
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: verdana,helvetica,arial;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}
.right_td
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: verdana,helvetica,arial;
	font-size: 11px;
	text-align: left;
}
.spacer_tr
{
	background-image: url(images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.table_bg
{
	background-color: #FFFFFF;
	width: 500;
	border: 1;
}
.outer_table
{
	text-align: left;
}
.bottom_td
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: verdana,helvetica,arial;
	font-size: 11px;
	text-align: center;
}

#size td{
	font-family: arial;
	font-size: 11px;
	text-align: center;
}
