html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	margin: 0;
	font: 12px/16px Arial, sans-serif;
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
a:hover {
	background: #FFEBE0;
}

img {
	border-width: 0;
}
em {
	font-style: italic;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #F37421;
	margin: 0 0 12px 0;
}
h1 a {
	color: #F37421;
	border: none;
}
h1 a:hover {
	color: #F37421;
}
h2 {
	font-size: 16px;
	line-height: 17px;
	margin: 0 0 12px 0;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 12px 0;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

p {
	margin: 0 0 12px 0;
	line-height: 18px;
}

object {
	padding: 0 0 12px 0;
	display: block;
}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


#wrapper table       { margin-bottom: 1.4em; width:100%; }
#wrapper th          { font-weight: bold; background: #C3D9FF; }
#wrapper th, #wrapper td       { padding: 4px 10px 4px 5px; }
#wrapper td {
	border-bottom: 1px solid #C3D9FF;
}
#wrapper tr.even td  { background: #E5ECF9; }
#wrapper tfoot       { font-style: italic; }
#wrapper caption     { background: #eee; }

p.description {
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
	color: #333;
	margin: 0 0 5px 0;
}

.icon {
	border-width: 0;
}
.icon:hover {
	background: transparent;
}
.icon img, img.icon {
	vertical-align: text-bottom;
}
#iframe {
	position: absolute;
	width: 0;
  height: 0;
  border: 0;
}

form {
	margin: 0 0 12px 0;
}

body {
  background: white url(/images/stripe.gif) repeat-x left top;
}

a.more_link {
  font-size: 10px;
  text-transform: uppercase;
}
a.help_link {
  border: none;
}
a.help_link:hover {
  background: none;
}

#wrapper {
  margin: 0 auto;
  width: 978px;
  position: relative;
}
.home #wrapper {
  width: 1010px;
}

#cols {
  /* add padding so that nav can have a negative margin without being clipped */
  padding: 0 5px;
  overflow: hidden;
  width: 968px;
}
.home #cols {
  width: 1000px;
}
.blog #cols {
  background: url(/images/blog_sidebar_border.gif) 755px 0 repeat-y;
}

#header {
  float: left;
  width: 155px;
  margin: 35px 0 0 0;
}
.home #header {
  width: 145px;
}
#logo {

}
#logo a {
  border-width: 0;
  background: none;
}
#logo .screen {
  padding: 0 0 1px 0; /* logo is 2 pixels shorter than banner */
}
#logo .print {
  position: absolute;
}

#main_col {
  float: left;
  width: 513px;
  margin: 35px 0 0 0;
  position: relative;
}
.home #main_col {
  width: 635px;
}
.blog #main_col {
  width: 570px;
}
.two_col #main_col {
  width: 813px;
}

#side_col {
  float: right;
  width: 254px;
  margin: 35px 0 0 0;
}
.home #side_col {
  width: 176px;
  padding: 20px 16px 0 16px;
  background: url(/images/home_side_col_bg.jpg) no-repeat;
  border-top: 4px solid #999999;
}
.blog #side_col {
  width: 193px;
}
#whitepaper_announcement {
  border: none;
}
#main_col #whitepaper_announcement {
  position: absolute;
  top: -115px;
  right: -10px;
}
#header #whitepaper_announcement {
  margin: 15px 0 0 0;
  display: block;
  width: 113px;
}
#whitepaper_announcement:hover {
  background: none;
}

#whitepaper_promo h1 span {
  display: block;
  font-size: 17px;
  line-height: 19px;
}
#whitepaper_promo p a {
  font-size: 16px;
  padding-left: 22px;
  background: url(/images/arrow.gif) no-repeat left center;
  border: none;
}
#whitepaper_promo p a span {
  border-bottom: 1px solid #CCCCCC;
}
#whitepaper_promo p a:hover span {
  background: #FFEBE0;
}
#whitepaper_promo strong {
  font-weight: bold;
}
#whitepaper_promo .ingredients {
  font-size: 13px;
  font-weight: bold;
}
#whitepaper_promo ul {
  margin-top: -10px;
  margin-bottom: 10px;
}
#whitepaper_promo h2 {
  font-size: 15px;
  font-weight: bold;
}
#whitepaper_promo .parts {
  border: none;
}
#whitepaper_promo .part {
  border: none;
}
#whitepaper_promo .part label {
  float: left;
  display: block;
  width: 80px;
  line-height: 22px;
}
#whitepaper_promo input.text {
  width: 200px;
}
#whitepaper_promo label.email {
  float: none;
  width: 100%;
}
#whitepaper_promo select {
  margin: 0 0 5px 0;
}
#whitepaper_promo p.explanation {
  line-height: 15px;
  font-style: italic;
  margin: 0;
}
ul.whitepapers {
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
ul.whitepapers li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
a.whitepaper {
  background: transparent url(/images/pdf.gif) no-repeat scroll 2px 2px;
  border: none;
  display: block;
  padding: 3px 4px 2px 39px;
  color: #005581;
}
a.whitepaper:hover {
  /* workaround since changing only background-color causes IE 6 to remove image */
  background: #FFEBE0 url(/images/pdf.gif) no-repeat scroll 2px 2px;
}
a.whitepaper .name {
  font-size: 18px;
  line-height: 18px;
  display: block;
}

#quick_search {
  text-align: right;
  line-height: 34px;
  height: 34px;
}
#quick_search a {
  border: none;
  margin: 0 0 0 3px;
}
#quick_search a:hover {
  background: transparent;
}
#quick_search a img {
  vertical-align: middle;
}
#quick_search input.text {
  width: 192px;
}

div#banner {
  margin: 35px 0 0 0;
  float: right;
  width: 813px;
}
div#banner .empty {
  height: 163px;
  background: #F4F0EB;
}

#case_study_banner {
  overflow: hidden;
  width: 615px;
  height: 162px;
  background: #EEEDEB;
  float: none;
  margin: 0 0 37px 0;
  position: relative;
}
#case_study_banner h1 {
  width: 327px;
  height: 68px;
  margin: 15px 9px;
  background: url(/images/case_study_banner_heading.gif) no-repeat;
}
#case_study_banner h1 span {
  display: none;
}
#case_study_banner p {
  margin: 0 9px;
  width: 355px;
  color: #606465;
  line-height: 15px;
}
#case_study_banner p a {
  color: #606465;
  border-color: #7A8081;
}
#case_study_banner #image {
  display: block;
  width: 245px;
  padding: 0 0 11px 0;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/images/case_study_banner_button.gif) no-repeat bottom center;
  border: none;
  text-align: center;
}

#welcome {
  padding: 0 10px 10px 10px;
  background: url(/images/home_background.jpg) no-repeat left bottom;
}

#intro {
  margin: 0 0 25px 0;
  border-top: 4px solid #F37421;
}
#intro a {
  display: block;
  height: 330px;
  background: no-repeat;
}
#intro a span {
  display: block;
  position: absolute;
  left: -9999px;  
}

.home #banner a {
  display: block;
  height: 100%;
  border: none;
}
.home #banner a:hover {
  background: transparent;
}
.home #banner p span {
  display: none;
}

#banner_images {
  overflow: hidden;
  width: 100%;
}
.banner_image {
  margin: 0 0 0 15px;
  float: left;
}
#banner_images .first {
  margin-left: 0;
}
#banner_images .full {
  width: 695px;
}
.banner_img {
  display: block;
  position: relative;
}
#banner .controls {
  margin: 3px 0 0 0;
  position: absolute;
}

.default_banner_image {
  margin: 0 0 10px 0;
}
.default_banner_image .controls {
  margin: 3px 0 0 0;
}

#footer {
  margin: 51px 5px 20px 160px;
  border-top: 3px solid #A68462;
  padding: 15px 0 0 0;
}
.home #footer {
  margin-left: 150px;
}
#primary_footer_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary_footer_nav li {
  display: inline;
  margin-left: 3px;
  border-left: 1px solid #CCC;
  padding-left: 5px;
}
#primary_footer_nav li.first {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 0;
}
#primary_footer_nav a {
  font-size: 11px;
  text-transform: uppercase;
  color: #005480;
  text-decoration: none;
  border: none;
}

#copyright {
  margin: 10px 0 0 0;
  float: left;
  line-height: 15px;
}

#secondary_footer_nav {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
#secondary_footer_nav li {
  margin: 0 0 0 3px;
  padding: 0 0 0 9px;
  background: url(/images/bullet.gif) no-repeat left center;
  display: inline;
  line-height: 15px;
}
#secondary_footer_nav li.first {
  margin-left: 5px;
}
#secondary_footer_nav a {
  color: #005480;
  border: none;
}

#admin_footer_nav {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
#admin_footer_nav li {
  margin: 0 0 0 3px;
  padding: 0 0 0 9px;
  background: url(/images/bullet.gif) no-repeat left center;
  display: inline;
  line-height: 15px;
}
#admin_footer_nav li.first {
  margin-left: 0;
  padding-left: 0;
  background: none;
}
#admin_footer_nav a {
  color: #005480;
  border: none;
}

.image_wrapper {
  float: right;
  clear: right;
  margin: 5px 0 5px 20px;
}
.large_image_wrapper {
  margin-left: 0;
  margin-bottom: 12px;
  float: none;
}
.image_wrapper a {
  border: none;
}
.zoom, .zoom:hover {
  border: none;
  display: block;
  padding-right: 20px;
  background: url(/images/zoom_in.gif) no-repeat right bottom;
}
.caption {
  margin: 5px 0 0 0;
}
.caption p {
  font-size: 11px;
  line-height: 14px;
  font-style: italic;
  margin: 0;
}
.caption .controls {
  white-space: nowrap;
}

.controls, .controls a {
  color: #999;
}

.invisible {
  visibility: hidden;
}

.form_wrapper {

}
.form_wrapper_inside {

}
.form_wrapper h2 {
  font-size: 14px;
}
.parts {
  border-top: 1px solid #CCC;
  padding: 3px 0 0 0;
  margin: 12px 0 0 0;
}
.parts h2 {
  margin: 5px 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
}
.part {
  margin: 0 0 5px 0;
  border-bottom: 1px solid #CCC;
  padding: 0 0 5px 0;
}
.label_wrapper {
  float: left;
  width: 25%;
}
.fields_wrapper {
  margin-left: 25%;
}
#product_categories {
  overflow: hidden;
  width: 100%;
  margin: 0 0 12px 0;
}
.product_category {
  float: left;
  width: 250px;
}
.product_category h2 {
  color: #F37421;
  margin: 0 0 3px 0;
}
.product_category h2 span {
  white-space: nowrap;
  font-size: 13px;
  line-height: 15px;
  display: block;
}
.product_category p {
  margin: 0;
}
.product {
  margin: 3px 0 0 20px;
  position: relative;
}
.product input {
  margin: 0 0 0 0;
  position: absolute;
  left: -18px;
  top: 1px;
}

.hidden_marker {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #999;
  white-space: nowrap;
}

.error {
  color: #CC0000;
  margin: 3px 0 0 0;
  line-height: 14px;
}

.supplementable_body {
  overflow: hidden;
  width: 100%;
  clear: left;
}

.supplementable_controls {
  white-space: nowrap;
}

.document_wrapper p {
  margin-left: 20px;
}
.document span, .document:hover span {
  padding: 0 4px 0 0;
  display: block;
  float: left;
  margin: 0 0 0 -20px;
  width: 16px;
  height: 16px;
  background: url(/images/file_types/generic.gif) no-repeat;
  border-width: 0;
}
.doc span, .doc:hover span {
  background-image: url(/images/file_types/doc.gif);
}
.pps span, .pps:hover span {
  background-image: url(/images/file_types/pps.gif);
}
.ppt span, .ppt:hover span {
  background-image: url(/images/file_types/ppt.gif);
}
.pdf span, .pdf:hover span {
  background-image: url(/images/file_types/pdf.gif);
}
.txt span, .txt:hover span {
  background-image: url(/images/file_types/txt.gif);
}
.xls span, .xls:hover span {
  background-image: url(/images/file_types/xls.gif);
}
.document span {
/*  border-bottom: 1px solid #CCCCCC;*/
}
.document:hover span {
/*  background: #FFEBE0;*/
}

#photos {
  overflow: hidden;
  width: 100%;
}
#photos .photo {
  float: left;
  display: block;
  margin: 0 0 0 15px;
  width: 215px;
  height: 183px;
}
#photos .first {
  margin-left: 0;
}

#overviews {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 0 13px 0;
}
.overview {
  float: left;
  width: 198px;
  height: 178px;
  margin: 0 11px 0 0;
}
#campaigns {
  margin-right: 10px;
}
#diy_toolkits {
  margin-right: 0;
}
.overview h2 {
  background: no-repeat url(/images/home_overviews.jpg);
  height: 34px;
  margin: 0;
}
#campaigns h2 {
  background-position: -198px 0;
}
#diy_toolkits h2 {
  background-position: -396px 0;
}
.overview h2 a {
  display: block;
  height: 100%;  
  background-color: transparent;
  border: none;
}
.overview h2 a:hover {
  background-color: transparent;
}
.overview h2 span {
  display: none;
}
.overview p {
  margin: 0;
  height: 164px;
  background: url(/images/home_overviews.jpg) no-repeat 0 -34px;
}
#campaigns p {
  background-position: -198px -34px;
}
#diy_toolkits p {
  background-position: -396px -34px;
}
.overview p span {
  display: none;
}
.overview p a {
  display: block;
  width: 154px;
  height: 35px;
  position: absolute;
  margin-left: 10px;
  bottom: 12px;
  background: url(/images/home_overview.jpg) no-repeat 0 -131px;
  border: none;
}
#campaigns p a {
  background-position: -198px -131px;
}
#diy_toolkits p a {
  background-position: -396px -131px;
}
.overview p a span {
  display: none;
}

#case_study_features {
  background: #F1EFEE;
  border-top: 4px solid #F37421;
  margin: 15px 0 0 0;
  padding: 20px;
  overflow: hidden;
}
#case_study_features div {
  display: none;
}
#case_study_features div.current {
  display: block;
}
#case_study_features h2 {
  color: #5F6465;
  width: 355px;
}
#case_study_features p {
  color: #5F6465;
  width: 355px;
}
#case_study_features a {
  color: #5F6465;
}
#case_study_features .image {
  float: right;
  border: none;
}
#case_study_features .image:hover {
  background: none;
}
#case_study_features ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 355px;
  overflow: hidden;
}
#case_study_features li {
  display: inline;
}
#case_study_features li a {
  color: white;
  background: url(/images/home_case_study_nav.gif) no-repeat center center;
  border: none;
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin: 0 6px 0 0;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}
#case_study_features li a.current {
  background-image: url(/images/home_case_study_nav_current.gif);
}

.module {
  background: #F4F0EB;
  margin: 0 0 10px 0;
  padding: 9px;
}
.module h2 {
  margin: 0 0 10px 0;
  padding: 0 0 2px 0;
  border-bottom: 2px solid #535558;
  font-size: 16px;
  line-height: 19px;
  color: #535558;
}
.module h2 a {
  border: none;
  color: #535558;
}
#page_sidebar_module .content {
  margin: 0 0 -10px 0;
}
.module li {
  margin: 3px 0;
}

.testimonial {
  margin: 10px 0 0 0;
  border-top: 1px solid #CCCCCC;
  padding: 10px 0 0 0;
  background: #F4F0EB;
}
#testimonials .first, #featured_testimonial_module .testimonial {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.testimonial blockquote {
  margin: 0;
}
.testimonial blockquote p {
  margin: 0 0 5px 0;
}
.testimonial .attribution {
  margin: 0;
}

#case_study_contact_link {
  margin: -10px 0 0 0;
}
#case_study_contact_link a {
  display: block;
  width: 254px;
  height: 54px;
  border: none;
  background: url(/images/case_study_contact_link.gif) no-repeat;
}
#case_study_contact_link a:hover {
  background-position: 0 -54px;
}
#case_study_contact_link a:active {
  background-position: 0 0;
}
#case_study_contact_link a span {
  display: none;
}


ul.news_posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.news_posts li {
  background: url(/images/document_plain_new_16.gif) no-repeat 0 0;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}
ul.news_posts li.event {
  background-image: url(/images/document_time_16.gif);
}
ul.news_posts a {
  
}
.news_posts_module p {
  text-align: right;
  margin: 0;
}
.news_posts_module p a, .news_posts_module p a:hover {
  display: block;
  background: transparent url(/images/more.gif) no-repeat;
  width: 47px;
  height: 13px;
  margin: 0 0 0 auto;
  border: none;
}
.news_posts_module p a span {
  display: none;
}

#metlife_promo {
  border: none;
  margin: 0 0 12px 0;
  display: block;
}
#metlife_promo:hover {
  background: none;
}

#home_posts {
  border-bottom: 1px solid #999;
  width: 176px;
  overflow: hidden;
}
#home_posts .container {
  border-top: 1px solid #999;
  margin: 0;
  padding: 15px 0 0 0;
}
#home_posts h2 {
  margin: 0 0 8px 0;
  background: no-repeat;
  text-indent: -9999px;
}
#home_tweets h2 {
  background-image: url(/images/home_tweets.gif?20100824);
}
#home_blog_articles h2 {
  background-image: url(/images/home_blog_articles.gif?20100824);
}
#home_news h2 {
  background-image: url(/images/latest_news_home.gif);
}
#home_events h2 {
  background-image: url(/images/events_home.gif?20100824);
}
#home_posts h2 a {
  display: block;
  height: 21px;
  border: none;
}
#home_posts h2 a:hover {
  background: none;
}
#home_posts ul {
  list-style: none;
  margin: 0 0 0 3px;
  padding: 0;
}
#home_posts li {
  margin: 0 0 7px 0;
  padding: 0;
}
#home_posts li a {
  border-bottom: 1px solid #CCCCCC;
}
#home_posts li a:hover span {
  background: #FFEBE0;
}
#home_posts p.more {
  margin: 11px 0 11px 0;
}
#home_posts p.more a {
  display: block;
  width: 54px;
  height: 13px;
  background: url(/images/more_on_white.gif?20100824) no-repeat;
  border: none;
}
#home_tweets p.more a {
  width: 87px;
  background-image: url(/images/home_follow.gif?20100824);
}
#home_posts p.more a span {
  display: none;
}

ul.linear_nav {
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0;
}
ul.linear_nav li {
  display: inline;
  border-left: 1px solid #CCCCCC;
  margin: 0 0 0 3px;
  padding: 0 0 0 5px;
}
ul.linear_nav li.first {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
ul.linear_nav a {
  color: #78A22F;
  border: none;
  text-transform: uppercase;
  font-size: 10px;
  background: none;
  white-space: nowrap;
}
ul.linear_nav li.previous a {
  padding-left: 12px;
  background-image: url(/images/arrow_left_green.gif); 
  background-repeat: no-repeat;
  background-position: left 3px;
}
ul.linear_nav li.next a {
  padding-right: 12px;
  background-image: url(/images/arrow_right_green.gif); 
  background-repeat: no-repeat;
  background-position: right 3px;
}
ul.linear_nav a span {
  border-bottom: 1px solid #78A22F;
}
ul.linear_nav a:hover span {
  background-color: #FFEBE0;
}

#services_linear_nav ul {
  margin-bottom: 0;
}
#main_col #services_linear_nav h2 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 16px;
  border-top: 1px solid #CCCCCC;
  padding: 5px 0 0;
}
#services_linear_nav li {
  margin: 3px 0;
}
#services_linear_nav li.first {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
#services_linear_nav a {
  color: #78A22F;
  text-transform: uppercase;
  font-size: 10px;
  white-space: nowrap;
}

.case_study {
  background: white;
}

.job h2 {
  color: #78A22F;
  border-top: 1px solid #CCC;
  padding: 5px 0 0 0;
  margin: 0 0 0 0;
}
.job .published_on {
  font-size: 10px;
  text-transform: uppercase;
  color: #005480;
  margin: 0 0 5px 0;
}

.person {
  overflow: hidden;
  width: 100%;
}
#people .person {
  border-top: 1px solid #CCC;
  padding: 5px 0 0 0;
}
#people .person h2, #people .person h2 a {
  color: #78A22F;
}
.person .title {
  font-size: 13px;
  line-height: 15px;
}
#person h2.title {
  display: block;
  color: #333333;
  margin-top: -12px;
  font-weight: bold;
}
.person .portrait {
  float: right;
  margin: 3px 0 12px 5px;
}

.case_study {
  overflow: hidden;
  width: 100%;
}
#case_studies .case_study {
  border-top: 1px solid #CCC;
  padding: 5px 0 0 0;
}
#case_studies .case_study h2 a {
  color: #78A22F;
}
.case_study .logo {
  float: right;
  margin: 3px 0 12px 5px;
}

.handle {
  cursor: move;
}

.private_document {
  background-color: #F4F0EB;
  padding: 9px 9px 9px 29px;
  margin: 0 0 10px 0;
}
.private_document .controls, .testimonial .controls {
  white-space: nowrap;
}

.captcha {
  vertical-align: middle;
  padding: 0 5px 0 0;
}

#awards h2 {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
#awards p {
  margin: 2px 0 12px 0;
}

label.required {
  font-weight: bold;
}

#client_gift .parts {
  border: none;
}
#client_gift .part {
  border: none;
  padding: 3px 0;
  width: 100%;
  overflow: hidden;
}
#client_gift .answer .part {
  padding-left: 40px;
}
#client_gift .part label {
  float: left;
  display: block;
  width: 80px;
  line-height: 22px;
}
#client_gift .answer .part label {
  width: 50px;
  line-height: 22px;
}
#client_gift .part .field {
  margin: 0 0 0 90px;
}
#client_gift .answer .part .field {
  margin: 0 0 0 60px;
}
#client_gift .part .error {
  margin: 3px 0 0 90px;
}


#client_gift select {
  margin: 0 0 5px 0;
}
#client_gift p.question {
  margin: 12px 0 0 0;
}
#client_gift .answer p.question, #client_gift .answer p.answer {
  margin: 0 0 0 40px;
}
#client_gift p.choice {
  margin: 0 0 0 20px;
  text-indent: -20px;
}
#client_gift .checkbox {
  vertical-align: middle;
  margin-top: 0;
  margin-left: 0;
}
#client_gift .radio {
  vertical-align: top;
  margin-top: 0;
  margin-left: 0;
}
#client_gift .submit {
  font: normal 16px/19px Arial, sans-serif;
}

#birthday_promo a {
  border: none;
}
#birthday_promo a:hover {
  background: none;
}

#drawing_entry h2 {
  font: italic 16px/19px Arial, sans-serif;
  margin: -10px 0 12px 0;
}

#drawing_entry h3 {
  font: bold 14px/16px Arial, sans-serif;
  margin: 0 0 12px 0;
}

#drawing_entry .inline_heading {
  font-weight: bold;
  font-size: 14px;
}
#drawing_entry .parts {
  border: none;
}
#drawing_entry .part {
  border: none;
  padding: 3px 0;
  width: 100%;
  overflow: hidden;
}
#drawing_entry .part label {
  float: left;
  display: block;
  width: 80px;
  line-height: 22px;
}
#drawing_entry .part .field {
  margin: 0 0 0 90px;
}
#drawing_entry .part .error {
  margin: 3px 0 0 90px;
}
#drawing_entry p input {
  vertical-align: middle;
  margin-top: 0;
  margin-left: 0;
}
#drawing_entry .submit {
  font: normal 16px/19px Arial, sans-serif;
}

#services_sidebar_module h2 {

}
#services_sidebar_module form {
  margin: 0;
}
#services_sidebar_module .part {

}
#services_sidebar_module .part label {
  float: left;
  width: 60px;
  line-height: 22px;
}
#services_sidebar_module .part div {
  margin: 0 0 0 65px;
}
#services_sidebar_module input.text {
  width: 120px;
}
#services_sidebar_module form p {
  margin: 0 0 5px 0;
}


#contact_us_form .parts {
  border: none;
}
#contact_us_form .part {
  border: none;
}
#contact_us_form label {
  float: left;
  width: 80px;
  line-height: 22px;
}
#contact_us_form .part div {
  margin: 0 0 0 80px;
}
#contact_us_form input.text {
  width: 200px;
}

#move_announcement {
  background: url(/images/move_announcement.gif) no-repeat;
  width: 254px;
  height: 48px;
  margin: 0 -9px 3px -9px;
  border: none;
}
#move_announcement span {
  display: none;
}


#nav {
	list-style: none;
	/* top is 35 - 7 (negative margin for hover stroke) */
	margin: 29px 0 0 -4px;
	padding: 0;
}
#nav li {
	margin: 0 0 7px 0;
	padding: 0;
}
#nav a {
	display: block;
	height: 22px;
	border: none;
	background: url(/images/nav.gif?20100816) no-repeat;
}

#nav ul {
	list-style: none;
	margin: 0 0 0 13px;
	padding: 0;
}
#nav li {
	margin: 10px 0 0 0;
	padding: 0;
}
#nav ul li a {
	display: block;
	height: 11px;
}

#nav .services a {
	width: 72px;
}
#nav .services a:hover {
	background-position: -200px 0;
}
#nav .services a.current {
	background-position: -400px 0;
}
#nav .services li a {
	background: url(/images/services_sub_nav.gif?20100602) no-repeat;
}

#nav .services .social_media a {
	width: 71px;
	background-position: 0 0;
}
#nav .services .social_media a:hover {
	background-position: -100px 0;
}
#nav .services .social_media a.current {
	background-position: -200px 0;
}

#nav .services .strategy a {
	width: 53px;
	background-position: 0 -21px;
}
#nav .services .strategy a:hover {
	background-position: -100px -21px;
}
#nav .services .strategy a.current {
	background-position: -200px -21px;
}

#nav .services .campaigns a {
	width: 59px;
	background-position: 0 -42px;
}
#nav .services .campaigns a:hover {
	background-position: -100px -42px;
}
#nav .services .campaigns a.current {
	background-position: -200px -42px;
}

#nav .services .web_solutions a {
	width: 83px;
	background-position: 0 -63px;
}
#nav .services .web_solutions a:hover {
	background-position: -100px -63px;
}
#nav .services .web_solutions a.current {
	background-position: -200px -63px;
}

#nav .our_approach a {
	width: 115px;
	background-position: 0 -35px;
}
#nav .our_approach a:hover {
	background-position: -200px -35px;
}
#nav .our_approach a.current {
	background-position: -400px -35px;
}

#nav .case_studies a {
	width: 103px;
	background-position: 0 -70px;
}
#nav .case_studies a:hover {
	background-position: -200px -70px;
}
#nav .case_studies a.current {
	background-position: -400px -70px;
}

#nav .about_us a {
	width: 76px;
	background-position: 0 -105px;
}
#nav .about_us a:hover {
	background-position: -200px -105px;
}
#nav .about_us a.current {
	background-position: -400px -105px;
}

#nav .news a {
	width: 47px;
	background-position: 0 -140px;
}
#nav .news a:hover {
	background-position: -200px -140px;
}
#nav .news a.current {
	background-position: -400px -140px;
}

#nav .contact a {
	width: 72px;
	background-position: 0 -175px;
}
#nav .contact a:hover {
	background-position: -200px -175px;
}
#nav .contact a.current {
	background-position: -400px -175px;
}

#nav .blog a {
	width: 45px;
	background-position: 0 -210px;
}
#nav .blog a:hover {
	background-position: -200px -210px;
}
#nav .blog a.current {
	background-position: -400px -210px;
}

#nav .toolkits a {
	width: 75px;
	background-position: 0 -245px;
}
#nav .toolkits a:hover {
	background-position: -200px -245px;
}
#nav .toolkits a.current {
	background-position: -400px -245px;
}

#nav a span {
	display: none;
}

#nav .about_us li a {
	background: url(/images/about_us_sub_nav.gif?201003161033) no-repeat;
}
#nav .about_us .awards a {
	width: 43px;
	background-position: 0 0;
}
#nav .about_us .awards a:hover {
	background-position: -100px 0;
}
#nav .about_us .awards a.current {
	background-position: -200px 0;
}

#nav .about_us .people a {
	width: 28px;
	background-position: 0 -21px;
}
#nav .about_us .people a:hover {
	background-position: -100px -21px;
}
#nav .about_us .people a.current {
	background-position: -200px -21px;
}

#nav .about_us .pro_bono a {
	width: 54px;
	background-position: 0 -42px;
}
#nav .about_us .pro_bono a:hover {
	background-position: -100px -42px;
}
#nav .about_us .pro_bono a.current {
	background-position: -200px -42px;
}

#nav .about_us .jobs a {
	width: 26px;
	background-position: 0 -63px;
}
#nav .about_us .jobs a:hover {
	background-position: -100px -63px;
}
#nav .about_us .jobs a.current {
	background-position: -200px -63px;
}


.news_post_type {
	background: white;
}
.news_post_type h2 {
	border-top: 1px solid #CCC;
	padding: 5px 0 0 0;
}
.news_post_type h2 a {
	color: #78A22F;
}
.news_posts .news_post {
	margin: 0 0 12px 0;
}
.news_posts h3 {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}
#news_post_types .news_posts p {
	margin: 2px 0 0 0;
	line-height: 16px;
}

h1 .published_on, h1 .by_line {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A68462;
	white-space: nowrap;
}
h2.subheadline {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}

.news_post_action_items {
	list-style: none;
	margin: 0 0 12px 0;
}
.news_post_action_items li {
	display: inline;
	margin: 0 5px 0 0;
	background: url(/images/action_item_bullet.gif) no-repeat 0 3px;
	padding: 0 0 0 8px;
}
.news_post_action_items a {
	color: #F37421;
	border-width: 0;
}

#news_post_linear_nav {
	list-style: none;
	margin: 0 0 0 0;
}
#news_post_linear_nav li {
	margin: 0 0 12px 0;
}
#news_post_linear_nav span.direction {
	font-size: 10px;
	text-transform: uppercase;
}

.article h1 {
  border-bottom: 1px solid #A68462;
}

.st_sharethis_custom {
  background: url("/images/sharethis.gif") no-repeat scroll left top transparent;
  padding: 0 0 0 20px;
  color: #8A8A8A;
  text-decoration: underline;
  cursor: pointer;
  height: 16px;
  display: inline-block;
  margin: 0 0 12px 0;
}

#blog_article_blurbs .group {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #B89D81;
}
#blog_article_blurbs .blog_article {
  float: left;
  width: 273px;
}
#blog_article_blurbs .first {
  margin-right: 24px;
}
#blog_article_blurbs h2 {
  margin: 10px 0;
}
#blog_article_blurbs h2 a {
  color: #F37421;
  border: none;
  font-size: 14px;
  font-weight: bold;
}
#blog_article_blurbs h2 .published_on, #blog_article_blurbs h2 .by_line {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A68462;
	white-space: nowrap;
}

#blog_articles .blog_article {
	margin: 0 0 12px 0;
}
#blog_articles h2 {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}
#blog_articles p {
	margin: 2px 0 0 0;
	line-height: 16px;
}

h2.subheadline {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}

body.blog #page_sidebar_module h2 span {
  padding-right: 20px;
  background: url(/images/blog_sidebar_about.gif) no-repeat right center;
}

#blog_topic_module h2 span {
  padding-right: 20px;
  background: url(/images/blog_sidebar_topics.gif) no-repeat right center;
}
#contributors_module h2 span {
  padding-right: 20px;
  background: url(/images/blog_sidebar_contributors.gif) no-repeat right center;
}
#publishers_module a {
  display: inline-block;
  border: none;
  margin: 5px 0;
}
#tweets_module h2 span {
  padding-right: 20px;
  background: url(/images/blog_sidebar_twitter.gif) no-repeat right center;
}

body.blog #side_col .action_items {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 22px;
}
body.blog #side_col .action_items .feed {
  height: 22px;
  background: url(/images/rss.gif) no-repeat left center;
}
body.blog #side_col .action_items .twitter {
  height: 22px;
  background: url(/images/blog_sidebar_twitter.gif) no-repeat 4px center;
}
body.blog #side_col .action_items a, body.blog #side_col .action_items a:hover {
  padding-left: 30px;
  border: none;
  background: none;
}
body.blog #side_col .action_items span {
  border-bottom: 1px solid #CCCCCC;
}
body.blog #side_col .action_items a:hover span {
	background: #FFEBE0;
}

#side_col #subscribe {
  border: 1px solid #CCCCCC;
  padding: 10px;
  text-align: center;
  margin: 0 0 12px 0;
}
#side_col #subscribe form {
  margin: 0;
}
#side_col #subscribe p {
  margin: 0 0 3px;
}
#side_col #subscribe div {
  position: relative;
  margin: 0 0 10px 0;
}
#side_col #subscribe label {
  position: absolute;
  display: block;
  left: 5px;
  top: 4px;
  color: #999999;
}
#side_col #subscribe div input {
  width: 165px;
}
.blog_article_action_items {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
}
.blog_article_action_items li {
	display: inline;
	margin: 0 5px 0 0;
	background: url(/images/action_item_bullet.gif) no-repeat 0 4px;
	padding: 0 0 0 8px;
}
.blog_article_action_items li.comments_count {
	background: url(/images/comment.gif) no-repeat 0 center;
	padding-left: 13px;
	margin-left: 5px;
}
.blog_article_action_items a {
	color: #F37421;
	border-width: 0;
}
.blog_article_action_items li.comments_count a {
	color: #686868;
}

.comments_module h2, .new_comment_module h2 {
	color: #005480;
	text-transform: uppercase;
	font-size: 12px;
}
.comments_module h2 {
	padding: 0 0 3px 0;
	border-bottom: 1px solid #CCC;
}
.comment {
	border-bottom: 1px solid #CCC;
	margin: 0 0 12px 0;
}
.comment .body p {
	font-style: italic;
}
.captcha {
	vertical-align: middle;
	padding: 0 5px 0 0;
}

.new_comment_module {

}
.new_comment_module h2 {
	margin: 0 0 5px 0;
}
input.comment_name {

}
textarea.comment_body {
	width: 425px;
}

#blog_article_linear_nav {
	list-style: none;
	margin: 0 0 0 0;
}
#blog_article_linear_nav li {
	margin: 0 0 12px 0;
}
#blog_article_linear_nav span.direction {
	font-size: 10px;
	text-transform: uppercase;
}

/* sidebar */

body.blog .module {
  background: white;
  padding: 0;
  margin: 0 0 15px 0;
}

body.blog .module h2, body.blog .module h2 a {
	font-size: 12px;
	color: #005480;
	text-transform: uppercase;
	margin: 0 0 0 0;
	border: none;
}

body.blog #page_sidebar_module .content {
  margin-bottom: 0;
}

body.blog .articles {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.blog .articles li {
	background: url(/images/disclosure_triangle.gif) no-repeat 0 5px;
	padding: 0 0 0 6px;
	margin: 3px 0 0 0;
}
body.blog .articles li a {
  border-color: #E6E6E6;
}

#side_col .blog_article_action_items li {
  display: block;
}

#tweets li span.date {
  color: #666666;
}
.module .blog_article_action_items li {
  margin-top: 3px;
}

#diy_benefits_announcement {
  border-top: 1px solid #adadad;
  border-bottom: none;
  padding: 30px 15px 15px 15px;
  margin: 30px 0 0 0;
  display: inline-block;
}
#diy_benefits_announcement:hover {
  background: none;
}

.search_results_range {
	font-size: 14px;
	line-height: 18px;
}
#search_results h2 {
	font-size: 14px;
	margin: 0;
}
h2.new_search {
	font-size: 14px;
	margin: 0;
}

body.searches #main_col form {
	border-width: 0;
	padding: 0;
}