/* Main, generic CSS Document for the articles and case studies sections of the job poster site - at this time, this file is called in the single pages */
/* Version 1.0 - 7.25.08 - 3:00 pm */

/* Article & Case Study Layout Styles
______________________________________________________________________________ */

/* main structure for article and case study landing page */
#jp_mainWrapper .art_featuredContentHolder {
	width: 406px;
	margin: 0;
	padding: 0;
	float: left;
}
#jp_mainWrapper .art_mainAdvertisement {
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	z-index: 1;
}
#jp_mainWrapper div.art_oneLiner {
	width: auto;
	clear: both;
	border: 1px solid #fff;
}
#jp_mainWrapper div.art_featuredPartner {
	width: 406px;
	clear: both;
	border: 1px solid #fff;
}
#jp_mainWrapper div.art_articleColumnOne {
	width: 354px;
	float: left;
	margin: 0;
	padding: 0;
}
#jp_mainWrapper div.art_articleColumnTwo {
	width: 354px;
	float: right;
	margin: 0;
	padding: 0;
}
/* end article and case study structure layout */

/* sectional layout styles on article landing page */
#jp_mainWrapper div.art_topicArticles, #jp_mainWrapper div.art_featuredSolutions, #jp_mainWrapper div.art_partnerContent, #jp_mainWrapper div.art_currentPartnerContent {
	width: 354px;
	border: 1px solid #0f3d71;
	margin: 0 0 12px 0;
}
/* end sectional layout styles on article landing page */

/* sectional layout for case studies landing page */
#jp_mainWrapper div.art_caseStudyHolder { /* needed to separate the bordered boxes vertically */
	margin-bottom: 12px;
}
#jp_mainWrapper div.art_caseStudyHolder { /* needed to separate the bordered boxes vertically */
	margin-bottom: 12px;
}
#jp_mainWrapper div.art_caseStudy {
	width: 478px;
	border: 1px solid #ececec;
	padding: 8px 8px 0 8px;
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
.rbu_Testimonials div.art_customerQuotes, .ent_Testimonials div.art_customerQuotes  {
	border-bottom: 1px dashed #0f3d71;
	margin-bottom: 8px;
	margin-top: 8px;
}
/* end sectional layout for case studies landing page */

/* main structure for the individual articles */
#jp_mainWrapper #art_mainContent {
	float: left;
	width: 518px;
	margin: 0;
	padding: 0;
}
#jp_mainWrapper #art_subContent {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
}
/* end individual article structure */

/* individual article sectional content areas */
#jp_mainWrapper .art_summary { /* the background image is defined in the html page */
	margin: 0 auto;
	padding: 0;
	width: 480px;
	background-color: #ececec;
	background-repeat: no-repeat;
	background-position: top left;
}
#jp_mainWrapper .art_caseStudyQuote { /* the background image is defined in the html page */
	border:1px solid #bbb;
	margin: 0 11px 0 16px;
	padding: 0;
	width: auto;
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
#jp_mainWrapper .art_blogFeed {
	width: 190px;
	height: 218px;
	padding-top: 1px;
	text-align: center;
	background: transparent url(http://img.icbdr.com/images/jp/elements/articles/art_blogposts.jpg) no-repeat;
}
#jp_mainWrapper .art_blogPosts {
	width: 163px;
	height: 150px;
	margin: 16px 8px 8px 8px;
	padding: 0;
	text-align: left;
	overflow: auto;
	background: #fff;
}
/* end individual article sectional content areas */

/* Article & Case Study Common Styles
______________________________________________________________________________ */

/* headers */
#jp_mainWrapper h1.art_mainHeaderOne {
	margin: 8px 0 15px -1px;
	padding: 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #0f3d71;
}
#jp_mainWrapper h1.art_mainArticleHome {
	width: 518px;
	height: 24px;
	margin: 8px 0 8px -1px;
	float: left;
}
#jp_mainWrapper h2, .art_mainHeaderTwo {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0f3d71;
	margin: 8px 0 3px -1px;
	line-height: 20px;
}
#jp_mainWrapper .art_featuredContentHolder h2 {
	color: #000;
	margin: 6px 0 3px 0;
	padding: 0;
}
#jp_mainWrapper div.art_caseStudy h2 {
	margin: 4px 0 0 162px;
}
#jp_mainWrapper div.art_customerQuotes h2 {
	margin-top: 0;
}
#jp_mainWrapper .art_mainHeaderThree, #jp_mainWrapper .jp_mainHeaderThree {
	color: #0f3d71 !important;
	font: bold 14px "Palatino Linotype", "Book Antiqua3", Palatino6, serif !important;
	margin: 8px 0 3px 0 !important;
}
#jp_mainWrapper .art_topicArticles h3, #jp_mainWrapper .art_partnerContent h3, #jp_mainWrapper .art_currentPartnerContent h3 {
	height: 25px;
	font: bold 12px Arial, Helvetica, sans-serif !important;
	color: #000 !important;
	margin: 0 0 0 0 !important;
	padding: 8px 0 0 8px !important;
	background: #ececec url(http://img.icbdr.com/images/jp/content/articles/art_topicBG.jpg) repeat-x top center;
}
#jp_mainWrapper h4, .art_mainHeaderFour {
	color: #0f3d71 !important;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
	line-height: 16px;
	padding: 0;
}
#jp_mainWrapper h4.art_solutionBlurb {
	margin: 0 0 12px 0 !important;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000 !important;
}
/* end headers */

/* lists on landing page */
#jp_mainWrapper div.art_topicArticles ul, #jp_mainWrapper div.art_featuredSolutions ul, #jp_mainWrapper div.art_partnerContent ul, #jp_mainWrapper div.art_currentPartnerContent ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	float: left;
}
#jp_mainWrapper div.art_topicArticles ul li, #jp_mainWrapper div.art_featuredSolutions ul li, #jp_mainWrapper div.art_partnerContent ul li, #jp_mainWrapper div.art_currentPartnerContent ul li {
	padding: 0;
	margin: 0 0 0 2.5em;
}
#jp_mainWrapper .art_articleWrapper ul {
	width: 240px;
}
#jp_mainWrapper .art_articleWrapper div, #jp_mainWrapper .art_articleWrapper ul {
	float: left;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}
#jp_mainWrapper div.art_topicArticles ul li.art_firstArticle, #jp_mainWrapper div.art_featuredSolutions ul li.art_firstArticle, #jp_mainWrapper div.art_partnerContent ul li.art_firstArticle, #jp_mainWrapper div.art_currentPartnerContent ul li.art_firstArticle {
	list-style: none;
	margin-left: 1.1em;
}
#jp_mainWrapper div.art_topicArticles ul li.art_firstArticle a, #jp_mainWrapper div.art_featuredSolutions ul li.art_firstArticle a, #jp_mainWrapper div.art_partnerContent ul li.art_firstArticle a, #jp_mainWrapper div.art_currentPartnerContent ul li.art_firstArticle a {
	font-weight: bold;
}
/* use this if the list needs to sit on the right and the image on the left */
#jp_mainWrapper .art_topicListRight ul {
	float: right !important;
	margin-right: 8px;
}
/* use this if the image needs to sit on the right and the list on the left */
#jp_mainWrapper .art_topicListLeft ul {
	margin-left: 8px;
}
#jp_mainWrapper .art_topicLeftOne ul, #jp_mainWrapper .art_topicLeftTwo ul, #jp_mainWrapper .art_topicLeftThree ul, #jp_mainWrapper .art_topicLeftFour ul, #jp_mainWrapper .art_topicRightOne ul, #jp_mainWrapper .art_topicRightTwo ul, #jp_mainWrapper .art_topicRightThree ul, #jp_mainWrapper .art_topicRightFour ul {
	float: right !important;
	margin-right: 8px;
}
/* end lists on landing page */

/* images on landing page */
/* use this if the image needs to sit on the right and the list on the left */
#jp_mainWrapper .art_topicListLeft img {
	float: right;
	margin-right: 8px;
}
/* use this if the list needs to sit on the right and the image on the left */
#jp_mainWrapper .art_topicListRight img {
	float: left;
	margin-left: 8px;
}
#jp_mainWrapper .art_topicLeftOne img, #jp_mainWrapper .art_topicLeftTwo img, #jp_mainWrapper .art_topicLeftThree img, #jp_mainWrapper .art_topicLeftFour img, #jp_mainWrapper .art_topicRightOne img, #jp_mainWrapper .art_topicRightTwo img, #jp_mainWrapper .art_topicRightThree img, #jp_mainWrapper .art_topicRightFour img {
	float: left;
	margin-left: 8px;
}
#jp_mainWrapper .art_articleWrapper img.art_bottomBorderImage {
	margin-top: 0 !important;
	width: 102px;
}
/* use this if the list needs to sit on the right and the image on the left */
#jp_mainWrapper .art_topicListRight div.art_articleImage {
	position: absolute;
	left: 8px;
	border: 1px solid #b2b2b2;
	background-repeat: no-repeat;
	width: 100px;
}
/* use this if the image needs to sit on the right and the list on the left */
#jp_mainWrapper .art_topicListLeft div.art_articleImage {
	position: absolute;
	right: 8px;
	border: 1px solid #b2b2b2;
	background-repeat: no-repeat;
	width: 100px;
}
#jp_mainWrapper .art_topicLeftOne div.art_articleImage, #jp_mainWrapper .art_topicLeftTwo div.art_articleImage, #jp_mainWrapper .art_topicLeftThree div.art_articleImage, #jp_mainWrapper .art_topicLeftFour div.art_articleImage, #jp_mainWrapper .art_topicLeftFour div.art_partnerImage, #jp_mainWrapper .art_topicRightOne div.art_articleImage, #jp_mainWrapper .art_topicRightTwo div.art_articleImage, #jp_mainWrapper .art_topicRightThree div.art_articleImage, #jp_mainWrapper .art_topicRightFour div.art_articleImage {
	position: absolute;
	left: 8px;
	border: 1px solid #b2b2b2;
	background-repeat: no-repeat;
	width: 100px;
}
/* end images on landing page */

/* paragraphs */
#jp_mainWrapper #art_featuredArticle img, .art_featuredSummary p {
	margin-bottom: 0;
	padding-bottom: 0;
	vertical-align: top;
	margin-top: 0;
	padding-top: 0;
}
#jp_mainWrapper .art_mainAdvertisement p {
	color: #bbb;
	vertical-align: top;
	line-height: normal;
	margin-top: 0;
}
#jp_mainWrapper .art_summary .art_summaryparagraph, .art_summary p {
	float: right;
	width: 318px;
	padding: 8px 0 8px 8px !important;
	margin: 0;
	border: 1px solid #ececec;
}
#jp_mainWrapper .art_caseStudyQuote .jp_paragraph, .art_caseStudyQuote blockquote {
	width: auto;
	margin: 2px 0 4px 166px;
	padding: 0;
}
#jp_mainWrapper div.art_caseStudy p {
	margin-left: 162px;
}
#jp_mainWrapper p.art_thecroBlurb {
	background: url(http://img.icbdr.com/images/jp/elements/cro-logo-small.jpg) no-repeat center left;
	padding-left: 40px;
}
/* end paragraphs */

/* links on landing page */
#jp_mainWrapper div.art_featuredContentHolder h2 a {
	color: #000 !important;
	font-weight: bold !important;
}
#jp_mainWrapper div.art_featuredContentHolder h2 a:link, #jp_mainWrapper div.art_featuredContentHolder h2 a:visited {
	color: #000 !important;
	text-decoration: none !important;
}
#jp_mainWrapper div.art_featuredContentHolder h2 a:hover, #jp_mainWrapper div.art_featuredContentHolder h2 a:active {
	color: #000 !important;
	text-decoration: underline !important;
}
#jp_mainWrapper .art_topicArticles h3 a, #jp_mainWrapper .art_partnerContent h3 a, #jp_mainWrapper .art_currentPartnerContent h3 a {
	display: block;
	color: #000 !important;
	font-weight: bold !important;
}
#jp_mainWrapper .art_topicArticles h3 a:link, #jp_mainWrapper .art_topicArticles h3 a:visited, #jp_mainWrapper .art_partnerContent h3 a:link, #jp_mainWrapper .art_partnerContent h3 a:visited, #jp_mainWrapper .art_currentPartnerContent h3 a:link, #jp_mainWrapper .art_currentPartnerContent h3 a:visited {
	text-decoration: none !important;
}
#jp_mainWrapper .art_topicArticles h3 a:hover, #jp_mainWrapper .art_topicArticles h3 a:active, #jp_mainWrapper .art_partnerContent h3 a:hover, #jp_mainWrapper .art_partnerContent h3 a:active, #jp_mainWrapper .art_currentPartnerContent h3 a:hover, #jp_mainWrapper .art_currentPartnerContent h3 a:active {
	text-decoration: underline !important;
}
#jp_mainWrapper .art_topicArticles .art_articleImage, #jp_mainWrapper .art_topicArticles .art_articleImage a {
	cursor: pointer;
}
#jp_mainWrapper .art_articleImage a {
	display: block;
	height: 100%;
	text-decoration: none !important;
}
/* end links on landing page */

/* lists on individual article pages */
#jp_mainWrapper .art_summary .art_featuredItemList, #jp_mainWrapper .art_summary ul {
	margin: 17px 0 12px 158px;
	width: 318px;
	padding: 0;
}
#jp_mainWrapper .art_solutionsList {
	margin: 0;
	padding: 0 0 8px 0;
	list-style-type: none;
	border-bottom: 1px dashed #0f3d71;
}
#jp_mainWrapper .art_solutionsList dt {
	color: #0f3d71;
	font: bold 13px Arial, Helvetica, sans-serif;
	margin: 8px 0 3px 0;
}
#jp_mainWrapper .art_solutionsList dd, #jp_mainWrapper .art_solutionsListItem {
	margin: 8px 0 8px 0;
	padding: 0;
	list-style-type: none;
}
/* end lists on article pages */

/* Article & Case Study Specific Styles
______________________________________________________________________________ */

/* featured article styles - landing page */
#jp_mainWrapper .art_featuredArticle {
	float: left;
	overflow: hidden;
	width: 406px;
	position: relative;
}
#jp_mainWrapper div.art_featuredSolutions h2 {
	margin: 0 !important;
	padding: 0 !important;
	height: 25px;
	text-indent: 8px;
	border-bottom: 1px solid #0f3d71 !important;
}
#jp_mainWrapper div.art_featuredSolutions h2 a {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	color: #0f3d71;
}
#jp_mainWrapper div.art_featuredSolutions h2 a:link, #jp_mainWrapper div.art_featuredSolutions h2 a:visited {
	text-decoration: none;
}
#jp_mainWrapper div.art_featuredSolutions h2 a:hover, #jp_mainWrapper div.art_featuredSolutions h2 a:active {
	text-decoration: underline;
}
#jp_mainWrapper .art_featuredImage {
	position: absolute;
	left: 0;
	border: 1px solid #b2b2b2;
	background-repeat: no-repeat;
	width: 150px;
	float: left;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}
#jp_mainWrapper .art_featuredImage, #jp_mainWrapper .art_featuredImage a {
	display: block;
	height: 100%;
	text-decoration: none !important;
	cursor: pointer;
}
#jp_mainWrapper .art_featuredSummary {
	float: right;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
	width: 240px;
}
#jp_mainWrapper .art_featuredContentHolder img.art_bottomBorderImage {
	float: left;
	width: 152px;
}
/* end featured article styles */

/* featured partner offer */
#jp_mainWrapper div.art_featuredPartnerOffer {
	margin: 0;
	padding: 0;
}
#jp_mainWrapper div.art_featuredPartnerOffer a.art_featuredPartnerLink {
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
}
#jp_mainWrapper div.art_featuredPartnerOffer a.art_featuredPartnerLink img {
	width: 100px;
	height: 33px;
	border: 0;
}
#jp_mainWrapper div.art_featuredPartnerOffer p.art_featuredPartnerText {
	float: right;
	margin: 0 0 8px 0;
	padding: 0;
	width: 240px;
}
#jp_mainWrapper div.art_featuredPartnerOffer p.art_featuredPartnerNotice {
	float: left;
	width: 100px;
	margin: 0;
	padding: 20px 0 0 0;
	color: #bbb;
}
#jp_mainWrapper div.art_featuredPartnerOffer p.art_featuredPartnerPage {
	float: right;
	margin: 0 0 17px 0;
	padding: 0;
	width: 240px;
	font-weight: bold;
}
/* end featured partner offer */

/* featured solutions box on main article landing page */
#jp_mainWrapper div.art_featuredSolutions { /* hire fast, or other specific message */
	background: #fff none;
	color: #0f3d71;
	padding: 0 0 16px 0;
}
#jp_mainWrapper div.art_featuredSolutions ul {
	width: 185px;
	margin-right: 5px !important;
	padding: 0;
	float: right !important;
}
#jp_mainWrapper div.art_featuredSolutions img, #jp_mainWrapper div.art_featuredSolutions ul { /* necessary because there's a border on the h2, so it can't have a bottom margin to cause the desired effect */
	margin-top: 8px !important;
}
#jp_mainWrapper div.art_featuredSolutions img {
	width: 150px;
	height: 120px;
	float: left;
	margin-left: 8px;
	border: 1px solid #b2b2b2;
}
/* end featured solutions box on main article landing page */

/* topic boxes on main article landing page */
#jp_mainWrapper .art_topicArticles {
	background: #ececec;
	color: #0f3d71;
	padding: 0 0 17px 0;
}
#jp_mainWrapper .art_articleWrapper {
	float: left;
	overflow: hidden;
	width: 354px;
	position: relative;
}
#jp_mainWrapper .art_topicListLeft .art_articleWrapper div {
	float: right;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}
/* end topic boxes on main article landing page */

/* partner offer content box on main article landing page the hoovers index, or other partnership content - not in use until contract finalized */
#jp_mainWrapper .art_partnerContent {
	background: #ececec;
	color: #0f3d71;
	padding: 0 0 17px 0;
}
#jp_mainWrapper .art_partnerContent .art_articleImage, #jp_mainWrapper .art_partnerContent .art_articleImage a {
	cursor: pointer;
}
/*
#jp_mainWrapper div.art_partnerContent ul {
	width: 190px;
}
#jp_mainWrapper div.art_partnerContent div.art_articleImage {
	background-repeat: no-repeat;
	border: 0 !important;
	width: 150px !important;
}
#jp_mainWrapper .art_partnerContent img.art_bottomBorderImage {
	width: 150px !important;
}
#jp_mainWrapper div.art_partnerContent { 
	color: #0f3d71;
	padding: 0 0 16px 0;
	background: #ececec none;
}
*/
/* end partner offer content box on main article landing page */

/* current partner offer content box */
#jp_mainWrapper .art_currentPartnerContent {
	background: #fff;
	color: #0f3d71;
	padding: 0 0 17px 0;
}
#jp_mainWrapper .art_currentPartnerContent h3 {
	background: #fff url(http://img.icbdr.com/images/jp/content/articles/art_partnerTopicBG.jpg) repeat-x top center;
}
#jp_mainWrapper div.art_currentPartnerContent ul {
	width: 190px;
}
#jp_mainWrapper div.art_currentPartnerContent li {
	width: auto !important;
}
#jp_mainWrapper div.art_currentPartnerContent div.art_partnerImage {
	background-repeat: no-repeat;
	border: 0;
	width: 150px;
	height: 100px;
}
#jp_mainWrapper div.art_currentPartnerContent { 
	color: #0f3d71;
	padding: 0 0 16px 0;
	background: #fff none;
}
#jp_mainWrapper .art_currentPartnerContent .art_partnerImage a {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
	height: auto;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 48px;
}
#jp_mainWrapper .art_currentPartnerContent .art_articleWrapper div {
	float: right;
	margin-bottom: 0;
	padding-bottom: 0
}
/* end current partner offer content box */

/* list of recent articles and case studies - appears on the right column of the individual articles */
#jp_mainWrapper .art_recentList, #jp_mainWrapper .art_caseStudyList {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
}
#jp_mainWrapper .art_recentList span li, #jp_mainWrapper .art_caseStudyList span li {
	border-bottom: 1px dashed #0f3d71;
	margin: 8px 0 8px 0;
	padding: 0 0 8px 0;
	width: 180px;
	display: inline-block;
	float: left;
}
#jp_mainWrapper .art_subContent h3 {
	margin: 0;
}
#jp_mainWrapper .art_recentList h4, #jp_mainWrapper .art_caseStudyList h4 {
	margin: 0;
	width: 124px;
	vertical-align: top;
	float: left;
}
#jp_mainWrapper .art_recentList span h4 a, #jp_mainWrapper .art_caseStudyList span h4 a {
	font: bold 11px Arial, Helvetica, sans-serif !important;
	margin: 0 0 2px 0 !important;
	line-height: 16px !important;
	padding: 0;
	text-decoration: underline;
}
#jp_mainWrapper .art_recentList span h4 a:link, #jp_mainWrapper .art_caseStudyList span h4 a:link, #jp_mainWrapper .art_recentList span h4 a:visited, #jp_mainWrapper .art_caseStudyList span h4 a:visited {
	color: #0f3d71;
}
#jp_mainWrapper .art_recentList span h4 a:hover, #jp_mainWrapper .art_caseStudyList span h4 a:hover, #jp_mainWrapper .art_recentList span h4 a:active, #jp_mainWrapper .art_caseStudyList span h4 a:active {
	color: #c00;
}
#jp_mainWrapper .art_recentList .art_floatLeftThumb h4 {
	float: left;
}
#jp_mainWrapper .art_recentList .art_floatRightThumb h4 {
	float: left;
}
#jp_mainWrapper .art_recentList img {
	width: 40px;
	height: 50px;
	border: 0;
}
#jp_mainWrapper .art_caseStudyList h4 {
	margin: 0 0 8px 0;
	width: auto;
	float: none;
}
#jp_mainWrapper .art_caseStudyList li img {
	width: 150px !important;
	height: 45px !important;
	padding-bottom: 5px;
}
#jp_mainWrapper .art_recentList .art_floatLeftThumb img {
	float: left;
	margin-right: 12px;
}
#jp_mainWrapper .art_recentList .art_floatRightThumb img {
	float: right;
	margin-left: 12px;
	margin-right: 0px;
}
#jp_mainWrapper .art_recentList .art_floatLeftThumb h4 {
	margin-right: 0 !important;
}
#jp_mainWrapper .art_recentList p {
	margin: 0;
	padding: 0;
	width: 150px;
	display: inline;
	clear: none;
}
#jp_mainWrapper .art_recentList li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#jp_mainWrapper .art_recentList li {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .art_recentList li {
	height: 1%;
}
#jp_mainWrapper .art_recentList li {
	display: block;
}
/* end list of recent articles and case studies */

/* newsletter subscribe form - appears in espot */
#jp_mainWrapper div.jp_newsletterSignup {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding-top: 2px;
	padding-bottom: 16px;
}
#jp_mainWrapper .jp_newsletterSignup fieldset p {
	width: 180px;
	float: left;
	margin: 2px 0;
	padding: 0;
}
#jp_mainWrapper .jp_newsletterSignup fieldset input.btn {
	margin-top: 20px;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding-top: 0;
}
/* end newsletter subscribe form */

/* div for the entrepreneur.com advertisement */
#jp_mainWrapper div.art_EntrepreneurAdContent {
	width: 300px;
	float: right;
	margin-left: 5px;
}
/* end entrepreneur.com advertisement */

/* images for entrepreneur articles */
#jp_mainWrapper img.jp_entImageLeft {
	float: left;
	margin-right: 5px;
	border: 0;
}
#jp_mainWrapper img.jp_entImageRight {
	float: right;
	margin-left: 5px;
	border: 0;
}
/* end images for entrepreneur articles */

/* specific stuff for small business overhaul */
#jp_mainWrapper .art_topicRightOne .art_articleImage, #jp_mainWrapper .art_topicRightOne .art_bottomBorderImage {
	display: none;	
}
#jp_mainWrapper .art_topicRightOne .art_articleList {
	width: 354px;
}
/* end specific stuff for small business overhaul */

/* Article & Case Study Specific Fixes and Bulletproof Browser Stuff
______________________________________________________________________________ */

/* special fixes */
#jp_mainWrapper .art_topicArticles:after, #jp_mainWrapper .art_featuredSolutions:after, #jp_mainWrapper .art_partnerContent:after, #jp_mainWrapper .art_currentPartnerContent:after, #jp_mainWrapper .art_articleWrapper:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#jp_mainWrapper .art_topicArticles, #jp_mainWrapper .art_featuredSolutions, #jp_mainWrapper .art_partnerContent, #jp_mainWrapper .art_currentPartnerContent, .art_articleWrapper {
	display: inline-block;
}

/*
* html .art_topicArticles, * html .art_featuredSolutions, * html .art_partnerContent, html .art_currentPartnerContent, * html .art_articleWrapper {
	height: 1%;
}
#jp_mainWrapper .art_topicArticles, #jp_mainWrapper .art_featuredSolutions, #jp_mainWrapper .art_partnerContent, #jp_mainWrapper .art_currentPartnerContent, #jp_mainWrapper .art_articleWrapper {
	display: block;
}
*/
/* end special fixes */