/* reset.css */
html {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
/*table, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}*/
body {line-height:1.5;  outline: none; }
table {border-collapse:separate;border-spacing:0; clear:both;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
html, body {height: 100%;}

body a { outline: none;}



/* typography.css */
body {font-size:75%;color:#222;background-color:#eee; font-family: 'Open Sans', sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#333;}
h1 {font-size:27px;line-height:1;margin-bottom:0px;}
h2 {font-size:24px;margin-bottom:0.75em;}
h3 {font-size:18px;line-height:1.3;margin-bottom:0.5em;}
h4 {font-size:14.5px;line-height:1.25;margin-bottom:0.1em;}
h5 {font-size:12px;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:12px;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#21B100;}
.mainheader a {color: #21B100 !important; text-decoration:none;}
.mainheader a:hover {text-decoration: underline;}
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 {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.6;}
li ul, li ol {margin:0 1em;}
ul, ol {margin:0 1.5em 1em 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;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:3px 10px 3px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.quieter {color:#999; font-weight: normal; font-style:italic;}

.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.normal {font-weight: normal;}
.center {text-align: center;}
.larger {font-size: 1.2em;}
.inlineblock{display:inline-block;}

p.normal {line-height: 1.5em !important; margin-top: 10px !important;}

.span-18 a:link, .content a:link, li a:link, td a:link, p a:link, h1 a:link, h2 a:link, h3 a:link, h4 a:link { color: #21B100; text-decoration: none;  }
.span-18 a:visited, .content a:visited, li a:visited, td a:visited, p a:visited, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited { color: #21B100; text-decoration: none;  }
.span-18 a:hover, .content a:hover, li a:hover, td a:hover, p a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { color: #21B100; text-decoration: underline;  }

a:active {outline: none !important;}

a:link, a:hover, a:visited {cursor: hand;}




/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
textarea.squat {width:390px;height:60px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.fieldWithErrors { background-color: none;  display: inline; float:left; padding-right: 20px; background: url(/images/cross.png) right no-repeat;}
#errorExplanation {  width: 600px; padding: 7px;  padding-bottom: 0px;  margin-bottom: 10px; border-bottom: 1px solid #e3e3e3; }
#errorExplanation h2 {  text-align: left; border:none !important; font-weight: bold;  padding: 5px 5px 5px 15px;  font-size: 16px;  margin: -7px; color: red;}
#errorExplanation p {  color: #333;  margin-bottom: 0;  padding: 5px;}
#errorExplanation ul li {  font-size: 12px;  list-style: disc;}

.signinField input {width: 100%;}

/* flash[:notice] found in app/views/layouts/application.html.erb */
#flash_notice{
  border-bottom-color:#1FA300;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-left-color-ltr-source:physical;
  border-left-color-rtl-source:physical;
  border-left-color-value:#1FA300;
  border-left-style-ltr-source:physical;
  border-left-style-rtl-source:physical;
  border-left-style-value:solid;
  border-left-width-ltr-source:physical;
  border-left-width-rtl-source:physical;
  border-left-width-value:1px;
  border-right-color-ltr-source:physical;
  border-right-color-rtl-source:physical;
  border-right-color-value:#1FA300;
  border-right-style-ltr-source:physical;
  border-right-style-rtl-source:physical;
  border-right-style-value:solid;
  border-right-width-ltr-source:physical;
  border-right-width-rtl-source:physical;
  border-right-width-value:1px;
  border-top-color:#1FA300;
  border-top-style:solid;
  border-top-width:1px;
  font-size:14px;
  margin-bottom:10px;
  margin-left:210px;
  padding-bottom:5px;
  padding-left:5px;
  padding-right:5px;
  padding-top:5px;
  width:710px;
}



/* grid.css */
.container {width:1010px;background:#fff; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto; overflow: hidden;}
/* drop shadows - right side */
.container {
  -webkit-box-shadow: 5px 0px 10px #ccc;
  -moz-box-shadow: 5px 0px 10px #ccc;
  box-shadow: 5px 0px 10px #ccc;
}
/* drop shadows - left side */
.container:after {
  z-index: -1;
  content: "";
  background-color: rgba(255,255,255,1);
  position: absolute;
  content: "";
  height: 100%;
  left: 0px;
  width: 50%;
  top: 0%;
  -webkit-box-shadow: -5px 0px 10px #ccc;
  -moz-box-shadow: -5px 0px 10px #ccc;
  box-shadow: -5px 0px 10px #ccc;
}
/* end drop shadows */

.showgrid {background:url(src/grid.png);}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24, div.span-290{float:left;margin-right:10px;}
.first, div.first{margin-left:20px;}
.last, div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:770px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-170 {width:190px;margin:0;padding:0;float:left; }
.span-290 {width:290px;}
.span-530 {width:550px;margin:0 20px;float:left;}
.span-full {width:100%;float:left;}
.span-24, div.span-24 {width:950px;margin:0;}
input.span-1, textarea.span-1, select.span-1 {width:30px!important;}
input.span-2, textarea.span-2, select.span-2 {width:50px!important;}
input.span-3, textarea.span-3, select.span-3 {width:90px!important;}
input.span-4, textarea.span-4, select.span-4 {width:130px!important;}
input.span-5, textarea.span-5, select.span-5 {width:170px!important;}
input.span-6, textarea.span-6, select.span-6 {width:210px!important;}
input.span-7, textarea.span-7, select.span-7 {width:250px!important;}
input.span-8, textarea.span-8, select.span-8 {width:290px!important;}
input.span-9, textarea.span-9, select.span-9 {width:330px!important;}
input.span-10, textarea.span-10, select.span-10 {width:370px!important;}
input.span-11, textarea.span-11, select.span-11 {width:410px!important;}
input.span-12, textarea.span-12, select.span-12 {width:450px!important;}
input.span-13, textarea.span-13, select.span-13 {width:490px!important;}
input.span-14, textarea.span-14, select.span-14 {width:530px!important;}
input.span-15, textarea.span-15, select.span-15 {width:570px!important;}
input.span-16, textarea.span-16, select.span-16 {width:610px!important;}
input.span-17, textarea.span-17, select.span-17 {width:650px!important;}
input.span-18, textarea.span-18, select.span-18 {width:690px!important;}
input.span-19, textarea.span-19, select.span-19 {width:730px!important;}
input.span-20, textarea.span-20, select.span-20 {width:770px!important;}
input.span-21, textarea.span-21, select.span-21 {width:810px!important;}
input.span-22, textarea.span-22, select.span-22 {width:850px!important;}
input.span-23, textarea.span-23, select.span-23 {width:890px!important;}
input.span-24, textarea.span-24, select.span-24 {width:940px!important;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:20px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 12px;border:none;}
hr.space {background:#fff;color:#fff;margin:0 0 20px;}
.content hr.space{margin:0 0 10px;}
.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix {display:block;}
.clear {clear:both;}
.hr_clear {clear:both;}
div.clearTiny {clear:both; line-height:1px; height: 1px; font-size: 1px; line-height: 1px; margin: 0 0 -1px 0;}
.margin-top-20{margin-top:20px;}

.ie_titlefloat {display: block; height: 35px;}

.halfcol {width: 255px; float: left; margin-right: 20px;}

.livehomepage p {margin-bottom: 0 !important; font-size: .8em;}
.livehomepage div.list-item {margin-bottom: 0 !important; clear:both; height: auto; display:block; margin-top:8px; float: none !important;}
.hr_grn-small + .csrlive { margin-top: 0 !important; }


/* Images */
.our_pick_img {float: right; margin: 4px 0 20px 20px; }
.our_pick_img img {margin: 0; border: 1px solid #333; border-width: 1px 0;max-width: 200px;}

.our_pick_img_home {float: left; margin: 4px 20px 20px 0; }
.our_pick_img_home img {margin: 0; border: 1px solid #333; border-width: 1px 0;max-width: 250px;}
.ourpick-slider-bg{height:174px;width:255px;overflow:hidden;position:relative;}
.ourpick-slider{position:absolute;background:url(/images/slider-bg.png) no-repeat ;height:172px;width:245px;position:absolute;left:0;top:121px;padding:3px 5px 0 5px;}
.ourpick-slider h4, .ourpick-slider h4 a, .ourpick-slider p, .ourpick-slider p a, .ourpick-slider a {color:#fff !important;}
.ourpick-slider h4 {font-size: 1.2em !important;}
.ourpick-slider p {font-size:12px;line-height:1.36em !important;}
.ourpick-slider p a:hover,.ourpick-slider h4 a:hover {text-decoration:underline;}

.commentary_img {float: right; margin: 4px 0 20px 20px; }
.commentary_img img {margin: 0; border: 1px solid #333; border-width: 1px 0;max-width: 160px;}

.event_img {float: right; margin: 4px 0 20px 20px; }
.event_img img {margin: 0; max-width: 170px;}

.report_list_img {float: right; margin: 0px 0 0px 20px ;}
.report_list_img img {margin: 0; max-width: 100px; max-height: 60px; clear: both;}

.featured_img {float: left; margin: 0 ;}
.featured_img img {margin: 0; }

.featured_wide_img {float: left; margin: 0;}
.featured_wide_img img {margin: 0; }

.profile_img {float: right; margin: 4px 0 20px 20px;}
.profile_img img {margin: 0; max-width: 200px; max-height: 160px; }

.category_img {float: right; margin: 4px 0 20px 20px; }
.category_img img {margin: 0; border: 1px solid #333; border-width: 1px 0;max-width: 250px; }
.category_img_small {float: right; margin: 4px 0 20px 20px; }
.category_img_small img {margin: 0; border: 1px solid #333; border-width: 1px 0;max-width: 175px; }

.partner img {max-width: 141px; }

.book-image{border: 1px solid #e3e3e3; float: left; margin-right: 20px;}

.icon_pdf {margin: 0 0 -5px 5px;}

.emp_banner {max-width: 720px;  max-height: 150px; }

.thumbnail-button {clear: both;}

.expander {font-weight:bold;cursor:pointer;text-align:right;margin:4px 0 0 0;text-transform:uppercase;border-top:1px solid #d2d2d2;padding:5px 0 0 0;}
/* Table Stuff */

td.tableLabel {width: 150px;}
td.tableLabelWide {width: 200px;}
td.tableLabelNarrow {width: 120px;}
tr.section_header_row td {padding:10px 5px 5px 5px;}
tr.section_row_lte td, tr.section_row_drk td {vertical-align: top;}
tr.industry_row td select {margin-top:0px; width: 200px; float: left; clear:none;}
tr.featured_row td select {margin-top:0px; width: 100px; float: left; clear:none;}
tr.section_row_lte td, tr.section_row_drk td {line-height: 30px;}

tr.section_row_lte td select, tr.section_row_drk td select, tr.section_row_lte td input, tr.section_row_drk td input {margin-top:5px;}
tr.section_row_lte td p, tr.section_row_drk td p {line-height: 30px; margin: 0;}
/*tr.section_row_lte td label, tr.section_row_drk td label {line-height: 30px;}*/

.title_cell {padding-left:0px !important; padding-right: 0px !important;}
p.multiline_label {line-height: 15px !important; padding: 5px 0;}

.gt-list-table thead tr th {background: white !important;}

.file_fields input {float: left; clear: none;}

.priceLabel {font-size: .85em; color: #999999; display: block; margin-top: -3px;}
.priceTableLabel {font-size: .9em; font-weight: bold; line-height: 1em;}

.priceRow td {border-top:1px solid #999999; padding: 5px 0;}
.priceRowLast td {border-top:1px solid #999999; border-bottom:1px solid #cccccc; padding: 5px 0;}
.submitRow td {border-top:1px solid #cccccc; padding: 5px 0;}
.submitRowLast td {border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; padding: 5px 0;}
.signupTitle {width: 200px; float: left;}

.submitRowLast .priceTableLabel, .submitRow .priceTableLabel {height: 50px; font-size: 1.0em; line-height: 1em;}

.includeCheckbox {float: left; margin-left: 15px;}
.expDateFields select {width: 95px !important; margin-right: 10px;}

.CSRlive_table select {width: 223px;}
.account_table tbody tr td select {width: 223px;}

.archive_filters {float: right !important; text-align: right;}
.archive_filters select {width: 130px;  clear: none !important; margin: 0 0 7px 10px;}
.archive_filters #filter_category {width: 150px !important;}
.archive_filters #filter_date {width: 110px !important;}

.archive_divider{float: right; width: 100%; padding-bottom: 0 !important;}
.archive_divider p {float: left; margin-top:4px; margin-bottom: 7px !important; color: #999999; line-height: 18px !important; font-size: .85em;}

.wide_select_cell select {width: 223px;}
#filter_name, #filter_contact, #filter_city, #filter_state {width: 200px; float: left;}
#filter_category, #filter_country {width: 207px; float: left;}
#industryOne, #industryTwo, #division1, #division2, #report_report_type_id, #company_address_country_id, #profile_company_address_attributes_country_id {width: 223px;}

/* calendar */

.cal {width: 69px; height: 75px; display: block; float:left; margin-right:20px; margin-top:0px; text-align: center;}
.cal_top {background: url(/images/cal_top_bg.jpg) top center no-repeat; height: 25px;}
.cal_bottom {background: url(/images/cal_bottom_bg.jpg) top center no-repeat; height: 50px;}

.cal_month {font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; color: #ffffff; line-height: 30px; display: block; width: 60;}
.cal_date {font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; color: #333333; line-height: 25px;display: block; width: 60;}
.cal_year {font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; color: #333333; line-height: 18px;display: block; width: 60;}




/* csrwire specific */

.mainheader {background: url(/images/logo_bg.jpg) repeat-x top; max-height: 85px; overflow: hidden;}
.seach-header {
  position: absolute;
  top: 72px;
  right: 0px;
}

#nav{float:left;display:block;background:url(/images/nav_bg.jpg) repeat-x;width:100%;height:32px;}
#nav ul{float:left;margin:0;list-style:none;padding:0 0 0 20px;height:32px;}
#nav ul li{float:left;display:inline;position:relative;margin-right:52px;}
#nav ul li.nav-hr-rule{background:url(/images/nav_spacer.jpg) center no-repeat;height:32px;width:4px;}
#nav ul li a{display:block;float:left;color:#fff;text-decoration:none;font-size: 14px; font-weight: 400; line-height:18px;}
#nav ul li a img{margin-top:2px;}

#nav ul li a:hover{text-decoration:none;}
#nav ul li.active a{background:url(/images/nav_active_mid.jpg) repeat-x #fff;color:#333; padding: 7px 8px; margin: 0px; text-decoration: none;}
#nav ul li.active{ margin:0 3px;}
#top_left, #top_right{position:absolute;width:5px;height:8px;top:0;}
#top_left{background:url(/images/nav_active_top_left.jpg) top left no-repeat; left:0;}
#top_right{background:url(/images/nav_active_top_right.jpg) top right no-repeat; right:0;}

#nav ul li span.mainNavIn {display: block;padding:0; float: left;}
#nav ul li span.mainNavOut {display: block;padding: 7px 11px; float: left;}
#nav ul li a:hover span.mainNavIn {background:url(/images/main_nav_in.jpg) top left no-repeat;}
#nav ul li a:hover span.mainNavOut {background:url(/images/main_nav_out.jpg) top right no-repeat;}

#nav ul li a{padding:3px 9px;margin:5px 2px;text-transform:lowercase;height:18px;}
  #nav ul li a:hover{
    background:#55c33c;
       -moz-border-radius: 3px; /* FF1+ */
    -webkit-border-radius: 3px; /* Saf3-4 */
            border-radius: 3px; /* Opera 10.5, IE 9, Saf5, Chrome *//*    background: url(/images/main_nav_in.jpg) top left no-repeat;*/
/*    background: url(/images/main_nav_out.jpg) no-repeat 100% 0%;*/
  }
  #nav ul li a.active, #nav ul li a.active:hover{
    background: white;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    border-bottom-left-radius: 0px 0px;
    border-bottom-right-radius: 0px 0px;
    -moz-border-radius:5px 5px 0px 0px;
    -webkit-border-top-left-radius: 5px 5px;
    -webkit-border-top-right-radius: 5px 5px;
    color: #333;
    margin-bottom: 0px;
    margin-top: 3px;
    padding-top: 5px;
    padding-bottom: 6px;
  }

span.liveNavIn {display: block;padding:4px 4px;}
span.liveNavOut {display: block;padding:0;}
a:hover span.liveNavIn { display: block;padding:0; float: left; background:url(/images/csr_nav_in.jpg) top left no-repeat;}
a:hover span.liveNavOut {display: block;padding:4px 4px; float: left; background:url(/images/csr_nav_out.jpg) top right no-repeat;}

#wrapper {line-height: .2 !important;}

/* Search Bar and Results and other Searchy things */
.search {padding:6px 20px 0 3px; margin-right:0px; float: right; width: 180px; text-align: right;}
.content .search {float:left;}
.search form{float:left;height:20px;margin:0;width:100%;}
.search-text-input{float:left;width:145px;border:1px solid #d9edd4;background:#ebfbe7;color:#21b100;height:16px !important;margin:0;padding:2px 0 0 2px;}
.search form input{float:right;}
.image-submit {float: right;}
.dataTables_wrapper {margin-bottom: 20px; padding: 5px 0px 5px;}
.dataTables_length {float:right; width: 200px; margin: 14px 300px 0px 0;}
.dataTables_filter {float: left; width: 170px; margin-left: 0px; font-weight: bold;}
table.dataTable {clear:both; margin-bottom: 0;}
.dataTables_info {margin: 5px 0 0 5px; color: #999999; font-size: .9em; clear:both;}
.searchResults h3 {margin-left: 5px;}
.dataTable th, .dt th {background: #ffffff; height: 14px; line-height:14px;}
.dataTable .odd td, .dt .odd td, .section_row_lte {background: #fafafa;}
.dataTable .even td, .dt .even td, .section_row_drk {background: #eeeeee;}
.dataTables_empty {text-align:left !important;}
.tableHeadIndenter {padding: 0 5px 0 5px;}
.directoryLabel {width: 180px; float: left;}
.directoryField {width: 300px; float: left; margin-left: 10px;}
.goBack {display:inline; padding-left: 15px;}


/* Left Navigation */
#subnav{width:170px;margin-left:10px;background:url(/images/subnav_bg.jpg);}
#subnav ul{width:170px;margin:0;list-style:none;background:url(/images/subnav_bottom.jpg) no-repeat bottom center;}
#subnav ul li{padding: 0; margin: 0; height: 28px;}
#subnav ul li a, #subnav ul li div.fakelink{border-bottom:1px solid #e3e3e3;color:#585858;display:block;font-size:90%;font-weight:bold;margin:0 15px;padding:7px 0;line-height:1em;text-decoration:none;text-transform:uppercase; margin-top: 0px; margin-bottom: 0px; outline:none;}
#subnav ul li a:hover{text-decoration:underline;}
#subnav ul li a.active {color: #333333 !important; text-decoration: none !important;}
#subnav ul li.last {height:8px;}
#subnav ul li.last a{border-bottom:none;}
#subnav ul li.header{background:url(/images/subnav_header_bg.jpg) no-repeat;height:28px;}
#subnav ul li.header h4{color:#fff;text-transform:uppercase;margin:0;padding:8px 0 0 15px;font-size:11px; font-weight: bold;}
li.firstItem {margin: 4px 0 0 0 !important;}
li.subscribe_li {height: 22px !important; margin-top: 10px; display:block;}
#subnav span.subscribe_bg {background:url(/images/subnav_subscribe_bg.jpg); display:block;font-size:90%;font-weight:normal; color: #333333; text-decoration:none;text-transform:uppercase; height: 22px; line-height:22px; display:block;}
#subnav span.subscribe_bg span {padding-left: 15px; font-size:90% !important; height: 22px; line-height: 22px; display:block;}
li.subscribeLI {background: url(/images/subnav_lower_bg.jpg) repeat-y; margin-top:0px; height: 28px !important; line-height: 28px !important; margin: 0;}
.subscribeLink {font-weight:normal !important; color:#333333 !important; font-size: 75% !important; border:none !important; line-height: 28px !important; height: 28px !important; padding: 0px !important; margin: 0px 0px 0px 10px !important; display:block;}



.subscribeLink img { margin-bottom: -3px;}

/* Breadcrumbs */
#breadcrumbs{height:15px; display:block; float: none; margin:0 0 0 210px;}
#breadcrumbs div.breadWrap{text-align:left; display: inline; height:15px;margin:0 20px 0 210px;padding:0;line-height:15px;}
#breadcrumbs div.breadWrap div.node {float: left; background:url(/images/bread_bg.jpg) repeat-x;}
#breadcrumbs div.breadWrap div.lastNode {float: left; background: none !important;}
#breadcrumbs div.breadWrap a{display: block; font-size:10px;color:#666;text-transform:uppercase;text-decoration:none;float:left; background:url(/images/bread_bg.jpg) repeat-x; padding: 0px 5px; outline: none;}
#breadcrumbs div.breadWrap a:hover{font-size:10px;color:#21b100;text-transform:uppercase;text-decoration:none;float:left; background:url(/images/bread_bg.jpg) repeat-x;}
#breadcrumbs div.breadWrap div.lastNode a{background: none !important;}
#breadcrumbs div.breadWrap div.lastNode a:hover{background: none !important;}

.arrow {background:url(/images/bread_bg.jpg) repeat-x;}
.lastCrumb, .lastArrow {background: none !important;}
.lastArrow {display: none;}
#breadcrumbs div.breadWrap img{float:left;margin:0;}
#bread_home { display: block; background: url(/images/bread_home_icon_off.jpg) left no-repeat !important; padding:0 5px 0 13px !important;}
#bread_home:hover {display: block; background: url(/images/bread_home_icon_on.jpg) left no-repeat !important; padding:0 5px 0 13px !important;}




/* Sidebar Items */
.sidebar_bucket{margin:5px 0 0 0;background:url(/images/sidebar_bucket_bg.jpg);}
.sidebar_bucket ul{width:170px;margin:0;list-style:none;background:url(/images/sidebar_bucket_bottom.jpg) no-repeat bottom left;}
.sidebar_bucket ul li a{display:block;padding:6px 0;margin:0 15px;color:#333;text-transform:uppercase;text-decoration:none;font-size:75%; outline: none; }
.sidebar_bucket ul li a:hover{text-decoration:none;}
.sidebar_bucket ul li.last a{border-bottom:none;}
.sidebar_bucket ul li.header{background:url(/images/sidebar_bucket_header.jpg) no-repeat;height:28px;}
.sidebar_bucket ul li.header2{background:url(/images/sidebar_bucket_header2.jpg) no-repeat;}
.sidebar_bucket ul li.header h4,.sidebar_bucket ul li.header2 h4{color:#21b100;text-transform:uppercase;margin:0;padding:7px 0 0 15px;font-size:90%;}
.sidebar_bucket ul li.header2 h4{color:#333;font-size:85%;}
.sidebar_bucket ul li.middle {margin-top:6px;}
.sidebar_bucket ul li.last {padding-bottom:10px;}
.sidebar_bucket ul li a img {margin-bottom: -2px;}

.sidebar_bucket h4 a {padding: 0 !important; margin: 0 !important; color: #21b100 !important; font-size: 1.1em !important; font-weight: bold !important;margin-bottom:4px;}

.leftcol{
  padding:1px 0 0 0;
/*  min-height:1270px;*/
}
a.blue_btn:focus, a.blue_btn:hover {color:#fff;}



.noBottomBorder {border-bottom: none !important;}
.noBottomPad {padding-bottom: 0px !important;}

.partner{margin:0 0 10px 0;padding:0 0 10px 0;}
.partner p{margin-right:170px !important;}
.partner img{float:right;}



/* Horizontal Green Rules */
div.hr_grn{width:100%;height:5px;background:#21b100;position:relative;margin-bottom:8px; margin-top: 5px; float: left;}
div.hr_grn_cap_left,div.hr_grn_cap_right{position:absolute;top:0;width:7px;height:5px;}
div.hr_grn_cap_left{left:0;background:url(/images/hr_left_cap.jpg) no-repeat;}
div.hr_grn_cap_right{right:0;background:url(/images/hr_right_cap.jpg) no-repeat;}

div.hr_grn-small{width:100%;height:3px;background:#21b100;position:relative;margin-bottom:0.6em; margin-top: .35em;}
div.hr_grn_cap_left-small,div.hr_grn_cap_right-small{position:absolute;top:0;width:3px;height:3px;}
div.hr_grn_cap_left-small{left:0;background:url(/images/hr_left_cap-small.jpg) no-repeat;}
div.hr_grn_cap_right-small{right:0;background:url(/images/hr_right_cap-small.jpg) no-repeat;}

td div.hr_grn-small{margin-bottom: 0;}

.submit_wrap {width: 720px; margin-left: 0px;}
.submit_region {float: left; width: 100%; margin: 6px 0 0 0; background: #fffde6; border-top: 2px solid #21b100;border-bottom: 2px solid #21b100;}
.submit_region_short {float: left; width: 100%; margin: 6px 0 0 0; height: 127px; background:url(/images/submit_region_short_bg.jpg) center top no-repeat;}

.submit_left {width: 140px; float: right; margin: 16px 10px 20px 15px; clear: none;}
.submit_right {width: 500px; float: left; margin: 13px 20px 20px 10px; clear: none;}
.submit_availability {font-size: 1.17em; font-weight: bold; color: #21b100;}
.submit_agreement {font-weight: bold;}
.submit_region_text_top {font-size: 1.3em; line-height: 1.2em !important; font-weight: bold; color: #444444;}
.submit_region_text_bottom {line-height: 1.3em !important;}
.submit_region_second_line{display: block; margin-top:10px;}


/* Content Lists */
.thumbnail{float:left;margin:3px 5px 0 0;border:1px solid #e3e3e3;}
.list-item p {margin-bottom: 0 !important;}
.list-item {margin-bottom: 16px;}
.list-item h4, .list-item h5, .list-item p{padding:0 0 0 75px;}
.list-item p{color:#333;}
.headline-list-item{padding:0; margin-bottom: 5px;}
.headline-list-item p{margin-bottom: 1em;}
.headline-list-item h4, .list-item h4 {font-size: 14.5px !important;}
.last p{margin:0 ;}
.time, .time12 {color:#ababab;font-weight:normal;font-size: 9.5px;}
.time12{font-size:12px;}
.type, .type a{font-size:10px;font-style:normal;font-family:'times new roman, times, serif'; color:#438833; display: inline-block; }
.type a{font-style:italic; color:#438833 !important;}
a .type {font-style:italic; color:#438833 !important; font-weight: normal !important; }
.featured-list-item{border-bottom:1px solid #e3e3e3;margin:0 0 15px 0;padding:0 0 15px 0;}
.featured-list-item h5{margin-bottom:0; clear:both;}
.featured-list-item p{font-size:85%;font-weight:normal;line-height:1.3em;}
.featured-list-item h5 a{color:#333;text-decoration:none;  outline: none; display: block;}
.featured-list-item h5 a:hover{text-decoration:underline; outline: none; display: block;}
.event{border-bottom:1px solid #e3e3e3;margin:0 0 1em 0;}
.long-title{margin-bottom:0.2em;border:none!important;}
.three-col-list,.three-col-list-last{float:left;margin:0 10px 0 0;list-style:none;}
.three-col-list li,.three-col-list-last li{width:170px; margin-bottom: .75em; line-height: 1.3em;}
.three-col-list-last{margin:0;}
.list-wrapper{float:left;}

.content{padding-top:10px;}
.content h2{font-size:2.2em;border-bottom:1px solid #e3e3e3;margin-bottom:0;}
.content h3{font-size: 13px; font-weight:bold;}
.content h4{font-size:1.5em;font-weight:normal;}
.content p{margin:0 0 10px 0;line-height:1.5em;}
.content p.divider, div.divider, h4.divider, ul.divider li{border-bottom:1px solid #e3e3e3;padding:0 0 0.8em 0;}
ul.divider{margin:0;list-style:none;}
  ul.divider li{padding-top:0.8em;}
table.divider{border-bottom:1px solid #999999; }
.content p.closer{margin:0 0 5px 0;}
.content a{color:#21b100;}
.sitemap {list-style:none !important; margin-left: 5px;}

.contactList { padding: 0 0 10px 0; line-height: 18px; overflow: hidden;}

.categorySelector, .categorySelectorHome {display: inline; position: relative; float: right; top: -45px; margin-bottom: -45px;}
.categorySelector select {height: 20px; width: 175px;}
.categorySelectorHome select {height: 20px; width: 175px; margin-top:8px;}

.innovest-list{list-style:none;margin-left:0;}
.innovest-list li{float:left;width:100%;}
.innovest-list li a{padding:4px 0;float:left;text-decoration:none;  outline: none;}

.sublist{float:left;margin:0 40px 20px 20px;list-style:none;}
.sublist a{text-decoration:none;color:#21b100;  outline: none;}

.pagination{/*border-top:1px solid #e3e3e3;*/padding:10px 0 0 0; clear:both; }
.pagination .pre,.pagination .next{color:#21b100;text-decoration:none;  outline: none;}
.pagination .pre, .pagination .prev_page{}
.pagination .next, .pagination .next_page{margin-right: none; float:left; padding: 0px 5px; display:inline;}
.pagination ul{list-style:none;float:left;}
.pagination ul li{float:left;margin:0 4px 0 0;}
.pagination a, .prev_page, .pagination .current{display: inline; margin-right: 5px; float:left; padding:0 3px;text-decoration:none;background:#f6f6f6;color:#21b100;border:1px solid #e3e3e3; outline: none;}
.pagination a:hover,.pagination a.active{background:#21b100;color:#fff; text-decoration: none;}
.pagination .disabled, .pagination .current {background:#f9f9f9;color:#dddddd;border:1px solid #f6f6f6;}
.pagination .current {color:#999;}

.event-list-header{float:left;margin:0 32px 0 0;}
.event-listing {margin-bottom: 10px; padding: 10px 0; border-top: 1px solid #dddddd;}
.event-listing h4{margin:2px 0 0 0;line-height:1.2em; font-size: 1.2em; float:right; width: 425px;}
.event-listing h3{margin:2px 0 0 0;line-height:15px; font-size: 13px; float:right; width: 425px;}
.event-listing p{margin: 0;color:#333; float:right; width: 425px; line-height: 18px;}
.event-list-date{float:left;background:url(/images/event-list-date-bg.jpg) no-repeat top right;float:left;width:85px;height:50px;margin-right:20px; margin-top:4px;}
.event-list-date p{float:right;margin:2px 10px 0 0;color:#000;text-align:right;font-size:90%;line-height:18px; width: 85px;}
.event-list-info{width:80px;display:block;float:left;}
#event-detail{float:left;width:100%;}
#event-detail-content{float:left;border-bottom:1px solid #e3e3e3;margin:0 0 5px 0; padding-bottom: 20px; width: 100%; }
#event-detail-content h3{font-size:1.5em;margin:0 0 5px 0;}
.event-detail-thumbnail{margin:0 0 0 20px;float:left;}
#event-detail-info{border-bottom:1px solid #e3e3e3;margin:0 0 6px 0;padding:0 0 10px 0;}
p.org, p.time, p.loc{margin:0 !important;}
p.time{color:#333; font-size: 1.0em;}
.short{width:120px;display:block;float:left;}
#event-contact-info{margin:0 0 20px 0; clear:both;}
#event-contact-info-left, #event-contact-info-right{float:left;margin:10px 0 0 0;padding:0;}
#event-contact-info-left{width:234px;border-right:1px solid #e3e3e3;}
#event-contact-info-right{width:235px;margin:10px 0 0 15px;}

#press-detail, #org-detail-info{float:left;width:100%; }
#press-detail-content{float:left;border-bottom:1px solid #e3e3e3;margin:0; padding: 0 0 10px 0; width: 100%;}
#press-detail-content {width: 100%;}
#press-detail-content h3, #commentary-detail-content h3, #report-detail-content h3{font-size:1.5em !important;margin:0 0 5px 0; line-height: 1.2em;}
.press-detail-thumbnail{margin:0 0 0 20px;float:left;}
#press-detail-info, #commentary-detail-info, #report-detail-info{border-bottom:1px solid #e3e3e3;margin:0 0 10px 0;padding:0 0 10px 0;}
span.font-size-90{font-size:90%;}
.numberListIndent {padding: 0 0 8px 15px;}
#press-detail-info p.first, #event-detail-info p.first, #report-detail-info p.first{margin:1em 0;}
#press-detail-info p a{text-decoration:none; outline: none;}
#press-contact-info, #event-contact-info{clear:both; margin:0 0 20px 0;}
#press-contact-info-left, #press-contact-info-right{float:left;margin:10px 0 0 0;padding:0 0 0 15px;background:url(/images/green_arrow_event.jpg) top left no-repeat;}
#press-contact-info-left{width:234px;border-right:1px solid #e3e3e3;}
#press-contact-info-right{width:235px;margin:10px 0 0 15px;}
.press-detail-image, .commentary-detail-image{float:right;}
.icon-link{float:left;margin:0 0 0 0;}
.icon-link img{float:left;}
.icon-top{float:right; margin:0 0 0 0 !important;}
.footer-links{padding:0 0 0.5em  0 !important;}

.userControls {border-bottom:1px solid #e3e3e3;margin:0 0 5px 0;padding-bottom:3px;float:left; width:530px}
/*{float:right; width:450px; margin: 10px 0 0 0;}*/
.userControls .user-action {float: left;}
.print-action {width: 60px;}
.alerts-action {width: 70px;}
.sharing-actions {width: 140px; height:20px;}
.submitter a:link{font-weight: bold !important;}

.manage_controls ul {float: right; width: 400px; clear: none; list-style: none; margin: 8px 0; font-size: 1em; text-align: right;}
.manage_controls ul li {clear: none; display: inline; margin-left: 5px;}

.list-item-right{float:left;width:90px;}
.thumbnail-btn{float:left;}
.no-thumbnail p, .no-thumbnail h4{padding:0;}
.live-logo{float:left;}
.live-nav-row-1{padding:0;height:25px;text-align:left;margin:5px 0 0 0;}
.live-nav-row-2{height:24px;width:100%;background:url(/images/live-sub-nav-bg.jpg) repeat-x; margin-bottom: 10px; padding-top:1px;}
.live-nav-row-2 a{font-size:9px;color:#FFFFFF !important;float:left;padding:0;text-decoration:none; outline: none;text-transform:uppercase; margin-left: 5px;}
.live-nav-row-2 a.more-tab{padding:2px 2px 0 0; float: right;}
.live-nav-row-2 a:hover {text-decoration: none !important;}
#csrall:hover, #csraudio:hover, #csrvideo:hover, #csrarticle:hover, #csrcommentary:hover {background-position: 0 -26px;}
.category{border-bottom:1px solid #e3e3e3;margin:10px 0 0 0;}
.category-content{padding:0 190px 0 0; }
.category-content h3{margin:0 0 0.3em 0; }
.category-image{float:right;}
#more-nav{width:200px;background:#fff;border-left:1px solid #1e9b01;border-right:3px solid #1e9b01;border-bottom:1px solid #1e9b01;position:absolute;z-index:9999;top:164px;right:0;padding:10px;}
#more-nav {margin:0;list-style:none;}
#more-nav li{border-top:1px solid #e3e3e3;float:left;width:100%;}
#more-nav li a{color:#21B100;float:left;font-size:85%;padding:2px 0;text-align:right;text-decoration:none; outline: none;text-transform:uppercase;width:100%;}
#more-nav li a:hover{ text-decoration:underline;}

#csrlive_off {display: block; width: 51px; height: 26px; background: url(/images/live-all-over.jpg) top no-repeat; float: left; margin-right: 4px;}
#csrlive_off:hover {display: block;  width: 51px; height: 26px; background: url(/images/live-all-over.jpg) no-repeat; background-position: 0 -26px; float: left;}
#csrlive_on {display: block; width: 51px; height: 26px; background: url(/images/live-all-on.jpg) top no-repeat; float: left; margin-right: 4px;}


#csrvideo_off {display: block; width: 76px; height: 26px; background: url(/images/live-video-over.jpg) top no-repeat; float: left;margin-right: 4px;}
#csrvideo_off:hover {display: block; width: 76px; height: 26px; background: url(/images/live-video-over.jpg) no-repeat; background-position: 0 -26px; float: left;}
#csrvideo_on {display: block;  width: 76px; height: 26px; background: url(/images/live-video-on.jpg) no-repeat; float: left;margin-right: 4px;}


#csraudio_off {display: block; width: 66px; height: 26px; background: url(/images/live-audio-over.jpg) top no-repeat; float: left;margin-right: 4px;}
#csraudio_off:hover {display: block; width: 66px; height: 26px; background: url(/images/live-audio-over.jpg) top no-repeat; float: left;margin-right: 4px;background-position: 0 -26px;}
#csraudio_on {display: block; width: 66px; height: 26px; background: url(/images/live-audio-on.jpg) top no-repeat; float: left;margin-right: 4px;}

#csrarticle_off {display: block; width: 88px; height: 26px; background: url(/images/live-article-over.jpg) top no-repeat; float: left;margin-right: 4px;}
#csrarticle_off:hover {display: block; width: 88px; height: 26px; background: url(/images/live-article-over.jpg) top no-repeat; float: left;margin-right: 4px;background-position: 0 -26px;}
#csrarticle_on {display: block; width: 88px; height: 26px; background: url(/images/live-article-on.jpg) top no-repeat; float: left;margin-right: 4px;}

#csrcommentary_off{display: block; width: 113px; height: 26px; background: url(/images/live-commentary-over.jpg) top no-repeat; float: left;margin-right: 4px;}
#csrcommentary_off:hover{display: block; width: 113px; height: 26px; background: url(/images/live-commentary-over.jpg) top no-repeat; float: left;margin-right: 4px;background-position: 0 -26px;}
#csrcommentary_on{display: block; width: 113px; height: 26px; background: url(/images/live-commentary-on.jpg) top no-repeat; float: left;margin-right: 4px;}


.archive-list-item {/* border-top: 1px solid #eeeeee; */ padding: 7px 0; }

#ajax_profiles {width: 650px;}

.pr-expanded {border-bottom: 1px solid #e3e3e3; padding: 15px 0px; margin-bottom: 10px;}
.pr-expanded h3, .pr-expanded h3 a, .pr-expanded h3 a:visited {font-family: "Open Sans", sans-serif; font-size: 15px; line-height: 20px; color: #42494d !important; font-weight: 600; margin-bottom: 4px;}
.pr-expanded h6.time {margin-top: 0px; color: #9c9c9c; font-size: 13px; font-style: italic;}
.pr-expanded p {margin:4px 0px 4px;}
.pr-expanded p, #press-release-content p {font-size: 13px; line-height: 18px; color: #666;}

.sans {font-family: 'Open Sans', sans-serif;}

/*
Just need to make a backup
#more-nav{width:200px;background:#fff;border-left:1px solid #21b100;border-right:3px solid #21b100;border-bottom:1px solid #21b100;position:absolute;z-index:9999;top:54px;right:0;padding:10px;}
#more-nav ul{margin:0;list-style:none;}
#more-nav ul li{border-top:1px solid #e3e3e3;float:left;width:100%;}
#more-nav ul li a{color:#21B100;float:left;font-size:85%;padding:2px 0;text-align:right;text-decoration:none;text-transform:uppercase;width:100%;}
*/
.span-170 h2{margin:9px 0 0 0;line-height:1.3em;}
.span-170 p{line-height:1.3em;font-size:95%;margin:0 0 10px 0; overflow: hidden;}
.span-170 h3, .span-170 h5, .span-170 h4 {overflow: hidden;}
.logo{display:block;}
.csr-logo{display:block;height:108px;}
.live-submit-btn{display:block;margin:4px 0 -2px 0;}

ul.submissions {list-style: none; font-size: .9em; margin: 0;}
ul.submissions li {margin-top: 10px;}

/* Signup page */
.signin_box {width: 719px; background: #fefee0 url(/images/signup_box_top.jpg) top right no-repeat; float: left; margin-top:8px;}
.signin_box div.left{width: 300px; float: left; clear:none; margin: 0; background: #f6f6f6 url(/images/signup_box_top.jpg) top left no-repeat;}
  .signin_box div.left div {padding: 30px 30px 30px 30px;}
.signin_box div.right{width: 400px; float: right;clear: none; margin: 0 ; background: none;}
  .signin_box div.right div {padding: 30px 30px 30px 20px;}
.signin_box p.header {font-size: 18px; color: #333333; line-height: 21px; background: none;}
.signin_box p {font-size: 12px; line-height: 17px; color: #555555; font-weight: bold; margin: 0 0 10px 0; }
.signin_box .left label { font-size: 12px; line-height: 13px; color: #222222; display: block; margin-top: 10px;}
.signin_box table.signin_table {margin-bottom: 0px;}
.signin_box table.signin_table input {width: 97%; font-size: 15px; color: #21b100; margin-top: 2px;}
.signin_box .forgotpass {font-size: 10px; color: #21b100; float: left; margin-top: 5px;}
table.signin_table tbody tr td {padding: 0;}
.sign_in_btn {float: right; margin-top: 10px;}
a.createaccount {float: left; width: 212px; height: 34px; display: block; background: url(/images/blue_btn_createaccount_off.jpg) top left no-repeat; margin: 10px 0 0 0; padding: 0;}
a.createaccount:hover {width: 212px; height: 34px; display: block; background: url(/images/blue_btn_createaccount_on.jpg) top left no-repeat; margin: 10px 0 0 0;  padding: 0;}

/* Archive listings */
.list-info{width:90px;display:block;float:left; margin-top:3px;}
.list-info-text{width:430px;display:block;float:right; margin-top:3px;}




/* Member Pages */
.member-profile-info{float:left;width:530px;}
.member-profile-info p{padding:0 160px 0 0;}
.member-profile-sidebar{float:left;margin:0 0 0 20px;}
.member-profile-sidebar p{width:155px;float:left;font-size:95%;line-height:1.3em;}
.header-item-date{width:70px;float:left;}
.header-item-type{float:left;width:105px;}
.header-item-sub{float:left;}
.member-logo{float:right;}
.member-profile-item-row{ clear:both;}
.member-profile-item-row p{color:#333;padding:4px 0;float:left; margin: 5px 0; line-height: 1.2em;}
.member-profile-item-date{float:left;width:70px; font-size: 90%;}
.member-profile-item-type{float:left;width:105px; font-size: 10px; font-weight: bold;}
.member-profile-item-title{float:left;width:355px;}

/* Reports */
.report-item{border-bottom:1px solid #e3e3e3;margin:10px 0 0 0;}
.report-item-content{padding:0;}
.report-item-content p{margin:0;font-size:1.0em;line-height:1.3em;}
.report-item-content p a{font-size:100%;}
.report-item-content h3{margin:0 0 0.3em 0;}
.report-item-image{float:right;}



/* Books */
.book{border-bottom:1px solid #e3e3e3;margin:10px 0 0 0; }
.bookrow {clear: both; }
.bookcolumn {width: 162px;margin-left: 20px; float: left; text-align: left;}
.bookrow > div:first-child {margin-left: 0px;}
.book-content{padding:0;}
.book-content h3{margin:0 0 0.1em 0;}

.book-content-list {float: left;}
.book-image-list {float: left; margin-right: 20px; }

.bookcolumn p {line-height: 1.2em;}

.submitted-by{ font-size: .9em;}
.submitted-by a{color:#21b100;text-decoration:none; outline: none;}


.emp-banner{margin: 6px 0 0 0;line-height:0;position:relative;}
.emp-banner-top-left,.emp-banner-top-right,.emp-banner-bottom-right,.emp-banner-bottom-left{height:5px;width:5px;position:absolute;}
.emp-banner-top-left,.emp-banner-top-right{top:0;}
.emp-banner-top-left{background:url(/images/emp-banner-top-left.png) no-repeat;left:0;}
.emp-banner-top-right{background:url(/images/emp-banner-top-right.png) no-repeat;right:0;}
.emp-banner-bottom-right,.emp-banner-bottom-left{bottom:3px;}
.emp-banner-bottom-left{background:url(/images/emp-banner-bottom-left.png) no-repeat;left:0;height:5px;width:5px;}
.emp-banner-bottom-right{background:url(/images/emp-banner-bottom-right.png) no-repeat;right:0;height:5px;width:5px;}

.emp-mid-wrapper{margin:15px 0 0 0;padding:0 0 0 10px;}
.emp-mid-left {margin:0 172px 0 0;}
.emp-mid-right {float:right;width:155px;padding:0 15px 0 0;overflow:hidden;}
.emp-mid-left p {padding:5px 20px 12px 0;margin:0;line-height:1.5em;}
.emp-mid-left h2,.emp-mid-right h2 {text-transform:uppercase;font-size:14px;color:#3b3b3b;margin:0;padding:0;border-bottom:none;font-weight:bold;}
.emp-mid-left p.emp-mid-left-footer{font-size:12px;font-weight:bold;padding:0;margin:0;}
.emp-mid-left p.emp-mid-left-footer a {text-decoration:none;margin:0 10px 0 0;background:url(/images/emp-footer-link-arrow.jpg) no-repeat top right;padding:0 10px 0 0;}
.emp-mid-left-footer a:hover{text-decoration:underline !important;}
.emp-contact-info,.emp-contact-info-block-2, .emp-contact-info-block-3,.emp-contact-info-block-4{color:#999;list-style:none;font-size:11px;margin:5px 0 0 0;padding:0;}
.emp-contact-info-block-2, .emp-contact-info-block-3{margin:10px 0 0 0;}
.emp-contact-info-block-3{font-weight:bold;}
.emp-contact-info-block-4{margin:5px 0 0 0;}
.emp-contact-info-block-4 a{text-decoration:none;font-weight:bold;}
.emp-bucket-left-col{float:left;padding:0 20px 0 0;width:348px;}
.emp-bucket-right-col{float:left;width:348px;}
.emp-bucket{float:left;margin:10px 0 0 0;}
.emp-bucket-header{width:340px;position:relative;font-size:11px !important;text-transform:uppercase;padding:8px 0 7px 10px;line-height:1em !important;font-weight:bold !important;margin:0!important;}
.emp-bucket-header-wide{width:712px;position:relative;font-size:11px !important;text-transform:uppercase;padding:8px 0 7px 10px;line-height:1em !important;font-weight:bold !important;margin:0!important;}

.emp-bucket-top-left,.emp-bucket-top-right{position:absolute;top:0;width:4px;height:4px;}
.emp-bucket-top-left{left:0;background:url(/images/emp-bucket-top-left.gif) no-repeat;}
.emp-bucket-top-right{right:0;background:url(/images/emp-bucket-top-right.gif) no-repeat;}
.emp-bucket-body{width:318px;padding:10px 15px;float:left;border-left:1px solid #d2d2d2;border-right:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2;}
.emp-bucket-body-wide{width:690px;padding:10px 15px;float:left;border-left:1px solid #d2d2d2;border-right:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2;}

.emp-bucket-rss-list{margin:0;padding:0;list-style:none;font-weight:bold;}
.emp-bucket-rss-list li{margin:0 0 4px 0;}
.emp-bucket-rss-list a{text-decoration:none;}
.emp-bucket-body p{color:#333;margin:0 0 20px 0;}
.emp-bucket-article-list{margin:0;padding:0;list-style:none;}
.emp-bucket-article-list li{margin:0 0 10px 0;line-height:1.3em;}
.emp-bucket-article-list li a{font-weight:bold;text-decoration:none;}
.emp-article-timestamp{color:#8c8c8c;font-size:10px;}
.emp-multimedia-bucket-wrapper{padding:15px 2px 5px 2px;width:344px;float:left;border-left:1px solid #d2d2d2;border-right:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2;}
.emp-multimedia-item{border-bottom:1px dotted #d4ddd4;padding:0 0 10px 18px;margin:0 0 12px 0;width:326px;float:left;}
.emp-multimedia-info{margin:0;padding:0;list-style:none;}
.emp-multimedia-info li{float:left;display:inline;}
.emp-multimedia-info li.emp-thumbnail{line-height:0;}
.emp-multimedia-info li.info{width:200px;padding:0 0 0 20px;line-height:1.3em;}
.emp-multimedia-info li.info a{font-weight:bold;text-decoration:none;}
.emp-multimedia-bucket-footer{float:left;padding:0 0 0 20px;}
.emp-multimedia-bucket-footer a{font-weight:bold;}

ul#syndicationList {margin: 0 0 0 0; padding: 0 10px 0 0; list-style: none !important;}
ul#syndicationList li {margin: 0 0 8px 0; list-style: none;  line-height: 16px;}

.push {height: 67px; width:720px; margin: -5px auto 2em auto; clear:none;}
#footer{background:url(/images/footer_bg.jpg) repeat-x;height:43px;display:block;}
#footer_wrap{width:950px;margin:auto;}
#footer .left,#footer .center,#footer .right{float:left;margin:0;color:#fff;font-size: 1em;}
#footer .left{padding:14px 0 0 20px;}
#footer .center{padding:6px 40px 0 82px;text-transform:uppercase; font-size: 1.1em ;}
.fancy_bg{background:url(/images/fancy_footer_bg.jpg) no-repeat;width:221px;height:32px;float:left;display:block;}
.fancy_bg span{display:block;font-weight:bold;color:#b7faa8;padding:7px 0 0 25px;}
#footer .right{padding:14px 20px 0 0;float:right;}
#footer .right a{color:#fff;text-decoration:none;padding:0 0 0 14px; font-weight: bold; outline: none;}
#footer .right a:hover{text-decoration:underline;}
#footersub{background:url(/images/footer2_bg.jpg) repeat-x;height:24px;}

#footersub p{
color:#FFFFFF;
float:left;
font-size:9px;
margin:5px 0 0;
text-align:left;
text-indent:20px;
text-transform:uppercase;
width:700px;
}

#footersub p.byline{
  float: right;
  margin:-1.5em 20px 0 0;
  padding:0;
  width:365;
  text-align:right;
}

#footersub p.byline a {
  color:white;
  text-decoration:underline;
}

/* buttons */
.blue_btn{font-size:11px;background:url(/images/blue_btn.jpg) no-repeat;display:block;padding:4px 0 0 15px; width:155px;height:20px;text-transform:uppercase;color:#fff !important;text-decoration:none;margin:0 0 5px 0;}
.blue_btn:hover{color:#fff; text-decoration: none !important;background:url(/images/blue_btn_on.jpg) no-repeat}
.csrLaunch_btn {float: right; clear: none; font-size:11px;background:url(/images/green_btn_csr_off.jpg) no-repeat;display:inline; width:114px;height:22px;text-transform:uppercase;color:#fff !important;text-decoration:none;margin: 2px 0 0 0;}
.csrLaunch_btn:hover {float: right; clear: none; font-size:11px;background:url(/images/green_btn_csr.jpg) no-repeat;display:inline; width:114px;height:22px;text-transform:uppercase;color:#fff !important;text-decoration:none;margin:2px 0 0 0;}
.close_btn{float: right; font-size:11px;background:url(/images/icon_close_off.jpg) no-repeat;display:block;padding:0; width:17px;height:17px;margin:0;}
.close_btn:hover{color:#fff; background:url(/images/icon_close_on.jpg) no-repeat;}
.subevent_btn{font-size:11px;background:url(/images/subevent_btn.jpg) no-repeat;display:block;padding:4px 0 0 15px; width:134px;height:20px;text-transform:uppercase;color:#fff !important;text-decoration:none;margin:0 0 5px 0;}
.subevent_btn:hover{color:#fff; text-decoration: none !important;background:url(/images/subevent_btn_on.jpg) no-repeat}
.subpr_btn{font-size:11px;background:url(/images/subpr_btn.jpg) no-repeat;display:block;padding:4px 0 0 15px; width:183px;height:20px;text-transform:uppercase;color:#fff !important;text-decoration:none;margin:0 0 5px 0;}
.subpr_btn:hover{color:#fff; text-decoration: none !important;background:url(/images/subpr_btn_on.jpg) no-repeat}
.go_btn {float: right; clear: none;}


.live_submit {width: 140px; display: block; height: 19px; background: url(/images/blue_btn_livesubmit_off.jpg) center no-repeat; float: right; clear: none;}
.live_submit:hover {width: 140px; display: block; height: 19px; background: url(/images/blue_btn_livesubmit_on.jpg) center no-repeat; float: right; clear: none;}

a.trash_icon {outline: none; margin: 7px 0 0 5px; width: 18px; height: 18px; display: block; background: url(/images/trash_icon.gif) no-repeat center;float: left; clear: none;}
a.trash_icon:hover {outline: none; margin: 7px 0 0 5px; width: 18px; height: 18px; display: block; background: url(/images/trash_icon_on.gif) no-repeat center; float: left; clear: none;}

#add-comp, #remove-comp, #add-cat, #remove-cat {width: 100px; height: 100px; text-align:center; font-size: 12px; font-weight: bold;}
#add-comp div, #remove-comp div, #add-cat div, #remove-cat div {padding: 0px 10px 0px 10px; text-align:center; font-size: 13px; font-weight: bold; color: #21b100; line-height: 100px;}


a#member_btn{background:url(/images/blue_btn_member.jpg) no-repeat;}
a#member_btn:hover{background-position: 0 -24px;}
a#submit_btn{background:url(/images/blue_btn_submit.jpg) no-repeat;}
a#submit_btn:hover{background-position: 0 -24px;}

.deleteacct_btn{font-size:11px;background:url(/images/red_btn_deleteacct_off.jpg) no-repeat;display:block; width:71px;height:20px;text-transform:uppercase;color:#fff !important;text-decoration:none;margin:0 0 5px 0;}
.deleteacct_btn:hover{color:#fff; text-decoration: none !important;background:url(/images/red_btn_deleteacct.jpg) no-repeat}


/* Rate Table */

.ratechart_head_mem{background: url(/images/ratechart_mem_head_on.jpg) no-repeat top center; height: 34px; width:722px;}
.ratechart_head_pr{background: url(/images/ratechart_pr_head_on.jpg) no-repeat top center; height: 34px; width:722px;}
.ratechart_head_ev{background: url(/images/ratechart_ev_head_on.jpg) no-repeat top center; height: 34px; width:722px;}
.ratechart_head_rep{background: url(/images/ratechart_rep_head_on.jpg) no-repeat top center; height: 34px; width:722px;}
.ratechart_head_bk{background: url(/images/ratechart_bk_head_on.jpg) no-repeat top center; height: 34px; width:722px;}

.ratechart_subhead_pr{background: url(/images/ratechart_pr_sub_head_on.jpg) no-repeat top center; height: 21px; width:722px;}
.ratechart_subhead_ev{background: url(/images/ratechart_ev_sub_head_on.jpg) no-repeat top center; height: 21px; width:722px;}
.ratechart_subhead_rep{background: url(/images/ratechart_rep_sub_head_on.jpg) no-repeat top center; height: 21px; width:722px;}
.ratechart_subhead_bk{background: url(/images/ratechart_bk_sub_head_on.jpg) no-repeat top center; height: 21px; width:722px;}

#row1, #row2, #row3, #row4, #row5 {width: 722px; padding: 0;}

#row1{border-bottom: 3px solid #21b100;}
#row2{border-bottom: 3px solid #085281;}
#row3{border-bottom: 3px solid #d07500;}
#row4{border-bottom: 3px solid #7e0c03;}
#row5{border-bottom: 3px solid #642f57;}


.books-info {background: url(/images/CSR_Packages_16.jpg) center top no-repeat; width: 230px; height: 272px;}
.events-info {background: url(/images/CSR_Packages_17.jpg) center top no-repeat; width: 230px; height: 272px;}
.reports-info {background: url(/images/CSR_Packages_18.jpg) center top no-repeat; width: 230px; height: 295px;}

.ratechart_content_mem .rc_col1 {display: block; float: left; height: 480px; width: 150px; background: url(/images/ratechart_mem_content.jpg) left top no-repeat}
.ratechart_content_mem .rc_col2 {display: block; float: left; height: 480px; width: 94px; background: url(/images/ratechart_mem_content.jpg) no-repeat; background-position: -150px 0;}
.ratechart_content_mem .rc_col3 {display: block; float: left; height: 480px; width: 94px; background: url(/images/ratechart_mem_content.jpg) no-repeat; background-position: -244px 0;}
.ratechart_content_mem .rc_col4 {display: block; float: left; height: 480px; width: 94px; background: url(/images/ratechart_mem_content.jpg) no-repeat; background-position: -338px 0;}
.ratechart_content_mem .rc_col5 {display: block; float: left; height: 480px; width: 93px; background: url(/images/ratechart_mem_content.jpg) no-repeat; background-position: -432px 0;}
.ratechart_content_mem .rc_col6 {display: block; float: left; height: 480px; width: 197px; background: url(/images/ratechart_mem_content.jpg) no-repeat; background-position: -525px 0;}
.ratechart_content_mem .rc_col2:hover{ background-position: -150px -480px;}
.ratechart_content_mem .rc_col3:hover{ background-position: -244px -480px;}
.ratechart_content_mem .rc_col4:hover{ background-position: -338px -480px;}
.ratechart_content_mem .rc_col5:hover{ background-position: -432px -480px;}
#memtt_content_submission{
  margin-top:161px;
}
#memtt_price{
  background: url(/images/ratechart_btn_question.jpg);
  float: right;
  margin-top: 17px;
  position: relative;
}

.ratechart_content_pr .rc_col1 {display: block; float: left; height: 340px; width: 150px; background: url(/images/ratechart_pr_content.jpg) left top no-repeat}
.ratechart_content_pr .rc_col2 {display: block; float: left; height: 340px; width: 125px; background: url(/images/ratechart_pr_content.jpg) no-repeat; background-position: -150px 0;}
.ratechart_content_pr .rc_col3 {display: block; float: left; height: 340px; width: 125px; background: url(/images/ratechart_pr_content.jpg) no-repeat; background-position: -275px 0;}
.ratechart_content_pr .rc_col4 {display: block; float: left; height: 340px; width: 125px; background: url(/images/ratechart_pr_content.jpg) no-repeat; background-position: -400px 0;}
.ratechart_content_pr .rc_col5 {display: block; float: left; height: 340px; width: 197px; background: url(/images/ratechart_pr_content.jpg) no-repeat; background-position: -525px 0;}
.ratechart_content_pr .rc_col2:hover{ background-position: -150px -340px;}
.ratechart_content_pr .rc_col3:hover{ background-position: -275px -340px;}
.ratechart_content_pr .rc_col4:hover{ background-position: -400px -340px;}

.ratechart_content_ev .rc_col1 {display: block; float: left; height: 251px; width: 150px; background: url(/images/ratechart_ev_content.jpg) left top no-repeat}
.ratechart_content_ev .rc_col2 {display: block; float: left; height: 251px; width: 125px; background: url(/images/ratechart_ev_content.jpg) no-repeat; background-position: -150px 0;}
.ratechart_content_ev .rc_col3 {display: block; float: left; height: 251px; width: 125px; background: url(/images/ratechart_ev_content.jpg) no-repeat; background-position: -275px 0;}
.ratechart_content_ev .rc_col4 {display: block; float: left; height: 251px; width: 125px; background: url(/images/ratechart_ev_content.jpg) no-repeat; background-position: -400px 0;}
.ratechart_content_ev .rc_col5 {display: block; float: left; height: 251px; width: 197px; background: url(/images/ratechart_ev_content.jpg) no-repeat; background-position: -525px 0;}
.ratechart_content_ev .rc_col2:hover{ background-position: -150px -251px;}
.ratechart_content_ev .rc_col3:hover{ background-position: -275px -251px;}
.ratechart_content_ev .rc_col4:hover{ background-position: -400px -251px;}

.ratechart_content_rep .rc_col1 {display: block; float: left; width: 150px; height: 250px; background: url(/images/ratechart_rep_content.jpg) left top no-repeat}
.ratechart_content_rep .rc_col2 {display: block; float: left; height: 250px; width: 125px; background: url(/images/ratechart_rep_content.jpg) no-repeat; background-position: -150px 0;}
.ratechart_content_rep .rc_col3 {display: block; float: left; height: 250px; width: 125px; background: url(/images/ratechart_rep_content.jpg) no-repeat; background-position: -275px 0;}
.ratechart_content_rep .rc_col4 {display: block; float: left; height: 250px; width: 125px; background: url(/images/ratechart_rep_content.jpg) no-repeat; background-position: -400px 0;}
.ratechart_content_rep .rc_col5 {display: block; float: left; height: 250px; width: 197px; background: url(/images/ratechart_rep_content.jpg) no-repeat; background-position: -525px 0;}
.ratechart_content_rep .rc_col2:hover{ background-position: -150px -250px;}
.ratechart_content_rep .rc_col3:hover{ background-position: -275px -250px;}
.ratechart_content_rep .rc_col4:hover{ background-position: -400px -250px;}

.ratechart_content_bk .rc_col1 {display: block; float: left; width: 150px; height: 250px; background: url(/images/ratechart_bk_content.jpg) left top no-repeat}
.ratechart_content_bk .rc_col2 {display: block; float: left; height: 250px; width: 125px; background: url(/images/ratechart_bk_content.jpg) no-repeat; background-position: -150px 0;}
.ratechart_content_bk .rc_col3 {display: block; float: left; height: 250px; width: 125px; background: url(/images/ratechart_bk_content.jpg) no-repeat; background-position: -275px 0;}
.ratechart_content_bk .rc_col4 {display: block; float: left; height: 250px; width: 125px; background: url(/images/ratechart_bk_content.jpg) no-repeat; background-position: -400px 0;}
.ratechart_content_bk .rc_col5 {display: block; float: left; height: 250px; width: 197px; background: url(/images/ratechart_bk_content.jpg) no-repeat; background-position: -525px 0;}

.salesforce_content_mem .rc_col1{display: block; float: left; width: 150px; height: 384px; background: url(/images/salesforce_mem.jpg); background-position: 0px 0px;}
.salesforce_content_mem .rc_col2{display: block; float: left; width: 125px; height: 384px; background: url(/images/salesforce_mem.jpg); background-position: -150px 0;}
.salesforce_content_mem .rc_col3{display: block; float: left; width: 125px; height: 384px; background: url(/images/salesforce_mem.jpg) ; background-position: -275px 0;}
.salesforce_content_mem .rc_col4{display: block; float: left; width: 124px; height: 384px; background: url(/images/salesforce_mem.jpg) ; background-position: -400px 0;}
.salesforce_content_mem .rc_col5{display: block; float: left; width: 198px; height: 384px; background: url(/images/salesforce_mem.jpg) ; background-position: -524px 0;}


.profit {border-bottom: 3px solid #21b100;}

.profit .rc_col1{display: block; float: left; width: 150px; height: 340px; background: url(/images/salesforce_mem_profit.gif); background-position: 0px 0px;}
.profit .rc_col2{display: block; float: left; width: 125px; height: 340px; background: url(/images/salesforce_mem_profit.gif); background-position: -150px 0;}
.profit .rc_col3{display: block; float: left; width: 125px; height: 340px; background: url(/images/salesforce_mem_profit.gif) ; background-position: -275px 0;}
.profit .rc_col4{display: block; float: left; width: 124px; height: 340px; background: url(/images/salesforce_mem_profit.gif) ; background-position: -400px 0;}
.profit .rc_col5{display: block; float: left; width: 198px; height: 340px; background: url(/images/salesforce_mem_profit.gif) ; background-position: -524px 0;}

.nonprofit {border-bottom: 3px solid #21b100;}

.nonprofit .rc_col1{display: block; float: left; width: 150px; height: 340px; background: url(/images/salesforce_mem_nonprofit.gif); background-position: 0px 0px;}
.nonprofit .rc_col2{display: block; float: left; width: 125px; height: 340px; background: url(/images/salesforce_mem_nonprofit.gif); background-position: -150px 0;}
.nonprofit .rc_col3{display: block; float: left; width: 125px; height: 340px; background: url(/images/salesforce_mem_nonprofit.gif) ; background-position: -275px 0;}
.nonprofit .rc_col4{display: block; float: left; width: 124px; height: 340px; background: url(/images/salesforce_mem_nonprofit.gif) ; background-position: -400px 0;}
.nonprofit .rc_col5{display: block; float: left; width: 198px; height: 340px; background: url(/images/salesforce_mem_nonprofit.gif) ; background-position: -524px 0;}


.sf_radio {width: 100px; margin: 305px auto 0 10px; line-height: 40px;}
.renewal_radio {width: 100px; margin: 305px auto 0 10px; }

#packages      {float:left;margin:20px 0 0 0;}
.package      {float:left;margin:0 15px 0 0;cursor:pointer;}
.package-header    {}
.package-rd-bar    {background:url('/images/CSR_Packages_10.jpg') no-repeat;width:230px;height:21px;}
.package-info    {}
.package-footer    {}
.package-last    {float:left;margin:0 0 0 0;cursor:pointer;}



/* Things we're not proud of */
.no-bg{background:none; border: none;}
.margin-left-20{margin-left:20px;}
.green{color:#21b100 !important;font-weight:bold;text-decoration:none;}
.lte{color:#c2c2c2 !important;}
.med-gry{color:#6a6a6a !important;}
.gry{color:#999999 !important;}
.border-bottom{border-bottom:1px solid #e3e3e3;}
div.border-bottom {margin-bottom: .5em;}
.border-bottom-none{border-bottom:none;}
.border-none{border:none !important;}
.margin-none{margin:0 !important;}
.background-none{background:none !important;}
.page-title {width: 383px; float: left;}
.page-title--narrow {width: 300px; float: left;}
.contact_indent label {margin-left:5px; font-size: .9em; font-weight: normal !important;}
.no-border {border: none !important;}

.launch_link {width: 150px; float:right; clear: none; background:url(/images/icon_arrow_off.gif) right no-repeat !important; padding-right: 16px; text-align: right; margin-top: 6px;}
.launch_link_wide {width: 180px; float:right; clear: none; background:url(/images/icon_arrow_off.gif) right no-repeat !important; padding-right: 16px; text-align: right; margin-top: 6px;}

.launch_link a, .launch_link_wide a{ display:block; margin-bottom:-2px; color:#21b100; font-size:13px; font-weight:bold; text-transform:uppercase; text-decoration: none;}
.launch_link a:hover, .launch_link_wide a:hover {text-decoration: underline;}

.lower {margin-top:12px;}

.gry_underline {border-bottom: 1px solid #dddddd; width: 80%; padding-bottom:4px;}
#profile_description {width: 90% !important;}


.floatRight {float: right !important;}
.floatLeft {float:left;}
.gap {float: left; margin-right:5px;}



#follow{float:right; height:0; position:relative; text-align:right; top:-38px; right: 20px;}
#follow span.follow_text {color:#989898;float:left;font-size:80%;padding:10px 4px 0 0;word-spacing:1px;}
#follow span a.follow_twit span, #follow span a.follow_fb span {height:26px;width:26px;}
#follow span a.follow_fb {background:transparent url(/images/follow_fb.jpg) no-repeat scroll 0 0;float:left;height:26px;padding-right:1px;width:26px;}
#follow span a.follow_twit {background:transparent url(/images/follow_twit.jpg) no-repeat scroll 0 0;float:left;height:26px;padding-right:1px;width:26px;}
#follow span a.follow_fb:hover, #follow span a.follow_twit:hover  {background-position: 0 -26px;}





.homeKicker {position:relative; margin: 12px 0 0 0; width: 200px;}
.homeKickerLeft {position:relative; margin: 20px 0 0 -30px; float: left; padding-top: 7px;}

.talkBackkicker{float: left; clear: both; text-indent:-9999px; position:relative; margin: 2px 0 0 0; width: 170px; height:138px; display: block; background: url(/images/talkbackKicker_sprite.jpg);}
.talkBackkicker:hover {background-position: -170px 0px;}

.kicker_top {position: relative; display: block;  width: 200px; height: 197px; background: url(/images/home_newkick_top_bg.png) ;}
.kicker_mid {position: relative; display: block;  width: 200px; height: 123px; background: url(/images/home_newkick_mid_bg.png) ;}
.kicker_bottom {position: relative; display: block;  width: 200px; height: 71px; background: url(/images/home_newkick_bottom_bg.png) ;}
.kicker_bottom:hover {background-position: 0 -71px;}


.kicker_top_link {position: relative; top: 154px; left: 8px; display: block; width: 179px; height: 31px; background: url(/images/home_newkick_top_btn.jpg) top left no-repeat;}
.kicker_top_link:hover {background-position: 0 -31px;}

.kicker_mid_link {position: relative; top: 82px; left: 8px; display: block; width: 179px; height: 31px; background: url(/images/home_newkick_mid_btn.jpg) top left no-repeat;}
.kicker_mid_link:hover {background-position: 0 -31px;}

.homeKickerLeft .kicker_top {position: relative; display: block;  width: 200px; height: 197px; background: url(/images/home_newkick_top_left_bg.png) ;}
.homeKickerLeft .kicker_mid {position: relative; display: block;  width: 200px; height: 122px; background: url(/images/home_newkick_mid_left_bg.png) ;}
.homeKickerLeft .kicker_bottom {position: relative; display: block;  width: 200px; height: 71px; background: url(/images/home_newkick_bottom_left_bg.png) ;}
.homeKickerLeft .kicker_bottom:hover {background-position: 0 -71px;}


.homeKickerLeft .kicker_mid_link {left: 10px; background: url(/images/home_newkick_mid_left_btn.jpg) top left no-repeat; }
.homeKickerLeft .kicker_top_link {left: 10px; background: url(/images/home_newkick_top_left_btn.jpg) top left no-repeat;}
.homeKickerLeft .kicker_mid_link:hover {background-position: 0 -31px;}
.homeKickerLeft .kicker_top_link:hover {background-position: 0 -31px;}

/*
.kicker_bottom_link {position: relative; display: block; width: 208px; height: 80px; background: url(/images/home_newkick_bottom_bg.jpg) top left no-repeat;}
.kicker_bottom_link:hover {background-position: 0 -80px;}

#feedback {width: 243px; height: 273px; background: url(/images/feedback.jpg) no-repeat; position: relative; left: -55px}
#feedback2 {width: 244px; height: 273px; background: url(/images/feedback2.jpg) no-repeat; position: relative; left: -56px}

.feedback_send {width: 247px; height: 258px; display: block; outline: none !important;}

#signin_button {width: 145px; height: 16px; display: block; background: url(/images/signin_button.jpg); float: right; margin-top: 7px; margin-bottom: 6px;}
#signin_button:hover {background-position: 0 -16px;}
*/


/* DISTRIBUTION PAGE */

.distribution {background: url(/images/distribution_bg.jpg) right repeat-y; clear:both; padding-top: 20px;}
.dist_lcol {width: 382px; float: left; clear:none;}
.dist_lcol_inside {width: 330px;}
.dist_hr {margin-bottom: 0px !important;}
.dist_rcol_img {float: right; clear:none; margin-top: 3px;}
.dist_head {font-size: 14px; font-weight: bold; padding-bottom: 1px; border-bottom: 1px solid #ccc; width: 382px; margin-bottom: 5px !important;}
ul.dist_list {color: #21b100; line-height: 20px;}
.dist_list li span {color: #333333;}
.noborder{ border: none !important;}
.topbump {padding-top:20px;}

/*FONT SIZES*/
/*
  27PX = 2.2em


*/


/* jtip */

#prtt0 {position: relative; float: right; margin-top: 7px; background: url(/images/ratechart_btn_question.jpg);}
#prtt1 {position: relative; float: right; margin-top: 1px;}
#prtt2 {position: relative; float: right;}
#prtt3 {position: relative; float: right;}
#prtt4 {position: relative; float: right;}
#prtt5 {position: relative; float: right; margin-top: 15px;}
#prtt6 {position: relative; float: right;}
#prtt7 {position: relative; float: right; margin-top: 2px; background: url(/images/ratechart_btn_question.jpg);}
#prtt8 {position: relative; float: right; margin-top: 2px;}

#subtip0, #subtip1, #subtip2, #subtip3, #subtip4 {
  position: relative; top: 10px; float: right; background: url(/images/ratechart_btn_question_orange.png); margin-right: 0px; clear:none;
}




#evtt0 {position: relative; display: block; margin-top: 7px; background: url(/images/ratechart_btn_question.jpg);}
#evtt1 {position: relative; display: block;}
#evtt2 {position: relative; display: block;}
#evtt3 {position: relative; display: block; margin-top: 1px;}
#evtt4 {position: relative; display: block;}
#evtt5 {position: relative; display: block;margin-top: 1px;}
#evtt6 {position: relative; display: block;}
#evtt7 {position: relative; float: right; margin-top: 18px; background: url(/images/ratechart_btn_question.jpg);}
#evtt8 {position: relative; float: right; margin-top: 54px;}



#reptt0 {position: relative; display: block; margin-top: 7px; background: url(/images/ratechart_btn_question.jpg);}
#reptt1 {position: relative; display: block;}
#reptt2 {position: relative; display: block;}
#reptt3 {position: relative; display: block; margin-top: 1px;}
#reptt4 {position: relative; display: block;}
#reptt5 {position: relative; display: block;}
#reptt6 {position: relative; display: block;}
#reptt7 {position: relative; float: right; margin-top: 18px; background: url(/images/ratechart_btn_question.jpg);}
#reptt8 {position: relative; float: right; margin-top: 54px;}


#bktt0 {position: relative; float: right; margin-top: 7px; background: url(/images/ratechart_btn_question.jpg);}
#bktt1 {position: relative; float: right; margin-top: 1px;}
#bktt2 {position: relative; float: right;}
#bktt3 {position: relative; float: right;}
#bktt4 {position: relative; float: right;}
#bktt5 {position: relative; float: right;}
#bktt6 {position: relative; float: right;}
#bktt7 {position: relative; float: right; margin-top: 18px; background: url(/images/ratechart_btn_question.jpg);}
#bktt8 {position: relative; float: right; margin-top: 54px;}

#pack1tt0 {position: relative; float: right; margin-right: 50px; margin-top: 8px; background: url(/images/ratechart_btn_question.jpg);}
#pack1tt1 {position: relative; float: right; margin-right: 50px;margin-top: 4px;}
#pack1tt2 {position: relative; float: right; margin-top: 3px;margin-right: 50px;}
#pack1tt3 {position: relative; float: right; margin-top: 3px;margin-right: 50px;}
#pack1tt4 {position: relative; float: right; margin-top: 25px; background: url(/images/ratechart_btn_question.jpg);margin-right: 50px;}
#pack1tt5 {position: relative; float: right; margin-top: 4px;margin-right: 50px;}
#pack1tt6 {position: relative; float: right; margin-top: 3px;margin-right: 50px;}
#pack1tt7 {position: relative; float: right; margin-top: 4px;margin-right: 50px;}
#pack1tt8 {position: relative; float: right; margin-top: 3px;margin-right: 50px;}

#pack2tt0 {position: relative; float: right; margin-right: 50px; margin-top: 8px; background: url(/images/ratechart_btn_question.jpg);}
#pack2tt1 {position: relative; float: right; margin-right: 50px;margin-top: 4px;}
#pack2tt2 {position: relative; float: right; margin-top: 3px;margin-right: 50px;}
#pack2tt3 {position: relative; float: right; margin-top: 3px;margin-right: 50px;}
#pack2tt4 {position: relative; float: right; margin-top: 25px; background: url(/images/ratechart_btn_question.jpg);margin-right: 50px;}
#pack2tt5 {position: relative; float: right; margin-top: 4px;margin-right: 50px;}
#pack2tt6 {position: relative; float: right; margin-top: 3px;margin-right: 50px;}
#pack2tt7 {position: relative; float: right; margin-top: 4px;margin-right: 50px;}
#pack2tt8 {position: relative; float: right; margin-top: 3px;margin-right: 50px;}

#pack3tt0 {position: relative; float: right; margin-right: 50px; margin-top: 8px; background: url(/images/ratechart_btn_question.jpg);}
#pack3tt1 {position: relative; float: right; margin-right: 50px;margin-top: 4px;}
#pack3tt2 {position: relative; float: right; margin-top: 3px;margin-right: 50px;}
#pack3tt3 {position: relative; float: right; margin-top: 3px;margin-right: 50px;}
#pack3tt4 {position: relative; float: right; margin-top: 25px; background: url(/images/ratechart_btn_question.jpg);margin-right: 50px;}
#pack3tt5 {position: relative; float: right; margin-top: 4px;margin-right: 50px;}
#pack3tt6 {position: relative; float: right; margin-top: 3px;margin-right: 50px;}
#pack3tt7 {position: relative; float: right; margin-top: 4px;margin-right: 50px;}
#pack3tt8 {position: relative; float: right; margin-top: 3px;margin-right: 50px;}


.jTip{
cursor:help;
display: block;
background: url(/images/ratechart_btn_box.jpg);
width: 12px;
height: 12px;
position: relative;
float: right;
clear: both;
margin-right: 10px;
}

#JT_arrow_left{
/*  background-image: url(/images/arrow_left.gif);*/
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  z-index:101;
  left:-12px;
  height:23px;
  width:10px;
    top:-3px;
}

#JT_arrow_right{
  background-image: url(../images/arrow_right.gif);
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  z-index:101;
  height:23px;
  width:11px;
    top:-2px;
}

#JT {
  position: absolute;
  z-index:100;
  border: 2px solid #CCCCCC;
  background-color: #fff;
}

#JT_copy{
  padding:10px 10px 10px 10px;
  color:#333333;
}

.JT_loader{
  background-image: url(/images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  width:100%;
  height:12px;
}

#JT_close_left{
  background-color: #CCCCCC;
  text-align: left;
  padding-left: 8px;
  padding-bottom: 5px;
  padding-top: 2px;
  font-weight:bold;
}

#JT_close_right{
  background-color: #CCCCCC;
  text-align: left;
  padding-left: 8px;
  padding-bottom: 5px;
  padding-top: 2px;
  font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
  padding: 1px;
  border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}


pre {
  padding: 10px 0;
  border: 1px solid #21b100;
  background: #ebfbe7;
}


/* HOME PAGE */
.home-page .editors-pick {
  margin-top: -5px;
}
.home-page .editors-pick h5 {
  margin: 0 0 4px;
}

.home-page .livehomepage {
  margin-top: -16px;
  margin-bottom: 10px;
}

.home-page .launch_link {
  float: left;
  width: auto;
}

.home-page .editors-pick .launch_link,
.home-page .livehomepage .launch_link {
  margin-bottom: 4px;
}

.home-page .breaking-headlines {
  pointer-events: none;
  background: none !important;
}

.home-page .submit-news {
  float: right;
}

.home-page .vcr-item h5 {
  margin-bottom: 0;
}

.home-page .vcr-item h5 a{
  font-size: 13px;
  font-weight: 600;
  color: #42494d;
}

.home-page .vcr-item p {
  font-size: 10px;
  line-height: 1.35;
  color: #42494d;
}

.home-page #news {
  clear: both;
  padding-top: 10px;
}

.vcr-item img.thumbnail {
  width: 66px;
  border: 0;
  border-radius: 3px;
  margin: 3px 0 0;
}

.distribution-list td {
  vertical-align: top;
  line-height: 22px;
}
