body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica,Verdana,sans-serif;
	/*font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;*/
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	color: #555;
	background: #fff url(../img/body_bg1.gif) top left repeat-x;
	}


body#homepage {
	margin-top: 0px;
	background: #fff url(../img/home_bg2.gif) top left repeat-x;
	}
	
	
/* links
---------------------------------------------------------- */

a {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dashed #555;
	}
	
a:hover {
	color: #6f8708;
	border-bottom: 1px dashed #6f8708;
	}
	
#home-masthead-left a.cta {
	border: 0;
	font-size: 65%;
	font-weight: bold;
	color: #6f8708;
	float: right;
	width: 960px;
	height: 300px;
	}
	
#navigation a:link, #navigation a:visited {
	text-transform: uppercase;
	border: 0;
	letter-spacing: 1px;
	font-size: 120%;
	font-weight: bold;
	background: url(../img/navigation.gif) left no-repeat;
	padding-left: 8px;
	color: #7a7a7a;
	}
	
#navigation a:hover, #navigation a.active {
	background: url(../img/navigation-hover.gif) left no-repeat;
	color: #76A12D;
	font-weight: bold;
	}
	
#navigation li.sub-link a:link, #navigation li.sub-link a:visited {
	font-size: 90%;
	background: none;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
}
	
#navigation li.third-lvl a:link, #navigation li.third-lvl a:visited {
	font-size: 85%;
	font-weight: normal;
	text-transform: none;
	display: block;
	background: url(../img/third-li2.gif) no-repeat 5px 2px;
	padding-left: 15px;
}

	
#navigation li.sublink a.active {font-weight: bold; color: #76A12D;}

#navigation li.third-lvl a.active {font-weight: bold; color: #76A12D;}
	
#masthead-right a:link, #masthead-right a:visited {
	color: #6f8708;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	}
	
.highlight a:link, .highlight a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	}
	
h3 a:link, h3 a:visited {
	border: 0;
	color: #6f8708;
	}
	

/* headers
---------------------------------------------------------- */

h1 {
	color: #6f8708;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 35px 25px;
	font-size: 200%;
	letter-spacing:1px;
	padding-top: 4px;
	}
	
h5 {
	color: #6f8708;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 35px 25px;
	font-size: 150%;
	letter-spacing:1px;
	padding-top: 4px;
	}
	
h3 {
	color: #6f8708;
	text-transform: uppercase;
	font-weight: normal;
	margin: 50px 0 15px 225px;
	font-size: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	}
	
h4 {
	color: #6f8708;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 -5px 0;
	font-size: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	}
	

/* structure
---------------------------------------------------------- */

#home-wrap {
	width: 960px;
	margin: 0 auto;
	font-size: 110%;
	}
	
#wrap {
	width: 960px;
	margin: 0 auto;
	font-size: 110%;
	}
	
#home-masthead {
	width: 960px;
	height: 300px;
	float: left;
	}
	
#home-masthead-left {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	width: 960px;
	padding: 0 0 0 10px;
	float: none;
	font-size: 165%;
	line-height: 175%;
	letter-spacing: 2px;
	color: #7a7a7a;
	height: 208px;
	}
	
#home-masthead-right {
	width: 318px;
	padding: 0 0 0 20px;
	float: right;
	}
	
#masthead {
	position: relative;
	width: 960px;
	height: 120px;
}
	
#masthead-left {
	width: 194px;
	float: left;
	height: 120px;
	}
	
#masthead-right {
	position: absolute;
	left: 200px;
	width: 766px;
	text-align: right;
	height: 120px;
	}
	
#home-content {
	width: 960px;
	float: left;
	margin: 75px 0px 0px;
	}
	
#home-content-left {
	width: 200px;
	float: left;
	margin: 35px 0px 0px;
	}
	
#home-content-main {
	width: 755px;
	float: left;
	margin: 35px 0px 0px;
	}
	
#content {
	width: 960px;
	float: left;
	}
	
#content-left {
	width: 200px;
	float: left;
	}
	
#content-main {
	width: 760px;
	float: left;
	padding: 0;
	}
	
#left, #middle, #right {
	width: 203px;
	float: left;
	padding: 0 25px 50px;
	margin: 0;
	line-height: 250%;
	}
	
#middle {
	width: 203px;
	float: left;
	}
	
#right {
	width: 204px;
	float: right;
	}

/* styles
---------------------------------------------------------- */

img {border: 0;}

#masthead img {float: right;}

#home-masthead-right img {float: right;}

#masthead p {padding: 55px 0 0 0;margin: 0;}

.highlight {
	color: #fff;
	background: #6f8708;
	padding: 2px;
	}
	
#navigation {
	padding: 0;
	list-style: none;
	}
	
#navigation li {
	margin: 0 0 15px 0;
	}
	
#navigation li.sub-link {
	margin: -10px 0 15px 5px;
	line-height: 18px;
	}
	
#navigation li.third-lvl {
	margin: -10px 0 15px 5px;
	padding: 0;
}
	
#content-main ul {
	margin: 0;
	padding: 0;
	list-style: none;mas
	}	

#content-main ul li {
	padding-left: 15px;
	background: url(../img/gr_bullett.gif) no-repeat left top;
	font-weight: bold;
	font-size: 90%;
	line-height: 250%;
}
	
	
.blurb {
	margin: 35px 10px 0 40px;
	padding: 0;
	width: 195px;
	float: left;
	}
	
.blurb dt {
	font-size: 150%;
	color: #6f8708;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px 0;
	letter-spacing:0.1em;
	}
	
.blurb dd {
	margin: 0;
	padding: 0;
	line-height:1.5em;
	}
	
.blurb dd.author {
	color: #6f8708;
	background: url(../img/author.gif) left no-repeat;
	margin: 15px 0 0 0;
	padding: 5px 0 5px 20px;
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
	}

.blurbmn {
	margin: 5px 10px 0 40px;
	padding: 0;
	width: 490px;
	float: left;
	}
	
.blurbmn dt {
	font-size: 150%;
	color: #6f8708;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px 0;
	letter-spacing:0.1em;
	}
	
.blurbmn dd {
	margin: 0;
	padding: 0;
	line-height: 2em;
	}
	
.blurbmn dd.author {
	color: #6f8708;
	background: url(../img/author.gif) left no-repeat;
	margin: 15px 0 0 0;
	padding: 5px 0 5px 20px;
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
	}
	
#masthead-right dl, #masthead-right dl dt, #masthead-right dl dd {
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
	}
	
#masthead-right dl dt {
	width: 254px;
	}	
	
#masthead-right dl dd {
	float: right;
	padding-top: 55px;
}
	
.line {margin-top: 275px;}

.line-wide {
margin: 0 0 0 188px;
line-height: 50%;
}

.address-home {
	color: #999;
	padding: 0 0 0 180px;
	font-size: 90%;
	line-height: 185%;
	}
	
.address {
	color: #999;
	padding: 0 0 0 350px;
	margin: 0;
	font-size: 95%;
	line-height: 250%;
	}
	
blockquote {
	margin: 10px 0 0 0;
	padding: 2px 0 0 0;
	/*text-transform: uppercase;*/
	color: #6f8708;
	font-size: 95%;
	line-height: 300%;
	border-top: 15px solid #999;
	font-weight: bold;
	letter-spacing:1px;
	font-family: Verdana;
	}
	
blockquote p {margin: 0;}

#middle_alt {
	width: 203px;
	float: left;
}

.press_container {
	width: 690px;
	padding: 0 25px 5px;
	margin: 0;
}

#media_window {
	position: relative;
	background-color: #ededed;
	width: 790px;
	height: 192px;
	overflow: hidden;
}

#media_container {
	position: relative;
	left: 40px;
	background-color: #ededed;
	padding: 10px 10px 10px 0px;
	width: 3000px;
	height: 172px;
	overflow: visible;
}

.media_thumb_button {
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 10px;
	background-color: #FFFFFF;
}

.media_thumb_button img {
	border: none;
	width: 110px;
}

.media_thumb_button a {
	border-bottom: 0px;
}

#news_window {
	position: relative;
	background-color: #ededed;
	width: 790px;
	height: 192px;
	overflow: hidden;
}

#news_container {
	position: relative;
	left: 40px;
	background-color: #ededed;
	padding: 10px 10px 10px 0px;
	width: 3000px;
	height: 172px;
	overflow: visible;
}

.news_thumb_button {
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 10px;
	background-color: #FFFFFF;
}

.news_thumb_button img {
	border: none;
	width: 110px;
}

.news_thumb_button a {
	border-bottom: 0px;
}

#press_more_button {
	position: absolute;
	right: 0px;
	top: -10px;
	background-color: #ededed;
	width: 40px;
	height: 200px;
}

#press_less_button {
	position: absolute;
	left: 0px;
	top: -10px;
	background-color: #ededed;
	width: 40px;
	height: 200px;
}

#media_more_button_graphic {
	padding-top: 70px;
	padding-left: 9px;
	cursor: pointer;
}
#media_less_button_graphic {
	padding-top: 70px;
	padding-left: 9px;
	cursor: pointer;
	display: none;
}
#news_more_button_graphic {
	padding-top: 70px;
	padding-left: 9px;
	cursor: pointer;
}
#news_less_button_graphic {
	padding-top: 70px;
	padding-left: 9px;
	cursor: pointer;
	display: none;
}


#alternate_left_services {
	width: 690px;
	float: left;
	padding: 0 25px 5px;
	margin: 0;
	line-height: 250%;
}
#alternate_left {

	width: 490px;
	float: left;
	padding: 0 25px 5px;
	margin: 0;
	line-height: 250%;
}

#alternate_left_1 {

	width: 490px;
	float: left;
	padding: 0 25px 10px;
	margin: 0;
	line-height: 150%;
}

#alternate_wide {

	width: 450px;
	float: left;
	padding: 0 0px 50px;
	margin: 0;
	line-height: 150%;
}
#service_bak {
	width: 204px;
	float: right;
	margin-left: 20px;
	border:3px solid #FF0000;
	
}
#service_bak a {
	border-bottom: none;
	
}
#alternate_right {
	width: 204px;
	float: right;
	line-height: 250%;
}

#alternate_right_ver2 {
	width: 214px;
	float: right;
	line-height: 250%;
}

#alternate_right_ver2 ul {
	
}

#alternate_right_ver2 ul li {
	/*background: url(../img/author.gif) no-repeat left top; */
	background:none;
	padding-bottom:10px;
	text-decoration: none;
	border-bottom: none;
	
}
#alternate_right_ver2 ul li a{
	
	text-decoration: none;
	border-bottom: none;
	
}
#alternate_right_ver2 ul li a.selected {
	
	color: #76a12d;
	
}



#one_column {
	width: 610px;
	float: left;
	padding: 0 25px 50px;
	margin: 0;
	line-height: 250%;
}

#even_left {
	width: 300px;
	float: left;
	padding: 0 25px 50px;
	margin: 0;
	line-height: 250%;
}
#even_right {
	width: 300px;
	float: right;
	line-height: 250%;
}
.inden_list {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

h6 {
	margin: 0;
	padding: 0;
}

h6 a {
	color: #FFFFFF;
	background: #7d7d7d url(../img/expand.gif) no-repeat 1% 50%;
	display: block;
	border-bottom: 1px none #e7e7e7;
	font-size: 170%;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 5px 0 5px 30px;
}

h6 a em {
	font-weight: normal;
}

h6.h6on a {
	background-image: url(../img/collapse.gif);
}

h6 a:hover {
	border-bottom-style: none;
	color: #CCCCCC;
}

.mgtbox {
	background: url(../img/mgt-grad.jpg) repeat-x;
	height: 500px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

.bio-img {
	float: right;
}

.mgtbox p {
	margin-right: 150px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-top: 0;
	margin-bottom: 0;
}
#content-main li ul li {

	padding-left: 15px;
	background: url(../img/gr_bullett.gif) no-repeat left 10%;
	font-weight: bold;
	font-size: 90%;
	line-height: 250%;
}
.blurbNews {

	margin: 5px 10px 0 40px;
	padding: 0;
	width: 165px;
	float: left;
}
.blurbNews dd {
	margin: 0;
	padding: 0;
	line-height:1.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.blurbNews dt {

	font-size: 150%;
	color: #6f8708;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px 0;
	letter-spacing:0.1em;
}

/*  added by Busby Swann on 11/3/09  */

.careers_line-wide {
	margin: 0 0 0 210px;
	line-height: 50%;
}

#careers_content {
	width: 1043px;
	float: left;
}


#careers_content-main {
	width: 810px;
	float: left;
	padding: 0;
}

#careers_alternate_left {
	width: 490px;
	float: left;
	padding: 0 25px 5px;
	margin: 0;
	line-height: 180%;
}

#careers_top_left {
	float:left;
	width: 250px;
	font-size: 11px;
	line-height: 20px;
}

#careers_alternate_left h5 {
	color: #6f8708;
	text-transform: none;
	font-family: Helvetica,Verdana,sans-serif;
	font-weight: normal;
	margin: 0 0 15px 0px;
	font-size: 24px;
	line-height: 30px;
	letter-spacing:0px;
	padding-top: 4px;
}

#careers_top_right {
	position: relative;
	float:left;
	text-align: center;
	width: 240px;
	height: 270px;
	overflow: hidden;
	/*border-bottom-style: solid;*/
	/*border-bottom-width: 1px;*/
	/*border-bottom-color: #999999;*/
	margin-bottom: 20px;
}

.careers_bold_notice {
	color: #6f8708;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.career_large_overlay_image {
	position: relative;
	top: -5px;
	width: 200px;
	/*height: 550px;*/
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

.gridNavigation {
	border-bottom: none;
}
.gridNavigation:hover {
	border-bottom: none;
}

#careers_grid_area {
	float:left;
	padding: 0px 0px 0px 0px;
	width: 490px;
}

#careers_grid {
	position: relative;
}

#careers_grid_left_nav {
	position: absolute;
	top: 120px;
	width: 25px;
	height: 62px;
	/*background-color: blue;*/
}

#careers_grid_right_nav {
	position: absolute;
	right: 0px;
	top: 120px;
	width: 25px;
	height: 62px;
	/*background-color: green;*/
}

#careers_grid_content_holder {
	position: relative;
	left: 25px;
	width: 440px;
	overflow: hidden;
}

#careers_grid_content {
	position: relative;
	height: 310px;
	/*overflow: hidden;*/
}

.career_grid_column {
	position: absolute;
}

.career_person {
	position: absolute;
	width: 82px;
	height: 98px;
	background-color: #FFFFFF;
}

.career_person_thumb_container {
	position: absolute;
	width: 82px;
	height: 82px;
	overflow: hidden;
}

.career_person_thumb {
	position: relative;
	border: none;
}

.career_person_name_container {
	position: absolute;
	width: 82px;
	text-align: center;
	left: 0px;
	bottom: -4px;
	color: #669933;
	font-size: 10px;

}
#careers_bio_wrapper {
	position: relative;
	padding: 6px 0px 6px 0px;
	top: 60px;
	right: 20px;
	border-left: 1px solid #89b23c;
	height: 300px;
	width: 240px;
}

#careers_bio_container {
	position: relative;
	height: 300px;
	width: 230px;
	padding-right: 14px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 13px;
	font-family: Helvetica, Arial;
	color: #000000;
	line-height: 18px;
}

#careers_bio_container_top_bracket {
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 1px solid #89b23c;
	height: 0px;
	width: 27px;
}
#careers_bio_container_bottom_bracket {
	position: absolute;
	top: 311px;
	left: 0px;
	border-top: 1px solid #89b23c;
	height: 0px;
	width: 27px;
}

#careers_bio_name {
	position: relative;
	top: 10px;
	left: 10px;
	font-weight: bold;
	width: 205px;
	height: 18px;
	padding-left: 2px;
	background-color: #76a32e;
	border-top: 1px solid #bad095;
	border-left: 1px solid #bad095;
	border-right: 1px solid #bad095;
}

#careers_bio_title {
	position: relative;
	top: 10px;
	left: 10px;
	width: 205px;
	height: 18px;
	padding-left: 2px;
	background-color: #76a32e;
	border-bottom: 1px solid #bad095;
	border-left: 1px solid #bad095;
	border-right: 1px solid #bad095;
}

#careers_bio_text {
	position: relative;
	top: 26px;
	left: 10px;
	padding-bottom: 36px;

}

object {
	outline: none;
}

.leadership_line-wide {
	margin: 0 0 0 210px;
	line-height: 50%;
}


#leadership_content {
	width: 1043px;
	float: left;
}

#leadership_content-main {
	width: 822px;
	float: left;
	padding: 0;
}
#leadership_alternate_left {
	width: 573px;
	float: left;
	margin: 0;
	line-height: 180%;
}

#leadership_alternate_left h5 {
	color: #6f8708;
	text-transform: none;
	font-family: Helvetica,Verdana,sans-serif;
	font-weight: normal;
	margin: 0 0 15px 0px;
	font-size: 24px;
	letter-spacing:0px;
	padding-top: 4px;
}

#leadership_alternate_left_top {
	float:left;
	width: 573px;
}

#leadership_alternate_left_top p {
	padding-right: 10px;
}

#leadership_alternate_right {
	position: relative;
	width: 204px;
	float: right;
}

#leadership_bio_wrapper {
	position: absolute;
	padding: 6px 0px 6px 0px;
	top: 180px;
	left: -45px;
	border-left: 1px solid #89b23c;
	height: 300px;
	width: 240px;
}



