/*
  -- BASE stylesheet -- 
  Resets and base styles for the entire site
-------------------------------------------------------------*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, hr, pre, a, cite, code, address, em, font, img, strong, sub, sup, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption {
  border: 0;
/*  margin: 0;*/ /* Feb 05 2010 RS: removed img from this list of tags because these styles were interfering with the images in the Drupal blogs*/
  padding: 0;
  font-size: 100%;
  outline: none;
}

a:link    { color: #005826; }
a:visited { color: #396; }
a:hover   { color: #600; }
a:active  { color: #000; }

a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

p, blockquote, ul, ol, dl, address {
  margin: 1em 0;
}

p {
  line-height: 1.5;
}

hr {
  background: #ccc;
  color: #ccc;
  height: 1px;
}

table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: none;
}


/*  Headings
------------------------------*/

h1 { font-size: 2.00em; margin: 0.67em 0; }
h2 { font-size: 1.50em; margin: 0.83em 0; }
h3 { font-size: 1.50em; margin: 0 0 15px; }
h4 { font-size: 1.00em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
}

h1 {
  padding: 0 0 4px;
  margin: 0 0 4px;
  background: url(../images/grad_line.gif) left bottom no-repeat;
  font: normal 24px Georgia, "Times New Roman", serif;
}

h1.kywd {
  color: #000;
  font: normal italic 1.1em Arial;
  margin: 0 0 15px;
}

h1#wp, h1.wp_header {
  color: #000;
  margin: 20px 0;
  padding-left: 30px;
  background: url(/images/wp_icon.gif) no-repeat;
}

h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", serif;
}

body#homepg #main_content h3 {
  height: 30px;
  line-height: 30px;
  font-size: 1.50em;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
  color: #000;
}



/*  Lists
------------------------------*/

ul { margin-left: 2.0em; }
ol { margin-left: 2.5em; }

ul ul, ul ol, ol ol, ol ul {
  margin: 0 inherit;
}

ul.inline, ol.inline {
  margin: 0;
  list-style: none;
}

ul.inline li, ol.inline li {
  float: left;
}

ul.inline.list li, ol.inline.list li {
  float: none;
}


/*  Form Elements
------------------------------*/

fieldset {
  margin: 1em;
  padding: 1em;
  border: 1px solid #ddd;
}

legend {
  padding: 2px 5px;
}

textarea {
  padding: 0;
  vertical-align: top;
}

input {
  margin: 0;
  padding: 0;
}

select {
  padding: 0;
  margin: 2px 2px 1px 0;
}


/*  General classes
------------------------------*/

.ad-slot {
  text-align: center;
}

.ad-slot img, .ad-slot embed {
  margin: 0 auto 15px;
}

.block {
  margin-bottom: 15px;
}

.border {
  border: solid #ddd;
  border-width: 1px 0;
  padding: 20px 0;
}

/*
.block.border h3 {
  padding-left: 45px;
}
*/

.bold {
  font-weight: bold;
}

.center_content {
  text-align: center;
}

.clear {
  clear: both;
  height: 0;
}

.code {
  font-family: "Courier New", Courier, mono;
}

.col_halfleft {
  float: left;
  width: 48%;
}

.col_halfright {
  float: right;
  width: 48%;
}

.error {
  color: #f00;
}

.floatleft {
  float: left;
  margin-right: 1em;
}

.floatright {
  float: right;
  margin-left: 1em;
}

.hide {
  display: none;
}

.hidden {
  visibility: hidden;
}

.italic {
  font-style: italic;
}

.lastvert {
  margin-bottom: 0;
}

.lasthoriz {
  margin-right: 0;
}

.leftcaption {
  padding: 0 10px 10px 0;
  float: left;
}

.normargin {
  margin-bottom: 0;
  padding: 0;
}

.pagination {
  text-align: right;
  margin: 10px auto;
}

.pagination-label {
  float: left;
  color: #000;
  font-weight: bold;
  width: auto;
  margin-right: 15px;
}

.rightcaption {
  padding: 0 0 10px 10px;
  float: right;
}

.right_morelink {
  text-align: right;
  margin-bottom: 0;
}

p.redbold {
  font-size: .9em;
  font-weight: bold;
  color: #600;
  margin: 5px 0;
}

.small {
  font-size: 10px;
  font-style: italic;
}

.ui-tabs-hide {
  display: none;
}

.visible {
  visibility: visible;
}



/*  Specific classes
------------------------------*/

a.more {
  font-weight: normal;
}

a.redbold {
  color: #000;
}

.ad-inline-text {
  padding: 8px;
  font-size: .9em;
  margin: 0 0 20px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  line-height: 1.4;
}

.ad-inline-text-disclaimer {
  color: #999;
  font-size: .9em;
  margin: 0 0 5px;
}

div.arrow ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.arrow li {
  background: url(../images/arrow.gif) 0 4px no-repeat;
  padding: 0 10px 10px 12px;
  margin: 0;
}

div.issue {
  width: 33%;
  float: left;
  height: 200px;
  text-align: center;
}

div.issue img {
  display: block;
  margin: 0 auto 5px;
}

.feature {
  margin: 15px 0 0;
}

.feature h1 {
  border: 1px solid #cecece;
  border-bottom: none;
  background: #f5f5f5 url(../Media/feature_h1_bg.gif) top left repeat-x;
  padding: 4px 8px;
  margin: 0;
}

.featurebox {
  position: relative;
  border: 1px solid #cecece;
  border-bottom: none;
  margin: 0;
  padding: 10px 8px 0;
}

.featurebox h4 {
  margin: 0;
}

.featurebox p {
  margin: 0;
  padding-bottom: 15px;
}

img.left {
  padding: 0 10px 10px 0;
  text-align: left;
  vertical-align: top;
  float: left;
}

img.right {
  padding: 0 0 10px 10px;
  text-align: right;
  vertical-align: top;
  float: right;
}

li.noArrow {
  margin: 0;
  padding: 0;
  list-style: none;
}

li.item {
  padding-bottom: 10px;
}

p.button {
  overflow: hidden;
  margin-bottom: 15px;
}

p.button a {
  display: block;
  float: left;
  font: bold 11px arial, sans-serif;
  height: 26px;
  margin-right: 6px;
  padding-right: 10px;
  text-decoration: none;
  background: url(/images/button_r.gif) no-repeat scroll bottom right;
}

p.button a span {
  color: #fff;
  display: block;
  line-height: 14px;
  padding: 6px 0 6px 9px;
  background: url(/images/button_l.gif) no-repeat bottom left;
}

p.button a:hover {
  background-position: center right;
}

p.button a:hover span {
  color: #fff;
  background-position: center left;
}

p.button a:active {
  background-position: top right;
  outline: none;
}

p.button a:active span {
  color: #fff;
  background-position: top left;
  padding: 7px 0 6px 9px;
}

p.nomargin {
  margin: 0;
}

.rbox {
  margin: 0 0 5px;
}

.rboxtop span, .rboxbot span {
  display: block;
  height: 10px;
  margin: 0;
  padding: 0;
  font-size: 0px;
}

.rbox span.rbox_title {
  margin: 0;
  padding: 0 4px;
  position: relative;
  top: 10px;
  left: 10px;
  background: #fff;
  font-size: 20px;
  color: #036;
  z-index: 0;
}

.rboxtop { background: url(../images/rboxtop.gif) no-repeat top left; }
.rboxbot { background: url(../images/rboxbot.gif) no-repeat bottom left; }

.rboxtop span { background: url(../images/rboxtop_c.gif) no-repeat top right; }
.rboxbot span { background: url(../images/rboxbot_c.gif) no-repeat bottom right; }

.rboxmid {
  clear: both;
  display: block;
  padding: 5px 10px;
  border: solid #ddd;
  border-width: 1px;
}

span.red {
  color: #c30;
  font-weight: bold;
  display: inline;
}

ul#counts {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}

ul#counts li {
  color: #666;
  display: inline;
  font-size: 0.9em;
  margin: 0;
  padding-right: 10px;
}

#insert {
  width: 205px;
  padding: 5px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  margin: 0 0 5px 5px;
  float: right;
  vertical-align: top;
  font-weight: bold;
  background: #ffc;
  border: 1px outset #ccc;
}

#insert p {
  padding: 0;
  margin: 0 0 5px 65px;
}

#insert ul {
  margin: 0 0 0 65px;
  padding: 0;
}

#insert li {
  list-style-type: square;
  margin: 0;
  padding: 0;
  line-height: 20px;
  list-style-position: inside;
}

#rc_articles #articles {
  float: left;
  width: 77%;
}

#rc_articles #sidebar {
  float: right;
  width: 20%;
}



/*  Major Layouts
------------------------------*/

body {
  color: #333;
  background: #decead url(../images/bg_body_gradient.png) repeat-x;
  font: normal 100.01%/normal Arial, Verdana, Helvetica, sans-serif;
}

#site_wrap {
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  width: 1008px;
  z-index: 0;
}

#page_wrap .edge {
  clear: both;
  height: 10px;
  background: url(../images/bg_page_wrap_top_bot.png) no-repeat;
}

#page_wrap .edge.bot {
  background-position: 0 -10px;
}

#inner_page_wrap {
  background: url(../images/bg_page_wrap.png) repeat-y;
  padding: 4px;
}

#main_content {
  background: #fff;
  padding: 15px 15px 0;
  font: normal .75em/1.4 Arial;
}

#main_content #left2thirds {
  float: left;
  width: 619px;
}

#main_content #right1third {
  float: right;
  width: 336px;
}

#right1third .top, #right1third .bot {
  height: 10px;
  background: url(../images/bg_light_tan_roundbox_top_bot_336.png);
}

#right1third .bot {
  background-position: 0 -10px;
}

#right1third .inner {
  background: #f0f0e4;
  border: solid #c0c0c2;
  border-width: 0 1px;
  padding: 0 12px;
}


/*  Top Ads
------------------------------*/

#top_ads {
  height: 97px;
  padding: 0 20px;
}

#top_ads .leaderboard {
  float: left;
  width: auto;
}

#top_ads .feature_ad {
  float: right;
  width: auto;
}


/*  Site Header / Search
------------------------------*/

#header {
  padding: 5px 15px;
  position: relative;
  margin-bottom: 5px;
}

#header_basic {
  position: relative;
  padding-bottom: 5px;
}

#header_basic #utilnav {
  position: absolute;
  top: 20px;
  right: 0;
}

#header a {
  color: #333;
}

#header #logo {
  height: 90px;
}

#header #logo a {
  display: block;
  margin-bottom: 5px;
}

#header ul {
  color: #666;
  bottom: 6px;
  font-size: 11px;
  list-style: none;
  margin: 0;
  position: absolute;
}

#header li {
  border-right: 1px solid #ddd;
  float: left;
  margin-right: 6px;
  padding-right: 6px;
}

#header li.last {
  border: none;
  margin: 0;
  padding: 0;
}

ul#utilnav li {
  height: 12px;
  line-height: 12px;
  overflow: visible;
}

ul#utilnav li.mag, ul#utilnav li.rss {
  padding-left: 15px;
  background: url(../images/utilnav_icons.gif) 0 -2px no-repeat;
}

ul#utilnav li.rss {
  background-position: 0 -15px;
}

ul#members {
  font-size: 11px;
  font-weight: bold;
  right: 15px;
  text-transform: uppercase;
}

ul#members li.welcome {
  color: #600;
}

#search {
  position: absolute;
  right: 12px;
  top: 8px;
  width: 310px;
}

#search ul {
  top: 8px;
  height: 23px;
  left: 6px;
  position: relative;
  visibility: hidden;
}

#search li {
  height: 10px;
  overflow: visible;
}

#search a {
  background: url(../images/select_triangle.gif) center 0 no-repeat;
  /*display: block;*/
  font: bold 10px Arial;
  padding-top: 6px;
  position: relative;
  top: -2px;
  text-decoration: none;
  text-transform: uppercase;
}

#search a:hover {
  color: #555;
  background-position: center -22px;
}

#search a.selected {
  color: #600;
  background-position: center -44px;
}

.search_box {
  position: absolute;
  background: url(../images/searchbox.gif) left bottom no-repeat;
}

.search_box form {
  clear: both;
  padding-left: 8px;
  margin: 2px 0;
}

.search_box input {
  background: none;
  border: none;
  color: #888;
  float: left;
  padding: 7px 6px 7px 0;
  width: 261px;
}

.search_box input.search_submit {
  display: block;
  height: 30px;
  padding: 0;
  width: 32px;
}


/*  Main Navigation
------------------------------*/

#topnav {
  height: 45px;
  margin: 0 auto;
  position: relative;
  background: #efeee2;
  border-bottom: 1px solid #aaa;
  z-index: 100;
}

.main_nav, .main_nav * {
  color: #000;
  margin: 0;
  padding: 0;
  list-style: none;
  font: bold 10px Arial, Helvetica, sans-serif;
}

.main_nav ul {
  top: -999em;
  width: 16em;
  z-index: 1000;
  position: absolute;
}

.main_nav ul li {
  width: 160px;
}

.main_nav li {
  float: left;
  position: relative;
  padding-right: 6px;
  background: url(../images/main_nav_bg.gif) right 0 no-repeat;
}

.main_nav li.last {
  padding-right: 0;
  background: none;
}

.main_nav li:hover {
  visibility: inherit;
}

.main_nav a {
  color: #333;
  display: inline-block;
  /*padding: 0 11px;*/
  padding: 0 9px;
  position: relative;
  line-height: 45px;
  height: 45px;
  font-weight: bold;
  font-size: 12px;
  background: url(../images/main_nav_bg.gif) repeat-x;
  /*text-transform: uppercase;*/
}

.main_nav a:hover {
  background-position: 0 -45px;
  color: #600;
  text-decoration: none;
}

.main_nav li:hover ul, .main_nav li.sfHover ul {
  left: 0;
  top: 46px;
  z-index: 1000;
}

.main_nav li.sfHover {
  background: url(../images/main_nav_bg.png) right -45px repeat-x;
  color: #600;
}

.main_nav li li {
  margin: 0;
  padding: 0;
  background: #edeee0;
  border: solid #bcbaa7;
  border-width: 0 1px;
}

.main_nav li ul {
  padding-bottom: 8px;
  width: 162px;
  background: url(../images/main_nav_li_bottom.png) left bottom no-repeat;
}

.main_nav li li a {
  background: #edeee0 url(../images/main_nav_subhover_bg.gif) repeat-x;
  color: #666;
  padding: 4px 8px;
  height: auto;
  font-size: 10px;
  line-height: normal;
  display: block;
  text-transform: none;
}

.main_nav li li a:hover {
  background-position: 0 -100px;
  border: none;
}

ul.main_nav li:hover li ul, ul.main_nav li.sfHover li ul, ul.main_nav li li:hover li ul, ul.main_nav li li.sfHover li ul {
  top: -999em;
}

ul.main_nav li li:hover ul, ul.main_nav li li.sfHover ul, ul.main_nav li li li:hover ul, ul.main_nav li li li.sfHover ul {
  top: 0;
  left: 16em;
}


/*  Tabbed Content Box
------------------------------*/

#tabbed_content {
  margin-top: 12px;
  position: relative;
}

#tabbed_content ul#tcnav {
  height: 20px;
  position: absolute;
  top: -10px;
  left: 1px;
}

#tabbed_content ul#tcnav li {
  margin-left: -1px;
}

#tabbed_content ul#tcnav li a {
  background: url(../images/bg_tc_tabs.gif) 0 0;
  cursor: pointer;
  height: 25px;
  text-decoration: none;
  display: inline-block;
}

#tabbed_content ul#tcnav li a:hover {
  text-decoration: none;
}

#tabbed_content ul#tcnav li a span {
  font-size: 10px;
  font-weight: bold;
  line-height: 25px;
  height: 25px;
  margin-left: 8px;
  padding-right: 8px;
  background: url(../images/bg_tc_tabs.gif) 100% -25px;
  display: inline-block;
}

#tabbed_content ul#tcnav li.last a span {
  background: url(../images/bg_tc_tabs.gif) 100% -25px;
}

#tabbed_content ul#tcnav li.ui-tabs-selected a {
  color: #000;
  background-position: 0 -50px;
}

#tabbed_content ul#tcnav li.ui-tabs-selected a span {
  background-position: 100% -75px;
}

#tabbed_content ul#tcnav li.ui-tabs-selected.last a span {
  background-position: 100% -100px;
}

#tabbed_content .inner {
  padding: 12px 12px 0;
}

#tabbed_content .inner h4 {
  font-weight: normal;
  margin: 0;
  padding: 5px 0 5px 16px;
  background: url(../images/fade_arrow.gif) 0 7px no-repeat;
}

#tabbed_content .inner .jt_job {
  width: 294px;
  padding: 5px 0 0 16px;
  margin-bottom: 10px;
  background: url(../images/fade_arrow.gif) 0 7px no-repeat;
}

#tabbed_content .inner .jt_job.jt_row1, #tabbed_content .inner .jt_job.jt_row2 {
  float: none;
}


/*  Old tabbed content box
    styled to match new one
------------------------------*/

.tabset {
  position: relative;
  margin-top: 12px;
}

.tabset.single_tab {
  margin-top: 12px;
}

.tabset ul {
  margin: 0;
  padding: 0;
  height: 20px;
  position: absolute;
  top: -12px;
  left: 1px;
  list-style: none;

/*
  margin: 0;
  padding: 0;
  list-style: none;
*/
}

.tabset li {
  float: left;
  margin-left: -1px;
}

.tabset li span.content {
  background: url(../images/bg_tc_tabs.gif) 0 0;
  cursor: pointer;
  height: 25px;
  text-decoration: none;
  display: inline-block;
}

.tabset ul li.tab, .tabset ul li.selected {
/*
  list-style-type: none;
  display: block;
  float: left;
  font-size: .9em;
  font-weight: bold;
  cursor: pointer;
  background: #ccc url(../images/roundrect_parts/sd_right.gif) no-repeat right top;
  margin-right: -1px;
*/

}

.tabset ul li.selected span.content {
/*
  background-color: #f5f5f5;
*/
  color: #000;
  background-position: 0 -50px;

}

.tabset ul li.tab span.a {
  font-size: 11px;
  font-weight: bold;
  line-height: 25px;
  height: 25px;
  margin-left: 8px;
  padding-right: 8px;
  background: url(../images/bg_tc_tabs.gif) 100% -25px;
  display: inline-block;
/*
  border-bottom: 1px solid #a9a9a9;
*/
}

.tabset ul li.selected span.a {
/*
  border-bottom: none;
  padding-bottom: 4px;
*/
  background-position: 100% -100px;
}

/*
.tabset ul li .content {
  display: block;
  padding: 3px 7px;
  background: url(../images/roundrect_parts/sd_left.gif) no-repeat left top;
}
*/

.visual-roundrect {
  margin-bottom: 15px;
}

.visual-roundrect div.contents {
  padding: 8px 12px 0;
  background: #F0F0E4;
  border: solid #C0C0C2;
  border-width: 0 1px;
}

.visual-roundrect .visible {
  display: inherit;
}

.visual-roundrect .hidden {
  display: none;
}

.visual-roundrect .ct, .visual-roundrect .cb {
  display: block;
  height: 10px;
  font-size: 0;
  background: url(../images/bg_light_tan_roundbox_top_bot_336.png) no-repeat;
}

.visual-roundrect .cb {
  background-position: 0 -10px;
}

.visual-roundrect ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.visual-roundrect li {
  background: url(../images/fade_arrow.gif) 0 7px no-repeat;
  padding: 5px 0 5px 16px;
}

/*
.ct, .ct .cl, .cb, .cb .cl {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0;
  height: 4px;
  position: relative;
}

.ct, .cb {
  width: 100%;
  right: -1px;
}

.ct .cl, .cb .cl {
  width: 4px;
  left: -2px;
}

.ct {
  background: transparent url(../images/roundrect_parts/c_ne.gif) no-repeat top right;
  top: -1px;
}

.ct .cl {
  background: transparent url(../images/roundrect_parts/c_nw.gif) no-repeat top left;
}

.cb {
  background: transparent url(../images/roundrect_parts/c_se.gif) no-repeat bottom right;
  bottom: -1px;
}

.cb .cl {
  background: transparent url(../images/roundrect_parts/c_sw.gif) no-repeat bottom left;
}

.top .ct {
  background: transparent url(../images/roundrect_parts/ext_ne.gif) no-repeat top right;
}

.top .ct .cl {
  background: transparent url(../images/roundrect_parts/ext_nw.gif) no-repeat top left;
}

.tabbed .ct .cl {
  display: none;
}
*/

/*
.visual-roundrect .contents {
  margin: 6px 10px;
}
*/



/*  Get Connected Box
------------------------------*/

#get_connected .inner {
  position: relative;
}

#get_connected .inner h3 {
  color: #600;
  position: absolute;
  right: 12px;
  top: 0;
  text-transform: uppercase;
}

#get_connected ul {
  height: 100px;
  width: 310px;
}

#get_connected ul li {
  padding-top: 25px;
  width: 77.5px;
}

#get_connected ul li a {
  display: block;
  height: 75px;
  width: 100%;
  background: url(../images/get_connected_buttons.gif) no-repeat;
  position: relative;
}

#get_connected ul li a span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 77px;
  font-size: 10px;
  text-align: center;
}


#get_connected ul li.sub_mag {
  padding-top: 0;
}


#get_connected ul li.sub_mag a {
  height: 100px;
}

#get_connected ul li.sub_mag img {
  display: block;
  margin: 0 auto;
  height: 74px;
  width: 55px;
  border: 1px solid #666;
}

/*#get_connected ul li.sub_mag a     { background-position: center 0; }*/
#get_connected ul li.sub_mag a     { background: none; }
#get_connected ul li.sub_enews a   { background-position: center -200px; }
#get_connected ul li.join_team a   { background-position: center -350px; }
#get_connected ul li.sub_digital a { background-position: center -500px; }

/*#get_connected ul li.sub_mag a:hover     { background-position: center -100px; }*/
#get_connected ul li.sub_enews a:hover   { background-position: center -275px; }
#get_connected ul li.join_team a:hover   { background-position: center -425px; }
#get_connected ul li.sub_digital a:hover { background-position: center -575px; }


/*  Buttons
------------------------------*/
#ad_right_buttons {
  height: 125px;
}

#ad_right_buttons div {
  width: 125px;
  height: 125px;
  padding: 0 17px;
}

#ad_right_buttons #ad_b1 {
  float: left;
}

#ad_right_buttons #ad_b2 {
  float: right;
}


/*  Social Media Buttons
------------------------------*/

#social_media {
  height: 40px;
  position: relative;
}

#social_media a {
  position: absolute;
  top: 0;
}

#social_media a#btn_twitter {
  left: 0;
}

#social_media a#btn_linkedin {
  right: 0;
}


/*  Events Calendar
------------------------------*/

.cal_event {
  font-size: 12px;
  font-weight: bold;
  margin: 20px 0 0 0;
}

.cal_date {
  font-weight: bold;
  margin: 0;
}

.cal_loc {
  font-style: italic;
  margin: 0;
}

.cal_desc {
  margin: 0;
}

.cal_top {
  margin-top: 20px;
}

/*  Sponsored Links/Products
------------------------------*/

/* Above footer */

#sponsored_links {
  clear: both;
  padding: 12px 0;
}

#sponsored_links h4 {
  color: #666;
  margin: 0 0 10px;
  padding: 0;
}

#sponsored_links .link {
  float: left;
  padding-right: 1%;
  width: 32%;
}

/* In right column */

#right1third #sponsored_links {
  padding: 20px 0 10px;
}

#right1third #sponsored_links .link {
  float: none;
  padding: 0 0 10px;
  width: auto;
}

/* Sponsored product */

table.grayBox {
  margin: 0 0 15px;
  background: #f1f1f1;
}

table.grayBox tbody {
  display: block;
  padding: 12px 0;
}

table.grayBox td {
  padding: 0 12px;
}

table.grayBox p.underline {
  color: #888;
  margin: 0 0 10px;
  font: bold 12px Georgia, "Times New Roman", serif;
}


/*  Digital Edition Popup
------------------------------*/

#digedit_popup {
  text-align: center;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -135px;
  width: 240px;
  height: 400px;
  border: 10px solid #000;
  padding-bottom: 55px;
  background: #000;
  z-index: 100000;
}

#digedit_popup p {
  margin: 10px 0;
}

#digedit_popup img {
  border: none;
  margin: 0;
  padding: 0;
}

#digedit_popup a.signup {
  font-weight: bold;
  font-size: 18px;
  color: #06c;
  cursor: pointer;
  text-decoration: none;
}

#digedit_popup a:hover.signup {
  color: #f60;
  text-decoration: none;
}

#digedit_popup a.close {
  font-size: 10px;
  color: #fff;
  cursor:pointer;
}


/*  Footer
------------------------------*/

#footer {
  background: #fff;
  clear: both;
  color: #666;
  text-align: center;
}

#footer img {
  display: block;
  margin: 0 auto;
}

#footer #putman_logo {
  margin-top: 10px;
}

#footer address {
  font-style: normal;
  margin: 0;
}

#footer ul {
  list-style: none;
  margin: 10px 0 0;
}

#footer li {
  display: inline;
  font-size: 11px;
  margin-right: 10px;
}

#footer li.last {
  margin: 0;
}


/*  White Papers (move to new css?)
------------------------------*/

img.wp_cover {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #ccc;
}

#wpleft {
  float: left;
  width: 125px;
  font-size: 11px;
}

#wpbox {
  margin: 0 0 15px;
  border-top: 2px solid #ccc;
  background: url(/images/bg_wpbox.jpg) repeat-x;
}

#wpbox p {
  padding: 5px;
  text-align: center;
  line-height: normal;
}

#wpbox p.not_a_member {
  font-size: 10px;
  background: #fff;
}

#wpbox img.cover {
  display: block;
  padding-top: 10px;
  margin: 0 auto 20px;
}

#wpbox a.dld, #wpbox a.reg {
  display: block;
  height: 40px;
  line-height: 28px;
  padding-left: 25px;
  outline: none;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}

#wpbox a.dld {
  background: url(/images/round_reflect_btn.jpg) bottom no-repeat;
}

#wpbox a.reg {
  background: url(/images/round_reflect_reg_btn.jpg) bottom no-repeat;
}

#wpbox a.dld:hover, #wpbox a.reg:hover {
  background-position: top;
}

#wpdesc {
  float: right;
  width: 480px;
}

#wpinfo p {
  font-size: .85em;
  color: #666;
  margin: 0;
  padding: 5px 0;
  border-bottom:1px solid #e5e5e5;
}

/*  More Content Boxes
------------------------------*/

#more_content {
  border: solid #ccc;
  border-width: 2px 0;
  margin: 20px 0;
  padding: 15px 0 7px;
}

#more_content h3 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

#more_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#more_content li {
  border-bottom: 1px solid #eee;
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

#more_content li.viewall {
  border: none;
}

#more_content.products li {
  border-bottom: 1px solid #eee;
}

#more_content.products li.viewall {
  border: none;
  padding-bottom: 0;
}

#more_content img {
  height: 30px;
  width: 60px;
  position: absolute;
  top: 12px;
  left: 0;
  border: 1px solid #ddd;
}

#more_content span {
  color: #600;
  font: italic 11px arial;
  left: 0;
  position: absolute;
  top: 10px;
}

#more_content cite {
  color: #888;
  display: block;
  font-size: 11px;
  padding-left: 70px;
  position: relative;
  top: -7px;
}

#more_content a {
  display: inline-block;
  padding: 8px 4px 8px 70px;  
}

#more_content.products a {
  padding-left: 0;  
}


/*  Page Tools
------------------------------*/

#tools {
  display: block;
  margin: 0 0 5px;
}

#tools a {
  color: #666;
  font-size: 11px;
  margin-right: 10px;
}

#tools #print, #tools #email {
  float: left;
}

#tools #addthis {
  float: right;
}

#printpage {
  padding: 5px 0 0;
}

#emailpage {
  padding: 5px 0 0;
}

#addthis-button {
  padding: 10px 0 0;
}


/*  Search Listing Pages
------------------------------*/

.search-content a {
  font-weight: bold;
}


/*  Login / Reg Modal
------------------------------*/

.modal_overlay {
  zoom: 1;
  cursor: pointer;
  background: #000 url(../images/user/modal_overlay.jpg) repeat-x;
}

* html #modal_wrap {
  position: absolute;
  top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#modal_wrap {
  width: 600px;
  margin-left: -300px;
  top: 115px;
  left: 50%;
  padding: 15px;
  display: none;
  z-index: 1000000;
  position: fixed;
  background: #fff;
  text-align: left;
  border: 1px outset #ccc;
  font: normal .8em/1.4 arial, sans-serif;
}

#modal_wrap a.modal_close {
  right: 0;
  top: -20px;
  color: #eee;
  z-index: 100;
  text-align: right;
  position: absolute;
  font: bold 18px/normal arial;
}

#modal_wrap a.modal_close:hover {
  color: #fff;
}

#modal_wrap a.modal_close.inside {
  top: 0;
  color: #039;
  z-index: auto;
  font-size: 10px;
  text-align: left;
  position: relative;
}

#modal_wrap a.modal_close.inside:hover {
  color: #039;
}

#modal_wrap img#ajax_loading {
  margin: 0 auto;
  display: block;
}

div.member {
  text-align: left;
}

div.member h3, div.member h4 {
  margin: 0;
  padding: 0 0 5px;
}

div.member h3 {
  color: #600;
  font-size: 14px;
}

div.member h4 {
  font-size: 13px;
}

div.member span {
  display: block;
  padding: 0 0 10px;
}

div.member span.red {
  display: inline;
}

div.member ul.check {
  margin: 0;
  list-style: none;
  padding: 0 0 10px;
}

div.member ul.check li {
  margin: 0;
  padding: 0 0 10px 18px;
  background: url(../images/user/check.png) left 4px no-repeat;
}

div.member .twocols .col1 {
  float: left;
  width: 290px;
}

div.member .twocols .col2 {
  float: right;
  width: 275px;
  padding: 10px;
  border-style: solid;
  border-width: 3px 1px;
  border-color: #005826 #ddd;
  background: #f1f1f1 url(../images/user/modal_gray_fade.gif) repeat-x;
}

#errors, #status {
  font-size: 11px;
  padding: 5px 10px;
  border: dotted #ccc;
  border-width: 1px 0;
  margin-bottom: 10px;
}

#errors ul, #status ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#errors {
  color: #fff;
  background: #c66;
}

#errors li {
  border: none;
  float: none;
}

#errors a {
  display: none;
}

#status {
  background: #ffc;
}

#status ul.status_msg {
  width: 51%;
  float: left;
}

#status ul.go_back {
  width: 49%;
  float: right;
  text-align: right;
}

#status li {
  display: inline;
}

div.member form {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}

div.member .description {
  color: #999;
  font-size: 10px;
  margin-bottom: 10px;
}

div.member span.form-required, div.member span.required_disclaimer {
  color: #c66;
  display: inline;
}

div.member span.required_disclaimer {
  display: block;
  font-size: 11px;
}

label {
  color: #555;
  display: block;
  padding-bottom: 3px;
  font: bold 12px arial;
}

.form-item {
  margin: 3px 0;
}

input.form-text {
  width: 96%;
  color: #666;
  padding: 4px;
  margin: 0 0 3px;
  font-size: 13px;
  border: 1px solid #ccc;
}

input.form-text.error {
  border: 1px solid #c66;
}

input.form-text.highlight {
  background: #ffc;
  font-weight: bold;
  border: 1px solid #cc9;
}

input.form-submit, a.btn {
  color: #fff;
  height: 28px;
  padding: 0 4px;
  margin-top: 4px;
  display: inline-block;
  cursor: pointer;
  background: #600;
  border: 1px solid;
  border-color: #300;
  font: bold 11px/normal arial;
}

a.btn {
  color: #fff;
  height: 26px;
  padding: 0 6px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
}

a.btn:hover {
  text-decoration: none;
}

div.member a#to_register.btn {
  float: right;
}

/* Specific to Login */

div.member a#to_forgot_pw {
  float: left;
  font-size: 10px;
  margin-top: -20px;
  padding-left: 65px;
}

/* Specific to Register
------------------------------*/

div.member div.to_login {
  border-top: 1px solid #ccc;
  font-size: 11px;
  padding-top: 5px;
}

div.member .important {
  background: #ffc;
  padding: 6px 8px;
  margin-bottom: 10px;
}

div.member .important p {
  margin: 0;
  padding: 0;
}

div.member .reghelp {
  color: #666;
  padding-top: 10px;
  border-top: 1px solid #f1f1f1;
}

div.member .reghelp h4, div.member .reghelp p {
  margin: 0;
  padding: 0;
}

/* Specific to Forgot Password */

form#user-pass input.form-text {
  width: 50%;
  margin-bottom: 10px;
}

/*** START Styles for the E-Newlsetter examples page ***/
div.example {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0 0 10px;
}

div.example a {
  font-size:11px;
  font-weight:bold;
  float left;
}

div.example p {
  color:#444444;
  font-size:10px;
}

div.example img {
  display: block;
  margin: 0 3px 0;
  float:left;
}
/*** END Styles for the E-Newlsetter examples page ***/
