@import url(style_editor_3051.css);
a, a:link {
	color: #017f00;
}
a:visited {
	color: #017f00;
}
body {
	background-color: #fff;
}
body, p, td, th, li {
	
		font-size: 9.5pt;
	
	
		font-family: arial,sans-serif;
	
}

.menu, a:link.menu, a:visited.menu {
	color: #fff;
	font-size: 11px;
	font-family: arial,sans-serif;
}
#menuList {
	background-color: #000;
}
#menuList li a {
	border-right: 1px solid #fff;
}
/*********************************** GLOBAL RESET / CLEARFIX */

* {
 font-weight: inherit;
 font-family: inherit;
 font-style: inherit;
 font-size: 100%;
 padding: 0;
 margin: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
}

table {
 border-collapse:collapse;
 border-spacing:0;
}

fieldset,img { 
 border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
 font-style:normal;
 font-weight:normal;
}

caption,th {
 text-align:left;
}

h1,h2,h3,h4,h5,h6 {
 font-size:100%;
 font-weight:normal;
}

q:before,q:after {
 content:'';
}

abbr,acronym { 
 border:0;
}

img {
 border:0;
 color:#FFFFFF;
/***IE image smoothing***/
 -ms-interpolation-mode: bicubic;
}

/*** Clearfix (append .clearfix to divs with floated elements inside) ***/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*********************************** BODY / GLOBAL STYLES */

body.externalSite {
 margin: 0;
 padding: 0;
 margin-left: auto;
 margin-right: auto;
 background-color: #ffffff;
 text-align: center; /*** to center site in IE6, IE7 ***/
 word-wrap:break-word;
}

h1, h2, h3, h4, h5, h6 {
 padding-bottom: .5em;
 background-color: transparent;
 display: block;
 text-align: left;
}

h1 {
 font-size: 1.8em;
}

h2 {
 font-size: 1.6em;
}

h3 {
 font-size: 1.4em;
}

h4 {
 font-size: 1.3em;
}

h5 {
 font-size: 1.2em;
}

h6 {
 font-size: 1.1em;
}

p {
 line-height: 1.5em;
 padding-bottom: 1.5em;
}

a, a:link, a:visited {
 text-decoration: none;
 cursor: pointer;
}

a:hover {
 text-decoration: underline;
}

strong, b {
 font-weight: bold;
}

em, i {
 font-style: italic;
}

li {
 margin-bottom: 1em;
 padding-left: .5em;
}

ul, ol {
 margin-bottom: 1em;
 padding-left: 2.5em;
}

/*********************************** GLOBAL STYLES */

.tiny {
 font-size: .8em;
}

.left {
 float:left;
}

.right {
 float:right;
}

/*** fancy header used for injected document list ***/
.section_header_container {
 border-bottom:1px solid #CEDF8B;
 /*border-top:3px solid #88AF00;*/
 clear:both;
 display:block;
 float:left;
 margin-bottom:1em;
 padding-bottom:0.25em;
 /*padding-top:0.75em;*/
 width:100%;
}

.section_header {
 color: #009900; 
 float: left;
 font-size: 1.6em; 
 font-weight: normal; 
 margin-bottom: 0.25em;
}

h3.section_header {
 padding: 0;
 *padding-bottom: .25em;
 margin: 0;
 margin-bottom: 0.25em;
}

h3.section_header img {
 left:0;
 margin-bottom:-11px;
 margin-right: 5px;
 position:relative;
 top:-5px;
}

.section_header_container .more_link {
 float: right;
 font-size: .8em;
 margin-top: .6em;
}

.section_header_container .more_link a,
.section_header_container .more_link a:hover,
.section_header_container .more_link a:visited, 
.section_header_container .more_link a:active {
 color: #009900;
}

.link_withGreenArrow {
 background:url("/clients/3051/356515.gif") no-repeat scroll 0 7px transparent;
 clear:both;
 display:block;
 padding-left:0.75em;
}

/*********************************** MENU CSS */

#menuBar {
 background-color: transparent;
 z-index: 2 !important;
 border-bottom:1px solid #009900;
 width: 100%;
 height: 21px;
 /*** IE 6 ***/
 position:relative; /*** makes menu float above absolute positioned items ***/
}

.sf-menu {
 margin-bottom:0;
}

/*** to change width of the menu items ***/
.sf-menu ul {
 width:18em; /*** make styles below "left:;" same as this ***/
}

/***IE***/
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
 left:17.75em; /*** make same width as .sf-menu ul ***/
 /***IE6***/
 left:18em;
}

/***Firefox, Safari, etc.***/
div > ul.sf-menu li li:hover ul, div >  ul.sf-menu li li.sfHover ul {
 left:18em; /*** make same width as .sf-menu ul ***/
}

/***IE***/
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
 left:17.75m; /*** make same width as .sf-menu ul ***/
 /***IE6***/
 left:18em;
}

div > ul.sf-menu li li li:hover ul, div > ul.sf-menu li li li.sfHover ul {
 left:18em; /*** make same width as .sf-menu ul ***/
}

/*** Menu Level One ***/
.sf-menu li {
 background-color: #A7D11C;
 font-size: 8pt;
 font-weight: bold;
}

.sf-menu a {
 border-top:0;
 border-left:0;
 text-decoration: none;
}

.sf-menu li a:active {
 background-color: #99CC00;
}

.sf-menu li a {
 border-right: 2px solid #ffffff;
 padding:5px;
}

.sf-menu li a, .sf-menu li a:visited  {
 color: #ffffff;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu li a:focus, .sf-menu li a:hover {
 background-color: #009900;
 text-decoration: none;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li a:hover {
 background-color: #017F00;
}

/*** Menu Level Two ***/
.sf-menu li li {
 font-size: 1em;
 background-color: #ffffff;
 font-weight: normal;
}

.sf-menu li li a {
 border-right: 0px;
 border-bottom: 1px solid #DDFFBB;
 padding:8px 12px;
}

.sf-menu li li a, .sf-menu li li a:visited  {
 color: #017F00;
}

.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
 color: #017F00;
 background-color: #DDFFBB;
}

/*** Menu Level Three ***/
.sf-menu li li li {
 font-size: 1em;
 background-color: #ffffff;
 font-weight: normal;
}

.sf-menu li li li a {
 border-left: 0px;
 border-bottom-color: #DDFFBB;
 padding:8px 12px;
}

.sf-menu li li li a, .sf-menu li li li a:visited  {
 color: #009900;
}

.sf-menu li li li:hover, .sf-menu li li li.sfHover, .sf-menu li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li a:active {
 color: #017F00;
 background-color: #DDFFBB;
}

.sf-menu li ul {
 border: 2px solid #DDFFBB;
 margin-top: -5px;
}

/*** DROPDOWN ARROWS **/

a > .sf-sub-indicator {
 top: .5em;
 background-position: 0 -100px;
}


/*********************************** CONTAINER */

/*** Main container of all divs, change site width here ***/
#container {
 width: 960px;
 margin: 0;
 padding: 0;
 margin:0 auto;
 background-color: transparent;
 text-align: left;
position:relative;
}

/*********************************** TOP MENU */

/*** Holds menu items in top right corner of site ***/
.top_menu {
 float: right;
 display:block;
}

#topLinks {
 padding-bottom:1em;
 text-align:right;
 color:#A7D11C;
 font-size:8.5pt;
}

#topLinks a {
 padding:.25em;
}

/*********************************** BANNER */

#bannerWrapper {
 display: block;
 clear: both;
 height:76px;
 padding:13px 0;
 width:100%;
}

#bannerBar {
 width: 55%;
 float: left;
 background-color: transparent;
}

#bannerBar p {
 margin: 0;
 padding: 0;
 line-height: 0;
}

#logo {
 border-right:1px solid #CEEFB3;
 display:block;
 float:left;
 height:75px;
 width:69px;
 margin-right: 1em;
}

#siteTitle {
 color: #017F00;
 display: block;
 float: left;
 position:relative;
 top:25px;
}

#siteTitle h2 {
 font-size:2em;
}

/*********************************** BODYCONTENT */

/*** Holds all content divs ***/
#bodyContent {
 padding-top: 1em;
 padding-bottom: 1.5em;
 clear: both;
 background-color: #FFFFFF;
 z-index: 1 !important;
}

#homepage #bodyContent {
 background: #FFFFFF url(/clients/3051/356479.gif) repeat-y 0 0;
}

/*********************************** GUEST/USERBAR */

/*** User/guest bar when signed in to site ***/
#guestBar {
 background-color:#F6FFEF;
 border:1px solid #CEDF8B;
 color:#555555;
 font-size:0.85em;
 height:1.25em;
 margin-bottom:1.5em;
 margin-left:auto;
 margin-right:auto;
 padding:0.5em 1em;
}

#guestBar a {
 padding: .25em;
 cursor: pointer;
 cursor: hand;
}

#guestBar a:hover {
 color: #111111;
 background-color: #e1e2e3;
}

/*********************************** BREADCRUMBS */

#breadcrumbs {
 display:block;
 clear:both;
 margin-bottom:1em;
 font-size:0.9em;
 color:#666666;
}

.crumb_arrow {
 background:url("/clients/3051/356475.gif") no-repeat scroll 5px 3px transparent;
 padding-left:5px;
 padding-right:5px;
}

/*** You are here: ***/
.crumb_here {
}

/*** Home link ***/
.crumb_home {
}

/*** Parent Folder ***/
.crumb_parent {
}

/*** Doctype ***/
.crumb_type {
}

/*** Page Title ***/
.crumb_title {
}

/*** Page Title ***/
.crumb_title:active, .crumb_title:focus {
 font-weight:bold;
}

/*********************************** CONTENT */

/*** Default content holder ***/
#content {
 padding-left: 20px;
 padding-right: 20px;
 margin-bottom: 1.5em;
 width: 920px;
}

/*** If shows recent updates ***/
#content_withRecentUpdates {
 display:block;
 float:left;
 padding-right:15px;
 width:620px;
}

div > #content_withRecentUpdates {
 width:600px;
}

/*** Folder ***/
#content_doctype {
 margin-bottom: 1.5em;
 width: 960px;
}

/*** Parent folder (if shows doctype children) ***/
#content_parentDoctype {
 margin-bottom:1.5em;
 width:960px;
}

/*********************************** FOOTER */

#footer_wrapper {
 color: #666666;
 background: #ffffff url(/clients/3051/356507.gif) scroll repeat-x top left;;
 clear:both;
 display:block;
 float:left;
 width:100%;
}

#footer {
 margin-left:auto;
 margin-right:auto;
 width:960px;
}

#footer .column {
 float:left;
 width:33.3%;
}

.footerLinks {
 float:left;
 padding:15px 0;
 width:250px;
}

.footerLinks h3 {
 border-bottom:3px solid #E2E2E2;
 margin-bottom:0.5em;
 padding-bottom:0.25em;
 width:250px;
}

.footerLinks ul {
 margin:0;
 padding:0;
 list-style-type: none;
 width:250px;
}

.footerLinks li {
 border-bottom:3px solid #CEDF8B;
 clear:both;
 display:block;
 float:left;
 font-size:9pt;
 line-height:1.5em;
 margin-bottom:0.5em;
 padding:0 0 5px 1px;
 text-align:left;
 width:249px;
}

#social {
}

#social li {
 padding:0 0 5px 20px;
 width:249px;
}

div > #social li {
 padding:0 0 5px 20px;
 width:230px;
}

#social #twitter {
 background:url("/clients/3051/356463.gif") no-repeat scroll 0 0 transparent;
}

#social #facebook {
 background:url("/clients/3051/356455.gif") no-repeat scroll 0 0 transparent;
}

#social #youtube {
 background:url("/clients/3051/356467.gif") no-repeat scroll 0 0 transparent;
}

#social #flickr {
 background:url("/clients/3051/356459.gif") no-repeat scroll 0 0 transparent;
}

#social #website {
 background:url("/clients/3051/365651.gif") no-repeat scroll 0 0 transparent;
}

#resources {
 float:none;
 margin-left:auto;
 margin-right:auto;
}

#links {
 float:right;
}

#copyrightNotice {
 padding-top:1em;
 padding-bottom:1em;
 text-align: center;
 font-size: .8em;
 background-color: transparent;
}

.siteAgency {
 padding: .5em;
}

.powered_by_pier {
 clear:both;
 color:#cccccc;
 display:block;
 font-size:8.5pt;
 margin:1em auto;
 padding:0.5em;
 width:25em;
}

.powered_by_pier a {
 clear:both;
 color:#fff;
 display:block;
 font-size:8pt;
 padding:0.5em;
}

/*********************************** DOCUMENT HEADERS */

.headline_wrapper {
 border-bottom:1px solid #FFFFFF;
 margin-bottom:0.75em;
}

h1.headline {
 font-weight: normal;
 color: #017F00;
}

h2.subheading {
 font-weight: normal;
}

/*********************************** DOCUMENTS */

/*** Holds document date, number, logo and immediate release ***/
.content_top {
 clear:both;
 display:block;
 float:left;
 line-height:1.5em;
 width:100%;
 margin-bottom:1em;
}

#forImmediateRelease {
 margin:0;
 padding:0;
 font-weight: bold;
}

#postDateBar {
 margin: 0;
 padding: 0;
 padding-top: 1em;
 background-color: transparent;
 color: #666666;
 float: left;
 font-style: italic;
 font-weight: normal;
}

#contactInfo {
 padding-top: 1em;
}

#headlines {
 text-align: left;
 font-weight: normal;
}

#headlines .subheading {
 font-size: 1em;
 font-weight: normal;
}

.signature {
 color: #666666;
 font-style: italic;
 line-height: 1.5em;
 padding-bottom: 1em;
 margin-top: 1.5em;
}

/*********************************** IMAGES */

/*** Important, forces max image widths cross-browser ***/
#content img {
 max-width: 650px; 
 width: expression(this.width > 650 ? 650: true);
}

#content .typeimage img {
 max-width: 75px; 
 width: expression(this.width > 75 ? 75: true);
}

.injectedDocumentList .typeimage img {
 max-width: 300px; 
 width: expression(this.width > 300 ? 300: true);
}

/*** When displaying uploaded photos ***/
.imageDocument {
 background-color:#F9F9F9;
 border:1px solid #CCCCCC;
 margin-left:auto;
 margin-right:auto;
 max-width:600px;
 padding: .5em;
}

.imageDocument p {
 margin:0;
 padding:0;
}

.caption {
 margin-top:.5em;
}

.caption p {
 background-color:#FFFFFF;
 border:1px solid #E1E3E4;
 color:#555555;
 font-size:.9em;
 margin: 0;
 padding:1em;
}

#gallery_wrapper {
 margin-left:1em;
}

div.gallery {
 float:left;
 height:16em;
 margin-bottom:1em;
 margin-left:0.5em;
 margin-right:0.5em;
 overflow:hidden;
 width:23%;
}

.imageWrapper {
 background-color: #f9f9f9;
 border: 1px solid #cccccc;
 background:transparent url(/clients/2252/263474.png) repeat-x scroll 0 0;
 padding:0.5em;
 height:185px;
 overflow:hidden;
}

.imageWrapper img {
 background-color: #ffffff;
 padding: .25em;
 border: 1px solid #cccccc;
}

.imageCenter {
 height: 135px;
}

.imageName {
 background-color:#FFFFFF;
 border:1px solid #E9E9E9;
 font-size:0.9em;
 margin-top:0.25em;
 padding:0.5em;
}

/*********************************** DOCUMENT LISTS (FOLDER VIEW) */

#documentTypeName {
 border-bottom:3px solid #EEEEEE;
 padding-top:0.5em;
 margin-bottom:1em;
 color: #017F00;
}

.odd {
 padding: 1em;
 display: block;
 background-color: #f9f9f9;
 border-bottom: 1px dotted #cccccc;
 border-top: 1px dotted #cccccc;
 list-style-type: none;
 float: left;
 width:93%;
}

.even {
 background-color:#FFFFFF;
 display:block;
 list-style-type:none;
 padding:0 1em;
 float: left;
 width:93%;
}

#archiveMessage, #documentTypeDescription, #documentTypeChildren {
 padding-bottom: .5em;
 margin-bottom: .5em;
}

#documentTypeChildrenList a {
 font-size: 1.2em;
}

#documentList .odd .uploadedIconLarge {
 margin: 0;
 padding: .25em;
 border: 1px solid #cccccc;
 background-color: #ffffff;
 float:right;
}

#documentList .even .uploadedIconLarge {
 margin: 0;
 padding: .25em;
 border: 1px solid #cccccc;
 background-color: #f1f1f1;
 float:right;
}

#documentList .extraInfo {
 float: right;
 text-align: right;
 width:20%;
}

#documentList .documentInfo {
 float: left;
 width:75%;
}

#documentList .uploadCaption {
 background-color:#FFFFFF; 
 border:1px solid #E1E3E4;
 color:#555555;
 font-size:0.9em;
 margin:0;
 padding:1em;
}

#documentList .odd .documentType {
 background-color:#FFFFFF;
 clear:both;
 color:#777777;
 display:block;
 float:right;
 font-size:0.9em;
 margin-top:0.5em;
 padding:0.5em;
 max-width:125px;
}

#documentList .even .documentType {
 background-color:#F5F5F5;
 clear:both;
 color:#777777;
 display:block;
 float:right;
 font-size:0.9em;
 margin-top:0.5em;
 padding:0.5em;
 max-width:125px;
}

.postDate {
 color:#555555;
 font-size:0.8em;
 margin:0 0 0.5em;
 padding:0;
}

#documentList .headline {
 margin:0;
 margin-bottom:.25em;
 padding:0;
}

#documentList .subheading {
 margin:0;
 margin-bottom:.5em;
 padding:0;
 color:#444444;
 font-size:0.95em;
}

#archiveFooter {
 border-top: 1px dotted #CCCCCC;
 margin-bottom: 2em;
 margin-top: 2em;
 padding: 0.5em;
 text-align: center;
 clear: both;
}

.pager {
 color: #555555;
 font-size: 0.9em;
 padding: 1em;
 text-align: center;
 display: block;
 clear: both;
}

.pager .pager_selected {
 font-weight: bold;
}

#notFound {
 display: none;
 clear: both;
}

/*********************************** CUSTOM FOLDER VIEW (FOLDERS W/IMAGE BANNER) */

#customFolderView_left {
 float:left;
 margin-right:25px;
 width:650px;
}

h1#customFolderView_leftTitle {
 margin:0;
 padding:.5em;
 background-color:#FFFFFF;
 position:absolute;
 color:#017F00;
 font-size:2em;
 z-index: 1 !important;

 /***Opacity***/
 filter: alpha(opacity=75); /* internet explorer */
 -khtml-opacity: 0.75;      /* khtml, old safari */
 -moz-opacity: 0.75;       /* mozilla, netscape */
 opacity: 0.75;           /* fx, safari, opera */
}

#customFolderView_right {
 float:right;
 width:285px;
 /***IE6***/
 _width:285px;
}

#customFolderView_right ul {
 margin:0;
 padding:0 10px;
}

#customFolderView_right li {
 background:url("/clients/3051/356515.gif") no-repeat scroll 0 7px transparent;
 border:0 none;
 margin:0 0 10px;
 padding:0 0 0 10px;
}

#customFolderView_right li .postDate {
 display:none;
}

h2#customFolderView_rightTitle {
 margin:0;
 padding:.5em;
 background-color:#017F00;
 color:#ffffff;
 font-size:1.1em;
}

#customFolderView_rightContent {
 background-color:#E1F4D1;
 padding-bottom:0.5em;
 padding-top:0.75em;
}

#customFolderView_rightContent a {
 font-size:1em;
}

#customFolderView_rightContent #documentList .documentInfo {
 width:100%;
 /***IE6***/
 _width:99%;
}

#customFolderView_rightContent #documentList .extraInfo {
 clear:both;
 float:left;
 text-align:left;
 width:100%;
 display:none;
}

#customFolderView_rightContent #documentList .odd .uploadedIconLarge {
 float:left;
}

/*********************************** INJECTED DOCUMENTS */

.injectedDocumentList {
 list-style-type: none;
}

ul.injectedDocumentList {
 margin: 0;
 padding: 0;
 display: block;
}

.injectedDocumentList li {
 display: block;
 clear: both;
 margin: 0;
 margin-bottom: 1em;
 padding: 0;
 padding-bottom: .5em;
 border-bottom: 1px dotted #E1E2E3;
}

.injectedDocumentList .date {
 color:#666666;
 display:block;
 font-size:8pt;
 padding-bottom:0.5em;
}

.injectedDocumentList .headline {
 display: block;
 padding-bottom: .25em;
}

.injectedDocumentList .subheading {
 display: block;
 padding-bottom: .25em;
 color: #444444;
 font-size:.95em;
}

.injectedDocumentList .documentInfo_wrapper {
 clear:both;
 display:block;
 float:left;
 width:100%;
}

.injectedDocumentList .documentInfo_drafted {
 float:left;
 display:block;
}

.injectedDocumentList .fileInfo {
 clear: both;
 display: block;
 margin: 0;
 padding: 0;
 width: 100%;
}

.injectedDocumentList .typename {
 background-color: #F5F5F5;
 color: #777777;
 display: block;
 float: left;
 font-size: 0.9em;
 margin-bottom: 0.5em;
 padding: 0.5em;
 width: 100%;
}

.injectedDocumentList .typeimage {
 /*float: right;*/
 display: block;
}

.injectedDocumentList .typeimage img {
 /*background-color:#F9F9F9;
 border:1px solid #CCCCCC;
 padding:3px;*/
}

/*********************************** INJECTED FEEDS */

.injectedFeedList {
 list-style-type: none;
 overflow: hidden;
}

ul.injectedFeedList {
 margin: 0;
 margin-bottom: 1em;
 list-style-type: none;
 padding:0 0 0 .25em;
}

.injectedFeedList li {
 display: block;
 clear: both;
 margin: 0;
 padding: 0;
 padding-bottom: .25em;
 margin-bottom: .5em;
 border-bottom: 1px dotted #E1E2E3;
 background: url(/clients/3051/356515.gif) no-repeat scroll 0px .4em;
}

.injectedFeedList li a {
 display:block;
 padding-left:1em;
}

.injectedFeedList li .tiny a {
 display:inline;
 padding-left:0;
}

.injectedFeedList .headline {
 display: block;
 padding-bottom: .25em;
}

.injectedFeedList .tiny {
 display:inline;
 padding-bottom:0.5em;
 padding-left:1.3em;
 padding-top:0.5em;
}

.injectedFeedList .title {
 display: block;
 padding-bottom: .25em;
}

.injectedFeedList .summary {
 display: block;
 padding-bottom: .25em;
 color: #444444;
 font-size:.95em;
}

.injectedFeedList .documentInfo_wrapper {
 width: 100%;
}

.injectedFeedList .fileInfo {
 clear: both;
 display: block;
 margin: 0;
 padding: 0;
 width: 100%;
}

.injectedFeedList .typename {
 background-color: #F5F5F5;
 color: #777777;
 display: block;
 float: left;
 font-size: 0.9em;
 margin-bottom: 0.5em;
 padding: 0.5em;
 width: 100%;
}

.injectedFeedList .typeimage {
 float: right;
 height: 16px;
 width: 16px;
}

.injectedFeedList .date_typeimage_wrapper {
 clear: both; 
 display: block; 
 height: 1.5em; 
 width: 100%;
}

.injectedFeedList .typeimage img {
 border: 0;
}

/*********************************** NEWS RELEASE AGGREGATE PAGES */

.news_div {
 clear: both;
 margin-bottom: 1em;
}

/*********************************** RECENT UPDATES */

#recentUpdatesBar {
 float:right;
 padding:0 0 0 15px;
 width:330px;
 overflow:auto;
}

#recentUpdatesBar p {
    margin: 0;
    padding: 0;
}

#top_btns {
 margin-bottom: 1em;
 top:145px;

width: 321px; position:absolute; right:10px;
}

#recentUpdates_list {
 clear:both;
 display:block;
 height:750px;
 overflow:auto;
 padding-right:10px;
 width:315px;
}

div > #recentUpdates_list {
 width:320px;
}

.recentUpdates_title {
 background-color: #E1E2E3;
 border-bottom: 1px solid #CCCCCC;
 border-top: 1px solid #CCCCCC;
 color: #444444;
 padding: .25em;
}

#recentUpdatesBar ul {
 margin: 0;
 padding: 0;
}

#recentUpdatesBar li {
 margin: 0;
 margin-bottom: .5em;
 padding: 0;
 padding-bottom: .5em;
}

#recentUpdatesBar .tiny {
 color: #666666;
 font-size: .8em;
}

#recentUpdatesBar .headline {
 display: block;
 font-weight: normal;
 margin-bottom: .25em;
 margin-top: .25em;
}

#recentUpdatesBar .subheading {
 color: #333333;
 font-size: .9em;
 margin-top: .25em;
 text-align: left;
}

#recentUpdatesBar .documentInfo {
 padding-left: 0;
}

#recentUpdatesBar .documentInfo_drafted {
 width:100%;
}

#recentUpdatesBar .typeimage {
 display:none;
}

#recentUpdatesBar .typename {
 background-color:#FFFFFF;
}

#recentUpdatesBar .uploadCaption {
 display:none;
}

#recentUpdatesBar .autoImage {
 clear:both;
}

#recentUpdatesBar .autoImage span.headline {
 display:none;
}

#recentUpdatesBar .autoImage .injectedDocumentList li {
 border:0;
}

#recentUpdatesBar .autoImage .typeimage {
 display:block;
}

#recentUpdatesBar .autoImage .typeimage img {
 max-width: 312px; 
 width: expression(this.width > 312 ? 312: true);
}

div > #recentUpdatesBar .autoImage .typeimage img {
 max-width: 322px; 
 width: expression(this.width > 322 ? 322: true);
}

.activity_summaries_btn {
 background:url("/clients/3047/357679.png") no-repeat scroll 0 0 transparent;
 border:1px solid #DDDDDD;
  clear:both;
 display:block;
 height:75px;
 margin-bottom:1.5em;
 width:312px;
}

.activity_summaries_btn a {
 display:block;
 height:75px;
 width:312px;
 text-decoration:none;
}

td > .activity_summaries_btn {
 width:328px;
}

td > .activity_summaries_btn a {
 display:block;
 height:75px;
 width:328px;
 text-decoration:none;
}

/*********************************** SEARCH (MAIN SEARCH BOX) */

#search_wrapper {
 float:right;
 overflow: hidden;
 padding-top: 5px;
}

#search_form {
 /*border: 1px solid #ccc;*/
 margin: 0;
 padding: 0;
}

#search_form form {
 margin: 0;
 padding: 0;
}

#search {
 padding:0 2px 2px 5px;
 background-color: #FFFFFF;
}

#search input {
 vertical-align: middle;

}

#search img {
 vertical-align: middle;
}

.searchTxt {
color:#666666;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:8pt;
font-style:normal;
font-weight:normal;
margin:0;
padding:0;
text-decoration:none;
vertical-align:middle;
}

html > body .goAnchor {
    cursor: pointer;
    padding: 1px 4px 0;
}

.goAnchor {
    background-color: #009F00;
    border: 0 none;
    color: #FFFFFF;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    height: 16px;
    padding: 0 4px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

/*********************************** 508 COMPLIANCE (SKIP CONTENT AND PLUGINS) */

#skipToContent {
 overflow: hidden;
 position: absolute;
 top: -999em;
}

#plug {
 display:block;
 float:right;
 margin-right:0.5em;
 margin-top:0.5em;
}

#plug span {
 border:1px solid #CCCCCC;
 float:right;
 margin:0;
}

#plug a {
 background-color:#F9F9F9;
 border:1px solid #CCCCCC;
 display:block;
 font-size:0.8em;
 padding:0.5em;
}

#plug a:hover {
 background-color:#f1f1f1;
 border:1px solid #999999;
 display:block;
 font-size:0.8em;
 padding:0.5em;
}

/*********************************** SIGNIN FORM */

#signinFormBanner {
 border-bottom:2px solid #009900; 
 background-color:transparent;
 clear:both; 
 display:block;
 float:left;
 width:100%; 
 padding-bottom: 1em;
}

#signinFormContainer {
 float:left;
 width:100%;
}

#signinFormDiv {
 background-color:transparent;
 margin:10em auto;
 text-align:left;
 width:570px;
 margin:2em auto 0;
}

#signinFormDiv .formHeader {
 background-color:#FFFF00;
 color:#009900;
 font-size:1.25em;
 margin-top:0;
 padding:0.5em;
}

#signinFormDiv .formMessage {
 padding:1em 0.5em;
}

#signinFormDiv .formWrapper {
border:1px solid #C4E26A;
padding:.5em;
}

#signinFormDiv .formField {
 border: 0;
 background-color: #ffffff;
 padding: .5em;
 margin: 0;
}

#signinFormDiv .formField input {
 clear: none;
 padding: .5em;
 width: 20em;
 border: 1px solid #cccccc;
}

#rememberMe {
 clear:both;
 margin-bottom:1em;
 padding:0.5em;
}

#rememberMe input  {
 width: 1em;
}

#rememberMe label  {
 font-size: .85em;
}

#signinFormDiv .buttonContainer {
 padding-bottom: 1em;
}

#signinFormDiv .label {
 clear: none;
 float: left;
 width: 9em;
 margin-right:1em;
}

/* receipt confirmation */
#receiptIDForm, #receiptResponseForm, #confirmMessage {
 margin: 50px auto;
 width: 350px;
}

/*********************************** ERRORBOX (FOR FORM ERRORS) */

.errorbox {
 background-color: #FEF8F6;
 border: 1px solid #CD0A0A;
 margin-bottom: 1.5em;
 padding: 1em;
 text-align: left;
 color: #CD0A0A;
 -moz-border-radius-topleft: 10px;
 -moz-border-radius-topright: 10px;
 -moz-border-radius-bottomleft: 10px;
 -moz-border-radius-bottomright: 10px;
 -webkit-border-top-left-radius: 10px;
 -webkit-border-top-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
 -webkit-border-bottom-right-radius: 10px;
}

.errorbox ul {
 margin: 1.5em;
 padding: 0;
}

.errorbox ul li {
 padding-left: 0px;
 margin-left: .5em;
}

/*********************************** SITE OVERVIEW/MAP */

#siteOverview li {
 list-style-type: upper-roman;
 margin-bottom: 1em;
}

#siteOverview li ol {
 margin-bottom: 1em;
 margin-top:1em;
}

#siteOverview li ol li {
 margin-bottom: 1em;
}

#siteOverview ol li {
 list-style-type: upper-alpha;
 margin-bottom: 1em;
}

#siteOverview ol li ol li {
 list-style-type: lower-roman;
}

#siteOverview ol li ol li ol li {
 list-style-type: lower-alpha;
}

/*********************************** FORM HEADERS */

.formHeader {
 border-bottom:3px solid #EEEEEE;
 padding-top:0.5em;
 margin-bottom:1em;
 color: #017F00;
}

/*********************************** FORMS - COMPACT VERSION */

/*** Wrapper around .formFields ***/
.formField_wrapper {
	display: block;
	clear: both;
}

/*** Holds form elements in a group ***/
.formField {
	background-color:#F9F9F9;
	border:1px solid #DDDDDD;
	clear:both;
	display:block;
	float:left;
	margin-bottom:1em;
	padding:0.5em;
	width:32em;
	/***IE6***/
	_width:33em;
}

/*** "Marked* fields are required" message ***/
.formRequired {
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: 3px solid #cccccc;
	font-size: .9em;
	text-align: right;
	color:#CD0A0A;
}

.formField label {
	display:block;
	float:left;
	/*margin-bottom:0.5em;*/
	margin-right:0.5em;
	max-width:450px;
}

.formField input, .formField textarea {
	background-color:#fdfdfd;
	border:2px solid #dddddd;
	clear:both;
	display:block;
	float:left;
	font-size:0.9em;
	color:#555555;
	/*margin-bottom:0.5em;*/
	margin-right:1em;
	padding:0.5em;
	overflow:auto;
	min-width:22em;
}

 @media screen and (-webkit-min-device-pixel-ratio:0) {
.formField input, .formField textarea {
 padding:0;
 padding-left:0.5em;
 padding-right:0.5em;
}
}

.formField select {
	background-color:#fdfdfd;
	border:2px solid #dddddd;
	clear:both;
	display:block;
	float:left;
	font-size:0.9em;
	/*margin-bottom:0.5em;*/
	margin-right:1em;
	padding:0.25em;
}

.formField input:active, .formField input:focus, .formField textarea:active, .formField textarea:focus,
.formField select:active,
.formField select:focus {
	background-color: #FFFFFF;
	border:2px solid #CCCCCC;
	color:#111111;
}

/*** Class for labels ***/
.formField .label {
	clear:both;
	display:block;
	float:left;
	font-size:1em;
	/*margin-bottom:0.75em;*/
	/*margin-top:0.25em;*/
	width: 10em;
}

.formField .label_required {
	color:#CD0A0A;
}

/*** Input, textarea, select container ***/
.formField .answers {
	float: left;
}

/*** Shrink text on answer labels ***/
.formField .answers label {
	font-size: .9em;
}

/*** Radio and checkbox input container ***/
.formField .choices {
	margin-top:0.75em;
}

/*** Override default input styles ***/
.formField .choices input, .formField .choices input:active, .formField .choices input:focus {
	background-color: transparent;
	border: 0px;
	min-width:inherit;
}

/*** Submit and cancel button container ***/
.buttonContainer {
	clear:both;
	display:block;
}

/*** Submit and cancel buttons ***/
.buttonContainer input.button {
	background-color:#f9f9f9;
	border-color:#CCCCCC #999999 #999999 #CCCCCC;
	border-style:solid;
	border-width:2px 3px 3px 2px;
	font-size:0.9em;
	color: inherit;
	padding:0.5em;
	cursor: pointer;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.buttonContainer input.button:hover {
	background-color:#ffffff;
}

/*** Join mailing list checkbox ***/
.formField .joinMail {
	float: left;
}

.formField .joinCheck {
	float: left;
}

.formField .joinCheck input {
	background-color: transparent;
	border: 0px;
	/*margin-top:0.5em;*/
	min-width: 1em;
}

/*** Privacy statement below buttons ***/
.privacyStatement {
	font-size:0.85em;
	font-style:italic;
	line-height:1.5em;
	padding-top:1.5em;
	padding-bottom:1.5em;
}

#captcha {
background-color:#F5F5F5;
border:1px solid #DDDDDD;
clear:both;
display:block;
float:left;
margin-bottom:1em;
padding:1em;
}

#captcha img {
	border:1px solid #DDDDDD;
}

#captchaMessage {
	display:block;
	font-style:italic;
	margin-top:0.75em;
}

#captchaResponse {
background-color:#FDFDFD;
border:2px solid #DDDDDD;
clear:both;
color:#555555;
display:block;
float:left;
font-size:0.9em;
margin-right:1em;
margin-bottom:1em;
min-width:22em;
overflow:auto;
padding:0.5em;
}

/*********************************** SEARCH RESULTS (IN FOLDER VIEW) */

/*** Holds form elements in a group ***/
.compactSearchForm {
	background-color:#F9F9F9;
	border:1px solid #E1E3E4;
	clear:both;
	display:block;
	margin-bottom:1em;
	padding:0.5em;
        margin-left:auto;
        margin-right:auto;
        width:33em;
}

.compactSearchForm label {
	display:block;
	float:left;
	margin-bottom:0.5em;
	margin-right:0.5em;
	max-width:450px;
}

.compactSearchForm input,
.compactSearchForm textarea {
	background-color:#fdfdfd;
	border:2px solid #dddddd;
	clear:both;
	display:block;
	float:left;
	font-size:0.9em;
	color:#555555;
	margin-bottom:0.5em;
	margin-right:1em;
	padding:0.5em;
	overflow:auto;
	min-width:6em;
}

 @media screen and (-webkit-min-device-pixel-ratio:0) {
.compactSearchForm input,
.compactSearchForm textarea {
 padding:0;
 padding-left:0.5em;
 padding-right:0.5em;
}
}

.compactSearchForm select {
	background-color:#fdfdfd;
	border:2px solid #dddddd;
	clear:both;
	display:block;
	float:left;
	font-size:0.9em;
	margin-bottom:0.5em;
	margin-right:1em;
	padding:0.25em;
}

.compactSearchForm input:active,
.compactSearchForm input:focus,
.compactSearchForm textarea:active,
.compactSearchForm textarea:focus,
.compactSearchForm select:active,
.compactSearchForm select:focus {
	background-color: #FFFFFF;
	border:2px solid #CCCCCC;
	color:#111111;
}

/*** Class for labels ***/
.compactSearchForm .label {
	font-size:1em;
	margin-bottom:0.75em;
	margin-top:0.25em;
	width: 10em;
}
.compactSearchForm .label_required {
	color:#CD0A0A;
}

.popup_calendar_icon img {
 padding-top:8px;
}


.compactSearchForm .buttonContainer {
 clear:none;
 display:inline;
 float:left;
}

.searchInfoBar {
 clear: both;
 background-color: #f5f5f5;
 text-align: right;
 padding: .5em;
 margin-bottom: 1em;
}

#searchQuery {
 float: left;
}

#searchResultsList {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#searchResultsList li {
 display: block;
 margin: 5px 0px;
 padding-bottom: 5px;
 clear: both;
}

#searchResultsList .extraInfo {
 float: right;
 text-align: right;
 width: 250px;
}

.compactSearchForm form {
 margin: 15px 0px;
}

.compactSearchForm input,
.compactSearchForm textarea {
 min-width:5em;
}

#noResultsFound {
 display:block;
 clear:both;
 margin-bottom:2em;
}

.guestPrompts {
 clear:both;
 color:#555555;
 display:block;
 font-size:0.9em;
 margin-bottom:1em;
 margin-top:1.5em;
 padding:0.5em;
}

/*********************************** PRINT OVERRIDES */

@media print {
#bannerWrapper {
display:none;
}

#breadcrumbs {
display:none;
}

#content {
margin:0;
padding:0;
}

#footer {
display:none;
}

#copyrightNotice {
display:none;
}
}

/*********************************** HOMEPAGE */

/*** Bottom boxes that feature frequently visited sections ***/
#bottomHighlights_mid {
 margin-left:20px;
 margin-right:20px;
}

#bottomHighlights .content_holder {
 background-color:#E1F4D1;
 padding:5px;
 width:175px;
 min-height:190px;
}

#bottomHighlights .content_holder .image_holder {
 height:100px;
 padding-bottom:6px;
 position:relative;
 width:165px;
}

#bottomHighlights .content_holder .title a {
 display:block;
 background-color:#E1F4D1;
 color:#017F00;
 font-size:14px;
 font-weight:bold;
 left:0;
 padding:5px;
 position:absolute;
 top:0;
 /***Opacity***/
 filter: alpha(opacity=75); /* internet explorer */
 -khtml-opacity: 0.75;      /* khtml, old safari */
 -moz-opacity: 0.75;       /* mozilla, netscape */
 opacity: 0.75;           /* fx, safari, opera */
}

#bottomHighlights .content_holder img {
 border:medium none;
}

#bottomHighlights .content_holder .goBtn {
 background-color:#009900;
 color:#FFFFFF;
 padding:3px 6px;
}

#bottomHighlights .content_holder .floatRight {
 float:right;
 display:inline;
 margin-left:5px;
}

#bottomHighlights .content_holder p {
 color:#017F00;
 padding:3px 0;
 font-size:11px;
 font-weight:normal;
 margin:0;
 padding:0;
}

/*** Auto image featured on homepage ***/
#featuredImage {
 float:right;
 width:300px;
 margin-left:20px;
 margin-right:15px;
}

div > #featuredImage {
 margin-right:0;
}

#featuredImage .injectedDocumentList li {
 margin:0;
 border-bottom:0;
 width:300px;
}

#featuredImage .uploadCaption {
 background-color:#EFEFEF;
 border:1px solid #CCCCCC;
 font-size:9pt;
 padding:0.75em;
}

#featuredImage .uploadCaption p {
 display:block;
 font-size:9pt;
 padding-bottom:0;
}

#featuredImage .imageMore {
 color:#999999;
 font-size:9pt;
 font-style:italic;
 padding-bottom:0;
}

/***IE***/
#featuredImage .injectedDocumentList .documentInfo_drafted {
 background-color:#A3C229;
 border-top:3px solid #017F00;
 border-bottom:3px solid #017F00;
 color:#FFFFFF;
 font-size:9pt;
 padding:10px;
 width:100%;
}

/***Firefox, Safari, Etc.***/
div > #featuredImage .injectedDocumentList .documentInfo_drafted {
 width:280px;
}

#featuredImage .injectedDocumentList .date {
 color:#FFFFFF;
}

#featuredImage .injectedDocumentList .typeimage img {
 border:0;
 padding:0;
 border-bottom:3px solid #017F00;
}

/*********************************** ADDTHIS BUTTON */
            
.addthis_share_btn a, .addthis_share_btn a:visited {
    background: #91bd09 url(/clients/3051/356523.png) repeat-x;
    display: inline-block; 
    padding: 6px 12px; 
    font-family: arial,helvetica,lucida,verdana,sans-serif;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);  
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
.addthis_share_btn a:hover { background-color: #749a02; color: #fff; }
.addthis_share_btn a:active { top: 1px; }

.addthis_share_btn a span, .addthis_share_btn:visited a span {
    background: url(/clients/3051/356519.gif) no-repeat left;
    padding: 1px 0 1px 18px;
}

#social_sharing {
 clear:both;
 margin-top:1em;
 margin-bottom:1em;
}

/*********************************** ACTIVITY UPDATES SUMMARY */

.twoColumn {
 background-color:#E1F4D1;
 clear:both;
 display:block;
 width:920px;
}

#content .twoColumn .injectedDocumentList .typeimage img {
 max-width: 439px; 
 width: expression(this.width > 439 ? 439: true);
 margin-top:10px;
 padding:0 10px;
}

#content .columnLeft .typeimage img {
 border-right:1px solid #D0DFC3;
}

#content .columnRight .typeimage img {
 border-left:1px solid #FFFFFF;
}

.twoColumn .injectedDocumentList li {
 border: 0;
 padding:0;
 margin:0;
}

.twoColumn .injectedDocumentList .documentInfo_drafted {
 background-color:#009900;
 padding:10px;
 width:440px;
 float:none;
}

.twoColumn .injectedDocumentList .headline {
 color:#FFFFFF;
 font-size:11pt;
}

.twoColumn .injectedDocumentList .date {
 color:#80C342;
}

.twoColumn .injectedDocumentList .documentInfo_wrapper {
 float:none;
}

.twoColumn ul {
 padding: 0;
 margin:0;
}

.columnLeft {
 float:left;
 width:460px;
}

.columnRight {
 float:left;
 width:460px;
}

.columnMore {
 background:url("/clients/3051/356519.gif") no-repeat scroll 0 4px transparent;
 margin:10px 0 10px 10px;
 padding:0 0 0 10px;
}

.columnBottom {
 clear:both;
 color:#555555;
 display:block;
 padding:0 10px 10px;
 width:100%;
}

.columnBottom p {
 margin:0;
 padding:0;
}

/*********************************** ACTIVITY UPDATES SUMMARY ONE COLUMN WITH LIST */

.columnRight#columnList {
 height:425px;
 overflow:auto;
}

#content .twoColumn #columnList .injectedDocumentList .typeimage img {
 display:none;
}

.twoColumn #columnList ul {
 margin:0;
 padding:10px;
 width:430px;
}

#columnList .injectedDocumentList li {
 background:url("/clients/3051/356515.gif") no-repeat scroll 0 7px transparent;
 border:0 none;
 margin:0 0 10px;
 padding:0 0 0 10px;
}

#columnList .injectedDocumentList .documentInfo_drafted {
 background-color:transparent;
 padding:5px;
 width:inherit;
}

#columnList .injectedDocumentList .headline {
 color:#017F00;
 font-size:1em;
}

#columnList .injectedDocumentList .date {
 color:#80C342;
}

